Age | Commit message (Expand) | Author |
2018-10-18 | Expand CJS_Document::mail{Doc,Form}() parameters | Tom Sepez |
2018-10-18 | Remove PrintParams object. | Tom Sepez |
2018-10-18 | Do IWYU for core/fxcrt/xml headers. | Lei Zhang |
2018-10-18 | Do more IWYU in fxjs/. | Lei Zhang |
2018-10-18 | Forward declare some fxjs/ classes. | Lei Zhang |
2018-10-18 | Remove a few V8 includes from header files. | Lei Zhang |
2018-10-18 | De-dup some static string tables in cjs_publicmethods.cpp | Tom Sepez |
2018-10-18 | Add JavaScript public methods tests. | Tom Sepez |
2018-10-17 | Nest CJS_GlobalData_Element in CJS_GlobalData. | Tom Sepez |
2018-10-17 | Add CPDF_{Array,Dictionary}Locker to catch illegal iteration patterns. | Tom Sepez |
2018-10-17 | Fix the static initialization order problem for PartitionAlloc. | Lei Zhang |
2018-10-16 | Use PartitionAllocZeroFill in CFX_V8ArrayBufferAllocator::Allocate(). | Lei Zhang |
2018-10-16 | Update PartitionAlloc from Chromium at r599712. | Lei Zhang |
2018-10-15 | Split pdfium_embeddertests sources.chromium/3582 | Lei Zhang |
2018-10-15 | Split pdfium_unittests sources. | Lei Zhang |
2018-10-15 | Clone dict before iteration in CJS_Document::get_info | Tom Sepez |
2018-10-15 | Convert %s -> %ls for wide string error format. | Tom Sepez |
2018-10-15 | Make fxjs/ pass gn check. | Lei Zhang |
2018-10-15 | Make fpdfsdk/ pass gn check. | Lei Zhang |
2018-10-13 | Fix v8 ToLocalChecked() failure in CJS_Runtime. | Lei Zhang |
2018-10-12 | Beef up coverage in CJS_Field. | Tom Sepez |
2018-10-12 | Do IWYU in xfa. | Lei Zhang |
2018-10-12 | Beef up CJS_Document method coverage. | Tom Sepez |
2018-10-12 | Split core/fxcrt build rules into core/fxcrt/BUILD.gn. | Lei Zhang |
2018-10-12 | Remove more unnecessary includes and do IWYU as needed. | Lei Zhang |
2018-10-12 | Move core/fdrm/crypto/* to core/fdrm/. | Lei Zhang |
2018-10-12 | Add test for CJS_Color properties. | Tom Sepez |
2018-10-12 | Split fxjs build rules into fxjs/BUILD.gn. | Lei Zhang |
2018-10-12 | Rename CPDF_{Array,Dictionary}::GetCount() to size(). | Lei Zhang |
2018-10-11 | Fix some nits in CJS_Document helpers. | Lei Zhang |
2018-10-11 | Rename InterForm classes to InteractiveForm. | Lei Zhang |
2018-10-11 | Rename interform files to interactiveform. | Lei Zhang |
2018-10-10 | Remove more impossible checks in form filler code. | Lei Zhang |
2018-10-10 | Get rid of non-const ref parameter in CPDFSDK_InterForm::OnFormat(). | Lei Zhang |
2018-10-10 | Remove non-const ref parameters in CPDF_IconFit. | Lei Zhang |
2018-10-10 | Fix some random nits. | Lei Zhang |
2018-10-09 | Do IWYU for retain_ptr.h and unowned_ptr.h | Lei Zhang |
2018-10-09 | Do IWYU for ptr_util.h. | Lei Zhang |
2018-10-09 | Do IWYU for cpdf_dictionary.h. | Lei Zhang |
2018-10-09 | Add some helper methods to get InterForm objects in CJS_Document. | Lei Zhang |
2018-10-09 | Clean up CJS_Document. | Lei Zhang |
2018-10-05 | Remove SetSaveCalled API | Ryan Harrison |
2018-10-04 | Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571 | Tom Sepez |
2018-10-04 | Refer to const smart pointers consistently. | Lei Zhang |
2018-10-02 | Remove ability to delete annot in CJS_Document::removeField() | Tom Sepez |
2018-09-20 | Remove more unneeded STL #includes from headers. | Lei Zhang |
2018-09-20 | Remove many unneeded STL #includes from headers. | Lei Zhang |
2018-09-18 | Transfer ownership of nodes to top-level XML doc | Ryan Harrison |
2018-09-17 | Replace CJS_GlobalVariableArray::Copy() with operator=(). | Tom Sepez |
2018-09-17 | Fix final/protected conflicts. | Tom Sepez |