summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_parser/fpdf_parser_parser.cpp
AgeCommit message (Expand)Author
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
2015-07-22Fix else-after-returns throughout pdfium.Tom Sepez
2015-06-22Cleanup: Get rid of CPDF_Reference::Create().Lei Zhang
2015-06-19Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-06-15Make CPDF_PageModuleDef and CPDF_RenderModuleDef pure virtual.Lei Zhang
2015-06-11Remove trailing whitespaces in core.Lei Zhang
2015-06-11Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez
2015-06-10Remove FX_BSTR and FX_WSTR typedefs.chromium/2434chromium/2433chromium/2432chromium/2431chromium/2430Tom Sepez
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-06-08Remove more cruft from fx_system.hTom Sepez
2015-06-04Move fx_safe_types.h to include/ directory.Tom Sepez
2015-05-19Re-land: Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-19Revert "Remove FX_Alloc() null checks now that it can't return NULL."Tom Sepez