Age | Commit message (Expand) | Author |
2017-01-09 | Do not parse references with invalid objnum | npm |
2017-01-09 | Remove CFX_ArrayTemplate from fpdfapi | tsepez |
2017-01-04 | Kill render_int.hchromium/2973chromium/2972 | Nicolas Pena |
2017-01-03 | Force stop of page tree traversal when max level reached | Nicolas Pena |
2017-01-02 | Use vector of unique_ptrs for page node children. | tsepez |
2016-12-19 | Relax the EncryptMetadata check.chromium/2957 | tsepez |
2016-12-16 | Better tests for password protected documents.chromium/2954 | tsepez |
2016-12-15 | Return unique_ptr from CFX_BinaryBuf::DetachBuffer() | tsepez |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-13 | Return unique_ptr<>s from fxcodec/chromium/2951 | tsepez |
2016-12-08 | Remove last usage of CFX_ObjectArray. | tsepez |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-12-02 | Rename IFX_Stream to IFGAS_Stream. | tsepez |
2016-12-01 | Kill some friends in fpdfapi. | tsepez |
2016-11-30 | Convert loose FX_Create* functions into static methods | tsepez |
2016-11-28 | Make FDF document creation return unique_ptrs | tsepez |
2016-11-28 | Use CFX_MaybeOwned<> in fpdf_edit_create.cppchromium/2936 | tsepez |
2016-11-28 | Fix leak in cpdf_document_unittest | npm |
2016-11-22 | Use more unique_ptrs in CPDF_SyntaxParser and CPDF_Annotchromium/2929 | tsepez |
2016-11-21 | Split fwl/core class pt II. | dsinclair |
2016-11-21 | Remove some WrapUnique() calls by returing unique_ptrs | tsepez |
2016-11-21 | Remove some void* usage in fx_crypt.cpp | tsepez |
2016-11-21 | Check dimensions and content of bitmaps in EmbedderTests.chromium/2927 | thestig |
2016-11-21 | Make CPDF_Stream() take unique_ptr's to its dictionary. | tsepez |
2016-11-21 | Add unit test for fdrm's MD5 | tsepez |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-20 | Provide perfect-forwarding in CPDF_Object templates. | tsepez |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-18 | Add unit test for CXFA_FileRead. | tsepez |
2016-11-17 | Move CPDF_DocRenderData from render_int | npm |
2016-11-16 | Make CPDF_Object subclass constructors intern strings | tsepez |
2016-11-16 | Move ByteStringPool from document to indirect object holder. | tsepez |
2016-11-16 | Make CPDF_Array take unique_ptrs | tsepez |
2016-11-15 | Make AddIndirectObject() take a unique_ptr. | tsepez |
2016-11-14 | Make CPDF_PageContentGenerator methods take object numbers | tsepez |
2016-11-09 | Do not load main cross ref table for first page in linearized pdf. | art-snake |
2016-11-09 | Fix receiving page, if it have not obj num. | art-snake |
2016-11-09 | Return unique_ptr from CPDF_Object::Clone(). | tsepez |
2016-11-07 | Force compiler to deduce src type for checked_cast<dst, src>. | tsepez |
2016-11-07 | Hold trailers via unique_ptrs. | tsepez |
2016-11-07 | Use unique_ptr return from CPDF_Parser::ParseIndirectObject() | tsepez |
2016-11-07 | Rename CPDF_Linearized to CPDF_LinearizedHeader | tsepez |
2016-11-07 | Reland of Unify some code | art-snake |
2016-11-04 | Revert of Unify some code (patchset #14 id:260001 of https://codereview.chrom...chromium/2912chromium/2911 | dsinclair |
2016-11-04 | Unify some code | art-snake |
2016-11-04 | Pass object to ReplaceIndirectObjectIfHigherGeneration() by unique_ptr. | tsepez |
2016-11-04 | CHECK for re-addition of indirect objects | tsepez |
2016-11-04 | Traverse PDF page tree only once in CPDF_Document Try 3 | npm |
2016-11-04 | Reland "Remove CPDF_Object::Release() in favor of direct delete" | tsepez |
2016-11-04 | Assert objnum non-zero in ReplaceIndirectObjectIfHigherGeneration() | tsepez |