summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_parser
AgeCommit message (Expand)Author
2016-09-29Move core/fpdfapi/include to core/fpdfapidsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair
2016-09-29Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_pagedsinclair
2016-09-29Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_fontdsinclair
2016-09-29Move core/fpdfapi/fpdf_edit/include to core/fpdfapi/fpdf_editdsinclair
2016-09-29Move core/fdrm/crypto/include to core/fdrm/cryptodsinclair
2016-09-28Replace a few more std::unique_ptr.reset() with WrapUnique assignments.thestig
2016-09-28Use string pools in some dictionaries, names, and strings.tsepez
2016-09-26Clean up fx_codec_fax.cpp.thestig
2016-09-23Avoid collisions in CPDF_IndirectObjectHolder::AddIndirectObject()tsepez
2016-09-23Bail out on bad width and height in CCodec_FaxDecoder::CreateDecoderkcwu
2016-09-21Remove some objnum locals with AddIndirectObjecttsepez
2016-09-21Delete unused methods in CPDF_Parsernpm
2016-09-20Make CPDF_Array not do indirect object creation.tsepez
2016-09-20CPDF_Document friend cleanupdsinclair
2016-09-20CPDF_OCContext and CPDF_Document are no longer friendsdsinclair
2016-09-20CPDF_Document and CPDF_DataAvail are no longer friendsdsinclair
2016-09-20Cleanup CPDFXFA and CPDF document methodsdsinclair
2016-09-20Re-land "Make CPDF_IndirectObjectHolder use unique_ptr to objects""tsepez
2016-09-20Assert that dictionary can own the objects it is given.tsepez
2016-09-20Refactor CFX_FontCache to have only one in GE Module.art-snake
2016-09-19Revert "Make CPDF_IndirectObjectHolder use unique_ptr to objects"Tom Sepez
2016-09-19Make CPDF_IndirectObjectHolder use unique_ptr to objectstsepez
2016-09-19Remove CPDF_Object::Destroy { delete this; }chromium/2866tsepez
2016-09-19Clean up CPDF_Stream.tsepez
2016-09-19Revert of Pdfium: Fix fonts leaking on ClosePage. (patchset #10 id:180001 of ...dsinclair
2016-09-19Remove duplicated charset definitions, and move them to fx_font.hnpm
2016-09-16Reduce duplicated code in CPDF_Document by adding auxiliary methodschromium/2865chromium/2864chromium/2863npm
2016-09-15Fix memory leaking on ClosePage.chromium/2862art-snake
2016-09-15Rename dictionary set and get methodsdsinclair
2016-09-12Refactor CPDF_Document by creating new methodsnpm
2016-09-08Delete unused methods in CPDF_Documentnpm
2016-09-01Use unsigned page indexes in CPDF_HintTables.thestig
2016-09-01Handle another integer overflow in ReadPageHintTable().thestig
2016-09-01Better validate hint table header bits entries.thestig
2016-08-31Check first page number in CPDF_HintTables::ReadPageHintTable().thestig
2016-08-29Verify element exists before accessing.dsinclair
2016-08-29Initialize the CPDF_Document pointerdsinclair
2016-08-29Add some limit checks to ReadSharedObjHintTable().thestig
2016-08-25Check for nullptrs in CPDF_Dictionary dtor.thestig
2016-08-24Removing CPDF_Parser::CloseParser.chromium/2839dsinclair
2016-08-24Flip document and parser ownershipdsinclair
2016-08-24Move parser out of IndirectObjectHolderdsinclair
2016-08-23Fix stack overflow in object Clone() functionsweili
2016-08-23Make indirect object holder private.dsinclair
2016-08-23IndirectObjectHolder API updatesdsinclair
2016-08-23Fix one more integer overflow in ReadPageHintTable().thestig
2016-08-22Fix more integer overflows inside ReadPageHintTable().thestig
2016-08-22Revert of Move parser pointer to CPDF_Document (patchset #6 id:100001 of http...dsinclair
2016-08-19Add a fuzzer for CPDF_HintTables.thestig