commit | cfb4b86c4d5138964cbcac7424ba3c4563775b49 | [log] [tgz] |
---|---|---|
author | Sreeja Kamishetty <[email protected]> | Tue Mar 29 16:59:39 2022 |
committer | Chromium LUCI CQ <[email protected]> | Tue Mar 29 16:59:39 2022 |
tree | c6875cd811869474361aa7d83181bc052b375946 | |
parent | 932ce9b7f4e65a71ba920d95a8f7ca1eefe1f7dc [diff] |
Dispatch DidUpdateWebManifestURL only for primary main frames Currently WebContentsObserver::DidUpdateWebManifestURL is dispatched for all main frames. But with Multiple Page Architecture, we would only want to dispatch this for primary main frames as callers only want to update the manifest URL for the main frame of the visible tab. Bug: 1307763 Change-Id: I2754bfdb9b9c464645a7d6b2b06d68cb220498f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3537027 Reviewed-by: Alex Moshchuk <[email protected]> Reviewed-by: Dominick Ng <[email protected]> Commit-Queue: Sreeja Kamishetty <[email protected]> Cr-Commit-Position: refs/heads/main@{#986564}
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.