Age | Commit message (Expand) | Author |
2018-06-26 | Use ObservedPtr for CJS_Field::m_pJSField | Tom Sepez |
2018-06-22 | Avoid some duplicate const/non-const getters. | Tom Sepez |
2018-06-21 | Clean up constant values for JS alert and beep | Ryan Harrison |
2018-06-21 | Use the length of calculated string instead of source | Ryan Harrison |
2018-06-21 | Pass output parameters as pointers in ijs_event_context | Tom Sepez |
2018-06-21 | Remove WideString::c_str() calls where possible. | Tom Sepez |
2018-06-21 | Avoid const-refs to implicitly constructed strings. | Tom Sepez |
2018-06-20 | Avoid more .c_str() usage, part 3 | Tom Sepez |
2018-06-20 | Re-work some more c_str() usage. | Tom Sepez |
2018-06-20 | c_str() calls not needed when writing to ostream | Tom Sepez |
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 |