[Pkg-mozext-commits] [tabmixplus] 50/61: Follow up bug 1160023 Implement new fullscreen popup design from bug 1129061, break Tabmix when tabbar on the bottom
David Prévot
taffit at moszumanska.debian.org
Fri Aug 28 19:09:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository tabmixplus.
commit 7d3acc9e8a682274edac9de40b94fb7c1c90f57e
Author: onemen <tabmix.onemen at gmail.com>
Date: Sun Aug 16 15:48:40 2015 +0300
Follow up bug 1160023 Implement new fullscreen popup design from bug 1129061, break Tabmix when tabbar on the bottom
---
chrome/content/tab/scrollbox.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/chrome/content/tab/scrollbox.xml b/chrome/content/tab/scrollbox.xml
index 2642581..32c1754 100644
--- a/chrome/content/tab/scrollbox.xml
+++ b/chrome/content/tab/scrollbox.xml
@@ -627,8 +627,10 @@
bottomToolbox.setAttribute("tabmix_aero", true);
// if we decide to move this box into browser-bottombox
// remember to fix background css rules for all platform
- let warningContainer = document.getElementById("full-screen-warning-container");
- warningContainer.parentNode.insertBefore(bottomToolbox, warningContainer);
+ let referenceNode = document.getElementById("content-deck");
+ referenceNode = referenceNode ? referenceNode.nextSibling :
+ document.getElementById("browser-bottombox");
+ referenceNode.parentNode.insertBefore(bottomToolbox, referenceNode);
updateFullScreen = window.fullScreen;
}
if (tabBar.visible)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git
More information about the Pkg-mozext-commits
mailing list