diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-02-19 20:04:11 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-19 20:04:11 +0100 |
commit | da8f20a3b05387aaa1c7c81543f1aae6dd1ca99d (patch) | |
tree | c78b4fde0bde40a35c618fdb5de2b6eaa0030df6 /browser/base/content/tabbrowser.xml | |
parent | 38ec1c796d64fcf9d73a897685cadbf0ad74fed0 (diff) | |
download | UXP-da8f20a3b05387aaa1c7c81543f1aae6dd1ca99d.tar UXP-da8f20a3b05387aaa1c7c81543f1aae6dd1ca99d.tar.gz UXP-da8f20a3b05387aaa1c7c81543f1aae6dd1ca99d.tar.lz UXP-da8f20a3b05387aaa1c7c81543f1aae6dd1ca99d.tar.xz UXP-da8f20a3b05387aaa1c7c81543f1aae6dd1ca99d.zip |
Remove some obsolete front-end code in Basilisk.
Diffstat (limited to 'browser/base/content/tabbrowser.xml')
-rw-r--r-- | browser/base/content/tabbrowser.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/browser/base/content/tabbrowser.xml b/browser/base/content/tabbrowser.xml index 3f4c3518e..0cb0f3bd6 100644 --- a/browser/base/content/tabbrowser.xml +++ b/browser/base/content/tabbrowser.xml @@ -214,18 +214,6 @@ ]]></body> </method> - <method name="updateWindowResizers"> - <body><![CDATA[ - if (!window.gShowPageResizers) - return; - - var show = window.windowState == window.STATE_NORMAL; - for (let i = 0; i < this.browsers.length; i++) { - this.browsers[i].showWindowResizer = show; - } - ]]></body> - </method> - <method name="_setCloseKeyState"> <parameter name="aEnabled"/> <body><![CDATA[ @@ -1970,10 +1958,6 @@ b.QueryInterface(Ci.nsIFrameLoaderOwner).presetOpenerWindow(aParams.opener); } - if (window.gShowPageResizers && window.windowState == window.STATE_NORMAL) { - b.setAttribute("showresizer", "true"); - } - if (!aParams.isPreloadBrowser && this.hasAttribute("autocompletepopup")) { b.setAttribute("autocompletepopup", this.getAttribute("autocompletepopup")); } @@ -4835,7 +4819,6 @@ this.appendChild(this._autoScrollPopup); this.mCurrentBrowser.setAttribute("autoscrollpopup", this._autoScrollPopup.id); this.mCurrentBrowser.droppedLinkHandler = handleDroppedLink; - this.updateWindowResizers(); // Hook up the event listeners to the first browser var tabListener = this.mTabProgressListener(this.mCurrentTab, this.mCurrentBrowser, true, false); @@ -5854,8 +5837,6 @@ this._handleTabSelect(); this.mTabstripWidth = width; } - - this.tabbrowser.updateWindowResizers(); break; case "mouseout": // If the "related target" (the node to which the pointer went) is not |