commit | 03816ca3bd6ff0e26799de06af558745fa735ee7 | [log] [tgz] |
---|---|---|
author | Javier Fernández García-Boente <[email protected]> | Fri Aug 06 15:41:37 2021 |
committer | Chromium LUCI CQ <[email protected]> | Fri Aug 06 15:41:37 2021 |
tree | dfb1c42aec80435cb58aa70de024cd96f3931c51 | |
parent | 6e5a65a25b15ac4a6e523be65169b752e8e97f47 [diff] |
Move the Chrome Extension logic of SchemeRegistry to blink/common We are accessing the //extension module from different parts of the code, just to verify whether an url has an extension scheme. There was a first try to refactor this logic in r889472 implementing an scheme registration in blink::SchemeRegistry; this is implemented in the renderer::platform module, so we can't access from the //content module in order to keep browser / render isolation. We need to determine whether an url uses chrome-extension scheme from both, the Browser and Renderer process, hence it's sensible that this logic would be moved to blink/common. This implies that we must use std types instead of platform/wtf (eg. std::string). BUG=1197375 Change-Id: I9143f14de5e5cd84f58e36b0d185822fd41f692c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3006218 Commit-Queue: Javier Fernandez <[email protected]> Reviewed-by: Kinuko Yasuda <[email protected]> Reviewed-by: Dominick Ng <[email protected]> Cr-Commit-Position: refs/heads/master@{#909313}
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.