commit | b8b1f428821b753c4b27498e4f17dd1505848dca | [log] [tgz] |
---|---|---|
author | Jayson Adams <shrike@chromium.org> | Fri Aug 26 17:47:55 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 26 17:47:55 2022 |
tree | 71634d06b79e9f8a221a05c0d942222b53c8af4b | |
parent | 48f98c8ca2718934363b9ac6316204000fabdf74 [diff] |
[mac webcontents occlusion] Update occlusion status on all window closes Previously, the webcontents occlusion checker would initiate an occlusion status update on window closings where the window contained a webcontents. It appears, however, that sometimes the webcontents is stripped from the closing window before the window close notification arrives. As a result, previously-occluded windows would not always see their webcontents transition to the visible state, leaving them "frozen". This cl forces a window occlusion update whenever a non-child window closes, whether or not it contains a webcontents. Bug: 1356622 Test: out/Default/content_browsertests \ --gtest_filter=*WindowOcclusionBrowserTestMac* Change-Id: I855bf20d6efb11972c855cea09c63a563b8803ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3857738 Reviewed-by: Leonard Grey <lgrey@chromium.org> Commit-Queue: Jayson Adams <shrike@chromium.org> Cr-Commit-Position: refs/heads/main@{#1039859}
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.