summaryrefslogtreecommitdiff
path: root/fxjs
AgeCommit message (Expand)Author
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
2018-06-06[xfa] Make class error description betterDan Sinclair
2018-06-06Better error reporting on XFA JS errorsTom Sepez
2018-06-05Introduce IJS_Runtime::ScopedEventContext helper class.chromium/3451Tom Sepez
2018-06-05Tidy parser lifecycle state machine in CPDF_PageObjectHolder.Tom Sepez
2018-06-05[xfa] Make the event context available when calling back in XFADan Sinclair
2018-06-04Lowercase JS_Define.{h,cpp} and CJS_Define.hTom Sepez
2018-06-04Make CJS_Objects track CJS_Runtime (and hence the document itself)Tom Sepez
2018-06-04cjs_globalconsts.cpp need not use v8::Context slotsTom Sepez
2018-06-04Revert "Make CPDF_Document cache CPDF_Pages"Tom Sepez
2018-06-04Revert "Make common page base class for XFA and non-XFA."Tom Sepez
2018-06-04[xfa] Get properties from the non-xfa global if possibleDan Sinclair
2018-06-01Fix XFA guardsRyan Harrison
2018-05-31Update fxjs READMETom Sepez
2018-05-31Make FXJSE variable context compatible with FXJS.Tom Sepez
2018-05-31[xfa] Remove unused methods from CFXJSE_ScopeUtil_IsolateHandleContextDan Sinclair
2018-05-30Make common page base class for XFA and non-XFA.Tom Sepez
2018-05-30[xfa] Dump JS errors to console in debug modechromium/3446Dan Sinclair
2018-05-30Make CPDF_Document cache CPDF_PagesTom Sepez
2018-05-29[xfa] Propagate the xfa change data for text to JS and back.Dan Sinclair
2018-05-25Make CPDF_Page retainable.Tom Sepez
2018-05-25[xfa] Generate CXFA_EventParam.newText dynamicallyDan Sinclair
2018-05-25[xfa] Add missing xfa.event.cancelAction propertyDan Sinclair
2018-05-25[xfa] Clamp selStart, selEnd values in CJX_EventPseudoModelDan Sinclair
2018-05-25[xfa] Restrict the editable xfa.change propertiesDan Sinclair
2018-05-25[xfa] Rename pValue to pReturn for clarityDan Sinclair
2018-05-25[xfa] Allow accessing the event changed parameter from JS.Dan Sinclair
2018-05-25Add code to display XFA JS log messagesDan Sinclair
2018-05-22Fix nits in fxjs.Lei Zhang
2018-05-17Convert JS execute methods to return Optional<IJS_Runtime::JS_Error>Dan Sinclair
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-05-16Remove two unused #defines in cjs_globaldata.cpp.Tom Sepez
2018-05-16Convert CJX_Object::Set* methods to return voidDan Sinclair
2018-05-16Convert Formcalc ToJavascript to a pointer WideTextBufDan Sinclair
2018-05-10Cleanup formcalc method generationchromium/3427Dan Sinclair
2018-05-08Rename CPDF_Document::GetPage() to GetPageDictionary().Tom Sepez
2018-05-07Mark parts of CJS_EventHandler as private.Lei Zhang
2018-05-02Add a CFX_XMLDocument class.Dan Sinclair
2018-04-30Make CPDFSDK_FormFillEnvironment always hold a CPDF_Document.Tom Sepez
2018-04-27Remove argument from CPDFSDK_FormFillEnvironment::GetCurrentPageTom Sepez
2018-04-26Replace some c-style cast with static_cast<>Tom Sepez
2018-04-25Replace reinterpret_cast with static_cast where possibleTom Sepez
2018-04-24Fix include order for cpdfxfa_context.hchromium/3407Tom Sepez
2018-04-23Revert "Change CFX_XML Save to take a write stream"dsinclair
2018-04-23Change CFX_XML Save to take a write streamDan Sinclair