Minefieldの「Tabs From Other Computers」から開いたタブが子タブになっていなかった
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7140 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
b13243e513
commit
c28db04bb4
@ -1178,7 +1178,10 @@ TreeStyleTabService.overrideExtensionsDelayed = function TSTService_overrideExte
|
|||||||
|
|
||||||
// Firefox Sync (Weave)
|
// Firefox Sync (Weave)
|
||||||
// http://www.mozilla.com/en-US/firefox/sync/
|
// http://www.mozilla.com/en-US/firefox/sync/
|
||||||
if ('gFxWeaveGlue' in window) {
|
if (
|
||||||
|
'gFxWeaveGlue' in window || // addon
|
||||||
|
'gSyncUI' in window // Firefox 4 built-in
|
||||||
|
) {
|
||||||
let ns = {};
|
let ns = {};
|
||||||
try { // 1.4
|
try { // 1.4
|
||||||
Components.utils.import('resource://services-sync/service.js', ns);
|
Components.utils.import('resource://services-sync/service.js', ns);
|
||||||
|
Loading…
Reference in New Issue
Block a user