summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
2017-02-02Remove FX_WSTRC usagechromium/3003chromium/3002dan sinclair
2017-02-02Clean up CSS code to match styles.chromium/3001dan sinclair
2017-01-31Remove BC_EXCEPTION_CHECK macroschromium/2999Tom Sepez
2017-01-31Use std::vector and unique_ptr in xfa/fwl.Tom Sepez
2017-01-31use std::vector in cfx_graphics.h and xfa_ffwidget.hTom Sepez
2017-01-26Add CSS parser testsDan Sinclair
2017-01-26Cleanup memory in CFDE_CSSStyleSelectorDan Sinclair
2017-01-25Remove last usage of IFX_Retainable.chromium/2993Tom Sepez
2017-01-24Use std::vector for fx_ucd.h arrays.chromium/2992tsepez
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-24Use std::vector for CFX_RectF arraystsepez
2017-01-24Remove CSS Pseudo parsingDan Sinclair
2017-01-23Update safe numerics package to get bitwise opstsepez
2017-01-23Remove unused author and and user stylesheetsDan Sinclair
2017-01-23Cleanup CSS parsingDan Sinclair
2017-01-23Replace CXFA_StrokeArray and CXFA_WidgetArray with std::vectortsepez
2017-01-23Remove some |void Release() { delete this; }| anti-pattern.tsepez
2017-01-20Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t>chromium/2990chromium/2989chromium/2988tsepez
2017-01-20Remove CFX_Points, CFX_PointsF in favor of std::vectortsepez
2017-01-19Split fde/css files into individual class files.Dan Sinclair
2017-01-18use unique_ptr in xfa_checksum.htsepez
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-17Avoid endless loop deleting CFGAS_GEFont.tsepez
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-11Cleaning up memory allocation in CXFA_FM2JSContext - IVDan Sinclair
2017-01-10Strip out custom allocator codeDan Sinclair
2017-01-10Split xfa_textlayout apart.Dan Sinclair
2017-01-10Remove custom allocator from CFDE_TxtEdtBuf.Dan Sinclair
2017-01-10Remove more _LP* typedefs.tsepez
2017-01-09Add CFDE_TxtEdtBuf testschromium/2977dsinclair
2017-01-09Tidy cfgas_fontmgr, remove custom sorting code.tsepez
2017-01-06Remove CFX_MapPtrToPtr and templates.chromium/2976chromium/2975tsepez
2017-01-06Remove CFX_MapPtrToPtr in xfa/fgas, part 2tsepez
2017-01-05use unique_ptr in cxfa_layoutprocessor.htsepez
2017-01-06Cleaning up memory allocation in CXFA_FM2JSContext - IIIDan Sinclair
2017-01-05Cleaning up memory allocation in CXFA_FM2JSContext - IIDan Sinclair
2017-01-05Cleaning up memory allocation in CXFA_FM2JSContext - Ichromium/2974Dan Sinclair
2017-01-05Properly ref-count CFGAS_GEFont with CFX_RetainPtr.tsepez