summaryrefslogtreecommitdiff
path: root/fxjs
AgeCommit message (Expand)Author
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
2018-04-06Avoid uninitialized internal fields in V8 global objects.Tom Sepez
2018-04-05Make Internal field usage in cfxjs_engine match README.docTom Sepez
2018-04-04Parse "yy" correctly for AFDate_FormatEx().Lei Zhang
2018-04-03Remove DefaultAppearance HasColor and return an optional insteadDan Sinclair
2018-03-28Remove CPDF_DefaultAppearance reference paramsDan Sinclair
2018-03-28Rename some fsdk files to cpdfsdkDan Sinclair
2018-03-27Remove CXFA_FFNotify proxy methodsDan Sinclair
2018-03-27Cleanup CXFA_LocaleMgrDan Sinclair
2018-03-21Replace deprecated SetNamedPropertyHandlerFranziska Hinkelmann
2018-03-13Remove usage of FXSYS_*ASCIIlower/upper methodschromium/3370Ryan Harrison
2018-03-12Remove all usages of FXSYS_iswASCIIalphaRyan Harrison
2018-03-12Remove all usages of FXSYS_iswASCIIalnumRyan Harrison
2018-03-12Handle inserting negative values without a selectionDan Sinclair
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-02-26Get rid of some static variables.Tom Sepez
2018-02-26Add some more missing consts.chromium/3356Tom Sepez
2018-02-26Fixup AFSimple_Calculate indexing bugDan Sinclair
2018-02-22[formcalc] Cleanup function handlingDan Sinclair
2018-02-19Merge FormCalc to JavaScript methodsdan sinclair
2018-02-16Fix fallthroughs in XFA code.chromium/3350Henrique Nakashima
2018-02-15Make the CFX_XMLNode a MaybeOwned pointerDan Sinclair
2018-02-14Fix lifetime probe issue in CJX_Objectchromium/3348Dan Sinclair
2018-02-14Cleanup CXFA_Node::SetFlagDan Sinclair
2018-02-14Cleanup CXFA_Document const-nessDan Sinclair
2018-02-13Split CFX_XMLNode::SaveXMLNode apartDan Sinclair
2018-02-13Cleanup CFX_XMLNode pointersDan Sinclair
2018-02-13Cleanup CFX_XMLNode and friendschromium/3347Dan Sinclair
2018-02-13Cleanup CXFA_Node ownershipDan Sinclair
2018-02-13Use actual type in place of void* in V8 mapTom Sepez