diff --git a/mozilla/xpfe/global/resources/content/popupBindings.xml b/mozilla/xpfe/global/resources/content/popupBindings.xml new file mode 100644 index 00000000000..4ec3c051133 --- /dev/null +++ b/mozilla/xpfe/global/resources/content/popupBindings.xml @@ -0,0 +1,443 @@ + + + + + + + + + + + + + + + + + + 0 + 0 + 0 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (screen.availWidth - kDragZone)) { + if (!this.docked) { + aPBO.sizeTo(aPBO.width, screen.availHeight); + aPBO.moveTo(screen.availWidth - aPBO.width,22); + this.docked = "right"; + this.cleanUp(aEvent); + //this.setAttribute("docked", "right"); + } + } + return false; + ]]> + + + + + + + + + 0 + 0 + 0 + 0 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file