summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_document_parser.cpp
AgeCommit message (Expand)Author
2018-10-18Do IWYU for core/fxcrt/xml headers.Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-08-23Fix shadowed variablesRyan Harrison
2018-08-13Make CFX_ReadOnlyMemoryStream take a span.Lei Zhang
2018-08-13Use CFX_ReadOnlyMemoryStream in more places.Lei Zhang
2018-07-28Add ToXML{Instruction,Text,CharData}() checked conversion functionsTom Sepez
2018-07-26Use moar ToXMLElement() in place of static_cast<>.Tom Sepez
2018-07-25Remove CFX_MemoryStream uses in tests.Lei Zhang
2018-07-25Introduce ToXMLElement() checked downcast helper functionTom Sepez
2018-07-17Limit recursion depth for CXFA_DocumentParser::NormalLoader().Henrique Nakashima
2018-06-21Remove WideString::c_str() calls where possible.Tom Sepez
2018-06-19Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466Tom Sepez
2018-05-02Add a CFX_XMLDocument class.Dan Sinclair
2018-05-01Fixes XML Instruction handling in CXFA_DocumentParser.Dan Sinclair
2018-04-25Replace reinterpret_cast with static_cast where possibleTom Sepez
2018-04-23Revert "Change CFX_XML Save to take a write stream"dsinclair
2018-04-23Change CFX_XML Save to take a write streamDan Sinclair
2018-04-17CFX_XML Cleanupdan sinclair
2018-04-17Add ownership to CFX_XMLNode childrendan sinclair
2018-04-17Convert CFX_XMLParser to take a IFX_SeekableStreamdan sinclair
2018-04-17Remove write abilities from CFX_SeekableStreamProxydan sinclair
2018-04-16Merge CFX_XMLElement and CFX_XMLAttributeNodedan sinclair
2018-04-13Make CFX_XMLInstruction a subclass of CFX_XMLNodedan sinclair
2018-04-12Remove CXFA_DocumentParser::m_bDocumentParser flagDan Sinclair
2018-04-12Remove CFX_XMLDoc and call the parser directlyDan 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-12Allow retrieving the XML tree from the CFX_XMLDocDan Sinclair
2018-04-10Merge CXFA_SimpleParser::{Start|Do}Parsechromium/3394Dan Sinclair
2018-04-09Merge CXFA_DocumentParser::{Start|Do}Parse methodsDan Sinclair
2018-02-15Make the CFX_XMLNode a MaybeOwned pointerDan Sinclair
2018-02-13Cleanup CFX_XMLDoc::SaveXMLNodeDan Sinclair
2017-12-04Make a CXFA_DocumentParser member Unowned.Lei Zhang
2017-12-04Make CXFA_SimpleParser members const or Unowned.Lei Zhang
2017-11-30Make parsers work off XFA_PacketType enumDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-05-04Cleanup more null IFX_Pause parametersDan Sinclair
2017-04-19Move fde XML parser to coreDan Sinclair
2017-04-18Subclass the stream implementations from CFGAS_StreamDan Sinclair
2017-04-03Split the FDE XML file into indiviual class files.Dan Sinclair
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-09-29Move xfa/fxfa/include to xfa/fxfadsinclair
2016-07-21Move xfa_document to cxfa_documentdsinclair
2016-07-11Cleanup ownership of parser membersdsinclair
2016-07-11Break xfa_parser_imp apartdsinclair