summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp
AgeCommit message (Expand)Author
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-12Rename fxjse/ to fxjs/ update files to match class names.dsinclair
2016-07-11Break xfa_parser_imp apartdsinclair
2016-07-11Remove IXFA_Parser, cleanup XFA parser code.dsinclair
2016-07-11Cleanup redundant method names.dsinclair
2016-06-23Remove CXFA_OrdinaryObject classdsinclair
2016-06-22Remove unused GetScriptObjHash().dsinclair
2016-06-21Convert XFA_ELEMENT to an enum classdsinclair
2016-06-15Make code compile with clang_use_chrome_plugin (part IV)weili
2016-06-09Move xfa/fxjse/ to fxjse/dsinclair
2016-06-09Convert CFXJSE_Value::ToString to return.dsinclair
2016-06-07Remove various FXJSE Value methods.dsinclair
2016-06-01Remove XFA_HFM2JSCONTEXT.dsinclair
2016-05-26Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value*dsinclair
2016-05-04More define cleanup.dsinclair
2016-04-19XFA unused function cleanupdsinclair
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-06Move remaining xfa/include/fxfa filesdsinclair
2016-04-06Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument.tsepez
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-03-31Remove IXFA_* interfaces.dsinclair
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-15Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include.Dan Sinclair
2016-03-14Move xfa/src up to xfa/.Dan Sinclair