commit | ebf39eacd6b8fbf1c55d2b66f6cb0eea6bf34491 | [log] [tgz] |
---|---|---|
author | Avi Drissman <avi@chromium.org> | Thu Oct 17 15:30:28 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 17 15:30:28 2024 |
tree | 193de2bc31a15452bc7b365513ccfb0c2ceb0e9f | |
parent | 8ddefbbad94c680712a6cce9ef4a66ac49ec786f [diff] |
Modernize codec usage in chrome/browser/web_applications Codec calls have new API that uses std::optional and spans. Switch usage to those new APIs, and lightly modernize the calling code. Bug: 370696612 Change-Id: I96ffb9b9940748402d2637f1218823cb1757f43e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5937419 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Auto-Submit: Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/main@{#1370037}
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.