commit | 2c8bcd172ba8e7f8b73a39be9d7a11e9248f38a9 | [log] [tgz] |
---|---|---|
author | rbpotter <rbpotter@chromium.org> | Tue Mar 26 23:04:00 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 26 23:04:00 2024 |
tree | 32ec97da0c99a25072688a2ca6610c52ed461b58 | |
parent | b37b7579e5af6af07ce47f0cfa3bdb31073dd328 [diff] |
WebUI: Use webui_context_type in ash/webui Specify the webui_context_type parameter in build_webui() invocations in ash/webui/. This is generally either "trusted" or "untrusted" (depending on whether the UI is chrome:// or chrome-untrusted://), and is "relative" in most cases for files served from "//resources" which can be accessed by UIs with either scheme. Also fixing various violations found in ash/webui/common/resources, where all imports should be scheme-relative. Bug: 328733315 Change-Id: I09ab98f1bb3601e3a47c112e9ed2b70b39ccf464 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5386442 Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1278667}
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.