Age | Commit message (Expand) | Author |
2018-07-23 | Tighten up ThisProxy casts. | Tom Sepez |
2018-07-23 | Remove unused CFXJSE_Arguments::GetObject()chromium/3501 | Tom Sepez |
2018-07-23 | Remove argument from CFXJSE_Value::ToHostObject() | Tom Sepez |
2018-07-23 | Rework of CPDF_Object writing. | Artem Strygin |
2018-07-23 | Remove second argument to CFXJSE_Engine::ToObject() | Tom Sepez |
2018-07-23 | Add support of rebuilding crossrefs with compressed objects. | Artem Strygin |
2018-07-23 | Remove unused CScript_DataWindow::JSDataWindow(). | Tom Sepez |
2018-07-23 | Replace CFXJSE_HostObject::type_ with polymorphic conversion methods | Tom Sepez |
2018-07-23 | Remove second argument to ToJSContext(). | Tom Sepez |
2018-07-20 | Roll buildtools/ 893eb86b0..4ae75c1f8 (10 commits)chromium/3500chromium/3499 | Lei Zhang |
2018-07-20 | Replace downcasts in cxfa_node to checked conversion methods. | Tom Sepez |
2018-07-20 | Rework of CPDF_Parser::RebuildCrossRef.chromium/3498 | Artem Strygin |
2018-07-19 | Remove some unused default values in cfxjse_context.h. | Tom Sepez |
2018-07-19 | Change some ASSERTS() to early returns in cfxjse_class.cpp | Tom Sepez |
2018-07-19 | Make FX stream internal details more private to .cpp files. | Tom Sepez |
2018-07-19 | Fix unbalanced endobj keyword in rectangles_multi_pages.pdf. | Lei Zhang |
2018-07-19 | Use pdfium::as_writable_bytes() in cxfa_xmllocale_unittest.cpp | Tom Sepez |
2018-07-18 | Roll third_party/skia/ af7700265..588f87967 (1391 commits; 41 trivial rolls) | Lei Zhang |
2018-07-18 | Handle wrong tag element count in littlecms. | Lei Zhang |
2018-07-18 | Add pdfium::span::as_bytes() and as_writable_bytes(). | Tom Sepez |
2018-07-18 | Use casts to deduplicate implementation of const/non-const methods. | Henrique Nakashima |
2018-07-18 | Fix skia_paths build. | Henrique Nakashima |
2018-07-18 | Do not add invalid objects to the cross reference table.chromium/3496 | Lei Zhang |
2018-07-18 | Avoid writing const/non-const versions of the same function. | Lei Zhang |
2018-07-18 | Use CPDF_CrossRefTable within CPDF_Parser | Artem Strygin |
2018-07-18 | Make CPDF_Parser::GetTrailer const method. | Artem Strygin |
2018-07-18 | Improve image size validation in CPDF_ScaledRenderBuffer. | Lei Zhang |
2018-07-18 | Simplify CPDF_Creator::InitID(). | Lei Zhang |
2018-07-17 | Add Deleter and Scoper for FPDF_PAGELINK.chromium/3495 | Andrew Weintraub |
2018-07-17 | Limit recursion depth for CXFA_DocumentParser::NormalLoader(). | Henrique Nakashima |
2018-07-17 | Cleanup SetSavedCalled API | Ryan Harrison |
2018-07-17 | Reserve space for result in ::FilterContents | Ryan Harrison |
2018-07-17 | Check for global flag on global proxy objects. | Tom Sepez |
2018-07-16 | Make JSGetObject<C>() return UnownedPtr<C>. | Tom Sepez |
2018-07-16 | Use UnownedPtr/Optional in cfxa_layoutcontext.cpp | Tom Sepez |
2018-07-16 | Use UnownedPtr<> to v8::Isolates. | Tom Sepez |
2018-07-16 | Fix crash when typing letters into an XFA datetime field. | Henrique Nakashima |
2018-07-16 | Alert embedder when attempting to save XFA form | Ryan Harrison |
2018-07-16 | Fix some nits in CPDF_Document. | Lei Zhang |
2018-07-16 | Add FPDFFormObj_GetObject() API | Miklos Vajna |
2018-07-16 | Process data changes regardless if they can be formatted | Ryan Harrison |
2018-07-16 | Use UnownedPtr in CXFA_LocaleMgr | Tom Sepez |
2018-07-16 | Remove unused member from CPDF_DataAvail. | Tom Sepez |
2018-07-16 | Get rid of some loose allocs/free in CPDF_Document.chromium/3494 | Tom Sepez |
2018-07-14 | Use more ternary operators in content mark code.chromium/3493chromium/3492 | Lei Zhang |
2018-07-13 | Create API to remove a parameter from a content mark.chromium/3491 | Henrique Nakashima |
2018-07-13 | Create API to remove a content mark from a page object. | Henrique Nakashima |
2018-07-13 | Fix mark parameters not saved if nothing changed. | Henrique Nakashima |
2018-07-13 | Validate out-parameters in FPDF_GetPageSizeByIndex(). | Lei Zhang |
2018-07-13 | Fix FPDF_ImportNPagesToOne() documentation. | Lei Zhang |