diff --git a/suite/common/bindings/toolbar.xml b/suite/common/bindings/toolbar.xml index 79e554dc7080..68009817c51c 100644 --- a/suite/common/bindings/toolbar.xml +++ b/suite/common/bindings/toolbar.xml @@ -11,158 +11,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 20 ? boxObject.height : 23; - var height = boxObject.width > 10 ? boxObject.width : 12; - var styleString = "width: " + width + "px; height: " + height + "px;"; - collapsedGrippy.setAttribute("style", styleString); - collapsedGrippy.setAttribute("tooltiptext", aToolbar.getAttribute("grippytooltiptext")); - collapsedGrippy.setAttribute("id", "moz_tb_collapsed_" + aToolbar.id); - collapsedGrippy.setAttribute("moz_grippy_collapsed", "true"); - collapsedGrippy.setAttribute("tbgrippy-collapsed", "true"); - var collapsedTrayHolder = this.findNodeByAttribute("tbattr", "collapsed-tray-holder"); - if (collapsedTrayHolder.getAttribute("moz-collapsed") == "true") - collapsedTrayHolder.removeAttribute("moz-collapsed"); - this.findNodeByAttribute("tbattr", "collapsed-tray").appendChild(collapsedGrippy); - collapsedGrippy = document.getElementById("moz_tb_collapsed_" + aToolbar.id); - } - } - catch (e) { - throw e; - } - ]]> - - - - - - return (this.hasAttribute("deferattached") ? "true" : "false"); - - - if (val) - this.setAttribute("deferattached", "true"); - else - this.removeAttribute("deferattached"); - return val; - - - - - - - - - - - - - - - - - - - - - @@ -224,8 +79,6 @@ - @@ -240,95 +93,9 @@ ]]> - - - - - - - - - - - - - - - - - - - - - - return this.hasAttribute("moz_grippy_collapsed"); - - - if (val) - this.setAttribute("moz_grippy_collapsed", "true"); - else - this.removeAttribute("moz_grippy_collapsed"); - return val; - - - - - - - - - - - - - - - - - - - - - - - - -