commit | 5604b1c4b0e77e5c2fbe301fd33116f2cdde0b32 | [log] [tgz] |
---|---|---|
author | Kevin McNee <mcnee@chromium.org> | Thu Jan 09 22:30:40 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 09 22:30:40 2025 |
tree | 3febce75d4860ffa10caa9de20b7d5f9faab8581 | |
parent | 54fa1b1930a469c37a391e5b377acf667430cdb9 [diff] |
MPArch GuestView: Implement extensionoptions This mainly consists of implementing onpreferredsizechanged as the extensions page doesn't show the options dialog until it receives that event. The tests for extensionoptions are parameterized to run with both the existing inner WebContents implementation and MPArch. Since the extension settings are loaded in a tab, events from the guest will be observed by TabHelpers, whereas with the existing implementation, only observers which explicitly observed guest WebContents would get the events. StorageAccessAPITabHelper needs to account for this. Bug: 40202416 Change-Id: Ic3a4e23ddce53dc3f069cf2e8d18d389a4464fc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6160064 Reviewed-by: Emilia Paz <emiliapaz@chromium.org> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Shuran Huang <shuuran@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/main@{#1404437}
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.