On 18/01/2014 6:17 PM, Cameron McCormack wrote:
FYI, I've just landed bug 960848 which changed nsFrameState from a
typedefed uint64_t to an enum, and moved all of the #defines that were
in various frame class header files into a single, pre-processed file,
nsFrameStateBits.h.  This gives us slightly more type safety.

This caused problems on Windows, partly because it looks like VC++ isn't doing performing implicit conversions of sized enums to an int of an appropriate size, which caused compile errors, and some test failures after fixing the compile errors, so I've backed it out for now.
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to