summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser
AgeCommit message (Expand)Author
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
2016-11-04CHECK for re-addition of indirect objectstsepez
2016-11-04Traverse PDF page tree only once in CPDF_Document Try 3npm
2016-11-04Reland "Remove CPDF_Object::Release() in favor of direct delete"tsepez
2016-11-04Assert objnum non-zero in ReplaceIndirectObjectIfHigherGeneration()tsepez
2016-11-04Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #...dsinclair
2016-11-03Remove CPDF_Object::Release() in favor of direct deletetsepez
2016-11-03Clean up CPDF_SyntaxParser a little bitnpm
2016-11-03Move CPDF_Document insert methods from namespacenpm
2016-11-02Remove FX_BOOL from coretsepez
2016-10-31Fix a memory leak in CPDF_SecurityHandler.thestig
2016-10-31Fix loading page using hint tables.art-snake
2016-10-28Revert of Traverse PDF page tree only once in CPDF_Document Try 2 (patchset #...npm
2016-10-26Fix some FX_BOOL / int noise in fxcrt.chromium/2902tsepez
2016-10-26Traverse PDF page tree only once in CPDF_Documentnpm
2016-10-26Fix some bool/int mismatches.tsepez