Age | Commit message (Expand) | Author |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-12-01 | Move Init to constructor in CXFA_FMProgram | Nicolas Pena |
2016-11-29 | Use unique_ptr in CFXA_FM expressions constructorschromium/2937 | npm |
2016-11-28 | Use unique pointers in CXFA_FMParse | npm |
2016-11-23 | More unique_ptrs in CXFA_FMParse::ParseForeachExpression and avoid leak | npm |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-11 | Add fpdfppo_embeddertest.cpp. | tsepez |
2016-11-02 | Remove FX_BOOL from xfa. | tsepez |
2016-10-27 | Fix some FX_BOOL / int noise in fxfa | tsepez |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-09-29 | Move fxjs/include to fxjs | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-15 | Rename dictionary set and get methods | dsinclair |
2016-08-09 | Use smart pointers for class owned pointers | weili |
2016-08-03 | Fixup class name spelling | dsinclair |
2016-08-03 | Fix FMCallExpression undefined shift behaviour. | dsinclair |
2016-07-21 | Move xfa_document to cxfa_document | dsinclair |
2016-07-20 | Rename remaining xfa_script_* files. | dsinclair |
2016-07-12 | Rename fxjse/ to fxjs/ update files to match class names. | dsinclair |
2016-07-11 | Break xfa_parser_imp apart | dsinclair |
2016-07-11 | Remove IXFA_Parser, cleanup XFA parser code. | dsinclair |
2016-06-28 | Change CXFA_Node::GetClassName to returnchromium/2786chromium/2784 | dsinclair |
2016-06-23 | Remove NULL in xfa/ | dsinclair |
2016-06-16 | Make code compile with clang_use_chrome_plugin (part V)chromium/2770 | weili |
2016-06-09 | Move xfa/fxjse/ to fxjse/ | dsinclair |
2016-06-09 | Convert CFXJSE_Value::ToString to return. | dsinclair |
2016-06-09 | xfa_fm2jscontext method cleanup - pt IX of IX | dsinclair |
2016-06-08 | xfa_fm2jscontext method cleanup - pt VIII | dsinclair |
2016-06-08 | xfa_fm2jscontext method cleanup - pt VII | dsinclair |
2016-06-08 | Remove more FXJSE c-method wrappers. | dsinclair |
2016-06-07 | Remove various FXJSE Value methods. | dsinclair |
2016-06-07 | xfa_fm2jscontext method cleanup - pt VIchromium/2763 | dsinclair |
2016-06-07 | xfa_fm2jscontext method cleanup - pt V | dsinclair |
2016-06-06 | xfa_fm2jscontext method cleanup - pt IV | dsinclair |
2016-06-02 | Remove FXJSE_Value_ToObject and call methods directly | dsinclair |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-06-02 | Change ThrowScriptErrorMessage() to just ThrowException(). | dsinclair |
2016-06-01 | xfa_fm2jscontext method cleanup - pt III | dsinclair |
2016-06-01 | Fix some signed/unsigned comparisons in xfa_fm2jscontext.cpp | ochang |
2016-06-01 | Remove XFA_HFM2JSCONTEXT. | dsinclair |
2016-05-31 | Replace void* with CFXJSE_HostObect and make wrapped objects inherit from it | tsepez |
2016-05-31 | xfa_fm2jscontext method clean - pt II | dsinclair |
2016-05-31 | xfa_fm2jscontext formatting and cleanup - pt I | dsinclair |
2016-05-31 | Replace CFXJSE_Value create/destroy with new and delete. | dsinclair |
2016-05-27 | Workaround dubious casting between CXFA_Object and void* in FXJSE | tsepez |
2016-05-26 | Make additional FXJSE_CLASS_DESCRIPTORS constant | tsepez |
2016-05-26 | Make fm2jscontext's class descriptor a static constant. | tsepez |
2016-05-26 | Rename FXJSE_CLASS to avoid confusion with CFXJSE_CLASS | tsepez |
2016-05-26 | Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* | dsinclair |
2016-05-26 | Replace FXJSE_HCLASS with CFXJSE_Class* | dsinclair |