summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_parser/fpdf_parser_parser.cpp
AgeCommit message (Expand)Author
2015-11-05Fix all relative includes to third_party.chromium/2560chromium/2559chromium/2558chromium/2557Lei Zhang
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-02Use standard true and false to replace 'TRUE' and 'FALSE' in pdfium_testJun Fang
2015-11-02Support linearized loadingJun Fang
2015-10-29Revert "Cleanup some numeric code."dan sinclair
2015-10-29Cleanup some numeric code.Dan Sinclair
2015-10-28Add PDFCharIsLineEnding helperDan Sinclair
2015-10-28Add helpers to check the PDF_CharType.Dan Sinclair
2015-10-27Use static_cast for various CPDF_Object conversions.Dan Sinclair
2015-10-26Remove usage of std::vector::dataOliver Chang
2015-10-26Remove default argument from CPDF_Dictionary::SetAt().Lei Zhang
2015-10-26Fix a leak in CPDF_SyntaxParser::GetObject().Lei Zhang
2015-10-26Revert "Revert "Add type cast definitions for CPDF_Reference.""Dan Sinclair
2015-10-26Revert "Add type cast definitions for CPDF_Reference."Dan Sinclair
2015-10-26Add type cast definitions for CPDF_Reference.Dan Sinclair
2015-10-23Convert some pointers in fpdf_parser_parser to unique_ptr and std::vector.Oliver Chang
2015-10-22Set a recursion limit on CPDF_DataAvail::CheckPageNodeOliver Chang
2015-10-22Add type cast definitions for CPDF_Stream.Dan Sinclair
2015-10-22Add type cast definitions for CPDF_Array.Dan Sinclair
2015-10-21Add type cast definitions for CPDF_Name.Dan Sinclair
2015-10-21Add type cast definitions for CPDF_Number.Dan Sinclair
2015-10-20Revert "Revert "Add type cast definitions for CPDF_Dictionary.""Dan Sinclair
2015-10-20Revert "Add type cast definitions for CPDF_Dictionary."Dan Sinclair
2015-10-20Add type cast definitions for CPDF_Dictionary.Dan Sinclair
2015-10-19Remove some checks for object creation failures. They cannot fail.Lei Zhang
2015-10-16Loosen checking on the bytes following 'stream'chromium/2540chromium/2539chromium/2538Jun Fang
2015-10-08Relax the check on 0 length streams.chromium/2531Lei Zhang
2015-10-02Get rid of gotos in CPDF_SyntaxParser and FlateUncompress().Lei Zhang
2015-09-25Revert "Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf f...Jun Fang
2015-09-25Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files"Jun Fang
2015-09-25Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf filesJun Fang
2015-09-22Change nonstd::unique_ptr to take a custom deleter.Lei Zhang
2015-09-08Remove unneeded checks for CPDF_Object::GetDict() return values.Lei Zhang
2015-08-18FX_CMapDwordToDword considered harmful.Tom Sepez
2015-08-14Don't bother checking pointers before delete[] and FX_Free().Lei Zhang
2015-08-14Use override in more classes in core/Lei Zhang
2015-08-11Fix a small leak in CPDF_DataAvail::CheckTrailer().Lei Zhang
2015-08-06clang-format all pdfium code, again.Nico Weber
2015-08-05Early object closing in PDF via premature 'endobj' keywordJUN FANG
2015-08-05CPDF_Parser shouldnt be in the business of opening filesTom Sepez
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-27Revert "FX Bool considered harmful, part 3"Tom Sepez
2015-07-27FX Bool considered harmful, part 3Tom Sepez
2015-07-23Revert "FX_BOOL considered harmful, part 2."Tom Sepez
2015-07-23FX_BOOL considered harmful, part 2.Tom Sepez
2015-07-22Re-land else-after-returnsTom Sepez
2015-07-22Revert "Fix else-after-returns throughout pdfium."Tom Sepez