summaryrefslogtreecommitdiff
path: root/xfa/fde/css
AgeCommit message (Expand)Author
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-03-13Make most PDFium code pass Clang plugin's auto raw check.Lei Zhang
2017-03-13Replace discrete array with a map.dan sinclair
2017-02-28Avoid crash above CFWL_ListItem::GetText()Tom Sepez
2017-02-09Remove CopyToLocal from CFDE_CSSDeclarationDan Sinclair
2017-02-08Add CFDE_CSSValueListParser testsDan Sinclair
2017-02-02Clean up CSS code to match styles.chromium/3001dan sinclair
2017-01-26Add CSS parser testsDan Sinclair
2017-01-26Cleanup memory in CFDE_CSSStyleSelectorDan Sinclair
2017-01-24Track CFDE_CSSComputedStyle with retained ptrsDan Sinclair
2017-01-24Cleanup memory in CFDE_CSSRuleCollectionDan Sinclair
2017-01-24Remove ID, Class and Universal selector codeDan Sinclair
2017-01-24Remove CSS Pseudo parsingDan Sinclair
2017-01-23Remove unused author and and user stylesheetsDan Sinclair
2017-01-23Cleanup CSS parsingDan Sinclair
2017-01-19Split fde/css files into individual class files.Dan Sinclair
2017-01-18Split CFDE_CSSPrimitiveValue apartDan Sinclair
2017-01-18Convert CSS mode stack to std::stackDan Sinclair
2017-01-18Remove unused syntax parser initialize method.Dan Sinclair
2017-01-18Remove unused codePage and URL code.Dan Sinclair
2017-01-18Remove GetDeclImp methods in favour of GetDeclarationDan Sinclair
2017-01-17More css parser tests; more memory fixes.Dan Sinclair
2017-01-17Start CSS parser unit testsDan Sinclair
2017-01-17Rename FDE_CSSRECT and FDE_CSSLENGTHDan Sinclair
2017-01-16Replace remaining CSS interfaces with concrete classesDan Sinclair
2017-01-16Remove IFDE_CSS interfaces which are only implemented once.Dan Sinclair
2017-01-12Remove used items from the CSS code.chromium/2980Dan Sinclair
2017-01-11Convert FDE CSS enums to enum classes.Dan Sinclair
2017-01-10Strip out custom allocator codeDan Sinclair
2017-01-10Split xfa_textlayout apart.Dan Sinclair
2017-01-05Remove CFX_MapPtrToPtr from xfa/fde.tsepez
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-08Replace CFX_WideStringArray with std::vectortsepez
2016-12-07Refcount IFGAS_ streams all the time, tootsepez
2016-12-02Rename IFX_Stream to IFGAS_Stream.tsepez
2016-11-28Fix crash in CFDE_CSSSyntaxParser when parsing empty urlnpm
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-11Remove IFGAS_FontMgr and clean up (the renamed) CFGAS_FontMgr a little.npm
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-10-28Continue fixing FX_BOOL / int noisetsepez
2016-10-25Avoid dubious use of comma operator in fde_csssyntax.htsepez
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-08-11Remove fgas_system files.dsinclair
2016-08-04Use smart pointers for class owned pointers under xfa/fdeweili
2016-07-20Move CSSRuleCollection class to its own filenpm
2016-07-18Cleanup fgas/crt.dsinclair
2016-06-23Remove NULL in xfa/dsinclair
2016-06-18Make code compile with clang_use_chrome_plugin (final)weili