[Pkg-mozext-commits] [firegestures] 05/13: work-around Tab Groups removed from Firefox
David Prévot
taffit at moszumanska.debian.org
Thu Feb 4 02:06:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository firegestures.
commit 57a0b360377f96623e0bc27bef97fcfb09e760ba
Author: Gomita <gomita at xuldev.org>
Date: Sun Jan 31 22:53:01 2016 +0900
work-around Tab Groups removed from Firefox
---
chrome/content/firegestures/browser.js | 4 ++++
chrome/content/firegestures/browser.rdf | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/chrome/content/firegestures/browser.js b/chrome/content/firegestures/browser.js
index a92ab9e..0618ee4 100644
--- a/chrome/content/firegestures/browser.js
+++ b/chrome/content/firegestures/browser.js
@@ -291,6 +291,10 @@ var FireGestures = {
case "FireGestures:CloseRightTabs":
this.closeMultipleTabs("right");
break;
+ case "Browser:ToggleTabView":
+ alert("Please add the following script:\nTabView.toggle();");
+ this._gestureMapping.configure();
+ break;
case "cmd_textZoomEnlarge":
case "cmd_textZoomReduce":
if ("FullZoom" in window && !ZoomManager.useFullZoom)
diff --git a/chrome/content/firegestures/browser.rdf b/chrome/content/firegestures/browser.rdf
index 56d9b98..88dad58 100644
--- a/chrome/content/firegestures/browser.rdf
+++ b/chrome/content/firegestures/browser.rdf
@@ -234,7 +234,7 @@
FG:name="&gestureCmd.closeRightTabs;" />
<RDF:Description RDF:about="urn:Browser:ToggleTabView"
FG:type="1"
- FG:name="&viewTabGroups.label;" />
+ FG:name="Tab Groups" />
<!-- page -->
<RDF:Description RDF:about="urn:cmd_textZoomEnlarge"
FG:type="1"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firegestures.git
More information about the Pkg-mozext-commits
mailing list