Age | Commit message (Expand) | Author |
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 |
2016-05-26 | Replace FXJSE_HCONTEXT with CFXJSE_Context* | dsinclair |
2016-05-26 | Revert of Remove parameters which are always null (patchset #1 id:1 of https:... | dsinclair |
2016-05-25 | Remove parameters which are always null | dsinclair |
2016-05-25 | Rename FXJSE_HRUNTIME to v8::Isolate | dsinclair |
2016-05-20 | Clean up XFA code which causes warnings | weili |
2016-05-19 | Remove Release() from CXFA_FM2JSContext | tsepez |
2016-05-17 | Replace XFA_N with value | dsinclair |
2016-05-16 | Remove some c_str() calls from StringCs in xfa docs. | tsepez |