Age | Commit message (Expand) | Author |
2018-06-19 | Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466 | Tom Sepez |
2018-06-14 | Move definition of XFA_SCRIPTATTRIBUTEINFO into cjx_object.h. | Peter Collingbourne |
2018-06-12 | Rework "Make common page base class." | Tom Sepez |
2018-06-11 | Move some CFXJS_Engine methods to CFXJS_ObjDefinition. | Tom Sepez |
2018-06-11 | Move some FXJS methods onto the per-isolate object. | Tom Sepez |
2018-06-11 | Use spans in CJX_Object. | Tom Sepez |
2018-06-11 | Use spans in CJS_Object. | Tom Sepez |
2018-06-08 | Remove CJS_Object::InitInstance(). | Tom Sepez |
2018-06-08 | Ensure CJS_Return() with error always includes a message. | Tom Sepez |
2018-06-08 | Fix issue with resolveNodes() not found off global proxy object. | Tom Sepez |
2018-06-08 | Update fxjs/README now that context data slots are gone | Tom Sepez |
2018-06-07 | Remove friending in CFXJSE_Context. | Tom Sepez |
2018-06-07 | Remove v8::Context slot usage entierly from fxjs | Tom Sepez |
2018-06-07 | Simplify cfxjs_engine_embeddertest.cpp | Tom Sepez |
2018-06-06 | Remove still more v8::Context slot usage.chromium/3452 | Tom Sepez |
2018-06-06 | Get global consts without use of v8::Context slot | Tom Sepez |
2018-06-06 | Stop using some v8::Context slot to find runtime. | Tom Sepez |
2018-06-06 | [xfa] Make class error description better | Dan Sinclair |
2018-06-06 | Better error reporting on XFA JS errors | Tom Sepez |
2018-06-05 | Introduce IJS_Runtime::ScopedEventContext helper class.chromium/3451 | Tom Sepez |
2018-06-05 | Tidy parser lifecycle state machine in CPDF_PageObjectHolder. | Tom Sepez |
2018-06-05 | [xfa] Make the event context available when calling back in XFA | Dan Sinclair |
2018-06-04 | Lowercase JS_Define.{h,cpp} and CJS_Define.h | Tom Sepez |
2018-06-04 | Make CJS_Objects track CJS_Runtime (and hence the document itself) | Tom Sepez |
2018-06-04 | cjs_globalconsts.cpp need not use v8::Context slots | Tom Sepez |
2018-06-04 | Revert "Make CPDF_Document cache CPDF_Pages" | Tom Sepez |
2018-06-04 | Revert "Make common page base class for XFA and non-XFA." | Tom Sepez |
2018-06-04 | [xfa] Get properties from the non-xfa global if possible | Dan Sinclair |
2018-06-01 | Fix XFA guards | Ryan Harrison |
2018-05-31 | Update fxjs README | Tom Sepez |
2018-05-31 | Make FXJSE variable context compatible with FXJS. | Tom Sepez |
2018-05-31 | [xfa] Remove unused methods from CFXJSE_ScopeUtil_IsolateHandleContext | Dan Sinclair |
2018-05-30 | Make common page base class for XFA and non-XFA. | Tom Sepez |
2018-05-30 | [xfa] Dump JS errors to console in debug modechromium/3446 | Dan Sinclair |
2018-05-30 | Make CPDF_Document cache CPDF_Pages | Tom Sepez |
2018-05-29 | [xfa] Propagate the xfa change data for text to JS and back. | Dan Sinclair |
2018-05-25 | Make CPDF_Page retainable. | Tom Sepez |
2018-05-25 | [xfa] Generate CXFA_EventParam.newText dynamically | Dan Sinclair |
2018-05-25 | [xfa] Add missing xfa.event.cancelAction property | Dan Sinclair |
2018-05-25 | [xfa] Clamp selStart, selEnd values in CJX_EventPseudoModel | Dan Sinclair |
2018-05-25 | [xfa] Restrict the editable xfa.change properties | Dan Sinclair |
2018-05-25 | [xfa] Rename pValue to pReturn for clarity | Dan Sinclair |
2018-05-25 | [xfa] Allow accessing the event changed parameter from JS. | Dan Sinclair |
2018-05-25 | Add code to display XFA JS log messages | Dan Sinclair |
2018-05-22 | Fix nits in fxjs. | Lei Zhang |
2018-05-17 | Convert JS execute methods to return Optional<IJS_Runtime::JS_Error> | Dan Sinclair |
2018-05-17 | Update third_party/base/compiler_specific.h. | Lei Zhang |
2018-05-16 | Remove two unused #defines in cjs_globaldata.cpp. | Tom Sepez |
2018-05-16 | Convert CJX_Object::Set* methods to return void | Dan Sinclair |
2018-05-16 | Convert Formcalc ToJavascript to a pointer WideTextBuf | Dan Sinclair |