summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_parser/fpdf_parser_parser.cpp
AgeCommit message (Expand)Author
2016-01-20Replace more CFX_MapPtrToPtr and remove it.Tom Sepez
2016-01-14Loose checking for trailer's size fieldWei Li
2016-01-14Correct the way to count pages and to avoid infinite loopWei Li
2016-01-13Fix some iterator invalidation issues while traversing CPDF_Dictionary.Oliver Chang
2016-01-13Fix out of bound access in CPDF_Parser::ParseIndirectObject().Lei Zhang
2016-01-13Use the compiler to type check DocAvailStatus return values.Lei Zhang
2016-01-12Use std::map in CPDF_IndirectObjectsTom Sepez
2016-01-11Fix an infinite loop parsing in CPDF_SyntaxParser::GetObject()Wei Li
2016-01-11Use std::map as CPDF_Dictionary's underlying store.Oliver Chang
2016-01-08Fix infinite loop caused by parsing same indirect objectsWei Li
2016-01-08Clean up misc nits found while fixing bugs.Lei Zhang
2016-01-07Cleanup includes, comments, and unused codeWei Li
2016-01-06Change CPDF_SyntaxParser::GetNextWord() to not pass by non-const ref.Lei Zhang
2016-01-05Replace CPDF_SortObjNumArray with a std::set.Lei Zhang
2016-01-05Fix a few uses of default arguments.Lei Zhang
2016-01-05Fix an infinite loop in CPDF_Parser::RebuildCrossRef().Lei Zhang
2016-01-05Make more CPDF_Parser method const.Lei Zhang
2016-01-05Exit infinite loops for cross reference loadingWei Li
2015-12-24Fix another regression from commit f6dafc9.Lei Zhang
2015-12-24Switch from nonstd::unique_ptr to std::unique_ptr.Lei Zhang
2015-12-24Call CheckLinearizedFirstPage() when loading the first linearized page.chromium/2602Lei Zhang
2015-12-22Start using allowed C++11 features.Lei Zhang
2015-12-22Add ContainsKey() and ContainsValue() and use them where appropriate.Lei Zhang
2015-12-22Convert CPDF_Parser::m_CrossRef to a std::map.Lei Zhang
2015-12-18Get rid of a few CPDF_Object Create() methods and just use new instead.Lei Zhang
2015-12-18Fix a memory leak in CPDF_DataAvail::CheckHintTablesOliver Chang
2015-12-18Correct return values in CPDF_HintTables::CheckPage()chromium/2596Jun Fang
2015-12-15Fix free entry handling for cross reference v4 reading.Wei Li
2015-12-14Get rid of most instance of 'foo == NULL'Lei Zhang
2015-12-14Fix another former FX_BSTRC usage with embedded NULs.Lei Zhang
2015-12-14Remove FX_BSTRC.Lei Zhang
2015-12-14Properly land "Fix hint table loading issues."Oliver Chang
2015-12-14Fix hint table loading issues.Oliver Chang
2015-12-11Fix memory leaks involving InsertIndirectObject()Jun Fang
2015-12-11Fix a regression for parsing '/' - commit a568ff2d was too strict.chromium/2592chromium/2591chromium/2590Lei Zhang
2015-12-09Prevent infinite looping in CPDF_Parser::LoadAllCrossRefV5().Lei Zhang
2015-12-09Get rid of most uses of CFX_PtrArray.Tom Sepez
2015-12-06fix for stream object readingWei Li
2015-12-04Fix an incorrect check in CPDF_DataAvail::CheckHintTables.Oliver Chang
2015-12-01Add basic checking for RebuildCrossRefWei Li
2015-11-19Cache object numbers in CPDF_Parser::ParseIndirectObject().Lei Zhang
2015-11-16Reland "Cleanup some numeric code.""chromium/2567Dan Sinclair
2015-11-12Remove relative includes.Lei Zhang
2015-11-10Revert x4 "Cleanup some numeric code."dan sinclair
2015-11-10Revert "Revert "Revert "Revert "Cleanup some numeric code.""""dan sinclair
2015-11-10Fix relative includes within core/Lei Zhang
2015-11-09Add some nullptr checks that were missing from commit f7992b39.Lei Zhang
2015-11-09Fix leaks in CPDF_SyntaxParser::ReadStream.Lei Zhang
2015-11-05Fix all relative includes to third_party.chromium/2560chromium/2559chromium/2558chromium/2557Lei Zhang
2015-11-04Make checkdeps --resolve-dotdot succeed.Lei Zhang