commit | fc80fa688c023f0f80324aaa8ccb3be85ca01657 | [log] [tgz] |
---|---|---|
author | dpapad <dpapad@chromium.org> | Thu Jan 19 23:45:33 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 19 23:45:33 2023 |
tree | d870b64336c21b8db4affa233e073f168c137561 | |
parent | a120da7cb4a4e6f144a42e243d9de2b7fd332bcb [diff] |
ThemeSource: Fix MIME type of chrome://theme/colors.css. Serving the correct MIME type makes it such that loading the URL in a tab displays the contents of the CSS file. As part of the fix, removing webui::ParsePathAndScale() since it is no longer needed. Fixed: 1408613 Change-Id: I4a97740771fd79d2b2c5518db3379ae6a14b0ea7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4181006 Reviewed-by: John Lee <johntlee@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/main@{#1094769}
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.