summaryrefslogtreecommitdiff
path: root/fxjs
AgeCommit message (Expand)Author
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
2018-04-23Disable JavaScript entirely if no JSPlatform passed by embedder.Tom Sepez
2018-04-18Always build JS Runtime stubs even if V8 present.Tom Sepez
2018-04-17Add ownership to CFX_XMLNode childrendan sinclair
2018-04-17Avoid some string -> ptr -> string duplicate allocations in FF EnvironmentTom Sepez
2018-04-17Use IFX_SeekableStream in xfa_utilsdan sinclair
2018-04-17Use an IFX_SeekableStream for XML savingdan sinclair
2018-04-17Re-land "Return pdfium::span<char> from ByteString::GetBuffer().""Tom Sepez
2018-04-17Reland "Return pdfium::span<wchar_t> from WideString::GetBuffer().""Tom Sepez
2018-04-16Merge CFX_XMLElement and CFX_XMLAttributeNodedan sinclair
2018-04-16Revert "Return pdfium::span<wchar_t> from WideString::GetBuffer()."Tom Sepez
2018-04-16Revert "Return pdfium::span<char> from ByteString::GetBuffer()."Tom Sepez
2018-04-12Return pdfium::span<char> from ByteString::GetBuffer().Tom Sepez
2018-04-12Return pdfium::span<wchar_t> from WideString::GetBuffer().Tom Sepez
2018-04-12Rename CXFA_SimpleParser to CXFA_DocumentParserDan Sinclair
2018-04-12[xfa] Remove form checksum abilitiesDan Sinclair
2018-04-11Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient.Tom Sepez
2018-04-09Move code to set XML value to CXFA_NodeDan Sinclair