Commit 9e102a8d authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/pdfium d60b5907958e..9dbc7de52fe5 (7 commits)

https://pdfium.googlesource.com/pdfium.git/+log/d60b5907958e..9dbc7de52fe5


git log d60b5907958e..9dbc7de52fe5 --date=short --no-merges --format='%ad %ae %s'
2018-11-30 tsepez@chromium.org No need for string literals in XFA_ExecEventParaInfo.
2018-11-30 tsepez@chromium.org Make CJS_EventHandler::Name() and Type() return bytestrings.
2018-11-30 tsepez@chromium.org Use EqualsASCII{,NoCase}() and narrow literals in many places.
2018-11-30 tsepez@chromium.org Make the unused string literals in cfx_cssdata.cpp be narrow
2018-11-30 tsepez@chromium.org Remove wide literals from xfa_basic_data_element_script.cpp
2018-11-30 thestig@chromium.org Mark kFoo variables const, or rename them if they are not.
2018-11-30 tsepez@chromium.org Move ASCII string operations to string_view_template.h


Created with:
  gclient setdep -r src/third_party/pdfium@9dbc7de52fe5

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

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.


TBR=dsinclair@chromium.org

Change-Id: I8abc80e5926cfbe154e36d207ba0aa5b05adff77
Reviewed-on: https://chromium-review.googlesource.com/c/1357433Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#612898}
parent 6143711a
...@@ -136,7 +136,7 @@ vars = { ...@@ -136,7 +136,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': 'd60b5907958e77cfb2b8e6f0dbc54983d5e10bd9', 'pdfium_revision': '9dbc7de52fe58a1527f2ac3986af3eb2c282467d',
# 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