commit | a3da2ddaa20f7e68b706a43fbd632e7f14d5233c | [log] [tgz] |
---|---|---|
author | Luciano Pacheco <lucmult@chromium.org> | Tue Jun 21 23:42:13 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 21 23:42:13 2022 |
tree | 8ea0392b468b97a6ef6f7a5db356e5691d53d433 | |
parent | 8d2f09256a31707720386639404a49c5637e12e3 [diff] |
Files app: Replace chrome://test with chrome://webui-test The JS unittests have been changed to load from chrome://webui-test, however chai_assert.js was still being loaded from chrome://test. This CL fixes that and removes chrome://test from the test CSP (security policy). Test: browser_tests --gtest_filter="FileManagerJsTest*:ImageLoaderJsTest*" Bug: 1260297, b:228114096 Change-Id: I99c5141316871726a5fc958f129c4ddaa61f2860 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3716133 Reviewed-by: Ben Reich <benreich@chromium.org> Commit-Queue: Ben Reich <benreich@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/main@{#1016430}
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.