commit | 83c70104e55991f38becc9d3ec48bf0712654925 | [log] [tgz] |
---|---|---|
author | Arthur Hemery <ahemery@chromium.org> | Mon Mar 22 10:20:54 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 22 10:20:54 2021 |
tree | 4c3a338b38675b626f0947ece0b73b8684bcf624 | |
parent | 6abc6a6a8f7fcd603f00a763ccf8d982da5cc4de [diff] |
[CORS-RFC1918] Testing behavior for chrome-guest:// scheme. The chrome-guest:// scheme is only used in SiteURLs, it should not impact the classification of <webview> URLs to public/private/local. This adds a test to verify the assumption about SiteURLs and verify that enforcement on fetch work as expected. Bug: 1167698 Change-Id: I2629879494741058062a303d4a35ca0fe6e41bc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2731413 Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Lucas Gadani <lfg@chromium.org> Reviewed-by: Titouan Rigoudy <titouan@chromium.org> Commit-Queue: Arthur Hemery <ahemery@chromium.org> Cr-Commit-Position: refs/heads/master@{#865091}
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.