0
Files
src/pdf
Lei Zhang 7569ec23d8 Roll src/third_party/pdfium/ 47a0b779b..ab1a89811 (2 commits)
https://pdfium.googlesource.com/pdfium.git/+log/47a0b779b3d4..ab1a89811c39

2025-04-03 tsepez@chromium.org Convert to google-name_ style in fpdfxfa/
2025-04-03 thestig@chromium.org Let FPDFPageObj_SetMatrix() reset dirty bit if restoring image matrix

Created with:
  roll-dep src/third_party/pdfium

Then update a failing test case with the proper expectations.

Bug: 42271580, 405433817, 406540676, 407950121
Change-Id: If41e0d0ddf83874c806ed6068952aafed0c3365d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6432274
Commit-Queue: Alan Screen <awscreen@chromium.org>
Reviewed-by: Alan Screen <awscreen@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1442595}
2025-04-03 23:36:22 -07:00
..

//pdf contains the PDF plugin, its Blink-based replacement, as well as PDF utility functions that leverage PDFium. It can use low-level components that live below the content layer, as well as other foundational code like //printing. It should not use //content or anything in //components that lives above the content layer. Code that lives above the content layer should live in //components/pdf, or in the embedder. All the code here should run in sandboxed child processes.

TODO(crbug.com/40186598): Remove existing //content dependencies.