commit | a0085f88efc34d742ef6cf8a83fea4082ae8a819 | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Thu Oct 03 05:10:30 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 03 05:10:30 2024 |
tree | fc585c1f474a2cb0829c8b36edda8fae93464ef4 | |
parent | 2c132c6eb2d0e55e923b2758d62fce71625f8781 [diff] |
[PDF] Remove PDFiumEngine to PDFiumPage pass-through methods Delete many pass-through methods that existed because of the PDFEngine interface. Now that the interface is gone, callers can get access to PDFiumPage from PDFiumEngine, and then call PDFiumPage methods directly. Upgrade some DCHECKs to CHECKs along the way. Change-Id: Ib859216cb1bd8f2af1d40528d797d2f6722f27b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5906281 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/main@{#1363484}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.