mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 597321 - Need id for 'Move To Group | New Group' sub menu entry in the tab context menu. r=dao, a=bsmedberg
--HG-- extra : rebase_source : 4631f4d958d63a3fe0857a3d727eddd1e18388fa
This commit is contained in:
parent
3abf353848
commit
32e3d8241c
@ -90,7 +90,7 @@
|
|||||||
windowtype="navigator:browser"
|
windowtype="navigator:browser"
|
||||||
screenX="4" screenY="4"
|
screenX="4" screenY="4"
|
||||||
browsingmode="normal"
|
browsingmode="normal"
|
||||||
persist="screenX screenY width height sizemode">
|
persist="screenX screenY width height sizemode">
|
||||||
|
|
||||||
# All JS files which are not content (only) dependent that browser.xul
|
# All JS files which are not content (only) dependent that browser.xul
|
||||||
# wishes to include *must* go into the global-scripts.inc file
|
# wishes to include *must* go into the global-scripts.inc file
|
||||||
@ -127,7 +127,7 @@
|
|||||||
<menupopup id="context_tabViewMenuPopup"
|
<menupopup id="context_tabViewMenuPopup"
|
||||||
onpopupshowing="if (event.target == this) TabView.updateContextMenu(TabContextMenu.contextTab, this);">
|
onpopupshowing="if (event.target == this) TabView.updateContextMenu(TabContextMenu.contextTab, this);">
|
||||||
<menuseparator id="context_tabViewNamedGroups" hidden="true"/>
|
<menuseparator id="context_tabViewNamedGroups" hidden="true"/>
|
||||||
<menuitem label="&moveToNewGroup.label;"
|
<menuitem id="context_tabViewNewGroup" label="&moveToNewGroup.label;"
|
||||||
oncommand="TabView.moveTabTo(TabContextMenu.contextTab, null);"/>
|
oncommand="TabView.moveTabTo(TabContextMenu.contextTab, null);"/>
|
||||||
</menupopup>
|
</menupopup>
|
||||||
</menu>
|
</menu>
|
||||||
@ -302,7 +302,7 @@
|
|||||||
accesskey="&viewCustomizeToolbar.accesskey;"/>
|
accesskey="&viewCustomizeToolbar.accesskey;"/>
|
||||||
</menupopup>
|
</menupopup>
|
||||||
|
|
||||||
<menupopup id="blockedPopupOptions"
|
<menupopup id="blockedPopupOptions"
|
||||||
onpopupshowing="gPopupBlockerObserver.fillPopupList(event);">
|
onpopupshowing="gPopupBlockerObserver.fillPopupList(event);">
|
||||||
<menuitem observes="blockedPopupAllowSite"/>
|
<menuitem observes="blockedPopupAllowSite"/>
|
||||||
<menuitem observes="blockedPopupEditSettings"/>
|
<menuitem observes="blockedPopupEditSettings"/>
|
||||||
@ -480,7 +480,7 @@
|
|||||||
#endif
|
#endif
|
||||||
context="toolbar-context-menu">
|
context="toolbar-context-menu">
|
||||||
<toolbaritem id="menubar-items" align="center">
|
<toolbaritem id="menubar-items" align="center">
|
||||||
# The entire main menubar is placed into browser-menubar.inc, so that it can be shared by
|
# The entire main menubar is placed into browser-menubar.inc, so that it can be shared by
|
||||||
# hiddenWindow.xul.
|
# hiddenWindow.xul.
|
||||||
#include browser-menubar.inc
|
#include browser-menubar.inc
|
||||||
</toolbaritem>
|
</toolbaritem>
|
||||||
|
Loading…
Reference in New Issue
Block a user