summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_parser/fpdf_parser_parser.cpp
AgeCommit message (Expand)Author
2016-03-10Split apart the remainder of fpdf_render_render.cpp into per-class files.Tom Sepez
2016-03-09Split off CPDF_Parser and CPDF_SimpleParser into .h/.cpp filesTom Sepez
2016-03-08Split off CPDF_Document into its own .cpp/.h files.Tom Sepez
2016-03-08Re-land "Split CPDF_SyntaxParser into its own named .cpp/.h files."Tom Sepez
2016-03-08Revert "Split CPDF_SyntaxParser into its own named .cpp/.h files."Tom Sepez
2016-03-08Split CPDF_SyntaxParser into its own named .cpp/.h files.Tom Sepez
2016-03-08Reland "Fix chromium-style errors."Dan Sinclair
2016-03-07Revert "Fix chromium-style errors."Dan Sinclair
2016-03-07Fix chromium-style errors.Dan Sinclair
2016-03-03Combine StrToInt methods.Dan Sinclair
2016-03-03Fix parsing of object numbers > 16,777,216.Dan Sinclair
2016-03-01This Cl adds some whitespace and other formatting while removing some braces ...Dan Sinclair
2016-02-24Clean up some if/else if statements in CPDF_Parser::RebuildCrossRef().Lei Zhang
2016-02-23Remove uses of this->foo.Lei Zhang
2016-02-19Revert "Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf.""Tom Sepez
2016-02-19Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf."Tom Sepez
2016-02-19Use safe arithmentic in CFX_BinaryBuf::ExpandBuf.Tom Sepez
2016-02-18Name the states for fpdf_parser_parser.Dan Sinclair
2016-02-08Fix for-loop which results in no-opLei Zhang
2016-02-08Tidy fpdfsave.cppTom Sepez
2016-02-05Remove CFX_FileSizeArray.Tom Sepez
2016-02-01Merge to XFA: Remove the m_ObjVersion member variable from CPDF_Parser.Lei Zhang
2016-02-01Merge to XFA: Remove the m_V5Type member variable from CPDF_Parser.chromium/2641chromium/2640chromium/2639chromium/2638Lei Zhang
2016-01-29Another round of cleanup in CPDF_Parser and friends.Lei Zhang
2016-01-29Merge to XFA: Member function name refactoringWei Li
2016-01-26War on #defines - part 2Tom Sepez
2016-01-26Merge to XFA: Move struct ContentParam off of CPDF_Object's enumsTom Sepez
2016-01-26Merge to XFA: War on #defines, part 1.Tom Sepez
2016-01-25Remove several more unused parser values.Tom Sepez
2016-01-25Remove struct PARSE_OPTIONS.Tom Sepez
2016-01-25Remove unused IsContentUsedElsewhere()Tom Sepez
2016-01-20Merge to XFA: Replace more CFX_MapPtrToPtr.Tom Sepez
2016-01-14Merge to XFA: Loose checking for trailer's size fieldWei Li
2016-01-14Merge to XFA: Correct the way to count pages and to avoid infinite loopWei Li
2016-01-13Merge to XFA: Fix some iterator invalidation issues while traversing CPDF_Dic...Oliver Chang
2016-01-13Merge to XFA: Fix out of bound access in CPDF_Parser::ParseIndirectObject().Lei Zhang
2016-01-13Merge to XFA: Use the compiler to type check DocAvailStatus return values.Lei Zhang
2016-01-12Merget to XFA: Use std::map in CPDF_IndirectObjectsTom Sepez
2016-01-11Merge to XFA: Fix an infinite loop parsing in CPDF_SyntaxParser::GetObject()Wei Li
2016-01-11Merge to XFA: Use std::map as CPDF_Dictionary's underlying store.Oliver Chang
2016-01-08Merge to XFA: Fix infinite loop caused by parsing same indirect objectsWei Li
2016-01-08Merge to XFA: Clean up misc nits found while fixing bugs.Lei Zhang
2016-01-07Cleanup includes, comments, and unused codeWei Li
2016-01-06Merge to XFA: Change CPDF_SyntaxParser::GetNextWord() to not pass by non-cons...Lei Zhang
2016-01-05Merge to XFA: Replace CPDF_SortObjNumArray with a std::set.Lei Zhang
2016-01-05Merge to XFA: Fix a few uses of default arguments.Lei Zhang
2016-01-05Merge to XFA: Fix an infinite loop in CPDF_Parser::RebuildCrossRef().Lei Zhang
2016-01-05Merge to XFA: Make more CPDF_Parser method const.Lei Zhang
2016-01-05Merge to XFA: Exit infinite loops for cross reference loadingWei Li
2015-12-24Merge to XFA: Fix another regression from commit f6dafc9.Lei Zhang