forked from sanyaade-mobiledev/chromium.src
-
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.
Unify full-screen and fullscreen CSS.
ClientSession registers for full-screen events only while connected, which can result in a race-condition whereby the property is not removed when the app is windowed. When the apps v2 custom window frame was added, a separate "fullscreen" property was added to the <body> node with the same semantics, so the simplest fix is just to get rid of "full-screen" in favour of the always-updated "fullscreen", and to update apps v1 to also maintain that property. Review URL: https://codereview.chromium.org/727563002 Cr-Commit-Position: refs/heads/master@{#304258}
- Loading branch information
1 parent
332265b
commit 1ba19b1
Showing
3 changed files
with
6 additions
and
7 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
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