summaryrefslogtreecommitdiff
path: root/xfa/fde/xml
AgeCommit message (Expand)Author
2017-04-05Merge XMLSyntaxParser Init into constructorDan Sinclair
2017-04-05Update XML syntax parser to return stringsDan Sinclair
2017-04-05Move XML attribute handling to a base class.Dan Sinclair
2017-04-04Cleanup CFDE_XMLCharData and CFDE_XMLTextDan Sinclair
2017-04-04Remove un-needed CFDE_XMLDeclarationDan Sinclair
2017-04-04Cleanup CFX_BlockBufferDan Sinclair
2017-04-03Split the FDE XML file into indiviual class files.Dan Sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-30Move CXFA_XMLParser to CFDE_XMLParserDan Sinclair
2017-03-30Move CFX files into fxcrtDan Sinclair
2017-03-30Rename fgas_stream to ifgas_streamDan Sinclair
2017-03-23Cleanup some xfa/fxfa code.Dan Sinclair
2017-03-22Use unique_ptr for CFDE_XMLDoc::m_pRootTom Sepez
2017-03-22Use unique_ptr in cfx_saxreader.hTom Sepez
2017-03-15remove CFX_ArrayTemplate from fde/xml.Tom Sepez
2017-03-15Add IndexInBounds() convenience routine.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-23Update safe numerics package to get bitwise opstsepez
2017-01-23Remove some |void Release() { delete this; }| anti-pattern.tsepez
2017-01-20Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t>chromium/2990chromium/2989chromium/2988tsepez
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-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-02Rename IFX_Stream to IFGAS_Stream.tsepez
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-09-30Switch CFX_SAXReader to use std::stack.thestig
2016-09-29Move xfa/fxfa/include to xfa/fxfadsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-13Sort include entries.dsinclair
2016-08-11Remove fgas_system files.dsinclair
2016-08-11Guard against undefined shift.dsinclair
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-06-09Remove more casts, part 7.tsepez
2016-05-27Make sure CFDE_XMLSyntaxParser's buffer is null terminated.ochang
2016-05-20Clean up XFA code which causes warningsweili
2016-05-19Move fgas_sax into individual files in fde.dsinclair
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