Skip to content

Commit

Permalink
Roll PDFium from 1e5f8aac8cc3 to 6696d1a82122 (14 revisions)
Browse files Browse the repository at this point in the history
https://pdfium.googlesource.com/pdfium.git/+log/1e5f8aac8cc3..6696d1a82122

2022-12-17 thestig@chromium.org Assert CFX_AggDeviceDriver does not deal with 1 bpp bitmaps.
2022-12-17 thestig@chromium.org Mention a restriction for ScanlineComposerIface::SetInfo().
2022-12-16 thestig@chromium.org Remove some ref churn in CFX_DefaultRenderDevice::AttachImpl().
2022-12-16 thestig@chromium.org Remove a dead function in CFX_ScanlineCompositor.
2022-12-16 thestig@chromium.org Mark CFX_ScanlineCompositor::Composite* methods as const.
2022-12-16 kmoon@chromium.org Disable Windows error reporting dialogs
2022-12-16 thestig@chromium.org Replace most GetBppFromFormat() calls in CFX_ScanlineCompositor.
2022-12-16 thestig@chromium.org Use more early returns in CFX_ScanlineCompositor.
2022-12-16 thestig@chromium.org Get rid of GetIsAlphaFromFormat().
2022-12-16 thestig@chromium.org Remove an unused CFX_ScanlineCompositor::Init() parameter.
2022-12-16 nigi@chromium.org [Skia] Fix rendering issue for converting 1 bpp image source
2022-12-16 thestig@chromium.org Remove some CFX_ScanlineCompositor::InitSourcePalette() parameters.
2022-12-16 thestig@chromium.org Remove CFX_ScanlineCompositor::m_Transform.
2022-12-16 kjlubick@google.com [skia] Use skpathutils namespace instead of global one

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pdfium-autoroll
Please CC pdfium-deps-rolls@chromium.org on the revert to ensure that a human
is aware of the problem.

To file a bug in PDFium: https://bugs.chromium.org/p/pdfium/issues/entry
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Bug: chromium:1383708,chromium:1400882
Tbr: pdfium-deps-rolls@chromium.org
Change-Id: I64b90842977fd471af7592a6c783f37c2731bfb4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4114971
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1084694}
  • Loading branch information
chromium-autoroll authored and Chromium LUCI CQ committed Dec 17, 2022
1 parent 6a60c5e commit 24bb89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Expand Up @@ -315,7 +315,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': '1e5f8aac8cc36a324c0c8c321d9b98b594399e62',
'pdfium_revision': '6696d1a821223ae2003de9273e62cb4ec0fdc910',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling BoringSSL
# and whatever else without interference from each other.
Expand Down

0 comments on commit 24bb89f

Please sign in to comment.