Bug 611240 - Cleanup after landing bug 598331 [r=vingtetun r=wesj]

This commit is contained in:
Mark Finkle 2010-11-11 15:35:27 -05:00
Родитель 9faaca88c1
Коммит a0f8dcfa77
3 изменённых файлов: 2 добавлений и 12 удалений

Просмотреть файл

@ -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;
}