summaryrefslogtreecommitdiff
path: root/xfa/fxfa/fm2js
AgeCommit message (Expand)Author
2017-02-13Simplify FX_UTF8Encode variants.chromium/3012Tom Sepez
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-08Replace CFX_WideStringCArray with std::vector.chromium/2946tsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-01Move Init to constructor in CXFA_FMProgramNicolas Pena
2016-11-29Use unique_ptr in CFXA_FM expressions constructorschromium/2937npm
2016-11-28Use unique pointers in CXFA_FMParsenpm
2016-11-23More unique_ptrs in CXFA_FMParse::ParseForeachExpression and avoid leaknpm
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-08-09Use smart pointers for class owned pointersweili
2016-08-03Fixup class name spellingdsinclair
2016-08-03Fix FMCallExpression undefined shift behaviour.dsinclair
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-23Remove NULL in xfa/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-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