Age | Commit message (Expand) | Author |
2017-01-24 | Remove CSS Pseudo parsing | Dan Sinclair |
2017-01-23 | Update safe numerics package to get bitwise ops | tsepez |
2017-01-23 | Remove unused author and and user stylesheets | Dan Sinclair |
2017-01-23 | Cleanup CSS parsing | Dan Sinclair |
2017-01-23 | Remove some |void Release() { delete this; }| anti-pattern. | tsepez |
2017-01-20 | Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t>chromium/2990chromium/2989chromium/2988 | tsepez |
2017-01-20 | Remove CFX_Points, CFX_PointsF in favor of std::vector | tsepez |
2017-01-19 | Split fde/css files into individual class files. | Dan Sinclair |
2017-01-18 | Split CFDE_CSSPrimitiveValue apart | Dan Sinclair |
2017-01-18 | Convert CSS mode stack to std::stack | Dan Sinclair |
2017-01-18 | Remove unused syntax parser initialize method. | Dan Sinclair |
2017-01-18 | Remove unused codePage and URL code. | Dan Sinclair |
2017-01-18 | Remove GetDeclImp methods in favour of GetDeclaration | Dan Sinclair |
2017-01-17 | More css parser tests; more memory fixes. | Dan Sinclair |
2017-01-17 | Start CSS parser unit tests | Dan Sinclair |
2017-01-17 | Avoid endless loop deleting CFGAS_GEFont. | tsepez |
2017-01-17 | Rename FDE_CSSRECT and FDE_CSSLENGTH | Dan Sinclair |
2017-01-16 | Replace remaining CSS interfaces with concrete classes | Dan Sinclair |
2017-01-16 | Remove IFDE_CSS interfaces which are only implemented once. | Dan Sinclair |
2017-01-12 | Remove used items from the CSS code.chromium/2980 | Dan Sinclair |
2017-01-11 | Convert FDE CSS enums to enum classes. | Dan Sinclair |
2017-01-10 | Strip out custom allocator code | Dan Sinclair |
2017-01-10 | Split xfa_textlayout apart. | Dan Sinclair |
2017-01-10 | Remove custom allocator from CFDE_TxtEdtBuf. | Dan Sinclair |
2017-01-09 | Add CFDE_TxtEdtBuf testschromium/2977 | dsinclair |
2017-01-05 | Properly ref-count CFGAS_GEFont with CFX_RetainPtr. | tsepez |
2017-01-05 | Remove CFX_MapPtrToPtr from xfa/fde. | tsepez |
2016-12-15 | Remove more unused widget styles | dsinclair |
2016-12-14 | Remove unused CFWL_Edit flags. | dsinclair |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-08 | Replace CFX_WideStringArray with std::vector | tsepez |
2016-12-08 | Move xfa/fwl/core to xfa/fwl. | dsinclair |
2016-12-07 | Use unique_ptr for CXFA_XMLParser. | tsepez |
2016-12-07 | Cleanup FWL default values part II. | dsinclair |
2016-12-07 | Refcount IFGAS_ streams all the time, too | tsepez |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-12-02 | Rename IFX_Stream to IFGAS_Stream. | tsepez |
2016-11-28 | Fix crash in CFDE_CSSSyntaxParser when parsing empty url | npm |
2016-11-24 | Change TxtEdtEngine to return CFX_WideStringchromium/2935chromium/2934chromium/2933chromium/2932 | dan sinclair |
2016-11-23 | Merge IFWL and CFWL classes. | dsinclair |
2016-11-21 | Clean up CFGAS_GEFont | npm |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-15 | Cleanup cfwl_* files. | dsinclair |
2016-11-11 | Remove IFGAS_FontMgr and clean up (the renamed) CFGAS_FontMgr a little. | npm |
2016-11-02 | Remove FX_BOOL from xfa. | tsepez |
2016-10-28 | Continue fixing FX_BOOL / int noise | tsepez |
2016-10-25 | Avoid dubious use of comma operator in fde_csssyntax.h | tsepez |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-10-20 | Merge the CFWL_*Imp classes into the IFWL_* classes. | dsinclair |
2016-10-03 | Add ptr_util.h from base until std::make_unique<> available | tsepez |