summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser
AgeCommit message (Expand)Author
2017-02-06Fix stream reading from pFile.Graeme Connell
2017-01-23Update safe numerics package to get bitwise opstsepez
2017-01-18Bad indexing in CPDF_Document::FindPageIndex when page tree corrupt.tsepez
2017-01-10Remove some CFX_ArrayTemplate in fpdfapi and fpdfdoctsepez
2017-01-09Do not parse references with invalid objnumnpm
2017-01-09Remove CFX_ArrayTemplate from fpdfapitsepez
2017-01-04Kill render_int.hchromium/2973chromium/2972Nicolas Pena
2017-01-03Force stop of page tree traversal when max level reachedNicolas Pena
2017-01-02Use vector of unique_ptrs for page node children.tsepez
2016-12-19Relax the EncryptMetadata check.chromium/2957tsepez
2016-12-16Better tests for password protected documents.chromium/2954tsepez
2016-12-15Return unique_ptr from CFX_BinaryBuf::DetachBuffer()tsepez
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-13Return unique_ptr<>s from fxcodec/chromium/2951tsepez
2016-12-08Remove last usage of CFX_ObjectArray.tsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-02Rename IFX_Stream to IFGAS_Stream.tsepez
2016-12-01Kill some friends in fpdfapi.tsepez
2016-11-30Convert loose FX_Create* functions into static methodstsepez
2016-11-28Make FDF document creation return unique_ptrstsepez
2016-11-28Use CFX_MaybeOwned<> in fpdf_edit_create.cppchromium/2936tsepez
2016-11-28Fix leak in cpdf_document_unittestnpm
2016-11-22Use more unique_ptrs in CPDF_SyntaxParser and CPDF_Annotchromium/2929tsepez
2016-11-21Split fwl/core class pt II.dsinclair
2016-11-21Remove some WrapUnique() calls by returing unique_ptrstsepez
2016-11-21Remove some void* usage in fx_crypt.cpptsepez
2016-11-21Check dimensions and content of bitmaps in EmbedderTests.chromium/2927thestig
2016-11-21Make CPDF_Stream() take unique_ptr's to its dictionary.tsepez
2016-11-21Add unit test for fdrm's MD5tsepez
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-20Provide perfect-forwarding in CPDF_Object templates.tsepez
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-18Add unit test for CXFA_FileRead.tsepez
2016-11-17Move CPDF_DocRenderData from render_intnpm
2016-11-16Make CPDF_Object subclass constructors intern stringstsepez
2016-11-16Move ByteStringPool from document to indirect object holder.tsepez
2016-11-16Make CPDF_Array take unique_ptrstsepez
2016-11-15Make AddIndirectObject() take a unique_ptr.tsepez
2016-11-14Make CPDF_PageContentGenerator methods take object numberstsepez
2016-11-09Do not load main cross ref table for first page in linearized pdf.art-snake
2016-11-09Fix receiving page, if it have not obj num.art-snake
2016-11-09Return unique_ptr from CPDF_Object::Clone().tsepez
2016-11-07Force compiler to deduce src type for checked_cast<dst, src>.tsepez
2016-11-07Hold trailers via unique_ptrs.tsepez
2016-11-07Use unique_ptr return from CPDF_Parser::ParseIndirectObject()tsepez
2016-11-07Rename CPDF_Linearized to CPDF_LinearizedHeadertsepez
2016-11-07Reland of Unify some codeart-snake
2016-11-04Revert of Unify some code (patchset #14 id:260001 of https://codereview.chrom...chromium/2912chromium/2911dsinclair
2016-11-04Unify some codeart-snake
2016-11-04Pass object to ReplaceIndirectObjectIfHigherGeneration() by unique_ptr.tsepez