Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-24 | Remove strange integral constants for "true", "false", "%PDF". | Tom Sepez | |
Compilers have good inline memcmp nowadays, so we don't have to resort to old tricks. Remove FXDWORD_FROM_LSBFIRST and FXDWORD_FROM_MSBFIRST while we're at it. MSBFIRST was technically wrong due to promotion to int. R=dsinclair@chromium.org Review URL: https://codereview.chromium.org/1834553002 . | |||
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair | |
This CL moves the fxcrt code into the core/fxcrt directory. The only exception was fx_bidi.h which was moved into core/fxcrt as it is not used outside of core/. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1825953002 . |