summaryrefslogtreecommitdiff
path: root/xfa/fxfa/fm2js/xfa_fm2jscontext.h
AgeCommit message (Expand)Author
2017-04-12Fix string passing coventions in xfa_fm2jscontext.hchromium/3070Tom Sepez
2017-03-29Split xfa_object.h apart.Dan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_DOUBLE with underlying double type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-01-11Cleaning up memory allocation in CXFA_FM2JSContext - IVDan Sinclair
2017-01-05Cleaning up memory allocation in CXFA_FM2JSContext - Ichromium/2974Dan Sinclair
2017-01-03Create individual exception methods.Dan Sinclair
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-09-29Move fxjs/include to fxjsdsinclair
2016-09-15Rename dictionary set and get methodsdsinclair
2016-07-20Rename remaining xfa_script_* files.dsinclair
2016-07-12Rename fxjse/ to fxjs/ update files to match class names.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-09xfa_fm2jscontext method cleanup - pt IX of IXdsinclair
2016-06-02Change ThrowScriptErrorMessage() to just ThrowException().dsinclair
2016-06-01xfa_fm2jscontext method cleanup - pt IIIdsinclair
2016-06-01Remove XFA_HFM2JSCONTEXT.dsinclair
2016-05-31Replace void* with CFXJSE_HostObect and make wrapped objects inherit from ittsepez
2016-05-31xfa_fm2jscontext formatting and cleanup - pt Idsinclair
2016-05-31Replace CFXJSE_Value create/destroy with new and delete.dsinclair
2016-05-26Make additional FXJSE_CLASS_DESCRIPTORS constanttsepez
2016-05-26Make fm2jscontext's class descriptor a static constant.tsepez
2016-05-26Rename FXJSE_CLASS to avoid confusion with CFXJSE_CLASStsepez
2016-05-26Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value*dsinclair
2016-05-26Replace FXJSE_HCLASS with CFXJSE_Class*dsinclair
2016-05-26Replace FXJSE_HCONTEXT with CFXJSE_Context*dsinclair
2016-05-25Rename FXJSE_HRUNTIME to v8::Isolatedsinclair
2016-05-19Remove Release() from CXFA_FM2JSContexttsepez
2016-03-15Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include.Dan Sinclair
2016-03-14Move xfa/src up to xfa/.Dan Sinclair