summaryrefslogtreecommitdiff
path: root/xfa/fde/xml/fde_xml_imp.h
AgeCommit message (Expand)Author
2017-04-03Split the FDE XML file into indiviual class files.Dan Sinclair
2017-03-30Move CXFA_XMLParser to CFDE_XMLParserDan Sinclair
2017-03-30Rename fgas_stream to ifgas_streamDan Sinclair
2017-03-22Use unique_ptr for CFDE_XMLDoc::m_pRootTom Sepez
2017-03-15remove CFX_ArrayTemplate from fde/xml.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-03-13Replace discrete array with a map.dan sinclair
2017-03-03Remove CFX_StackTemplate from fde_xml_imp.hTom Sepez
2017-01-23Remove some |void Release() { delete this; }| anti-pattern.tsepez
2017-01-10Strip out custom allocator codeDan Sinclair
2016-12-08Replace CFX_WideStringArray with std::vectortsepez
2016-12-07Use unique_ptr for CXFA_XMLParser.tsepez
2016-12-07Refcount IFGAS_ streams all the time, tootsepez
2016-12-02Rename IFX_Stream to IFGAS_Stream.tsepez
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-07-18Cleanup fgas/crt.dsinclair
2016-07-11Cleanup ownership of parser membersdsinclair
2016-06-18Make code compile with clang_use_chrome_plugin (final)weili
2016-06-16Cleanup XML parser code.dsinclair
2016-06-10Get rid of NULLs in xfa/fde/thestig
2016-05-16Revert "Replace Release() { delete this; } in fde_xml_imp.h"Tom Sepez
2016-05-16Replace Release() { delete this; } in fde_xml_imp.htsepez
2016-04-27Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1.tsepez
2016-04-04Replace FDE_XMLSYNTAX defines with enum classes.dsinclair
2016-03-31Fix CData parsing in CFDE_XMLSyntaxParser.dsinclair
2016-03-29Remove IFDE_XML* classes.dsinclair
2016-03-25Remove FX_DWORD from XFA, part 2tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-14Move xfa/src up to xfa/.Dan Sinclair