commit | fb92171284f8a1032231529c4036ed1695634aaf | [log] [tgz] |
---|---|---|
author | Mike West <mkwst@chromium.org> | Wed Jul 07 13:35:07 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 07 13:35:07 2021 |
tree | 30d1d41a900ef0daf8ddfd999514b479fcf08bc9 | |
parent | 8f913c9b4c4a96d6fb35283fc14baef15d529272 [diff] |
Move webexposed tests from `file:` to `http://localhost`. In order to support cross-origin isolation for our webexposed tests (and therefore to correctly enable [CrossOriginIsolated] attributes, methods, and interfaces), we need to serve the tests with some HTTP headers that aren't available without a server. This CL moves the tests to //http/tests/webexposed, meaning they'll be served from a server running on localhost. Patch 1/2: 1. This patch. 2. https://chromium-review.googlesource.com/c/chromium/src/+/3008614 PSA to blink-dev@: https://groups.google.com/a/chromium.org/g/blink-dev/c/zCK2FPamErc/m/Wci8GJrqAgAJ Bug: 1206656 Change-Id: I83f588bf6e9e208cbcadc629083b86df6f4dd235 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3008415 Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by: Yoav Weiss <yoavweiss@chromium.org> Cr-Commit-Position: refs/heads/master@{#899112}
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.