mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-02 20:55:45 +01:00
Re-enable tab numbers on FF36.
This commit is contained in:
@@ -1394,8 +1394,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
|||||||
/*
|
/*
|
||||||
validator: function (opts) dactyl.has("Gecko2") ||
|
validator: function (opts) dactyl.has("Gecko2") ||
|
||||||
Option.validIf(!/[nN]/.test(opts), "Tab numbering not available in this " + config.host + " version")
|
Option.validIf(!/[nN]/.test(opts), "Tab numbering not available in this " + config.host + " version")
|
||||||
*/
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
].filter(function (group) !group.feature || dactyl.has(group.feature));
|
].filter(function (group) !group.feature || dactyl.has(group.feature));
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ var Tabs = Module("tabs", {
|
|||||||
};
|
};
|
||||||
|
|
||||||
this.tabBinding = styles.system.add("tab-binding", "chrome://browser/content/browser.xul", String.replace(<><![CDATA[
|
this.tabBinding = styles.system.add("tab-binding", "chrome://browser/content/browser.xul", String.replace(<><![CDATA[
|
||||||
xul|tab { -moz-binding: url(dactyl://content/bindings.xml#tab) !important; }
|
xul|tab { -moz-binding: url(chrome://dactyl/content/bindings.xml#tab) !important; }
|
||||||
]]></>, /tab-./g, function (m) util.OS.isMacOSX ? "tab-mac" : m),
|
]]></>, /tab-./g, function (m) util.OS.isMacOSX ? "tab-mac" : m),
|
||||||
false, true);
|
false, true);
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ resource dactyl-content ../common/content/
|
|||||||
resource dactyl-skin ../common/skin/
|
resource dactyl-skin ../common/skin/
|
||||||
resource dactyl-locale ../common/locale/
|
resource dactyl-locale ../common/locale/
|
||||||
|
|
||||||
|
content dactyl ../common/content/
|
||||||
|
|
||||||
component {16dc34f7-6d22-4aa4-a67f-2921fb5dcb69} components/commandline-handler.js
|
component {16dc34f7-6d22-4aa4-a67f-2921fb5dcb69} components/commandline-handler.js
|
||||||
contract @mozilla.org/commandlinehandler/general-startup;1?type=dactyl {16dc34f7-6d22-4aa4-a67f-2921fb5dcb69}
|
contract @mozilla.org/commandlinehandler/general-startup;1?type=dactyl {16dc34f7-6d22-4aa4-a67f-2921fb5dcb69}
|
||||||
category command-line-handler m-dactyl @mozilla.org/commandlinehandler/general-startup;1?type=dactyl
|
category command-line-handler m-dactyl @mozilla.org/commandlinehandler/general-startup;1?type=dactyl
|
||||||
|
|||||||
Reference in New Issue
Block a user