mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout Bug 424444, one browser test fails
This commit is contained in:
parent
7361250023
commit
5b74840c1a
@ -2437,7 +2437,6 @@ function toggleAffectedChrome(aHide)
|
||||
gChromeState.notificationsOpen = !notificationBox.notificationsHidden;
|
||||
notificationBox.notificationsHidden = aHide;
|
||||
|
||||
document.getElementById("sidebar").setAttribute("src", "about:blank");
|
||||
var statusbar = document.getElementById("status-bar");
|
||||
gChromeState.statusbarOpen = !statusbar.hidden;
|
||||
statusbar.hidden = aHide;
|
||||
@ -4498,7 +4497,6 @@ function toggleSidebar(commandID, forceOpen) {
|
||||
sidebarBroadcaster.removeAttribute("checked");
|
||||
sidebarBox.setAttribute("sidebarcommand", "");
|
||||
sidebarTitle.value = "";
|
||||
sidebar.setAttribute("src", "about:blank");
|
||||
sidebarBox.hidden = true;
|
||||
sidebarSplitter.hidden = true;
|
||||
content.focus();
|
||||
|
Loading…
Reference in New Issue
Block a user