commit | 04ccda060610036333f90b365e21fa76bbc684b9 | [log] [tgz] |
---|---|---|
author | Dave Tapuska <[email protected]> | Wed Oct 21 21:58:12 2020 |
committer | Commit Bot <[email protected]> | Wed Oct 21 21:58:12 2020 |
tree | 859c5850199e7b30fa9b21b0c95d2b33cc286f4e | |
parent | 5ff3e3545989cc05b985a7d77408cc2862cf1535 [diff] |
Remove WidgetMsg_Close in favor of a disconnect handler. WidgetMsg_Close was only sent for popups and was used to indicate the browser destroyed the widget (possibly due to a focus change). To do this without an actual message we add a PopupWidgetHost channel. If the browser disconnects the channel then the popup widget is closed. BUG=1097816 Change-Id: I606dc2ef57b9b42eb45e3b638d88f2a8dc687a01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472424 Reviewed-by: Avi Drissman <[email protected]> Reviewed-by: Lei Zhang <[email protected]> Reviewed-by: danakj <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Commit-Queue: Dave Tapuska <[email protected]> Cr-Commit-Position: refs/heads/master@{#819532}
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.
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.