commit | 171071a3d7ffcfbcf475d096d0e965b11b51503c | [log] [tgz] |
---|---|---|
author | Mikel Astiz <mastiz@chromium.org> | Wed May 11 19:52:39 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 11 19:52:39 2022 |
tree | 5b65980899acbf6ea6f0ecbb7fe5145cc1ba19f6 | |
parent | f85438ee2a83bb6bb10a902231b02ded3f9f69d0 [diff] |
Migrate callers to new and safer API to verify Gaia origin No behavioral changes: gaia::IsGaiaSignonRealm() is deprecated and can be replaced with gaia::HasGaiaSchemeHostPort(), with the advantage that the caller doesn't need to invoke GURL::DeprecatedGetOriginAsURL(). Change-Id: I5b35cfe9d91e5cdf968e8df404132978de1ddc7f Bug: 1313496 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3627502 Reviewed-by: Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by: David Roger <droger@chromium.org> Reviewed-by: John Abd-El-Malek <jam@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1002250}
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.