commit | b4dcda849b75661e1a00f05c6b8b8e201f79f0ba | [log] [tgz] |
---|---|---|
author | Andy Phan <andyphan@chromium.org> | Fri May 16 20:37:50 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 16 20:37:50 2025 |
tree | 5df230964916e1cc1a5204cc41eca66b215059ab | |
parent | bdd936ada97c48853307d007147567c702a34c0b [diff] |
[PDF] Spanify //pdf/pdfium Modernize //pdf/pdfium by replacing any const std::vector ref usages to instead use base::span. Update dependencies to fix compile errors caused by spanification. Change-Id: Ia003f58f03b59456660cd9a8f373bf38575327c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6553529 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1461605}
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.