summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_document.cpp
AgeCommit message (Expand)Author
2017-12-14Add types to the CXFA_Node::Get*{Child|Sibling}* methodsDan Sinclair
2017-12-14Change CXFA_Node::GetChild to return proper typesDan Sinclair
2017-12-13Methods are on CJX_Object not CJX_Node nowDan Sinclair
2017-12-04Cleanup ResolveObjects params and returnDan Sinclair
2017-11-30Move packet information into simple parserDan Sinclair
2017-11-30A CXFA_Node can only be in one packetDan Sinclair
2017-11-30Cleanup XFA packet codeDan Sinclair
2017-11-27Generate XFA node classesDan Sinclair
2017-11-20Convert calc data and layout item to store in CJX_NodeDan Sinclair
2017-11-20Remove {Set|Get|Try}Object methodsDan Sinclair
2017-11-16Convert TryNamespace to optionalDan Sinclair
2017-11-16Convert TryCData and TryContent to optionalsDan Sinclair
2017-11-14Cleanup XFA default value codeDan Sinclair
2017-11-14Remove CXFA_Node friend classDan Sinclair
2017-11-08Convert XFA_PACKET to an enum classDan Sinclair
2017-11-08Convert XFA_ATTRIBUTE to an enum classDan Sinclair
2017-11-06Consolidate CFXJSE_Engine constructionDan Sinclair
2017-11-06Call CJX methods directly instead of proxyingDan Sinclair
2017-11-04Remove default values from CXFA_Node::{CountChildren|GetChild}chromium/3259Dan Sinclair
2017-11-02Remove default values from CJX_Node::TryContentDan Sinclair
2017-11-02Cleanup params to CJX_Node::TryCDataDan Sinclair
2017-11-01Split JS code out of CXFA_Node.Dan Sinclair
2017-11-01Move some XFA JS code into fxjs/Dan Sinclair
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-18Convert string class namesRyan Harrison
2017-08-23Convert string Find methods to return an OptionalRyan Harrison
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-07-24Move xfa/fxfa/app to xfa/fxfachromium/3166Dan Sinclair
2017-05-25Split apart remaining xfa/fxfa/app filesDan Sinclair
2017-04-26Avoid unordered_set and maps for the time being.chromium/3082Tom Sepez
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-19Move fde XML parser to coreDan Sinclair
2017-04-05Move XML attribute handling to a base class.Dan Sinclair
2017-03-29Split xfa_object.h apart.Dan Sinclair
2017-03-28Renaming and splitting in xfa/fxfa/parser.Dan Sinclair
2017-03-22Use moar unique_ptrs in CXFA_DocumentTom Sepez
2017-03-14Replace CXFA_{Object,Node}Array with std::vectorTom Sepez
2017-03-03Remove CXFA_NodeStackTom Sepez
2017-02-06More CXFA_ItemLayoutProcessor cleanupchromium/3005Dan Sinclair
2017-02-02Remove FX_WSTRC usagechromium/3003chromium/3002dan sinclair
2017-01-05Remove CFX_MapPtrToPtr from xfa/fxfa.tsepez
2017-01-03Cleaning out params in CPDFXFA_ContextDan Sinclair
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-21Make the I in IFormFiller explicitdsinclair
2016-07-21Move xfa_document to cxfa_documentdsinclair