summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_parser
AgeCommit message (Expand)Author
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-22Revert "Cleanup: Remove unused CFX_PSRenderer and various encoders it used."Lei Zhang
2015-12-22Cleanup: Remove unused CFX_PSRenderer and various encoders it used.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-16Make clang_warning_flags work for standalone builds.Lei Zhang
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-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-10Replace several more CFX_MapPtrToPtr with std::set or std::mapTom Sepez
2015-12-10Remove CFX_AffineMatrix/CPDF_MatrixTom Sepez
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-25Fix two memory leaks from pdfium_unittestsQin Zhao
2015-11-20Change |CCodec_ScanlineDecoder::m_Pitch| to FX_DWORDOliver Chang
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-12Clear decoders after the image decoder in the /Filter array.Oliver Chang
2015-11-10Revert x4 "Cleanup some numeric code."dan sinclair
2015-11-10Cleanup CPDF_Stream:Lei Zhang
2015-11-10Revert "Revert "Revert "Revert "Cleanup some numeric code.""""dan sinclair
2015-11-10Fix relative includes within core/Lei Zhang
2015-11-09Add path service to retrieve test data directory at run time so tests can be ...Wei Li
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-04Add base test for RebuildCrossRef function.Wei Li
2015-11-04Make checkdeps --resolve-dotdot succeed.Lei Zhang
2015-11-04Remove state from RebuildCrossRef state-machine.Dan Sinclair
2015-11-03Revert "Revert "Revert "Cleanup some numeric code."""Dan Sinclair
2015-11-03Revert "Revert "Cleanup some numeric code.""Dan Sinclair
2015-11-03Use std::numeric_limits::max() to put in the large position value.Dan Sinclair
2015-11-03Add test for CPDF_SyntaxParser::ReadHexString.Dan Sinclair
2015-11-02Add a test for the HexDecode method.Dan Sinclair