summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-19Remove an extra "const" in fpdf_objects.Oliver Chang
2016-01-19Merge to XFA: Hook up show-config to testing scripts.Tom Sepez
2016-01-19Hook up show-config to testing scripts.Tom Sepez
2016-01-19XFA: Unconditionally use static png_gt() in png.cOliver Chang
2016-01-19Merge to XFA: Keep all member functions of one class in a single file.Wei Li
2016-01-19Keep all member functions of one class in a single file.Wei Li
2016-01-19Merge to XFA: Fix infinite loops caused by calling circular indirect objectsWei Li
2016-01-19Fix infinite loops caused by calling circular indirect objectsWei Li
2016-01-19Merge to XFA: Unify suppressions files and add matcher syntax.Tom Sepez
2016-01-15XFA: Rename libpng to libpng16.chromium/2625chromium/2624Lei Zhang
2016-01-15Unify suppressions files and add matcher syntax.Tom Sepez
2016-01-15Merge to XFA: Make pdfium_test report build options.Tom Sepez
2016-01-15Make pdfium_test report build options.Tom Sepez
2016-01-15Merge to XFA: Fix the way FT headers are includedLei Zhang
2016-01-15Fix the way FT headers are includedLei Zhang
2016-01-15Merge to XFA: openjpeg: Set proper upper bound for an array in opj_pi_update_...Oliver Chang
2016-01-15openjpeg: Set proper upper bound for an array in opj_pi_update_decode_poc().Oliver Chang
2016-01-15XFA: Add another valid fxcodec DEPS entry.Lei Zhang
2016-01-15XFA: Upgrade libpng to 1.6.20.Lei Zhang
2016-01-15XFA: Remove ifdefs for _FX_MANAGED_CODE_.Lei Zhang
2016-01-15Remove ifdefs for _FX_MANAGED_CODE_.Lei Zhang
2016-01-15Merge to XFA: Make the bug 361 test case work in Acrobat.Lei Zhang
2016-01-15Make the bug 361 test case work in Acrobat.Lei Zhang
2016-01-14Revert "Cleanup CJS_PublicMethods::ParseNumber"Tom Sepez
2016-01-14Cleanup CJS_PublicMethods::ParseNumberTom Sepez
2016-01-14Disable use of missing arm neon function in libpngSam Clegg
2016-01-14Disable use of missing arm neon function in libpngSam Clegg
2016-01-14Merge to XFA: Loose checking for trailer's size fieldWei Li
2016-01-14Loose 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-14Merge to XFA: Additional test cases for bug_361Tom Sepez
2016-01-14Additional test cases for bug_361Tom Sepez
2016-01-14Correct the way to count pages and to avoid infinite loopWei Li
2016-01-14Merge to XFA: openjpeg: Fix potential bad precno value in opj_pi_next* functi...chromium/2622Oliver Chang
2016-01-14openjpeg: Fix potential bad precno value in opj_pi_next* functions.Oliver Chang
2016-01-13Merge to XFA: Fix another invalidated iterator issue while traversing CPDF_Di...Oliver Chang
2016-01-13Fix another invalidated iterator issue while traversing CPDF_Dictionary.Oliver Chang
2016-01-13Merge to XFA: Use _GLIBCXX_DEBUG in standalone Debug builds on Linux.Lei Zhang
2016-01-13Use _GLIBCXX_DEBUG in standalone Debug builds on Linux.Lei Zhang
2016-01-13Merge to XFA: Fix some iterator invalidation issues while traversing CPDF_Dic...Oliver Chang
2016-01-13Fix some iterator invalidation issues while traversing CPDF_Dictionary.Oliver Chang
2016-01-13Merge to XFA: Do not use invalidated std::map::iterators in PDF_ReplaceAbbr().Lei Zhang
2016-01-13Do not use invalidated std::map::iterators in PDF_ReplaceAbbr().Lei Zhang
2016-01-13Merge to XFA: test cast for bug_361Tom Sepez
2016-01-13test cast for bug_361Tom Sepez
2016-01-13Merge to XFA: Fix out of bound access in CPDF_Parser::ParseIndirectObject().Lei Zhang
2016-01-13Fix 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-13Use the compiler to type check DocAvailStatus return values.Lei Zhang
2016-01-12Fix memory leakage on Linux - part2Jun Fang