summaryrefslogtreecommitdiff
path: root/fxjs
AgeCommit message (Expand)Author
2018-10-15Split pdfium_embeddertests sources.chromium/3582Lei Zhang
2018-10-15Split pdfium_unittests sources.Lei Zhang
2018-10-15Clone dict before iteration in CJS_Document::get_infoTom Sepez
2018-10-15Convert %s -> %ls for wide string error format.Tom Sepez
2018-10-15Make fxjs/ pass gn check.Lei Zhang
2018-10-15Make fpdfsdk/ pass gn check.Lei Zhang
2018-10-13Fix v8 ToLocalChecked() failure in CJS_Runtime.Lei Zhang
2018-10-12Beef up coverage in CJS_Field.Tom Sepez
2018-10-12Do IWYU in xfa.Lei Zhang
2018-10-12Beef up CJS_Document method coverage.Tom Sepez
2018-10-12Split core/fxcrt build rules into core/fxcrt/BUILD.gn.Lei Zhang
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-12Move core/fdrm/crypto/* to core/fdrm/.Lei Zhang
2018-10-12Add test for CJS_Color properties.Tom Sepez
2018-10-12Split fxjs build rules into fxjs/BUILD.gn.Lei Zhang
2018-10-12Rename CPDF_{Array,Dictionary}::GetCount() to size().Lei Zhang
2018-10-11Fix some nits in CJS_Document helpers.Lei Zhang
2018-10-11Rename InterForm classes to InteractiveForm.Lei Zhang
2018-10-11Rename interform files to interactiveform.Lei Zhang
2018-10-10Remove more impossible checks in form filler code.Lei Zhang
2018-10-10Get rid of non-const ref parameter in CPDFSDK_InterForm::OnFormat().Lei Zhang
2018-10-10Remove non-const ref parameters in CPDF_IconFit.Lei Zhang
2018-10-10Fix some random nits.Lei Zhang
2018-10-09Do IWYU for retain_ptr.h and unowned_ptr.hLei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-09Add some helper methods to get InterForm objects in CJS_Document.Lei Zhang
2018-10-09Clean up CJS_Document.Lei Zhang
2018-10-05Remove SetSaveCalled APIRyan Harrison
2018-10-04Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571Tom Sepez
2018-10-04Refer to const smart pointers consistently.Lei Zhang
2018-10-02Remove ability to delete annot in CJS_Document::removeField()Tom Sepez
2018-09-20Remove more unneeded STL #includes from headers.Lei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-09-18Transfer ownership of nodes to top-level XML docRyan Harrison
2018-09-17Replace CJS_GlobalVariableArray::Copy() with operator=().Tom Sepez
2018-09-17Fix final/protected conflicts.Tom Sepez
2018-09-14Use unique_ptr<> in CJS_GlobalVariableArray::Add().Tom Sepez
2018-08-31Use more UnownedPtrs in CFXJSE_Engine.Lei Zhang
2018-08-30Stop using deprecated V8 APIs in CFXJSE_Value.Lei Zhang
2018-08-30Stop using deprecated V8 APIs in CFXJSE_Context.Lei Zhang
2018-08-29Stop using deprecated V8 APIs in CFXJSE_Class.Lei Zhang
2018-08-29Stop using deprecated V8 APIs in CJS_Runtime.Lei Zhang
2018-08-29Stop using deprecated V8 APIs in CJS_GlobalArrays.Lei Zhang
2018-08-29Reduce the number of CFXJSE_ResolveProcessor::GetNodeHelper() calls.Lei Zhang
2018-08-29Move XFA_RESOLVENODE_TagName to xfa_resolvenode_rs.h.Lei Zhang
2018-08-28Stop using deprecated V8 APIs in CJS_Global.chromium/3537chromium/3536Lei Zhang
2018-08-28Stop using deprecated v8::ObjectTemplate::NewInstance().Lei Zhang
2018-08-28Initialize some CFXJSE_Engine members in the header.Lei Zhang
2018-08-28Make built-in JS console compatible with Adobe's console.Henrique Nakashima