summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-20Roll buildtools/ 893eb86b0..4ae75c1f8 (10 commits)chromium/3500chromium/3499Lei Zhang
2018-07-20Replace downcasts in cxfa_node to checked conversion methods.Tom Sepez
2018-07-20Rework of CPDF_Parser::RebuildCrossRef.chromium/3498Artem Strygin
2018-07-19Remove some unused default values in cfxjse_context.h.Tom Sepez
2018-07-19Change some ASSERTS() to early returns in cfxjse_class.cppTom Sepez
2018-07-19Make FX stream internal details more private to .cpp files.Tom Sepez
2018-07-19Fix unbalanced endobj keyword in rectangles_multi_pages.pdf.Lei Zhang
2018-07-19Use pdfium::as_writable_bytes() in cxfa_xmllocale_unittest.cppTom Sepez
2018-07-18Roll third_party/skia/ af7700265..588f87967 (1391 commits; 41 trivial rolls)Lei Zhang
2018-07-18Handle wrong tag element count in littlecms.Lei Zhang
2018-07-18Add pdfium::span::as_bytes() and as_writable_bytes().Tom Sepez
2018-07-18Use casts to deduplicate implementation of const/non-const methods.Henrique Nakashima
2018-07-18Fix skia_paths build.Henrique Nakashima
2018-07-18Do not add invalid objects to the cross reference table.chromium/3496Lei Zhang
2018-07-18Avoid writing const/non-const versions of the same function.Lei Zhang
2018-07-18Use CPDF_CrossRefTable within CPDF_ParserArtem Strygin
2018-07-18Make CPDF_Parser::GetTrailer const method.Artem Strygin
2018-07-18Improve image size validation in CPDF_ScaledRenderBuffer.Lei Zhang
2018-07-18Simplify CPDF_Creator::InitID().Lei Zhang
2018-07-17Add Deleter and Scoper for FPDF_PAGELINK.chromium/3495Andrew Weintraub
2018-07-17Limit recursion depth for CXFA_DocumentParser::NormalLoader().Henrique Nakashima
2018-07-17Cleanup SetSavedCalled APIRyan Harrison
2018-07-17Reserve space for result in ::FilterContentsRyan Harrison
2018-07-17Check for global flag on global proxy objects.Tom Sepez
2018-07-16Make JSGetObject<C>() return UnownedPtr<C>.Tom Sepez
2018-07-16Use UnownedPtr/Optional in cfxa_layoutcontext.cppTom Sepez
2018-07-16Use UnownedPtr<> to v8::Isolates.Tom Sepez
2018-07-16Fix crash when typing letters into an XFA datetime field.Henrique Nakashima
2018-07-16Alert embedder when attempting to save XFA formRyan Harrison
2018-07-16Fix some nits in CPDF_Document.Lei Zhang
2018-07-16Add FPDFFormObj_GetObject() APIMiklos Vajna
2018-07-16Process data changes regardless if they can be formattedRyan Harrison
2018-07-16Use UnownedPtr in CXFA_LocaleMgrTom Sepez
2018-07-16Remove unused member from CPDF_DataAvail.Tom Sepez
2018-07-16Get rid of some loose allocs/free in CPDF_Document.chromium/3494Tom Sepez
2018-07-14Use more ternary operators in content mark code.chromium/3493chromium/3492Lei Zhang
2018-07-13Create API to remove a parameter from a content mark.chromium/3491Henrique Nakashima
2018-07-13Create API to remove a content mark from a page object.Henrique Nakashima
2018-07-13Fix mark parameters not saved if nothing changed.Henrique Nakashima
2018-07-13Validate out-parameters in FPDF_GetPageSizeByIndex().Lei Zhang
2018-07-13Fix FPDF_ImportNPagesToOne() documentation.Lei Zhang
2018-07-12Fix mark not saved if there are no other changes in the same object.Henrique Nakashima
2018-07-12Move CJS_Field private methods into an anonymous namespace.Lei Zhang
2018-07-12Remove parameter to CJS_Field::GetFormFields().Lei Zhang
2018-07-12Add CJS_Field::GetFirstFormField().Lei Zhang
2018-07-12Create API to set and get blob values from a mark dict.Henrique Nakashima
2018-07-12Add more helper functions to check field types in CJS_Field.Lei Zhang
2018-07-12Add a IsCheckBoxOrRadioButton() helper for CJS_Field.Lei Zhang
2018-07-12Use pdfium::Optional in CJS_Return.Lei Zhang
2018-07-12Rename 'ori' to 'backdrop' in rendering code.Lei Zhang