summaryrefslogtreecommitdiff
path: root/core/fxcrt/css
AgeCommit message (Expand)Author
2018-10-18Do IWYU in core/fxcrt/css and fix lint errors.Lei Zhang
2018-10-12Make core/fxcrt pass gn check.Lei Zhang
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-09-20Fix misc lint errors and other cleanups.Lei Zhang
2018-09-20Remove more unneeded STL #includes from headers.Lei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-09-17Fix final/protected conflicts.Tom Sepez
2018-08-27The final game: mark everything final.Tom Sepez
2018-06-26Fix uninit value in CFX_CSSComputedStyle::InheritedData.Lei Zhang
2018-06-20Avoid more .c_str() usage, part 3Tom Sepez
2018-05-22Make friend RetainPtr<T> statements consistently public.Lei Zhang
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-04-17Cleanup some seekablestreamproxy codedan sinclair
2018-03-12Remove all usages of FXSYS_iswASCIIalphaRyan Harrison
2018-03-12Remove all usages of FXSYS_iswASCIIalnumRyan Harrison
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-02-16Fix fallthroughs in XFA code.chromium/3350Henrique Nakashima
2018-02-01Convert CFX_CSSPropertyTable to CFX_CSSDataRyan Harrison
2018-01-31Remove handrolled search from GetCSSColorByNamechromium/3336Ryan Harrison
2018-01-31Remove handrolled search from GetCSSLengthUnitByNameRyan Harrison
2018-01-31Remove handrolled search from GetCSSPropertyValueByNameRyan Harrison
2018-01-31Clean up CSS property tableRyan Harrison
2018-01-30Clean up CSS Data Table entries and accessRyan Harrison
2017-11-21Avoid passing pointers by reference in core.Lei Zhang
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-09Move CSS data tables only used in one fileDan Sinclair
2017-08-09Fold CFX_IsOnlyValue define into only usageDan Sinclair
2017-08-08Move CSS code to coreDan Sinclair