summaryrefslogtreecommitdiff
path: root/xfa/fde/css
AgeCommit message (Expand)Author
2017-07-27The FDE CSS code does not use the CFGAS_FontMgrDan Sinclair
2017-07-27Fixup includes in xfa/fde/csschromium/3169Dan Sinclair
2017-07-27Move CXFA_CSSTagProvider to inner class of CXFA_TextParserDan Sinclair
2017-07-24Move xfa/fxfa/app to xfa/fxfachromium/3166Dan Sinclair
2017-07-19Rename StringCs c_str() to unterminated_c_str().Tom Sepez
2017-06-30Split CFDE_CSSTextBuf in two.Lei Zhang
2017-06-26Remove a const_cast in CFDE_CSSTextBuf.Lei Zhang
2017-06-26Clean up CFDE_CSSTextBuf.Lei Zhang
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-04Give a couple of char to int functions better names.chromium/3090Lei Zhang
2017-04-26Avoid unordered_set and maps for the time being.chromium/3082Tom Sepez
2017-04-25Use fx_extension.h utilities in more places in xfa/Lei Zhang
2017-04-24Use a pdfium-specific unittest main rather than gtest'sTom Sepez
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-19Move CFGAS_Stream to CFX_SeekableStreamProxyDan Sinclair
2017-04-18Rename IFGAS_Stream to CFGAS_StreamDan Sinclair
2017-04-13Fold LoadFile{Read|Write} back into constructorsDan Sinclair
2017-04-06Fix unit tests to initialize PartitionAlloc.Chris Palmer
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-03-30Rename fgas_stream to ifgas_streamDan Sinclair
2017-03-17Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046Lei Zhang
2017-03-15Refactor some CPDF_ColorSpace code.Lei Zhang
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