summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_simple_parser.cpp
AgeCommit message (Expand)Author
2018-04-12Rename CXFA_SimpleParser to CXFA_DocumentParserDan Sinclair
2018-04-12Allow retrieving the XML tree from the CFX_XMLDocDan Sinclair
2018-04-12Cleanup some CFX_XMLParser codeDan Sinclair
2018-04-12[xfa] Remove form checksum abilitiesDan Sinclair
2018-04-10Merge CXFA_SimpleParser::{Start|Do}Parsechromium/3394Dan Sinclair
2018-04-09Merge CXFA_DocumentParser::{Start|Do}Parse methodsDan Sinclair
2018-04-09Move the CFX_XMLParser out of CXFA_SimpleParserDan Sinclair
2018-02-15Make the CFX_XMLNode a MaybeOwned pointerDan Sinclair
2018-02-14Cleanup CXFA_Node::SetFlagDan Sinclair
2018-02-13Add last_child to CFX_XMLNodeDan Sinclair
2018-02-13Cleanup CFX_XMLNode pointersDan Sinclair
2018-02-13Cleanup CFX_XMLDoc::SaveXMLNodeDan Sinclair
2018-02-13Cleanup CFX_XMLNode and friendschromium/3347Dan Sinclair
2018-01-17Do more forward declarations in cxfa_node.h.Lei Zhang
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-04Shuffle XFA code arounddan sinclair
2017-12-04Make CXFA_SimpleParser members const or Unowned.Lei Zhang
2017-11-30Simplify XDP parsing codeDan Sinclair
2017-11-30Rename XFA_ATTRIBUTEENUM to XFA_AttributeEnum enum classDan Sinclair
2017-11-30Move packet information into simple parserDan Sinclair
2017-11-30Make parsers work off XFA_PacketType enumDan Sinclair
2017-11-30A CXFA_Node can only be in one packetDan Sinclair
2017-11-30Cleanup XFA packet codeDan Sinclair
2017-11-27Add some helpers for attribute lookupDan Sinclair
2017-11-27Generate XFA node classesDan Sinclair
2017-11-14Cleanup XFA default value codeDan Sinclair
2017-11-08Convert XFA_PACKET to an enum classDan Sinclair
2017-11-08Convert XFA_ATTRIBUTE to an enum classDan Sinclair
2017-11-04Remove default params for CXFA_Node::{Insert|Remove}ChildDan Sinclair
2017-11-02Remove default values from CJX_Node::{Set|Try}EnumDan Sinclair
2017-11-02Remove default values from CJX_Node::SetCDataDan Sinclair
2017-11-02Remove default value to CJX_Node::SetAttributeDan Sinclair
2017-11-01Split JS code out of CXFA_Node.Dan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-30Move CFX_WideTextBuf out of fx_basicDan Sinclair
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-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-04Cleanup more null IFX_Pause parametersDan Sinclair
2017-04-20Do not insert null node if ParseAsXDPPacket_Config failsTom Sepez
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-19Move fde XML parser to coreDan Sinclair
2017-04-19Move CFGAS_Stream to CFX_SeekableStreamProxyDan Sinclair
2017-04-18Rename IFGAS_Stream to CFGAS_StreamDan Sinclair
2017-04-18Remove IFGAS_Stream::CreateWideStringReadStreamDan Sinclair
2017-04-18Subclass the stream implementations from CFGAS_StreamDan Sinclair
2017-04-12Fold CXFA_WideTextRead into IFGAS_StreamDan Sinclair
2017-04-11Disabiguate CreateStream callsDan Sinclair