Age | Commit message (Expand) | Author |
2018-04-05 | Make Internal field usage in cfxjs_engine match README.doc | Tom Sepez |
2018-03-27 | Remove CXFA_FFNotify proxy methods | Dan Sinclair |
2018-02-26 | Get rid of some static variables. | Tom Sepez |
2018-02-09 | Rename fxjs_v8.{h,cpp} to cfxjs_engine.{h,cpp} | Tom Sepez |
2018-02-08 | Move cjs_v8.cpp to cfx_v8.cpp | Tom Sepez |
2018-02-08 | Move XFA-specific methods out of CJS_V8. | Tom Sepez |
2018-02-02 | Make global object function names clearer. | Tom Sepez |
2018-02-01 | Make CFXJSE-created contexts refer to their CFXJS counteparts.chromium/3337 | Tom Sepez |
2018-02-01 | Make FXJSE_Engine constructed from FXJS_Engine. | Tom Sepez |
2018-01-10 | Remove CXFA_Node::GetNodeItem | Dan Sinclair |
2018-01-10 | Make methods which create nodes more obvious | Dan Sinclair |
2018-01-05 | Convert GetSOMExpression methods to return WideString | Ryan Harrison |
2018-01-05 | Convert CXFA_NodeHelper::GetNameExpression to return WideString | Ryan Harrison |
2018-01-04 | Convert usages of pdfium::Optional to Optional | Ryan Harrison |
2017-12-14 | Add type information to CJX_Object::GetProperty | Dan Sinclair |
2017-12-14 | Fold CXFA_ScriptData into CXFA_Script | Dan Sinclair |
2017-12-13 | Methods are on CJX_Object not CJX_Node now | Dan Sinclair |
2017-12-11 | [xfa] Refactor CJX method signatures. | Dan Sinclair |
2017-12-07 | [xfa] Move JS method information to files.chromium/3288 | Dan Sinclair |
2017-12-04 | Remove SetResultCreateNode | Dan Sinclair |
2017-12-04 | Cleanup ResolveObjects params and return | Dan Sinclair |
2017-12-04 | Cleanup CFXJSE engine and resolve processor | Dan Sinclair |
2017-12-04 | Cleanup CFXJSE_Engine visibility | Dan Sinclair |
2017-12-04 | Remove unused XFA code | dan sinclair |
2017-11-30 | Rename XFA_ATTRIBUTEENUM to XFA_AttributeEnum enum class | Dan Sinclair |
2017-11-27 | Generate XFA node classes | Dan Sinclair |
2017-11-21 | Cleanup CXFA_ScriptData | Dan Sinclair |
2017-11-16 | Convert TryCData and TryContent to optionals | Dan Sinclair |
2017-11-14 | Cleanup XFA default value code | Dan Sinclair |
2017-11-14 | Cleanup const refs and some enums | Dan Sinclair |
2017-11-08 | Convert XFA_ATTRIBUTE to an enum class | Dan Sinclair |
2017-11-08 | Fix XFA_SCRIPTATTRIBUTEINFO attribute type | Dan Sinclair |
2017-11-06 | Consolidate CFXJSE_Engine construction | Dan Sinclair |
2017-11-06 | Cleanup some nits in CFXJSE_Engine | Dan Sinclair |
2017-11-06 | Call CJX methods directly instead of proxying | Dan Sinclair |
2017-11-06 | Move CXFA_ResolveProcessor to CFXJSE_ResolveProcessor.chromium/3261 | Dan Sinclair |
2017-11-02 | Cleanup params to CJX_Node::TryCData | Dan Sinclair |
2017-11-02 | Remove default value from CJX_Node::GetProperty | Dan Sinclair |
2017-11-01 | Split JS code out of CXFA_Node. | Dan Sinclair |
2017-11-01 | Move some XFA JS code into fxjs/ | Dan Sinclair |