mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
19eac0bfdf
bug=334471 r=brettw a=ben for the branch
672 lines
34 KiB
HTML
672 lines
34 KiB
HTML
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
#
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
# the License. You may obtain a copy of the License at
|
|
# http://www.mozilla.org/MPL/
|
|
#
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
# for the specific language governing rights and limitations under the
|
|
# License.
|
|
#
|
|
# The Original Code is Mozilla.org Code.
|
|
#
|
|
# The Initial Developer of the Original Code is
|
|
# Netscape Communications Corporation.
|
|
# Portions created by the Initial Developer are Copyright (C) 2001
|
|
# the Initial Developer. All Rights Reserved.
|
|
#
|
|
# Contributor(s):
|
|
#
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
# in which case the provisions of the GPL or the LGPL are applicable instead
|
|
# of those above. If you wish to allow use of your version of this file only
|
|
# under the terms of either the GPL or the LGPL, and not to allow others to
|
|
# use your version of this file under the terms of the MPL, indicate your
|
|
# decision by deleting the provisions above and replace them with the notice
|
|
# and other provisions required by the GPL or the LGPL. If you do not delete
|
|
# the provisions above, a recipient may use your version of this file under
|
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
|
#
|
|
# ***** END LICENSE BLOCK *****
|
|
|
|
<menubar id="main-menubar" statusbar="statusbar-display"
|
|
style="border:0px;padding:0px;margin:0px;-moz-appearance:none">
|
|
<menu id="file-menu" label="&fileMenu.label;"
|
|
accesskey="&fileMenu.accesskey;">
|
|
<menupopup id="menu_FilePopup" onpopupshowing="getContentAreaFrameCount();">
|
|
<menuitem label="&newNavigatorCmd.label;"
|
|
accesskey="&newNavigatorCmd.accesskey;"
|
|
key="key_newNavigator"
|
|
command="cmd_newNavigator"/>
|
|
<menuitem command="cmd_newNavigatorTab" key="key_newNavigatorTab"
|
|
label="&tabCmd.label;" accesskey="&tabCmd.accesskey;"/>
|
|
<menuitem label="&openLocationCmd.label;" accesskey="&openLocationCmd.accesskey;" key="focusURLBar" command="Browser:OpenLocation"/>
|
|
<menuitem label="&openFileCmd.label;" accesskey="&openFileCmd.accesskey;" key="openFileKb" command="Browser:OpenFile"/>
|
|
<menuitem id="menu_closeWindow" hidden="true" command="cmd_closeWindow" key="key_closeWindow" label="&closeWindow.label;"/>
|
|
<menuitem id="menu_close" label="&closeCmd.label;" key="key_close" accesskey="&closeCmd.accesskey;" command="cmd_close"/>
|
|
<menuseparator/>
|
|
<menuitem label="&savePageCmd.label;" accesskey="&savePageCmd.accesskey;" key="key_savePage" command="Browser:SavePage"/>
|
|
<menuitem id="menu_saveFrame" label="&saveFrameCmd.label;" accesskey="&saveFrameCmd.accesskey;" command="Browser:SaveFrame" hidden="true"/>
|
|
<menuitem id="menu_sendLink" label="&sendPageCmd.label;" accesskey="&sendPageCmd.accesskey;" command="Browser:SendLink"/>
|
|
<menuseparator/>
|
|
<menuitem label="&printSetupCmd.label;" accesskey="&printSetupCmd.accesskey;" command="cmd_pageSetup"/>
|
|
#ifndef XP_MACOSX
|
|
<menuitem label="&printPreviewCmd.label;" accesskey="&printPreviewCmd.accesskey;" command="cmd_printPreview"/>
|
|
#endif
|
|
<menuitem label="&printCmd.label;" accesskey="&printCmd.accesskey;" key="printKb" command="cmd_print"/>
|
|
<menuseparator/>
|
|
<menuitem label="&import.label;" accesskey="&import.accesskey;" oncommand="BrowserImport();"/>
|
|
#ifndef XP_MACOSX
|
|
<menuseparator/>
|
|
#endif
|
|
<menuitem id="goOfflineMenuitem"
|
|
label="&goOfflineCmd.label;" accesskey="&goOfflineCmd.accesskey;"
|
|
type="checkbox" oncommand="BrowserOffline.toggleOfflineStatus();"/>
|
|
<menuitem id="menu_FileQuitItem"
|
|
#ifdef XP_WIN
|
|
label="&quitApplicationCmdWin.label;"
|
|
accesskey="&quitApplicationCmdWin.accesskey;"
|
|
#else
|
|
#ifdef XP_MACOSX
|
|
label="&quitApplicationCmdMac.label;"
|
|
key="key_quitApplicationCmdMac"
|
|
#else
|
|
label="&quitApplicationCmd.label;"
|
|
accesskey="&quitApplicationCmd.accesskey;"
|
|
#endif
|
|
#endif
|
|
oncommand="goQuitApplication();"/>
|
|
</menupopup>
|
|
</menu>
|
|
|
|
<menu id="edit-menu" label="&editMenu.label;"
|
|
accesskey="&editMenu.accesskey;">
|
|
<menupopup id="menu_EditPopup">
|
|
<menuitem label="&undoCmd.label;"
|
|
key="key_undo"
|
|
accesskey="&undoCmd.accesskey;"
|
|
command="cmd_undo"/>
|
|
<menuitem label="&redoCmd.label;"
|
|
key="key_redo"
|
|
accesskey="&redoCmd.accesskey;"
|
|
command="cmd_redo"/>
|
|
<menuseparator/>
|
|
<menuitem label="&cutCmd.label;"
|
|
key="key_cut"
|
|
accesskey="&cutCmd.accesskey;"
|
|
command="cmd_cut"/>
|
|
<menuitem label="©Cmd.label;"
|
|
key="key_copy"
|
|
accesskey="©Cmd.accesskey;"
|
|
command="cmd_copy"/>
|
|
<menuitem label="&pasteCmd.label;"
|
|
key="key_paste"
|
|
accesskey="&pasteCmd.accesskey;"
|
|
command="cmd_paste"/>
|
|
<menuitem label="&deleteCmd.label;"
|
|
key="key_delete"
|
|
accesskey="&deleteCmd.accesskey;"
|
|
command="cmd_delete"/>
|
|
<menuseparator/>
|
|
<menuitem label="&selectAllCmd.label;"
|
|
key="key_selectAll"
|
|
accesskey="&selectAllCmd.accesskey;"
|
|
command="cmd_selectAll"/>
|
|
<menuseparator/>
|
|
<menuitem id="menu_find" label="&findOnCmd.label;" accesskey="&findOnCmd.accesskey;" key="key_find" command="cmd_find"/>
|
|
<menuitem label="&findAgainCmd.label;" accesskey="&findAgainCmd.accesskey;" key="key_findAgain" command="cmd_findAgain"/>
|
|
<menuseparator hidden="true" id="textfieldDirection-separator"/>
|
|
<menuitem id="textfieldDirection-swap"
|
|
command="cmd_switchTextDirection"
|
|
key="key_switchTextDirection"
|
|
label="&bidiSwitchTextDirectionItem.label;"
|
|
accesskey="&bidiSwitchTextDirectionItem.accesskey;"
|
|
hidden="true"/>
|
|
#ifdef XP_UNIX
|
|
#ifndef XP_MACOSX
|
|
<menuseparator/>
|
|
<menuitem id="menu_preferences"
|
|
label="&preferencesCmdUnix.label;"
|
|
accesskey="&preferencesCmdUnix.accesskey;"
|
|
oncommand="openPreferences();"/>
|
|
#endif
|
|
#endif
|
|
</menupopup>
|
|
</menu>
|
|
|
|
<menu id="view-menu" label="&viewMenu.label;" accesskey="&viewMenu.accesskey;">
|
|
<menupopup id="menu_viewPopup">
|
|
<menu id="viewToolbarsMenu" label="&viewToolbarsMenu.label;" accesskey="&viewToolbarsMenu.accesskey;"
|
|
onpopupshowing="onViewToolbarsPopupShowing(event);">
|
|
<menupopup onpopupshowing="updateToolbarStates(this);">
|
|
<menuseparator/>
|
|
<menuitem label="&viewCustomizeToolbar.label;" accesskey="&viewCustomizeToolbar.accesskey;"
|
|
command="cmd_CustomizeToolbars"/>
|
|
</menupopup>
|
|
</menu>
|
|
<menuitem id="toggle_taskbar" label="&taskbarCmd.label;" accesskey="&taskbarCmd.accesskey;" type="checkbox" command="cmd_toggleTaskbar" checked="true" />
|
|
<menu id="viewSidebarMenuMenu"
|
|
label="&viewSidebarMenu.label;"
|
|
accesskey="&viewSidebarMenu.accesskey;">
|
|
<menupopup id="viewSidebarMenu">
|
|
#ifndef MOZ_PLACES
|
|
<menuitem key="viewBookmarksSidebarKb" observes="viewBookmarksSidebar" accesskey="&bookmarksSidebarCmd.accesskey;"/>
|
|
<menuitem key="key_gotoHistory" observes="viewHistorySidebar" accesskey="&historySidebarCmd.accesskey;"/>
|
|
#endif
|
|
</menupopup>
|
|
</menu>
|
|
<menuseparator/>
|
|
<menuitem label="&stopCmd.label;"
|
|
accesskey="&stopCmd.accesskey;"
|
|
command="Browser:Stop"
|
|
#ifdef XP_MACOSX
|
|
key="key_stop_mac"/>
|
|
#else
|
|
key="key_stop"/>
|
|
#endif
|
|
<menuitem label="&reloadCmd.label;" accesskey="&reloadCmd.accesskey;" command="Browser:Reload" key="key_reload"/>
|
|
<menuseparator/>
|
|
<menu id="viewTextZoomMenu" label="&textSize.label;" accesskey="&textSize.accesskey;" observes="isImage">
|
|
<menupopup>
|
|
<menuitem key="key_textZoomEnlarge" label="&textZoomEnlargeCmd.label;" accesskey="&textZoomEnlargeCmd.accesskey;"
|
|
command="cmd_textZoomEnlarge"/>
|
|
<menuitem key="key_textZoomReduce" label="&textZoomReduceCmd.label;" accesskey="&textZoomReduceCmd.accesskey;"
|
|
command="cmd_textZoomReduce"/>
|
|
<menuseparator/>
|
|
<menuitem key="key_textZoomReset" label="&textZoomResetCmd.label;" accesskey="&textZoomResetCmd.accesskey;"
|
|
command="cmd_textZoomReset"/>
|
|
</menupopup>
|
|
</menu>
|
|
<menu id="pageStyleMenu" label="&pageStyleMenu.label;" accesskey="&pageStyleMenu.accesskey;" observes="isImage">
|
|
<menupopup onpopupshowing="stylesheetFillPopup(this);"
|
|
oncommand="stylesheetSwitchAll(window.content, event.target.getAttribute('data')); setStyleDisabled(false);">
|
|
<menuitem label="&pageStyleNoStyle.label;" accesskey="&pageStyleNoStyle.accesskey;"
|
|
oncommand="setStyleDisabled(true); event.stopPropagation();" type="radio"/>
|
|
<menuitem label="&pageStylePersistentOnly.label;" accesskey="&pageStylePersistentOnly.accesskey;" type="radio" checked="true"/>
|
|
<menuseparator/>
|
|
</menupopup>
|
|
</menu>
|
|
<menu id="charsetMenu"
|
|
label="&charsetMenu.label;"
|
|
accesskey="&charsetMenu.accesskey;"
|
|
datasources="rdf:charset-menu"
|
|
ref="NC:BrowserCharsetMenuRoot"
|
|
oncommand="MultiplexHandler(event)"
|
|
onpopupshowing="CreateMenu('browser');UpdateMenus(event)"
|
|
onpopupshown="CreateMenu('more-menu');"
|
|
observes="isImage">
|
|
<template>
|
|
<rule rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator">
|
|
<menupopup>
|
|
<menuseparator uri="..." />
|
|
</menupopup>
|
|
</rule>
|
|
<rule>
|
|
<menupopup>
|
|
<menuitem type="radio" name="charsetGroup" checked="rdf:http://home.netscape.com/NC-rdf#Checked" uri="..." label="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
|
</menupopup>
|
|
</rule>
|
|
</template>
|
|
|
|
<menupopup>
|
|
<menu label="&charsetMenuAutodet.label;" accesskey="&charsetMenuAutodet.accesskey;" datasources="rdf:charset-menu" ref="NC:BrowserAutodetMenuRoot">
|
|
<template>
|
|
<rule rdf:type="http://home.netscape.com/NC-rdf#CharsetDetector">
|
|
<menupopup>
|
|
<menuitem type="radio" name="detectorGroup" checked="rdf:http://home.netscape.com/NC-rdf#Checked" uri="..." label="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
|
</menupopup>
|
|
</rule>
|
|
</template>
|
|
<menupopup>
|
|
</menupopup>
|
|
</menu>
|
|
<menu label="&charsetMenuMore.label;" accesskey="&charsetMenuMore.accesskey;" datasources="rdf:charset-menu" ref="NC:BrowserMoreCharsetMenuRoot">
|
|
<template>
|
|
<rule>
|
|
<menupopup>
|
|
<menuitem uri="..." label="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
|
</menupopup>
|
|
</rule>
|
|
</template>
|
|
<menupopup>
|
|
<menu label="&charsetMenuMore1.label;" accesskey="&charsetMenuMore1.accesskey;" datasources="rdf:charset-menu" ref="NC:BrowserMore1CharsetMenuRoot">
|
|
<template>
|
|
<rule>
|
|
<menupopup>
|
|
<menuitem uri="..." label="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
|
</menupopup>
|
|
</rule>
|
|
</template>
|
|
<menupopup>
|
|
</menupopup>
|
|
</menu>
|
|
<menu label="&charsetMenuMore2.label;" accesskey="&charsetMenuMore2.accesskey;" datasources="rdf:charset-menu" ref="NC:BrowserMore2CharsetMenuRoot">
|
|
<template>
|
|
<rule>
|
|
<menupopup>
|
|
<menuitem uri="..." label="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
|
</menupopup>
|
|
</rule>
|
|
</template>
|
|
<menupopup>
|
|
</menupopup>
|
|
</menu>
|
|
<menu label="&charsetMenuMore3.label;" accesskey="&charsetMenuMore3.accesskey;" datasources="rdf:charset-menu" ref="NC:BrowserMore3CharsetMenuRoot">
|
|
<template>
|
|
<rule>
|
|
<menupopup>
|
|
<menuitem uri="..." label="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
|
</menupopup>
|
|
</rule>
|
|
</template>
|
|
<menupopup>
|
|
</menupopup>
|
|
</menu>
|
|
<menu label="&charsetMenuMore4.label;" accesskey="&charsetMenuMore4.accesskey;" datasources="rdf:charset-menu" ref="NC:BrowserMore4CharsetMenuRoot">
|
|
<template>
|
|
<rule>
|
|
<menupopup>
|
|
<menuitem uri="..." label="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
|
</menupopup>
|
|
</rule>
|
|
</template>
|
|
<menupopup>
|
|
</menupopup>
|
|
</menu>
|
|
<menu label="&charsetMenuMore5.label;" accesskey="&charsetMenuMore5.accesskey;" datasources="rdf:charset-menu" ref="NC:BrowserMore5CharsetMenuRoot">
|
|
<template>
|
|
<rule>
|
|
<menupopup>
|
|
<menuitem uri="..." label="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
|
</menupopup>
|
|
</rule>
|
|
</template>
|
|
<menupopup>
|
|
</menupopup>
|
|
</menu>
|
|
<menu label="&charsetMenuUnicode.label;" accesskey="&charsetMenuUnicode.accesskey;" datasources="rdf:charset-menu" ref="NC:BrowserUnicodeCharsetMenuRoot">
|
|
<template>
|
|
<rule>
|
|
<menupopup>
|
|
<menuitem uri="..." label="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
|
</menupopup>
|
|
</rule>
|
|
</template>
|
|
<menupopup>
|
|
</menupopup>
|
|
</menu>
|
|
<menuseparator />
|
|
</menupopup>
|
|
</menu>
|
|
<menuitem name="charsetCustomize" accesskey="&charsetCustomize.accesskey;" label="&charsetCustomize.label;" oncommand="window.openDialog('chrome://global/content/customizeCharset.xul','PrefWindow', 'chrome,modal=yes,resizable=yes', 'browser')"/>
|
|
</menupopup>
|
|
</menu>
|
|
<menuseparator/>
|
|
<menuitem accesskey="&pageSourceCmd.accesskey;" label="&pageSourceCmd.label;" key="key_viewSource" command="View:PageSource"/>
|
|
#ifndef XP_MACOSX
|
|
<menuitem accesskey="&fullScreenCmd.accesskey;"
|
|
label="&fullScreenCmd.label;" key="key_fullScreen"
|
|
id="fullScreenItem"
|
|
type="checkbox"
|
|
command="View:FullScreen"/>
|
|
#endif
|
|
<menuseparator hidden="true" id="documentDirection-separator"/>
|
|
<menuitem hidden="true" id="documentDirection-swap"
|
|
label="&bidiSwitchPageDirectionItem.label;"
|
|
accesskey="&bidiSwitchPageDirectionItem.accesskey;"
|
|
oncommand="SwitchDocumentDirection(window.content)"/>
|
|
</menupopup>
|
|
</menu>
|
|
|
|
#ifdef MOZ_PLACES
|
|
<menu id="history-menu"
|
|
oncommand="var url = event.target.getAttribute('statustext'); if (url) openUILink(url, event, false, true);"
|
|
onclick="checkForMiddleClick(this, event);"
|
|
label="&historyMenu.label;"
|
|
accesskey="&historyMenu.accesskey;">
|
|
<menupopup id="goPopup" onpopupshowing="HistoryMenu.update(this);">
|
|
<menuitem label="&backCmd.label;"
|
|
#ifdef XP_MACOSX
|
|
key="goBackKb2"
|
|
#else
|
|
key="goBackKb"
|
|
#endif
|
|
oncommand="BrowserBack(event, true)"
|
|
onclick="checkForMiddleClick(this, event);">
|
|
<observes element="Browser:Back" attribute="disabled" />
|
|
</menuitem>
|
|
<menuitem label="&forwardCmd.label;"
|
|
#ifdef XP_MACOSX
|
|
key="goForwardKb2"
|
|
#else
|
|
key="goForwardKb"
|
|
#endif
|
|
oncommand="BrowserForward(event, true)"
|
|
onclick="checkForMiddleClick(this, event);">
|
|
<observes element="Browser:Forward" attribute="disabled" />
|
|
</menuitem>
|
|
|
|
<menuitem label="&historyHomeCmd.label;"
|
|
command="Browser:Home"
|
|
key="historyHome"/>
|
|
<menuseparator/>
|
|
<menuitem label="&historySearchCmd.label;"
|
|
command="Browser:SearchHistory"
|
|
key="searchHistoryKb"/>
|
|
<menuitem label="&historyShowCmd.label;"
|
|
command="Browser:ShowHistory"/>
|
|
<menuseparator id="startTabHistorySeparator"/>
|
|
<menuseparator hidden="true" id="endTabHistorySeparator"/>
|
|
<menuitem id="sanitizeItem"
|
|
accesskey="&clearPrivateDataCmd.accesskey;"
|
|
label="&clearPrivateDataCmd.label;"
|
|
key="key_sanitize" command="Tools:Sanitize"/>
|
|
</menupopup>
|
|
</menu>
|
|
#else
|
|
<menu id="go-menu" label="&goMenu.label;" accesskey="&goMenu.accesskey;"
|
|
oncommand="var url = event.target.getAttribute('statustext'); if (url) openUILink(url, event, false, true);"
|
|
onclick="checkForMiddleClick(this, event);">
|
|
|
|
<menupopup id="goPopup" onpopupshowing="updateGoMenu(this);" onpopuphiding="onGoMenuHidden();">
|
|
<menuitem label="&backCmd.label;"
|
|
#ifdef XP_MACOSX
|
|
key="goBackKb2"
|
|
#else
|
|
key="goBackKb"
|
|
#endif
|
|
oncommand="BrowserBack(event, true)"
|
|
onclick="checkForMiddleClick(this, event);">
|
|
<observes element="Browser:Back" attribute="disabled" />
|
|
</menuitem>
|
|
<menuitem label="&forwardCmd.label;"
|
|
#ifdef XP_MACOSX
|
|
key="goForwardKb2"
|
|
#else
|
|
key="goForwardKb"
|
|
#endif
|
|
oncommand="BrowserForward(event, true)"
|
|
onclick="checkForMiddleClick(this, event);">
|
|
<observes element="Browser:Forward" attribute="disabled" />
|
|
</menuitem>
|
|
|
|
<menuitem label="&goHomeCmd.label;"
|
|
command="Browser:Home"
|
|
key="goHome"/>
|
|
<menuseparator id="startHistorySeparator"/>
|
|
<menuseparator hidden="true" id="endHistorySeparator"/>
|
|
<menuitem observes="viewHistorySidebar"
|
|
key="key_gotoHistory"/>
|
|
</menupopup>
|
|
</menu>
|
|
#endif
|
|
|
|
#ifndef MOZ_PLACES
|
|
<menu id="bookmarks-menu" label="&bookmarksMenu.label;" accesskey="&bookmarksMenu.accesskey;"
|
|
datasources="rdf:bookmarks rdf:files"
|
|
ref="NC:BookmarksRoot" flags="dont-test-empty"
|
|
template='bookmarks-template'
|
|
infer="forward-proxy"
|
|
onpopupshowing="UpdateBookmarkAllTabsMenuitem(); BookmarksMenu.onShowMenu(event.target)"
|
|
onpopuphidden="BookmarksMenu.onHideMenu(event.target)"
|
|
oncommand="BookmarksMenu.loadBookmark(event, event.target, this.database)"
|
|
onclick="BookmarksMenu.loadBookmarkMiddleClick(event, this.database)"
|
|
ondraggesture="nsDragAndDrop.startDrag(event, BookmarksMenuDNDObserver)"
|
|
ondragdrop="nsDragAndDrop.drop(event, BookmarksMenuDNDObserver); event.stopPropagation()"
|
|
ondragenter="nsDragAndDrop.dragEnter(event, BookmarksMenuDNDObserver); event.stopPropagation()"
|
|
ondragexit="nsDragAndDrop.dragExit(event, BookmarksMenuDNDObserver); event.stopPropagation()"
|
|
ondragover="nsDragAndDrop.dragOver(event, BookmarksMenuDNDObserver); event.stopPropagation()">
|
|
<menupopup id="menu_BookmarksPopup" contextmenu='bookmarks-context-menu'>
|
|
<menuitem key="addBookmarkAsKb"
|
|
label="&addCurPageAsCmd.label;"
|
|
command="Browser:AddBookmarkAs"/>
|
|
<menuitem id="bookmarkAllCmd"
|
|
# Accel+Shift+A-F are reserved on GTK2
|
|
#ifndef MOZ_WIDGET_GTK2
|
|
key="bookmarkAllTabsKb"
|
|
#endif
|
|
label="&bookmarkAllCmd.label;"
|
|
command="Browser:BookmarkAllTabs"/>
|
|
<menuitem key="manBookmarkKb"
|
|
label="&manBookmarksCmd.label;"
|
|
oncommand="toOpenWindowByType('bookmarks:manager', 'chrome://browser/content/bookmarks/bookmarksManager.xul');"/>
|
|
<menuseparator/>
|
|
</menupopup>
|
|
</menu>
|
|
#else
|
|
<menu id="bookmarksMenu"
|
|
label="&bookmarksMenu.label;" accesskey="&bookmarksMenu.accesskey;"
|
|
ondragenter="PlacesMenuDNDController.onBookmarksMenuDragEnter(event);"
|
|
ondragdrop="nsDragAndDrop.drop(event, BookmarksMenuDropHandler);"
|
|
ondragover="nsDragAndDrop.dragOver(event, BookmarksMenuDropHandler);"
|
|
ondragexit="PlacesMenuDNDController.onDragExit(event);">
|
|
<menupopup id="bookmarksMenuPopup"
|
|
type="places" asyncinit="true"
|
|
place="place:&folder=2&group=3&expandQueries=1"
|
|
context="placesContext"
|
|
openInTabs="children"
|
|
oncommand="BookmarksEventHandler.onCommand(event);"
|
|
onclick="BookmarksEventHandler.onClick(event);"
|
|
onpopupshowing="BookmarksEventHandler.onPopupShowing(event);">
|
|
<menuitem label="&addCurPageAsCmd.label;"
|
|
command="Browser:AddBookmarkAs" key="addBookmarkAsKb"/>
|
|
<menuitem label="&addCurPagesCmd.label;"
|
|
command="Browser:BookmarkAllTabs" key="bookmarkAllTabsKb"/>
|
|
<menuitem label="&searchBookmarksCmd.label;"
|
|
command="Browser:ShowBookmarks" key="searchBookmarksKb"/>
|
|
<menuitem label="&manBookmarksCmd.label;"
|
|
command="Browser:ShowBookmarks" key="manBookmarkKb"/>
|
|
<menuseparator builder="start"/>
|
|
</menupopup>
|
|
</menu>
|
|
#endif
|
|
|
|
<menu id="tools-menu" label="&toolsMenu.label;" accesskey="&toolsMenu.accesskey;">
|
|
<menupopup id="menu_ToolsPopup">
|
|
<menuitem label="&search.label;" accesskey="&search.accesskey;"
|
|
key="key_search" command="Tools:Search"/>
|
|
<menuseparator/>
|
|
<menuitem label="&downloads.label;" accesskey="&downloads.accesskey;"
|
|
key="key_openDownloads" command="Tools:Downloads"/>
|
|
<menuitem label="&addons.label;" accesskey="&addons.accesskey;"
|
|
command="Tools:Addons"/>
|
|
<menuseparator id="devToolsSeparator"/>
|
|
<menuitem id="javascriptConsole"
|
|
label="&javaScriptConsoleCmd.label;" accesskey="&javaScriptConsoleCmd.accesskey;"
|
|
oncommand="toJavaScriptConsole();"/>
|
|
#ifdef XP_WIN
|
|
<menuitem accesskey="&pageInfoCmd.accesskey;" label="&pageInfoCmd.label;"
|
|
command="View:PageInfo"/>
|
|
#else
|
|
<menuitem accesskey="&pageInfoCmd.accesskey;" label="&pageInfoCmd.label;"
|
|
key="key_viewInfo" command="View:PageInfo"/>
|
|
#endif
|
|
#ifndef MOZ_PLACES
|
|
<menuseparator id="sanitizeSeparator"/>
|
|
<menuitem id="sanitizeItem"
|
|
accesskey="&clearPrivateDataCmd.accesskey;"
|
|
label="&clearPrivateDataCmd.label;"
|
|
key="key_sanitize" command="Tools:Sanitize"/>
|
|
#endif
|
|
#ifndef XP_UNIX
|
|
<menuseparator id="prefSep"/>
|
|
<menuitem id="menu_preferences"
|
|
label="&preferencesCmd.label;"
|
|
accesskey="&preferencesCmd.accesskey;"
|
|
oncommand="openPreferences();"/>
|
|
#endif
|
|
</menupopup>
|
|
</menu>
|
|
|
|
#ifdef XP_MACOSX
|
|
<menu id="windowMenu" />
|
|
#endif
|
|
<menu id="helpMenu" />
|
|
</menubar>
|
|
|
|
#ifndef MOZ_PLACES
|
|
<template id='bookmarks-template' xmlns:nc="http://home.netscape.com/NC-rdf#">
|
|
<rule parent="hbox" rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator">
|
|
<toolbarseparator uri="rdf:*"
|
|
rdf:type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type"/>
|
|
</rule>
|
|
<rule parent="hbox" rdf:type="http://home.netscape.com/NC-rdf#Livemark">
|
|
<toolbarbutton type="menu" class="bookmark-item" uri="rdf:*" editable="true"
|
|
rdf:type="http://home.netscape.com/NC-rdf#Folder"
|
|
label="rdf:http://home.netscape.com/NC-rdf#Name"
|
|
livemark="true"
|
|
chromedir="&locale.dir;">
|
|
#ifdef XP_MACOSX
|
|
<menupopup/>
|
|
#else
|
|
<menupopup contextmenu="bookmarks-context-menu"/>
|
|
#endif
|
|
</toolbarbutton>
|
|
</rule>
|
|
<rule parent="hbox" iscontainer="true">
|
|
<toolbarbutton type="menu" class="bookmark-item" uri="rdf:*" editable="true"
|
|
rdf:type="http://home.netscape.com/NC-rdf#Folder"
|
|
label="rdf:http://home.netscape.com/NC-rdf#Name">
|
|
#ifdef XP_MACOSX
|
|
<menupopup/>
|
|
#else
|
|
<menupopup contextmenu="bookmarks-context-menu"/>
|
|
#endif
|
|
</toolbarbutton>
|
|
</rule>
|
|
<!-- A rule to match bookmarks with microsummary generated titles.
|
|
- We have to use the extended template syntax to specify the rule
|
|
- because the simplified syntax doesn't permit conditions that test
|
|
- for the mere presence of a property, and microsummarized bookmarks
|
|
- are identified by the mere presence of the GeneratedTitle property.
|
|
-->
|
|
<rule>
|
|
<conditions>
|
|
<content uri="?start" tag="hbox"/>
|
|
<member container="?start" child="?bookmark"/>
|
|
<triple subject="?bookmark"
|
|
predicate="http://home.netscape.com/NC-rdf#GeneratedTitle"
|
|
object="?GeneratedTitle"/>
|
|
</conditions>
|
|
<bindings>
|
|
<binding subject="?bookmark"
|
|
predicate="http://home.netscape.com/WEB-rdf#status"
|
|
object="?status"/>
|
|
<binding subject="?bookmark"
|
|
predicate="http://home.netscape.com/NC-rdf#Bookmark"
|
|
object="?xBookmark"/>
|
|
<binding subject="?bookmark"
|
|
predicate="http://home.netscape.com/NC-rdf#Icon"
|
|
object="?Icon"/>
|
|
<binding subject="?bookmark"
|
|
predicate="http://home.netscape.com/NC-rdf#URL"
|
|
object="?URL"/>
|
|
</bindings>
|
|
<action>
|
|
<toolbarbutton class="bookmark-item-microsummarized bookmark-item"
|
|
uri="?bookmark"
|
|
editable="true"
|
|
status="?status"
|
|
rdf:type="?xBookmark"
|
|
image="?Icon"
|
|
statustext="?URL"
|
|
tooltip="btTooltip"
|
|
label="?GeneratedTitle"/>
|
|
</action>
|
|
</rule>
|
|
<rule parent="hbox">
|
|
<toolbarbutton class="bookmark-item" uri="rdf:*" editable="true"
|
|
status="rdf:http://home.netscape.com/WEB-rdf#status"
|
|
rdf:type="http://home.netscape.com/NC-rdf#Bookmark"
|
|
image="rdf:http://home.netscape.com/NC-rdf#Icon"
|
|
statustext="rdf:http://home.netscape.com/NC-rdf#URL"
|
|
tooltip="btTooltip"
|
|
label="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
|
</rule>
|
|
<rule rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator">
|
|
<menupopup>
|
|
<menuseparator uri="rdf:*" />
|
|
</menupopup>
|
|
</rule>
|
|
<rule rdf:type="http://home.netscape.com/NC-rdf#Livemark">
|
|
<menupopup>
|
|
<menu class="menu-iconic bookmark-item" uri="rdf:*"
|
|
label="rdf:http://home.netscape.com/NC-rdf#Name"
|
|
type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
|
|
livemark="true">
|
|
#ifdef XP_MACOSX
|
|
<menupopup/>
|
|
#else
|
|
<menupopup contextmenu="bookmarks-context-menu"/>
|
|
#endif
|
|
</menu>
|
|
</menupopup>
|
|
</rule>
|
|
<rule iscontainer="true">
|
|
<menupopup>
|
|
<menu class="menu-iconic bookmark-item" uri="rdf:*"
|
|
label="rdf:http://home.netscape.com/NC-rdf#Name"
|
|
type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type">
|
|
#ifdef XP_MACOSX
|
|
<menupopup/>
|
|
#else
|
|
<menupopup contextmenu="bookmarks-context-menu"/>
|
|
#endif
|
|
</menu>
|
|
</menupopup>
|
|
</rule>
|
|
<!-- A rule to match bookmarks with microsummary generated titles.
|
|
- We have to use the extended template syntax to specify the rule
|
|
- because the simplified syntax doesn't permit conditions that test
|
|
- for the mere presence of a property, and microsummarized bookmarks
|
|
- are identified by the mere presence of the GeneratedTitle property.
|
|
-->
|
|
<rule>
|
|
<conditions>
|
|
<content uri="?start"/>
|
|
<member container="?start" child="?bookmark"/>
|
|
<triple subject="?bookmark"
|
|
predicate="http://home.netscape.com/NC-rdf#GeneratedTitle"
|
|
object="?GeneratedTitle"/>
|
|
</conditions>
|
|
<bindings>
|
|
<binding subject="?bookmark"
|
|
predicate="http://home.netscape.com/WEB-rdf#status"
|
|
object="?status"/>
|
|
<binding subject="?bookmark"
|
|
predicate="http://home.netscape.com/NC-rdf#Icon"
|
|
object="?Icon"/>
|
|
<binding subject="?bookmark"
|
|
predicate="http://home.netscape.com/NC-rdf#URL"
|
|
object="?URL"/>
|
|
</bindings>
|
|
<action>
|
|
<menupopup>
|
|
<menuitem class="menuitem-iconic bookmark-item"
|
|
uri="?bookmark"
|
|
label="?GeneratedTitle"
|
|
image="?Icon"
|
|
status="?status"
|
|
statustext="?URL"/>
|
|
</menupopup>
|
|
</action>
|
|
</rule>
|
|
<rule>
|
|
<menupopup>
|
|
<menuitem class="menuitem-iconic bookmark-item" uri="rdf:*"
|
|
label="rdf:http://home.netscape.com/NC-rdf#Name"
|
|
image="rdf:http://home.netscape.com/NC-rdf#Icon"
|
|
status="rdf:http://home.netscape.com/WEB-rdf#status"
|
|
statustext="rdf:http://home.netscape.com/NC-rdf#URL"/>
|
|
</menupopup>
|
|
</rule>
|
|
</template>
|
|
|
|
#endif
|