Age | Commit message (Expand) | Author |
2017-11-04 | Remove default params for CXFA_Node::{Insert|Remove}Child | Dan Sinclair |
2017-11-02 | Remove default values from CJX_Node::{Set|Try}Enum | Dan Sinclair |
2017-11-02 | Remove default values from CJX_Node::SetCData | Dan Sinclair |
2017-11-02 | Remove default value to CJX_Node::SetAttribute | Dan Sinclair |
2017-11-01 | Split JS code out of CXFA_Node. | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-08-30 | Move CFX_WideTextBuf out of fx_basic | Dan Sinclair |
2017-08-23 | Convert string Find methods to return an Optional | Ryan Harrison |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
2017-05-04 | Cleanup more null IFX_Pause parameters | Dan Sinclair |
2017-04-20 | Do not insert null node if ParseAsXDPPacket_Config fails | Tom Sepez |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-19 | Move fde XML parser to core | Dan Sinclair |
2017-04-19 | Move CFGAS_Stream to CFX_SeekableStreamProxy | Dan Sinclair |
2017-04-18 | Rename IFGAS_Stream to CFGAS_Stream | Dan Sinclair |
2017-04-18 | Remove IFGAS_Stream::CreateWideStringReadStream | Dan Sinclair |
2017-04-18 | Subclass the stream implementations from CFGAS_Stream | Dan Sinclair |
2017-04-12 | Fold CXFA_WideTextRead into IFGAS_Stream | Dan Sinclair |
2017-04-11 | Disabiguate CreateStream calls | Dan Sinclair |
2017-04-05 | Check first then cast in XFA_FDEExtension_ResolveNamespaceQualifier | Tom Sepez |
2017-04-05 | Move XML attribute handling to a base class. | Dan Sinclair |
2017-04-04 | Cleanup CFDE_XMLCharData and CFDE_XMLText | Dan Sinclair |
2017-04-03 | Split the FDE XML file into indiviual class files. | Dan Sinclair |
2017-03-30 | Move CXFA_XMLParser to CFDE_XMLParser | Dan Sinclair |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-30 | Move CFX files into fxcrt | Dan Sinclair |
2017-03-29 | Split xfa_object.h apart. | Dan Sinclair |
2017-03-23 | Cleanup some xfa/fxfa code. | Dan Sinclair |
2017-02-02 | Remove FX_WSTRC usagechromium/3003chromium/3002 | dan sinclair |
2017-01-23 | Remove some |void Release() { delete this; }| anti-pattern. | tsepez |
2016-12-07 | Use unique_ptr for CXFA_XMLParser. | tsepez |
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-02 | Remove FX_BOOL from xfa. | tsepez |
2016-10-25 | Fix some return FALSE in functions that return pointerschromium/2901 | tsepez |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-09-29 | Move xfa/fxfa/include to xfa/fxfa | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-07-21 | Remove default parameters from CXFA_SimpleParser. | dsinclair |
2016-07-21 | Move xfa_document to cxfa_document | dsinclair |
2016-07-21 | Move xfa_basic_imp to cxfa_widetextread. | dsinclair |
2016-07-11 | Cleanup CXFA_SimpleParser. | dsinclair |
2016-07-11 | Cleanup ownership of parser members | dsinclair |
2016-07-11 | Break xfa_parser_imp apart | dsinclair |