Age | Commit message (Expand) | Author |
2017-01-24 | Remove ID, Class and Universal selector code | Dan Sinclair |
2017-01-24 | Use std::vector for CFX_RectF arrays | tsepez |
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 | Replace CXFA_StrokeArray and CXFA_WidgetArray with std::vector | tsepez |
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 | use unique_ptr in xfa_checksum.h | tsepez |
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-11 | Cleaning up memory allocation in CXFA_FM2JSContext - IV | 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-10 | Remove more _LP* typedefs. | tsepez |
2017-01-09 | Add CFDE_TxtEdtBuf testschromium/2977 | dsinclair |
2017-01-09 | Tidy cfgas_fontmgr, remove custom sorting code. | tsepez |
2017-01-06 | Remove CFX_MapPtrToPtr and templates.chromium/2976chromium/2975 | tsepez |
2017-01-06 | Remove CFX_MapPtrToPtr in xfa/fgas, part 2 | tsepez |
2017-01-05 | use unique_ptr in cxfa_layoutprocessor.h | tsepez |
2017-01-06 | Cleaning up memory allocation in CXFA_FM2JSContext - III | Dan Sinclair |
2017-01-05 | Cleaning up memory allocation in CXFA_FM2JSContext - II | Dan Sinclair |
2017-01-05 | Cleaning up memory allocation in CXFA_FM2JSContext - Ichromium/2974 | Dan Sinclair |
2017-01-05 | Properly ref-count CFGAS_GEFont with CFX_RetainPtr. | tsepez |
2017-01-05 | Remove CFX_MapPtrToPtr from xfa/fxfa. | tsepez |
2017-01-05 | remove unused CFX_PtrToInt32 typedef | tsepez |
2017-01-05 | Remove CFX_MapPtrToPtr from xfa/fde. | tsepez |
2017-01-04 | Remove CFX_ArrayTemplate in BC_QRCoderEncoder. | tsepez |
2017-01-03 | remove some CFX_ArrayTemplate in xfa_ffdocview.hchromium/2971 | tsepez |
2017-01-03 | Cleanup ThemeProvider code | Dan Sinclair |
2017-01-03 | Remove the ::GetCapacity methods. | Dan Sinclair |
2017-01-03 | Create individual exception methods. | Dan Sinclair |
2017-01-03 | Convert CFWL_MonthCalendar to use return values | Dan Sinclair |
2017-01-03 | Remove more CFX_ArrayTemplate in cfwl_notedriver.h. | tsepez |
2017-01-03 | Kill last use of CFX_PtrList. | tsepez |