summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_parser/cpdf_parser.cpp
AgeCommit message (Expand)Author
2016-08-29Initialize the CPDF_Document pointerdsinclair
2016-08-29Add some limit checks to ReadSharedObjHintTable().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-23IndirectObjectHolder API updatesdsinclair
2016-08-22Revert of Move parser pointer to CPDF_Document (patchset #6 id:100001 of http...dsinclair
2016-08-17Move parser pointer to CPDF_Documentdsinclair
2016-08-16Rename async to linearized when parsingdsinclair
2016-08-16Get CPDF_Parser out of the document creation business.tsepez
2016-07-11Use smart pointers for class owned member variablesweili
2016-05-26Make CPDF_IndirectObjectHolder::InsertIndirectObject return a bool.thestig
2016-05-23Distinguish between user and owner passwords.thestig
2016-05-11Revert "Reland of relax a couple checks to allow certain non-standard PDF fil...weili
2016-05-04Reland of lax a couple checks to allow certain non-standard PDF files. (patch...weili
2016-05-03Revert of Relax a couple checks to allow certain non-standard PDF files. (pat...weili
2016-04-29Relax a couple checks to allow certain non-standard PDF files.weili
2016-04-22Add a simple check for V4 cross reference tableweili
2016-04-19Remove IPDF_CryptoHandler and IPDF_SecurityHandler.dsinclair
2016-04-14Make CPDF_Dictionary methods take CFX_ByteString argumentstsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-11fix infinite loops when rebuild the cross reference tablejinming_wang
2016-04-11Use std::vector as internal storage for CPDF_ArrayWei Li
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-06Rename FX_SAFE_DWORD to FX_SAFE_UINT32dsinclair
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-03-29Rename GetElementValue() to GetDirectObject{By,At}().tsepez
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-25Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>.Tom Sepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Re-enable several MSVC warningsWei Li
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-15Split CPDF_Stream/CPDF_StreamAcc into separate filesTom Sepez
2016-03-14Move core/src/ up to core/.Dan Sinclair