You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-client/seamonkey/files/seamonkey-2.1b3-restore-tab...

29 lines
744 B

# This patch reverts the change from
# https://bugzilla.mozilla.org/show_bug.cgi?id=643294
--- comm-2.0/suite/browser/tabbrowser.xml
+++ comm-2.0/suite/browser/tabbrowser.xml
@@ -3000,7 +3000,7 @@
<destructor>
<![CDATA[
- window.removeEventListener("resize", this, false);
+ document.removeEventListener("resize", this, false);
]]>
</destructor>
@@ -3123,13 +3123,6 @@
this._handleNewTab(event.target);
]]>
</handler>
-
- <handler event="DOMMouseScroll" phase="capturing">
- <![CDATA[
- this.advanceSelectedTab(event.detail < 0 ? -1 : 1);
- event.stopPropagation();
- ]]>
- </handler>
</handlers>
</binding>