зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1816436
- Narrow down the pipMask on GTK. r=stransky,mconley
With this patch the webrtcIndicator is no longer considered a PIP window on GTK. This makes the webrtcIndicator *not* show a resize cursor over most of its surface. Differential Revision: https://phabricator.services.mozilla.com/D169783
This commit is contained in:
Родитель
2e22dd570a
Коммит
e821f0c6db
|
@ -583,7 +583,8 @@ nsresult nsAppShellService::JustCreateTopWindow(
|
|||
// Linux/Gtk PIP window support. It's Chrome Toplevel window, always on top
|
||||
// and without any bar.
|
||||
uint32_t pipMask = nsIWebBrowserChrome::CHROME_ALWAYS_ON_TOP |
|
||||
nsIWebBrowserChrome::CHROME_OPENAS_CHROME;
|
||||
nsIWebBrowserChrome::CHROME_OPENAS_CHROME |
|
||||
nsIWebBrowserChrome::CHROME_WINDOW_RESIZE;
|
||||
uint32_t barMask = nsIWebBrowserChrome::CHROME_MENUBAR |
|
||||
nsIWebBrowserChrome::CHROME_TOOLBAR |
|
||||
nsIWebBrowserChrome::CHROME_LOCATIONBAR |
|
||||
|
|
Загрузка…
Ссылка в новой задаче