summaryrefslogtreecommitdiff
path: root/xfa/fde/xml/fde_xml_imp.cpp
AgeCommit message (Expand)Author
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-08-11Remove fgas_system files.dsinclair
2016-08-11Guard against undefined shift.dsinclair
2016-07-18Cleanup fgas/crt.dsinclair
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-27Make sure CFDE_XMLSyntaxParser's buffer is null terminated.ochang
2016-05-20Clean up XFA code which causes warningsweili
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.tsepez
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