Bug 1902315 - Remove CHROME_WINDOW_{LOWERED,RAISED}. r=arai,extension-reviewers,sessionstore-reviewers,dao,zombie
These did nothing at the OS level on most OSes (see previous patch), and were only used on tests, so just remove them. Note that these were different from the alwaysontop feature, which remains and is used for stuff like picture-in-picture. Differential Revision: https://phabricator.services.mozilla.com/D214091
This commit is contained in:
@@ -80,8 +80,6 @@ const CHROME_FLAGS_MAP = [
|
||||
// Do not inherit remoteness and fissionness from the previous session.
|
||||
//[Ci.nsIWebBrowserChrome.CHROME_REMOTE_WINDOW, "remote", "non-remote"],
|
||||
//[Ci.nsIWebBrowserChrome.CHROME_FISSION_WINDOW, "fission", "non-fission"],
|
||||
[Ci.nsIWebBrowserChrome.CHROME_WINDOW_LOWERED, "alwayslowered"],
|
||||
[Ci.nsIWebBrowserChrome.CHROME_WINDOW_RAISED, "alwaysraised"],
|
||||
// "chrome" and "suppressanimation" are always set.
|
||||
//[Ci.nsIWebBrowserChrome.CHROME_SUPPRESS_ANIMATION, "suppressanimation"],
|
||||
[Ci.nsIWebBrowserChrome.CHROME_ALWAYS_ON_TOP, "alwaysontop"],
|
||||
|
||||
Reference in New Issue
Block a user