summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/xfa_object.h
AgeCommit message (Expand)Author
2017-01-06Remove CFX_MapPtrToPtr and templates.chromium/2976chromium/2975tsepez
2017-01-05Remove CFX_MapPtrToPtr from xfa/fxfa.tsepez
2017-01-03Create individual exception methods.Dan Sinclair
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-09-29Move fxjs/include to fxjsdsinclair
2016-07-18Pass element hash and name into CXFA_Object constructor.dsinclair
2016-07-12Rename fxjse/ to fxjs/ update files to match class names.dsinclair
2016-06-28Change CXFA_Node::GetClassName to returnchromium/2786chromium/2784dsinclair
2016-06-23Pass needed value to CXFA_Node constructordsinclair
2016-06-23Remove NULL in xfa/dsinclair
2016-06-23Cleanup some variable namings.chromium/2778dsinclair
2016-06-23Remove IsOrdinaryList; rename to OrdinaryList to Listdsinclair
2016-06-23Remove CXFA_OrdinaryObject classdsinclair
2016-06-22Update GetClassID to GetElementTypedsinclair
2016-06-22Remove unused GetScriptObjHash().dsinclair
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-09Move xfa/fxjse/ to fxjse/dsinclair
2016-06-02Change ThrowScriptErrorMessage() to just ThrowException().dsinclair
2016-05-31Replace void* with CFXJSE_HostObect and make wrapped objects inherit from ittsepez
2016-05-27Workaround dubious casting between CXFA_Object and void* in FXJSEtsepez
2016-05-26Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value*dsinclair
2016-05-12Replace CXFA_PtrSetTemplate with std::unordered_set.tsepez
2016-04-19XFA unused function cleanupdsinclair
2016-04-14Simplify XFA event handling.thestig
2016-04-06Split fxfa_objectacc.h into pieces.dsinclair
2016-03-29Remove IFDE_XML* classes.dsinclair
2016-03-25Remove FX_DWORD from XFA, part 2tsepez
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-15Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include.Dan Sinclair
2016-03-14Move xfa/src up to xfa/.Dan Sinclair