summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/xfa_object.h
AgeCommit message (Expand)Author
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