mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 611240 - Cleanup after landing bug 598331 [r=vingtetun r=wesj]
This commit is contained in:
parent
9faaca88c1
commit
a0f8dcfa77
@ -317,14 +317,6 @@ var Browser = {
|
||||
}
|
||||
window.addEventListener("fullscreen", fullscreenHandler, false);
|
||||
|
||||
function notificationHandler() {
|
||||
// Let the view know that the layout might have changed
|
||||
Browser.forceChromeReflow();
|
||||
}
|
||||
let notifications = document.getElementById("notifications");
|
||||
notifications.addEventListener("AlertActive", notificationHandler, false);
|
||||
notifications.addEventListener("AlertClose", notificationHandler, false);
|
||||
|
||||
BrowserUI.init();
|
||||
|
||||
window.controllers.appendController(this);
|
||||
|
@ -272,8 +272,6 @@
|
||||
</box>
|
||||
</box>
|
||||
|
||||
<notificationbox id="notifications" class="window-width"/>
|
||||
|
||||
<!-- Content viewport -->
|
||||
<vbox id="content-viewport" class="window-width window-height">
|
||||
<!-- Content viewport -->
|
||||
|
@ -404,7 +404,7 @@ toolbarbutton.choice-remotetabs {
|
||||
background-image: url(chrome://browser/content/checkerboard.png);
|
||||
}
|
||||
|
||||
#content-stack > div:-moz-focusring {
|
||||
.input-overlay:-moz-focusring {
|
||||
outline: 0 !important;
|
||||
}
|
||||
|
||||
@ -412,7 +412,7 @@ toolbarbutton.choice-remotetabs {
|
||||
* These rules prevent browser to steal the focus while touching the screen
|
||||
* to allow panning/zooming of the browser view without closing the VKB
|
||||
*/
|
||||
#content-stack > deck > browser {
|
||||
#browsers > notificationbox > browser {
|
||||
-moz-user-focus: ignore;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user