summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_ffdoc.cpp
AgeCommit message (Expand)Author
2018-10-26Forward declare a bunch of classes.Lei Zhang
2018-10-12Rename CPDF_{Array,Dictionary}::GetCount() to size().Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-02Reduce includes in cfgas_defaultfontmanager.hLei Zhang
2018-09-04Remove unneeded fpdf_parser_decode.h #includes.Lei Zhang
2018-08-13Make CFX_ReadOnlyMemoryStream take a span.Lei Zhang
2018-08-13Use CFX_ReadOnlyMemoryStream in more places.Lei Zhang
2018-05-24Improve constness for more CPDF_Objects pointers.Lei Zhang
2018-05-03[xfa] Verify we can get a font manager before setting up XFADan Sinclair
2018-05-02Cleanup XFA document properly on failed loadDan Sinclair
2018-05-02Add a CFX_XMLDocument class.Dan Sinclair
2018-04-26Replace some c-style cast with static_cast<>Tom Sepez
2018-04-17XFA_XPDPacket_MergeRootNode is dead code, too.Tom Sepez
2018-04-17Base64 stuff is all dead code in cxfa_ffdoc.cppTom Sepez
2018-04-12Remove CXFA_DocumentParser::m_bDocumentParser flagDan Sinclair
2018-04-12Cleanup CXFA_FFDocDan Sinclair
2018-04-12Rename CXFA_SimpleParser to CXFA_DocumentParserDan Sinclair
2018-04-12Fold CXFA_DocumentParser into CXFA_FFDocDan Sinclair
2018-04-12Retrieve the XML tree in the DocumentParserDan Sinclair
2018-04-12[xfa] Remove form checksum abilitiesDan Sinclair
2018-04-09Merge CXFA_DocumentParser::{Start|Do}Parse methodsDan Sinclair
2018-04-09Merge CXFA_FFDoc::{Start|Do|Stop}Load methodsDan Sinclair
2018-02-13Cleanup CFX_XMLNode pointersDan Sinclair
2018-01-17Do more forward declarations in cxfa_node.h.Lei Zhang
2018-01-10Remove CXFA_Node::GetNodeItemDan Sinclair
2017-12-14Add types to the CXFA_Node::Get*{Child|Sibling}* methodsDan Sinclair
2017-12-13Methods are on CJX_Object not CJX_Node nowDan Sinclair
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-04Make a CXFA_DocumentParser member Unowned.Lei Zhang
2017-11-30Make parsers work off XFA_PacketType enumDan Sinclair
2017-11-16Convert TryCData and TryContent to optionalsDan Sinclair
2017-11-14Move CXFA_FileRead out of XFA and renameRyan Harrison
2017-11-08Convert CXFA_FFDoc::SavePackage to accept a CXFA_NodeDan Sinclair
2017-11-04Remove default params for CXFA_Node::{Insert|Remove}ChildDan Sinclair
2017-11-02Remove default values from CJX_Node::TryContentDan Sinclair
2017-11-01Split JS code out of CXFA_Node.Dan Sinclair
2017-10-18Refactor HasXFAField into HasFormInfoRyan Harrison
2017-10-17Convert XFA Doc Types to be more preciseRyan Harrison
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Move CFGAS_PDFFontMgr to the CXFA_FFDocDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-30Add truly const versions of CPDF_Document getters.Lei Zhang
2017-08-29Remove an unused CXFA_FFDoc method.chromium/3200Lei Zhang
2017-07-24Move xfa/fxfa/app to xfa/fxfachromium/3166Dan Sinclair
2017-07-19Use CFX_WideString in CPDF_NameTree functions to strip BOMchromium/3162Jane Liu
2017-05-25Split apart remaining xfa/fxfa/app filesDan Sinclair
2017-05-24Convert to CFX_UnownedPtr, part 10Tom Sepez
2017-05-16Introduce CFX_UnownedPtr to detect lifetime inversion issues.Tom Sepez
2017-05-04Cleanup more null IFX_Pause parametersDan Sinclair
2017-04-20Convert IFX_MemoryStream to CFX_MemoryStreamDan Sinclair