summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_document.cpp
AgeCommit message (Expand)Author
2018-07-24Fix UAF in CPDFSDK_Widget::GetMixXFAWidget().chromium/3502Henrique Nakashima
2018-07-23Remove unused CScript_DataWindow::JSDataWindow().Tom Sepez
2018-06-05[xfa] Make the event context available when calling back in XFADan Sinclair
2018-05-17Add comment about cleaning binding nodesDan Sinclair
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-05-02Add a CFX_XMLDocument class.Dan Sinclair
2018-05-01Fixes XML Instruction handling in CXFA_DocumentParser.Dan Sinclair
2018-04-24Switch declaration order to prevent UAFRyan Harrison
2018-04-17Add ownership to CFX_XMLNode childrendan sinclair
2018-04-16Merge CFX_XMLElement and CFX_XMLAttributeNodedan sinclair
2018-04-12Fold CXFA_DocumentParser into CXFA_FFDocDan Sinclair
2018-04-05Make CXFA_Document::m_rgGlobalBinding privateDan Sinclair
2018-04-05Remove unused param.Dan Sinclair
2018-04-05Move document data merge code into CXFA_Document fileDan Sinclair
2018-02-14Cleanup CXFA_Node::SetFlagDan Sinclair
2018-02-14Cleanup CXFA_Document const-nessDan Sinclair
2018-02-13Cleanup CFX_XMLDoc::SaveXMLNodeDan Sinclair
2018-02-13Cleanup CXFA_Node ownershipDan Sinclair
2018-02-01Make FXJSE_Engine constructed from FXJS_Engine.Tom Sepez
2018-01-10Remove CXFA_Node::GetNodeItemDan Sinclair
2018-01-04Convert usages of pdfium::Optional to OptionalRyan Harrison
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