summaryrefslogtreecommitdiff
path: root/fxjs
AgeCommit message (Expand)Author
2018-10-29Rename two more CJS_PublicMethods methods.HEADmasterTom Sepez
2018-10-29Rename CJS_PublicMethods::MakeFormatDate() and MakeRegularDate()Tom Sepez
2018-10-29Make IJS_Runtime::AsCJSRuntime be XFA-onlyTom Sepez
2018-10-29Remove ctors from CJS_ objects which cant be instantiated.Tom Sepez
2018-10-29Test CFX_V8::ToByteString() in cfx_v8_unittest.cpp.Tom Sepez
2018-10-24Be more particular about FX objects constructed from JSTom Sepez
2018-10-23Test color.convert() and equal() from JS (and fix comparison logic).Tom Sepez
2018-10-23Remove CJS_Field::ValueIsOccur()Tom Sepez
2018-10-23Remove CJS_Report class.Tom Sepez
2018-10-23Remove JSMessage::kRunSuccess and its stringTom Sepez
2018-10-22Fix timezone inconsistency in document methods test.Tom Sepez
2018-10-19Roll v8/ 604c50c84..626844157 (516 commits)chromium/3588chromium/3587chromium/3586Lei Zhang
2018-10-18One more round of IWYU in fxjs/.Lei Zhang
2018-10-18Expand CJS_Document::mail{Doc,Form}() parametersTom Sepez
2018-10-18Remove PrintParams object.Tom Sepez
2018-10-18Do IWYU for core/fxcrt/xml headers.Lei Zhang
2018-10-18Do more IWYU in fxjs/.Lei Zhang
2018-10-18Forward declare some fxjs/ classes.Lei Zhang
2018-10-18Remove a few V8 includes from header files.Lei Zhang
2018-10-18De-dup some static string tables in cjs_publicmethods.cppTom Sepez
2018-10-18Add JavaScript public methods tests.Tom Sepez
2018-10-17Nest CJS_GlobalData_Element in CJS_GlobalData.Tom Sepez
2018-10-17Add CPDF_{Array,Dictionary}Locker to catch illegal iteration patterns.Tom Sepez
2018-10-17Fix the static initialization order problem for PartitionAlloc.Lei Zhang
2018-10-16Use PartitionAllocZeroFill in CFX_V8ArrayBufferAllocator::Allocate().Lei Zhang
2018-10-16Update PartitionAlloc from Chromium at r599712.Lei Zhang
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