Commit a856e324 authored by pdfium-chromium-autoroll's avatar pdfium-chromium-autoroll Committed by Commit Bot

Roll src/third_party/pdfium 75ee53784b5e..0a6dbeffbc61 (11 commits)

https://pdfium.googlesource.com/pdfium.git/+log/75ee53784b5e..0a6dbeffbc61


git log 75ee53784b5e..0a6dbeffbc61 --date=short --no-merges --format='%ad %ae %s'
2018-06-26 tsepez@chromium.org Add some more consts to unowned pointers.
2018-06-26 tsepez@chromium.org Use pdfium::span in CPDF_CID2UnicodeMap.
2018-06-26 hnakashima@chromium.org Fix Integer-overflow in CFX_RTFBreak::AppendChar_Tab
2018-06-26 art-snake@yandex-team.ru Simplify CPDF_Parser::RebuildCrossRef.
2018-06-26 art-snake@yandex-team.ru Unify CPDF_Document loading methods.
2018-06-26 art-snake@yandex-team.ru Add test which verify, that "Info" from linearized doc is correctly saved.
2018-06-26 art-snake@yandex-team.ru Implement CPDF_ObjStream.
2018-06-26 hnakashima@chromium.org Write pixel .evt test for dynamic_list_box_allow_multiple_selection.
2018-06-26 tsepez@chromium.org Make CPDF_Document::m_pRootDict an UnownedPtr<>.
2018-06-26 vmiklos@collabora.co.uk Add FPDFTextObj_GetFontSize() API
2018-06-26 tsepez@chromium.org Use ObservedPtr for CJS_Field::m_pJSField


Created with:
  gclient setdep -r src/third_party/pdfium@0a6dbeffbc61

The AutoRoll server is located here: https://pdfium-roll.skia.org

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.



BUG=chromium:844367,chromium:856354
TBR=dsinclair@chromium.org

Change-Id: I53417b981430471c1a1fbb026c96004f86483522
Reviewed-on: https://chromium-review.googlesource.com/1115405Reviewed-by: default avatarpdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#570511}
parent b139512f
...@@ -129,7 +129,7 @@ vars = { ...@@ -129,7 +129,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling PDFium # the commit queue can handle CLs rolling PDFium
# and whatever else without interference from each other. # and whatever else without interference from each other.
'pdfium_revision': '75ee53784b5e51583c6c994d6eeadb7d3ce4a1b9', 'pdfium_revision': '0a6dbeffbc61f2140b1b845f6791c1b15b34cbd7',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling openmax_dl # the commit queue can handle CLs rolling openmax_dl
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment