summaryrefslogtreecommitdiff
path: root/xfa/fde/xml
AgeCommit message (Expand)Author
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
2016-04-27Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1.tsepez
2016-04-27Standardize on ASSERT.dsinclair
2016-04-14Rename CFX_ByteTextBuf::GetByteString() to AsStringC().tsepez
2016-04-14Replace calls to deprecated CFX_{Wide,Byte}String::Empty()tsepez
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)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-25Remove FX_DWORD from XFA.tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Make a few more const tables smaller.chromium/2689chromium/2688Tom Sepez
2016-03-14Move xfa/src up to xfa/.Dan Sinclair