summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/xfa_document_imp.cpp
AgeCommit message (Expand)Author
2016-07-20Rename remaining xfa_script_* files.dsinclair
2016-07-20Rename the CScript_* files to match class names.dsinclair
2016-07-18Pass element hash and name into CXFA_Object constructor.dsinclair
2016-07-11Break xfa_parser_imp apartdsinclair
2016-07-11Remove IXFA_Parser, cleanup XFA parser code.dsinclair
2016-06-23Pass needed value to CXFA_Node constructordsinclair
2016-06-23Remove NULL in xfa/dsinclair
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-01Remove XFA_HFM2JSCONTEXT.dsinclair
2016-05-25Rename FXJSE_HRUNTIME to v8::Isolatedsinclair
2016-05-18Remove Release() from CXFA_ScriptContexttsepez
2016-05-18Cleanup XFA_HASHCODE usage.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-05-12Replace CXFA_PtrSetTemplate with std::unordered_set.tsepez
2016-05-04Return bool rather than bitwise-and for FX_BOOLtsepez
2016-04-28Do not check pointers before deleting them.thestig
2016-04-25Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.tsepez
2016-04-19Remove a few more char* members from structs/classes.tsepez
2016-04-19XFA unused function cleanupdsinclair
2016-04-14Simplify XFA event handling.thestig
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-06Rename CFX_WideStringC::raw_str() to c_str()tsepez
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-03-31Remove IXFA_* interfaces.dsinclair
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-14Move xfa/src up to xfa/.Dan Sinclair