summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-09Unify of saving documents.chromium/3181Artem Strygin
2017-08-09Unify CPDF_Parser::ParseIndirectObjectAtXXX methods.Artem Strygin
2017-08-09Move CSS data tables only used in one fileDan Sinclair
2017-08-09Fold CFX_IsOnlyValue define into only usageDan Sinclair
2017-08-08Add validator into CPDF_SyntaxParser.Artem Strygin
2017-08-08Added FPDFPageObj_Destroy() for freeing page objects createdJane Liu
2017-08-08Move CSS code to coreDan Sinclair
2017-08-07Tidy fx_codec_jpx_opj.cppchromium/3180Tom Sepez
2017-08-07Convert static functions to anonymous namespaceTom Sepez
2017-08-07Fix PartitionAlloc vs. opj_malloc mismatch in fx_codec_jpx_opj.cppTom Sepez
2017-08-04Remove _MSC_VER from JS_Value.cppchromium/3179chromium/3178Tom Sepez
2017-08-04Remove platform-specific IsFinite, JS_PortIsNan, and GetNan.Tom Sepez
2017-08-04Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others.chromium/3177Henrique Nakashima
2017-08-04Enforce recent VC++ version (2015 or later).Tom Sepez
2017-08-04Revert "Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others."Henrique Nakashima
2017-08-04Replace CFX_ByteTextBuf with ostringstream in fx_win32_gdipext.cppHenrique Nakashima
2017-08-03Add script to compare performance of two versions of pdfium.Henrique Nakashima
2017-08-03Added testing flag --save-images that saves embedded imagesJane Liu
2017-08-03APIs and tests for retrieving raw/decoded data from image objectsJane Liu
2017-08-03LibTIFF: fix defines in tiffconfNicolas Pena
2017-08-03APIs and tests for extracting bitmaps from image objectsJane Liu
2017-08-03kill some stray __native_client__ definesTom Sepez
2017-08-03Remove CPDF_Array::Truncate().chromium/3176Lei Zhang
2017-08-03Do not truncate the filter array in PDF_DataDecode().Lei Zhang
2017-08-03Roll FreeType to 7e50824288fac5a36c2938fdb3e1c949ea53f982Nicolas Pena
2017-08-03Avoid a redundant header offset check in CPDF_Parser.Lei Zhang
2017-08-02Replace CFX_ByteTextBuf with ostringstream in cfx_psrenderer.cpp.Henrique Nakashima
2017-08-02Replace CFX_ByteTextBuf from cpdf_security_handler.cpp with std::vectorHenrique Nakashima
2017-08-02Remove unused FromUnicode methodRyan Harrison
2017-08-02Unify parsing of cross refs v4Artem Strygin
2017-08-02Remove parameter from GetIDRyan Harrison
2017-08-02Remove support for out of bounds params in DeleteRyan Harrison
2017-08-02Add CFFL_TextField class.chromium/3175Lei Zhang
2017-08-02Rewrite how string Insert() methods handle out of bound indicesRyan Harrison
2017-08-02Pass a CPDF_ImageObject* into CPDF_ImageRenderer::Start().Lei Zhang
2017-08-02Remove unused CPDF_FlateEncoder ctor.Lei Zhang
2017-08-02Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others.Henrique Nakashima
2017-08-01Add public access for read stream into CPDF_SyntaxParserArtem Strygin
2017-08-01Improve readability in CPDF_Parser::ObjectInfo.Artem Strygin
2017-08-01Implement read Session.Artem Strygin
2017-08-01Change CPDF_Parser::GetIndirectBinary() to return a std::vector.Lei Zhang
2017-08-01Encapsulate some CFX_Char members.Lei Zhang
2017-08-01Add a regression test for FPDF_ImportPages().Lei Zhang
2017-08-01Remove support for negative params to ReleaseBuffer()Ryan Harrison
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-08-01Prevent use of null pFileRead in CPDF_DataAvail.chromium/3174Artem Strygin
2017-07-31Add FORM_ReplaceSelection() and embedder tests.Diana Gage
2017-07-31Initialize CPDF_PathObject members on constructor.Henrique Nakashima
2017-07-31Remove null derefence case caught by fuzzersRyan Harrison
2017-07-31Fix bad change when converting Mid to Left/RightRyan Harrison