Age | Commit message (Expand) | Author |
2018-07-16 | Alert embedder when attempting to save XFA form | Ryan Harrison |
2018-07-12 | Move CJS_Field private methods into an anonymous namespace. | Lei Zhang |
2018-07-12 | Remove parameter to CJS_Field::GetFormFields(). | Lei Zhang |
2018-07-12 | Add CJS_Field::GetFirstFormField(). | Lei Zhang |
2018-07-12 | Add more helper functions to check field types in CJS_Field. | Lei Zhang |
2018-07-12 | Add a IsCheckBoxOrRadioButton() helper for CJS_Field. | Lei Zhang |
2018-07-12 | Use pdfium::Optional in CJS_Return. | Lei Zhang |
2018-07-12 | Use JSGetObject() in even more places. | Lei Zhang |
2018-07-11 | Use JSGetObject() in more places.chromium/3489 | Lei Zhang |
2018-07-11 | Check GetObjDefnID() in various JS functions. | Lei Zhang |
2018-07-11 | Fix some nits in fxjs code. | Lei Zhang |
2018-07-03 | Use unowned ptr to Node from outside XFA node tree.chromium/3481 | Tom Sepez |
2018-07-02 | Kill a malloc/memcpy in cjs_document.cpp | Tom Sepez |
2018-07-02 | Virtualize Observable<T>::ObservedPtr::OnDestroy() for CPDF_Avail cleanup | Tom Sepez |
2018-06-29 | Use UnownedPtr<CXFA_Node> or comment raw pointers as tree nodes.chromium/3479chromium/3478 | Tom Sepez |
2018-06-29 | Use UnownedPtr to CXFA_Node from outside the treechromium/3477 | Tom Sepez |
2018-06-28 | Fix logic error in CJX_InstanceManager::count()chromium/3476 | Tom Sepez |
2018-06-28 | Replace DCHECKs with ASSERTs. | Lei Zhang |
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 |