summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/xfa_parser_imp.cpp
AgeCommit message (Expand)Author
2016-07-11Break xfa_parser_imp apartdsinclair
2016-07-11Remove IXFA_Parser, cleanup XFA parser code.dsinclair
2016-07-01Clean up parts of CPDF_CIDFont.thestig
2016-06-23Remove NULL in xfa/dsinclair
2016-06-23Change XFA_GetElementByName to XFA_GetElementTypeForNamedsinclair
2016-06-22Update GetClassID to GetElementTypedsinclair
2016-06-21Convert XFA_ELEMENT to an enum classdsinclair
2016-06-20Split the XFA_OBJECTTYPE enum into two parts.dsinclair
2016-06-16Make code compile with clang_use_chrome_plugin (part V)chromium/2770weili
2016-06-01Remove XFA_HFM2JSCONTEXT.dsinclair
2016-05-20Clean up XFA code which causes warningsweili
2016-05-18Remove Release() from CXFA_ChecksumContexttsepez
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-05-13Make CFX_WideString(const CFX_WideString&) explicit.tsepez
2016-04-28Do not check pointers before deleting them.thestig
2016-04-27Standardize on ASSERT.dsinclair
2016-04-19XFA unused function cleanupdsinclair
2016-04-14Simplify XFA event handling.thestig
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-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-06Move remaining xfa/include/fxfa filesdsinclair
2016-04-05Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.tsepez
2016-04-04Replace FDE_XMLSYNTAX defines with enum classes.dsinclair
2016-04-01Remove CFX_{Byte,Wide}String::Equal in favor of "==".tsepez
2016-03-31Remove IXFA_* interfaces.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-14Move xfa/src up to xfa/.Dan Sinclair