summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2015-06-03 14:26:06 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-03 21:27:34 +0000
commit1203cc8c7e82ab31d99190ccd595e813ac7ab9f9 (patch)
treef5c5767bd35cef2761563ff483555a0b97ba34a9 /DEPS
parent07a4da6b55432b073759a804ec45fc57e706d1e9 (diff)
downloadchromium_src-1203cc8c7e82ab31d99190ccd595e813ac7ab9f9.zip
chromium_src-1203cc8c7e82ab31d99190ccd595e813ac7ab9f9.tar.gz
chromium_src-1203cc8c7e82ab31d99190ccd595e813ac7ab9f9.tar.bz2
Roll PDFium to 7bb4d8d
This brings in: 7bb4d8d Fix fx_basic_memmgr_unittest.cpp under stricter GN rules a76f557 Automated test case for 487928. b29338d Fix windows compile: fix size_t vs. int mismatch e06b686 kill IPDF_DocParser(). 4ff7a42 Fix heap use after free in Document::DoFieldDelay and Document::delay 8e1b608 Add missing comma to third_party.gyp cafa3fd Run V8 in predictable mode for pdfium_test 8ba4a3c Fix suppressions for 2015-05-28 drop 878b819 Roll DEPS to pick up 2015-05-28 corpus drop. 6b776fe Fix ALL the include guards. 14f57a1 Remove rendundant ../include from paths of files in include/ directory cddfde0 Upgrade openjpeg to r3002 5f566b3 Update copy of safe_math_impl.h to take a fix from upstream: e6406b3 Fix four annoying warnings: Two "set but unused". bc4b82e Fix an endless loop in CJBig2_HuffmanTable::parseFromCodedBuffer 79569e7 Get test running scripts to detect and report common error. e9ccc9b Integer overflow in CJBig2_Image::expand 3a25130 Tidy public fpdfview.h and fpdf_flatten.h. b190fc2 Turn on warnings for usage of disabled V8 APIs 981a346 Re-land: Remove FX_Alloc() null checks now that it can't return NULL. bf4aa2c Revert "Remove FX_Alloc() null checks now that it can't return NULL." eb65277 Remove FX_Alloc() null checks now that it can't return NULL. 59f4b44 Fix Heap Overflow in CJBig2_Image::expand 3b60890 Cleanup if early return from opj_j2k_copy_default_tcp_and_create_tcd(). 3fea540 Replace v8::Handle with v8::Local and v8::Persistent with v8::Global 0c94bc4 Change FX_Alloc to FX_Try_Alloc in _JpegEncode 31b3a2b Add safe FX_Alloc2D() macro a88e3a1 Add myself to OWNERS file d94df88 Replace deprecated with non-deprecated V8 APIs 1962d61 Fix leaks in embedder test's FlateEncode() usage and in FlateEncode(). 69b4bc7 Disable allocation tests that hose the bot. acae925 Initialize members of CPDF_TextPageFind class. 61ffad8 Fix leaks in the embedder tests themselves. 9f6f348 Abort on OOM by default in FX_Alloc(). dc0bd92 Remove FX_NEW_VECTOR() macros. 7f3b99a Fix potential UAF in ConcatInPlace. b60617f Fix another batch of compiler warnings. BUG=459215,482639,483981,486538,487928,488302 R=thestig@chromium.org Committed: https://crrev.com/6e5d15268c5d75ba15189ce0a6050845068eb06b Cr-Commit-Position: refs/heads/master@{#332514} Review URL: https://codereview.chromium.org/1159433007 Cr-Commit-Position: refs/heads/master@{#332687}
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 0e7c68b..916e0e5 100644
--- a/DEPS
+++ b/DEPS
@@ -66,7 +66,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling PDFium
# and whatever else without interference from each other.
- 'pdfium_revision': 'f33cdd54d5d5340d8a662048d9cf4abe7d5f0488',
+ 'pdfium_revision': '7bb4d8dc9e825f484e180205254aee1488cc34dc',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling openmax_dl
# and whatever else without interference from each other.