summaryrefslogtreecommitdiff
path: root/core/fxcrt/xml
AgeCommit message (Expand)Author
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-22Mark CFX_XMLNode pointers as const in various places.Lei Zhang
2018-08-22Simplify GetEmbeddedObj() methods.Lei Zhang
2018-08-14Remove CFX_BufferSeekableReadStream.Lei Zhang
2018-08-06Clean up a nit that was identified after CQing an earlier CLRyan Harrison
2018-08-03Make CFX_XMLParser less permissiveRyan Harrison
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-05-07[xml] Move members to method variables in CFX_XMLParserDan Sinclair
2018-05-02[xml] Simplify the CFX_XMLParser parse methodsDan Sinclair
2018-05-02[xml] Rename CFX_XMLParser::ParseTextCharDan Sinclair
2018-05-02Add a CFX_XMLDocument class.Dan Sinclair
2018-05-01Fixes XML Instruction handling in CXFA_DocumentParser.Dan Sinclair
2018-05-01Fix CFX_XML and add unit testsDan Sinclair
2018-04-26Reset entity start when clearing textchromium/3410Dan Sinclair
2018-04-25Remove m_NodeStack from CFX_XMLParserchromium/3408Dan Sinclair
2018-04-24Remove m_CurNodeType from CFX_XMLParserDan Sinclair
2018-04-24Remove CFX_BlockBufferchromium/3406Dan Sinclair
2018-04-24Cleanup CFX_XMLParser entity conversionDan Sinclair
2018-04-24Remove duplicate data extraction from CFX_XMLParserDan Sinclair
2018-04-23Cleanup CFX_XMLParser initializationDan Sinclair
2018-04-23Make CFX_SeekableStreamProxy a subclass of IFX_SeekableReadStreamchromium/3405Dan Sinclair
2018-04-23Change CFX_XML Save to take a write streamDan Sinclair
2018-04-23Revert "Change CFX_XML Save to take a write stream"dsinclair
2018-04-23Revert "Make CFX_SeekableStreamProxy a subclass of IFX_SeekableReadStream"dsinclair
2018-04-23Make CFX_SeekableStreamProxy a subclass of IFX_SeekableReadStreamdan sinclair
2018-04-23Change CFX_XML Save to take a write streamDan Sinclair
2018-04-19Fix UAF in CFX_XMLElement::SaveKe Liu
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-17Cleanup some seekablestreamproxy codedan sinclair
2018-04-17Use an IFX_SeekableStream for XML savingdan sinclair
2018-04-16Merge CFX_XMLElement and CFX_XMLAttributeNodedan sinclair
2018-04-16Remove CXMLdan sinclair
2018-04-16Convert CXFA_XMLLocale to CFX_XMLdan sinclair
2018-04-16Use CFX_XML instead of CXML in CPDF_Metadatadan sinclair
2018-04-13Make CFX_XMLInstruction a subclass of CFX_XMLNodedan sinclair
2018-04-12Fixup CFX_XMLParser::GetStatus returnDan Sinclair
2018-04-12Remove CFX_XMLDoc and call the parser directlyDan Sinclair
2018-04-12Allow retrieving the XML tree from the CFX_XMLDocDan Sinclair
2018-04-12Merge CFX_XMLParser and CFX_XMLSyntaxParserDan Sinclair
2018-04-12Cleanup some CFX_XMLParser codeDan Sinclair
2018-04-12[xfa] Remove form checksum abilitiesDan Sinclair
2018-04-09Move the CFX_XMLParser out of CXFA_SimpleParserDan Sinclair
2018-04-04Decrease XML parser buffer sizeDan Sinclair
2018-03-16Make more variables const-ref.chromium/3373Lei Zhang
2018-02-13Add last_child to CFX_XMLNodeDan Sinclair