summaryrefslogtreecommitdiff
path: root/fxjs
AgeCommit message (Expand)Author
2018-07-19Remove some unused default values in cfxjse_context.h.Tom Sepez
2018-07-19Change some ASSERTS() to early returns in cfxjse_class.cppTom Sepez
2018-07-17Check for global flag on global proxy objects.Tom Sepez
2018-07-16Make JSGetObject<C>() return UnownedPtr<C>.Tom Sepez
2018-07-16Use UnownedPtr<> to v8::Isolates.Tom Sepez
2018-07-16Alert embedder when attempting to save XFA formRyan Harrison
2018-07-12Move CJS_Field private methods into an anonymous namespace.Lei Zhang
2018-07-12Remove parameter to CJS_Field::GetFormFields().Lei Zhang
2018-07-12Add CJS_Field::GetFirstFormField().Lei Zhang
2018-07-12Add more helper functions to check field types in CJS_Field.Lei Zhang
2018-07-12Add a IsCheckBoxOrRadioButton() helper for CJS_Field.Lei Zhang
2018-07-12Use pdfium::Optional in CJS_Return.Lei Zhang
2018-07-12Use JSGetObject() in even more places.Lei Zhang
2018-07-11Use JSGetObject() in more places.chromium/3489Lei Zhang
2018-07-11Check GetObjDefnID() in various JS functions.Lei Zhang
2018-07-11Fix some nits in fxjs code.Lei Zhang
2018-07-03Use unowned ptr to Node from outside XFA node tree.chromium/3481Tom Sepez
2018-07-02Kill a malloc/memcpy in cjs_document.cppTom Sepez
2018-07-02Virtualize Observable<T>::ObservedPtr::OnDestroy() for CPDF_Avail cleanupTom Sepez
2018-06-29Use UnownedPtr<CXFA_Node> or comment raw pointers as tree nodes.chromium/3479chromium/3478Tom Sepez
2018-06-29Use UnownedPtr to CXFA_Node from outside the treechromium/3477Tom Sepez
2018-06-28Fix logic error in CJX_InstanceManager::count()chromium/3476Tom Sepez
2018-06-28Replace DCHECKs with ASSERTs.Lei Zhang
2018-06-26Use ObservedPtr for CJS_Field::m_pJSFieldTom Sepez
2018-06-22Avoid some duplicate const/non-const getters.Tom Sepez
2018-06-21Clean up constant values for JS alert and beepRyan Harrison
2018-06-21Use the length of calculated string instead of sourceRyan Harrison
2018-06-21Pass output parameters as pointers in ijs_event_contextTom Sepez
2018-06-21Remove WideString::c_str() calls where possible.Tom Sepez
2018-06-21Avoid const-refs to implicitly constructed strings.Tom Sepez
2018-06-20Avoid more .c_str() usage, part 3Tom Sepez
2018-06-20Re-work some more c_str() usage.Tom Sepez
2018-06-20c_str() calls not needed when writing to ostreamTom Sepez
2018-06-19Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466Tom Sepez
2018-06-14Move definition of XFA_SCRIPTATTRIBUTEINFO into cjx_object.h.Peter Collingbourne
2018-06-12Rework "Make common page base class."Tom Sepez
2018-06-11Move some CFXJS_Engine methods to CFXJS_ObjDefinition.Tom Sepez
2018-06-11Move some FXJS methods onto the per-isolate object.Tom Sepez
2018-06-11Use spans in CJX_Object.Tom Sepez
2018-06-11Use spans in CJS_Object.Tom Sepez
2018-06-08Remove CJS_Object::InitInstance().Tom Sepez
2018-06-08Ensure CJS_Return() with error always includes a message.Tom Sepez
2018-06-08Fix issue with resolveNodes() not found off global proxy object.Tom Sepez
2018-06-08Update fxjs/README now that context data slots are goneTom Sepez
2018-06-07Remove friending in CFXJSE_Context.Tom Sepez
2018-06-07Remove v8::Context slot usage entierly from fxjsTom Sepez
2018-06-07Simplify cfxjs_engine_embeddertest.cppTom Sepez
2018-06-06Remove still more v8::Context slot usage.chromium/3452Tom Sepez
2018-06-06Get global consts without use of v8::Context slotTom Sepez
2018-06-06Stop using some v8::Context slot to find runtime.Tom Sepez