summaryrefslogtreecommitdiff
path: root/xfa/fxfa/fm2js/xfa_fm2jscontext.cpp
AgeCommit message (Expand)Author
2017-02-02Remove FX_WSTRC usagechromium/3003chromium/3002dan sinclair
2017-01-11Cleaning up memory allocation in CXFA_FM2JSContext - IVDan Sinclair
2017-01-06Cleaning up memory allocation in CXFA_FM2JSContext - IIIDan Sinclair
2017-01-05Cleaning up memory allocation in CXFA_FM2JSContext - IIDan Sinclair
2017-01-05Cleaning up memory allocation in CXFA_FM2JSContext - Ichromium/2974Dan Sinclair
2017-01-03Create individual exception methods.Dan Sinclair
2017-01-03Cleaning out params in CPDFXFA_ContextDan Sinclair
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-01Move Init to constructor in CXFA_FMProgramNicolas Pena
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-11Add fpdfppo_embeddertest.cpp.tsepez
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-10-27Fix some FX_BOOL / int noise in fxfatsepez
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-09-29Move fxjs/include to fxjsdsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-15Rename dictionary set and get methodsdsinclair
2016-07-21Move xfa_document to cxfa_documentdsinclair
2016-07-20Rename remaining xfa_script_* files.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-06-28Change CXFA_Node::GetClassName to returnchromium/2786chromium/2784dsinclair
2016-06-09Move xfa/fxjse/ to fxjse/dsinclair
2016-06-09Convert CFXJSE_Value::ToString to return.dsinclair
2016-06-09xfa_fm2jscontext method cleanup - pt IX of IXdsinclair
2016-06-08xfa_fm2jscontext method cleanup - pt VIIIdsinclair
2016-06-08xfa_fm2jscontext method cleanup - pt VIIdsinclair
2016-06-08Remove more FXJSE c-method wrappers.dsinclair
2016-06-07Remove various FXJSE Value methods.dsinclair
2016-06-07xfa_fm2jscontext method cleanup - pt VIchromium/2763dsinclair
2016-06-07xfa_fm2jscontext method cleanup - pt Vdsinclair
2016-06-06xfa_fm2jscontext method cleanup - pt IVdsinclair
2016-06-02Remove FXJSE_Value_ToObject and call methods directlydsinclair
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-02Change ThrowScriptErrorMessage() to just ThrowException().dsinclair
2016-06-01xfa_fm2jscontext method cleanup - pt IIIdsinclair
2016-06-01Fix some signed/unsigned comparisons in xfa_fm2jscontext.cppochang
2016-06-01Remove XFA_HFM2JSCONTEXT.dsinclair
2016-05-31Replace void* with CFXJSE_HostObect and make wrapped objects inherit from ittsepez
2016-05-31xfa_fm2jscontext method clean - pt IIdsinclair
2016-05-31xfa_fm2jscontext formatting and cleanup - pt Idsinclair
2016-05-31Replace CFXJSE_Value create/destroy with new and delete.dsinclair
2016-05-27Workaround dubious casting between CXFA_Object and void* in FXJSEtsepez
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