summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_data_avail.cpp
AgeCommit message (Expand)Author
2017-09-18Remove useless code.chromium/3219Artem Strygin
2017-09-18Use CPDF_ReadValidator to request linearized data.Artem Strygin
2017-09-18Convert string class namesRyan Harrison
2017-08-31Disable objects decryption if it is useless.Artem Strygin
2017-08-31Prevent FPDFAvail_IsDocAvail() from infinite looping.Lei Zhang
2017-08-30Add truly const versions of CPDF_Document getters.Lei Zhang
2017-08-29Implement CPDF_ObjectAvail.Artem Strygin
2017-08-28Unify CPDF_DataAvail::CheckTrailer.Artem Strygin
2017-08-28Unify CPDF_DataAvail::LoadAllFile.chromium/3199Artem Strygin
2017-08-28Unify CPDF_DataAvail::CheckCrossRef.Artem Strygin
2017-08-23Remove useless code.Artem Strygin
2017-08-23Unify CPDF_DataAvail::CheckEnd.Artem Strygin
2017-08-23Unify CPDF_DataAvail::CheckHeader.Artem Strygin
2017-08-21Unify cross ref item check.chromium/3193Artem Strygin
2017-08-15Remove useless code.Artem Strygin
2017-08-14Refactoring of CPDF_DataAvail::GetObject.Artem Strygin
2017-08-14Refactoring of CPDF_DataAvail::AreObjectsAvailable.chromium/3186Artem Strygin
2017-08-03Avoid a redundant header offset check in CPDF_Parser.Lei Zhang
2017-08-01Prevent use of null pFileRead in CPDF_DataAvail.chromium/3174Artem Strygin
2017-07-28Implement read validator.Artem Strygin
2017-07-26Remove recursion from CPDF_DataAvail::HaveResourceXXX.Artem Strygin
2017-07-26Remove useless code.Artem Strygin
2017-07-20Use enum for pdf object typeArtem Strygin
2017-05-04CPDF_DataAvail: avoid reads into stack buffers.Tom Sepez
2017-05-03CPDF_SyntaxParser::SearchWord() is always backwards and for whole-wordsTom Sepez
2017-05-03SetPos to at most the file length to avoid overflowsNicolas Pena
2017-04-26Remove a few more |new|s.Tom Sepez
2017-04-20Convert IFX_MemoryStream to CFX_MemoryStreamDan Sinclair
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-13Use vector of unique ptr in cpdf_data_avail.cpp.Tom Sepez
2017-04-07Cleanup string passing in core/fpdf*Tom Sepez
2017-03-22Return errors after validation instead of ASSERT in CPDF_DataAvailNicolas Pena
2017-03-22Fix ASSERT in CPDF_Data_AvailNicolas Pena
2017-03-16Remove some nested statements in CPDF_DataAvail.Lei Zhang
2017-02-27Remove some pointless checks and assignments.Lei Zhang
2017-02-26core: fix two more uninitialized memberschromium/3025chromium/3024Miklos Vajna
2017-01-09Remove CFX_ArrayTemplate from fpdfapitsepez
2017-01-02Use vector of unique_ptrs for page node children.tsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-11-30Convert loose FX_Create* functions into static methodstsepez
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-16Make CPDF_Array take unique_ptrstsepez
2016-11-09Do not load main cross ref table for first page in linearized pdf.art-snake
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-04Reland "Remove CPDF_Object::Release() in favor of direct delete"tsepez