forked from crosswalk-project/chromium-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows: PageVisibility API when other (processes) windows go fullscr…
…een. BUG=XWALK-5503 Some OSs (e.g. Windows and Linux) don't mark windows as hidden on screen lock or when other opaque windows fully cover them. The patch here targets Windows and window from any process going fullscreen. For this, AppBar notifications are used. Note that this covers e.g. VLC, MS Paint or browsers going fullscreen. It doesn't cover screensaver or when application windows are maximized. In the case when current window goes fullscreen, appbar notificaion is also received. This case is handled, too.
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters