зеркало из https://github.com/mozilla/pjs.git
You can actually get to browser tab from Menu Tabs >...
This commit is contained in:
Родитель
f866bedf34
Коммит
dea2b27639
|
@ -365,10 +365,15 @@ function BrowserMenuTabsActive() {
|
|||
tabItem=gBrowser.mTabContainer.childNodes[i];
|
||||
var tabMenuElement=document.createElement("menuitem");
|
||||
tabMenuElement.setAttribute("label",tabItem.label);
|
||||
tabMenuElement.setAttribute("oncommand","BrowserTabFocus("+i+")");
|
||||
document.getElementById("MenuTabsContainer").appendChild(tabMenuElement);
|
||||
}
|
||||
}
|
||||
|
||||
function BrowserTabFocus(i) {
|
||||
gBrowser.selectedTab=gBrowser.mTabContainer.childNodes[i];
|
||||
}
|
||||
|
||||
/*
|
||||
* Menu > Tabs -> destroy tab reference elements.
|
||||
* When the XUL Nav menu > id="MenuTabsContainer" is hidden,
|
||||
|
|
Загрузка…
Ссылка в новой задаче