2002-10-10 21:54:02 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
# -*- Mode: HTML -*-
|
2002-10-10 22:03:58 +00:00
|
|
|
#
|
2005-02-01 17:36:54 +00:00
|
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
2002-10-10 22:03:58 +00:00
|
|
|
#
|
2005-02-01 17:36:54 +00:00
|
|
|
# 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.
|
2002-10-10 22:03:58 +00:00
|
|
|
#
|
2002-10-10 21:54:02 +00:00
|
|
|
# The Original Code is Mozilla Communicator client code, released
|
|
|
|
# March 31, 1998.
|
2002-10-10 22:03:58 +00:00
|
|
|
#
|
2005-02-01 17:36:54 +00:00
|
|
|
# The Initial Developer of the Original Code is
|
|
|
|
# Netscape Communications Corporation.
|
|
|
|
# Portions created by the Initial Developer are Copyright (C) 1998-2000
|
|
|
|
# the Initial Developer. All Rights Reserved.
|
2002-10-10 22:03:58 +00:00
|
|
|
#
|
2005-02-01 17:36:54 +00:00
|
|
|
# Contributor(s):
|
2004-11-30 08:23:02 +00:00
|
|
|
# Blake Ross <blake@cs.stanford.edu>
|
2003-08-11 08:18:49 +00:00
|
|
|
# David Hyatt <hyatt@mozilla.org>
|
2003-02-23 21:49:19 +00:00
|
|
|
# Joe Hewitt <hewitt@netscape.com>
|
|
|
|
# Pierre Chanial <chanial@noos.fr>
|
2002-10-10 21:54:02 +00:00
|
|
|
# Dean Tessman <dean_tessman@hotmail.com>
|
2007-10-22 03:30:23 +00:00
|
|
|
# Johnathan Nightingale <johnath@mozilla.com>
|
2005-02-01 17:36:54 +00:00
|
|
|
#
|
|
|
|
# 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 *****
|
2002-08-04 02:53:09 +00:00
|
|
|
|
2006-03-09 02:08:45 +00:00
|
|
|
<?xml-stylesheet href="chrome://browser/content/browser.css" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://browser/content/places/places.css" type="text/css"?>
|
|
|
|
|
2002-08-04 02:53:09 +00:00
|
|
|
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
|
2006-03-23 16:30:27 +00:00
|
|
|
|
2005-12-01 10:03:58 +00:00
|
|
|
<?xml-stylesheet href="chrome://global/skin/toolbar.css" type="text/css"?>
|
2002-08-04 02:53:09 +00:00
|
|
|
|
2006-12-22 00:00:21 +00:00
|
|
|
<?xul-overlay href="chrome://global/content/editMenuOverlay.xul"?>
|
2005-03-24 16:00:01 +00:00
|
|
|
<?xul-overlay href="chrome://browser/content/baseMenuOverlay.xul"?>
|
2007-01-05 11:45:15 +00:00
|
|
|
<?xul-overlay href="chrome://browser/content/places/placesOverlay.xul"?>
|
2003-08-11 08:41:34 +00:00
|
|
|
|
2003-08-11 08:03:52 +00:00
|
|
|
# All DTD information is stored in a separate file so that it can be shared by
|
|
|
|
# hiddenWindow.xul.
|
2003-08-13 09:53:32 +00:00
|
|
|
#include browser-doctype.inc
|
2007-10-22 23:12:36 +00:00
|
|
|
|
2002-08-04 02:53:09 +00:00
|
|
|
<window id="main-window"
|
|
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2005-04-19 15:32:38 +00:00
|
|
|
onload="BrowserStartup()" onunload="BrowserShutdown()" onclose="return WindowIsClosing();"
|
2002-08-04 02:53:09 +00:00
|
|
|
contenttitlesetting="true"
|
2008-03-03 19:22:01 +00:00
|
|
|
title="&mainWindow.title;"
|
|
|
|
titlemodifier="&mainWindow.title;"
|
2003-08-12 02:47:14 +00:00
|
|
|
titlemenuseparator="&mainWindow.titlemodifiermenuseparator;"
|
2002-08-04 02:53:09 +00:00
|
|
|
windowtype="navigator:browser"
|
|
|
|
screenX="4" screenY="4"
|
|
|
|
persist="screenX screenY width height sizemode">
|
|
|
|
|
2005-04-20 15:32:57 +00:00
|
|
|
# All JS files which are not content (only) dependent that browser.xul
|
|
|
|
# wishes to include *must* go into the global-scripts.inc file
|
|
|
|
# so that they can be shared by macBrowserOverlay.xul.
|
|
|
|
#include global-scripts.inc
|
2006-11-02 22:26:22 +00:00
|
|
|
<script type="application/x-javascript" src="chrome://browser/content/nsContextMenu.js"/>
|
2007-08-22 14:42:37 +00:00
|
|
|
|
2006-06-29 20:43:15 +00:00
|
|
|
#ifdef MOZ_SAFE_BROWSING
|
|
|
|
<script type="application/x-javascript" src="chrome://browser/content/safebrowsing/sb-loader.js"/>
|
|
|
|
#endif
|
2005-04-20 15:32:57 +00:00
|
|
|
<script type="application/x-javascript" src="chrome://global/content/contentAreaUtils.js"/>
|
2002-10-13 22:23:34 +00:00
|
|
|
|
2008-01-31 21:40:37 +00:00
|
|
|
<script type="application/javascript" src="chrome://browser/content/places/editBookmarkOverlay.js"/>
|
|
|
|
|
2003-08-11 08:12:19 +00:00
|
|
|
# All sets except for popupsets (commands, keys, stringbundles and broadcasters) *must* go into the
|
|
|
|
# browser-sets.inc file for sharing with hiddenWindow.xul.
|
2003-08-13 09:53:32 +00:00
|
|
|
#include browser-sets.inc
|
2002-09-25 01:50:57 +00:00
|
|
|
|
2002-10-08 07:16:51 +00:00
|
|
|
<popupset id="mainPopupSet">
|
2008-01-30 07:17:45 +00:00
|
|
|
<menupopup id="backForwardMenu"
|
2008-02-23 09:39:51 +00:00
|
|
|
chromedir="&locale.dir;"
|
2008-01-30 07:17:45 +00:00
|
|
|
onpopupshowing="return FillHistoryMenu(event.target);"
|
|
|
|
oncommand="gotoHistoryIndex(event);"
|
|
|
|
onclick="checkForMiddleClick(this, event);"/>
|
2007-07-12 15:04:00 +00:00
|
|
|
<tooltip id="aHTMLTooltip" onpopupshowing="return FillInHTMLTooltip(document.tooltipNode);"/>
|
2002-10-08 07:16:51 +00:00
|
|
|
|
2007-11-30 04:57:57 +00:00
|
|
|
<!-- for search and content formfill/pw manager -->
|
2007-11-11 18:36:52 +00:00
|
|
|
<panel type="autocomplete" chromedir="&locale.dir;" id="PopupAutoComplete" noautofocus="true" hidden="true"/>
|
2007-11-30 04:57:57 +00:00
|
|
|
|
|
|
|
<!-- for url bar autocomplete -->
|
|
|
|
<panel type="autocomplete-richlistbox" chromedir="&locale.dir;" id="PopupAutoCompleteRichResult" noautofocus="true" hidden="true"/>
|
2002-10-08 07:16:51 +00:00
|
|
|
|
2008-01-30 18:25:41 +00:00
|
|
|
<panel id="editBookmarkPanel"
|
|
|
|
orient="vertical"
|
|
|
|
ignorekeys="true"
|
|
|
|
hidden="true"
|
2008-01-30 04:37:20 +00:00
|
|
|
onpopupshown="StarUI.panelShown(event);"
|
2008-02-03 08:48:46 +00:00
|
|
|
aria-labelledby="editBookmarkPanelTitle">
|
2008-01-30 04:37:20 +00:00
|
|
|
<hbox flex="1" align="top">
|
|
|
|
<image id="editBookmarkPanelStarIcon"/>
|
|
|
|
<vbox flex="1">
|
|
|
|
<label id="editBookmarkPanelTitle" flex="1"/>
|
|
|
|
<description id="editBookmarkPanelDescription" flex="1"/>
|
|
|
|
<hbox>
|
|
|
|
<button id="editBookmarkPanelUndoRemoveButton"
|
|
|
|
hidden="true"
|
|
|
|
oncommand="StarUI.undoRemoveBookmarkCommand();"
|
|
|
|
label="&editBookmark.undo.label;"
|
|
|
|
accesskey="&editBookmark.undo.accessKey;"/>
|
|
|
|
<button id="editBookmarkPanelRemoveButton"
|
|
|
|
oncommand="StarUI.removeBookmarkButtonCommand();"
|
|
|
|
label="&editBookmark.removeBookmark.label;"
|
|
|
|
accesskey="&editBookmark.removeBookmark.accessKey;"/>
|
|
|
|
<button id="editBookmarkPanelEditButton"
|
|
|
|
oncommand="StarUI.editButtonCommand();"
|
|
|
|
label="&editBookmark.edit.label;"
|
|
|
|
accesskey="&editBookmark.edit.accessKey;"/>
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
</hbox>
|
|
|
|
<vbox id="editBookmarkPanelContent" flex="1" hidden="true"/>
|
|
|
|
<hbox flex="1" id="editBookmarkPanelBottomButtons">
|
2007-08-22 14:42:37 +00:00
|
|
|
<spacer flex="1"/>
|
2008-03-24 07:26:24 +00:00
|
|
|
#ifndef XP_UNIX
|
2008-03-24 07:27:30 +00:00
|
|
|
<button id="editBookmarkPanelDoneButton"
|
2008-03-24 07:26:24 +00:00
|
|
|
label="&editBookmark.done.label;"
|
|
|
|
default="true"
|
|
|
|
oncommand="StarUI.panel.hidePopup();"/>
|
|
|
|
<button id="editBookmarkPanelDeleteButton"
|
|
|
|
label="&editBookmark.cancel.label;"
|
|
|
|
oncommand="StarUI.cancelButtonOnCommand();"/>
|
|
|
|
#else
|
2007-10-01 03:22:07 +00:00
|
|
|
<button id="editBookmarkPanelDeleteButton"
|
2008-01-30 04:37:20 +00:00
|
|
|
label="&editBookmark.cancel.label;"
|
|
|
|
oncommand="StarUI.cancelButtonOnCommand();"/>
|
2007-10-01 03:22:07 +00:00
|
|
|
<button id="editBookmarkPanelDoneButton"
|
|
|
|
label="&editBookmark.done.label;"
|
2007-08-22 14:42:37 +00:00
|
|
|
default="true"
|
2008-01-30 04:37:20 +00:00
|
|
|
oncommand="StarUI.panel.hidePopup();"/>
|
2008-03-24 07:26:24 +00:00
|
|
|
#endif
|
2007-08-22 14:42:37 +00:00
|
|
|
</hbox>
|
2007-08-16 01:15:50 +00:00
|
|
|
</panel>
|
|
|
|
|
2003-08-09 14:47:31 +00:00
|
|
|
<popup id="toolbar-context-menu"
|
2006-10-10 00:05:41 +00:00
|
|
|
onpopupshowing="onViewToolbarsPopupShowing(event);">
|
2003-08-09 14:47:31 +00:00
|
|
|
<menuseparator/>
|
2002-10-08 07:16:51 +00:00
|
|
|
<menuitem command="cmd_CustomizeToolbars"
|
|
|
|
label="&viewCustomizeToolbar.label;"
|
|
|
|
accesskey="&viewCustomizeToolbar.accesskey;"/>
|
|
|
|
</popup>
|
|
|
|
|
2004-11-30 08:23:02 +00:00
|
|
|
<popup id="blockedPopupOptions"
|
|
|
|
onpopupshowing="gPopupBlockerObserver.fillPopupList(event);">
|
|
|
|
<menuitem observes="blockedPopupAllowSite"/>
|
|
|
|
<menuitem observes="blockedPopupEditSettings"/>
|
|
|
|
<menuitem observes="blockedPopupDontShowMessage"/>
|
|
|
|
<menuseparator observes="blockedPopupsSeparator"/>
|
|
|
|
</popup>
|
|
|
|
|
2008-03-08 11:30:39 +00:00
|
|
|
<menupopup id="autohide-context"
|
|
|
|
onpopupshowing="FullScreen.getAutohide(this.firstChild);">
|
|
|
|
<menuitem type="checkbox" label="&fullScreenAutohide.label;"
|
|
|
|
accesskey="&fullScreenAutohide.accesskey;"
|
|
|
|
oncommand="FullScreen.setAutohide();"/>
|
|
|
|
<menuseparator/>
|
|
|
|
<menuitem label="&fullScreenExit.label;"
|
|
|
|
accesskey="&fullScreenExit.accesskey;"
|
|
|
|
oncommand="BrowserFullScreen();"/>
|
|
|
|
</menupopup>
|
|
|
|
|
2006-11-02 22:26:22 +00:00
|
|
|
<popup id="contentAreaContextMenu"
|
2008-01-26 05:48:51 +00:00
|
|
|
onpopupshowing="if (event.target != this) return true; updateEditUIVisibility(); gContextMenu = new nsContextMenu(this, window.getBrowser()); return gContextMenu.shouldDisplay;"
|
|
|
|
onpopuphiding="if (event.target == this) { gContextMenu = null; updateEditUIVisibility(); }">
|
2003-12-03 05:37:53 +00:00
|
|
|
#include browser-context.inc
|
2006-11-02 22:26:22 +00:00
|
|
|
</popup>
|
2002-10-10 01:47:29 +00:00
|
|
|
|
2007-01-05 11:45:15 +00:00
|
|
|
<popup id="placesContext"/>
|
2007-06-27 22:31:06 +00:00
|
|
|
|
2007-10-22 03:30:23 +00:00
|
|
|
<!-- Popup for site identity information -->
|
2008-01-23 23:49:10 +00:00
|
|
|
<panel id="identity-popup" position="after_start" hidden="true" noautofocus="true"
|
2008-02-06 18:12:54 +00:00
|
|
|
onpopupshown="document.getElementById('identity-popup-more-info-button').focus();"
|
2008-01-23 23:49:10 +00:00
|
|
|
onpopuphidden="focusAndSelectUrlBar();" norestorefocus="true">
|
2007-10-22 03:30:23 +00:00
|
|
|
<hbox id="identity-popup-container" align="top">
|
|
|
|
<image id="identity-popup-icon"/>
|
|
|
|
<vbox id="identity-popup-content-box">
|
2008-01-30 04:21:53 +00:00
|
|
|
<label id="identity-popup-connectedToLabel" value="&identity.connectedTo;"/>
|
|
|
|
<label id="identity-popup-connectedToLabel2"
|
2008-03-07 13:30:35 +00:00
|
|
|
value="&identity.unverifiedsite2;"/>
|
2008-01-30 04:21:53 +00:00
|
|
|
<description id="identity-popup-content-host"/>
|
|
|
|
<label id="identity-popup-runByLabel" value="&identity.runBy;"/>
|
|
|
|
<description id="identity-popup-content-owner"/>
|
2007-10-22 03:30:23 +00:00
|
|
|
<description id="identity-popup-content-supplemental"/>
|
|
|
|
<description id="identity-popup-content-verifier"/>
|
|
|
|
<hbox id="identity-popup-encryption" flex="1">
|
|
|
|
<vbox>
|
|
|
|
<image id="identity-popup-encryption-icon"/>
|
|
|
|
<spacer flex="1"/>
|
|
|
|
</vbox>
|
|
|
|
<description id="identity-popup-encryption-label" flex="1"/>
|
|
|
|
</hbox>
|
|
|
|
<spacer flex="1"/>
|
2008-02-06 18:12:54 +00:00
|
|
|
<!-- Footer button to open security page info -->
|
|
|
|
<hbox>
|
|
|
|
<spacer flex="1"/>
|
|
|
|
<button id="identity-popup-more-info-button"
|
|
|
|
label="&identity.moreInfoLinkText;"
|
|
|
|
onblur="getIdentityHandler().hideIdentityPopup();"
|
|
|
|
oncommand="getIdentityHandler().handleMoreInfoClick(event);"/>
|
|
|
|
</hbox>
|
2007-10-22 03:30:23 +00:00
|
|
|
</vbox>
|
|
|
|
</hbox>
|
|
|
|
</panel>
|
|
|
|
|
2007-06-27 22:31:06 +00:00
|
|
|
<tooltip id="urlTooltip">
|
|
|
|
<label crop="center" flex="1"/>
|
|
|
|
</tooltip>
|
2002-10-08 07:16:51 +00:00
|
|
|
</popupset>
|
2002-08-04 02:53:09 +00:00
|
|
|
|
2003-02-26 16:37:46 +00:00
|
|
|
<!-- bookmarks toolbar tooltip -->
|
2007-01-13 10:18:30 +00:00
|
|
|
<tooltip id="btTooltip" noautohide="true"
|
|
|
|
onpopupshowing="return BookmarksEventHandler.fillInBTTooltip(document.tooltipNode)">
|
2007-10-22 23:12:36 +00:00
|
|
|
<vbox id="btTooltipTextBox" flex="1">
|
2003-02-26 16:37:46 +00:00
|
|
|
<label id="btTitleText" />
|
|
|
|
<label id="btUrlText" />
|
|
|
|
</vbox>
|
|
|
|
</tooltip>
|
|
|
|
|
2008-02-04 19:37:26 +00:00
|
|
|
<toolbox id="navigator-toolbox" class="toolbox-top" mode="icons"
|
2006-12-09 03:32:36 +00:00
|
|
|
defaultmode="icons">
|
2002-08-04 02:53:09 +00:00
|
|
|
<!-- Menu -->
|
2004-11-30 08:23:02 +00:00
|
|
|
<toolbar type="menubar" id="toolbar-menubar" class="chromeclass-menubar" customizable="true"
|
2003-07-06 22:00:35 +00:00
|
|
|
#ifdef XP_MACOSX
|
2004-11-30 08:23:02 +00:00
|
|
|
defaultset="menubar-items"
|
2003-07-06 22:00:35 +00:00
|
|
|
#else
|
2004-11-30 08:23:02 +00:00
|
|
|
defaultset="menubar-items,spring,throbber-box"
|
2003-07-06 22:00:35 +00:00
|
|
|
#endif
|
2008-02-22 11:23:10 +00:00
|
|
|
mode="icons" iconsize="small" defaulticonsize="small"
|
|
|
|
context="toolbar-context-menu">
|
2004-11-30 08:23:02 +00:00
|
|
|
<toolbaritem id="menubar-items" align="center">
|
2003-08-11 08:18:49 +00:00
|
|
|
# The entire main menubar is placed into browser-menubar.inc, so that it can be shared by
|
|
|
|
# hiddenWindow.xul.
|
2003-08-13 09:53:32 +00:00
|
|
|
#include browser-menubar.inc
|
2004-11-30 08:23:02 +00:00
|
|
|
</toolbaritem>
|
2002-10-20 08:05:30 +00:00
|
|
|
</toolbar>
|
|
|
|
|
2002-09-28 06:25:03 +00:00
|
|
|
<toolbarpalette id="BrowserToolbarPalette">
|
2008-01-30 07:17:45 +00:00
|
|
|
|
|
|
|
<toolbaritem id="unified-back-forward-button" class="chromeclass-toolbar-additional"
|
|
|
|
context="backForwardMenu"
|
|
|
|
onbroadcast="document.getElementById('back-forward-dropmarker').disabled =
|
|
|
|
document.getElementById('Browser:Back').hasAttribute('disabled') &&
|
|
|
|
document.getElementById('Browser:Forward').hasAttribute('disabled');">
|
|
|
|
<toolbarbutton id="back-button" class="toolbarbutton-1"
|
|
|
|
chromedir="&locale.dir;"
|
|
|
|
label="&backCmd.label;"
|
|
|
|
oncommand="BrowserBack(event)"
|
|
|
|
onclick="checkForMiddleClick(this, event);"
|
|
|
|
tooltiptext="&backButton.tooltip;">
|
|
|
|
<observes element="Browser:Back" attribute="disabled"/>
|
|
|
|
</toolbarbutton>
|
|
|
|
<toolbarbutton id="forward-button" class="toolbarbutton-1"
|
|
|
|
chromedir="&locale.dir;"
|
|
|
|
label="&forwardCmd.label;"
|
|
|
|
oncommand="BrowserForward(event)"
|
|
|
|
onclick="checkForMiddleClick(this, event);"
|
|
|
|
tooltiptext="&forwardButton.tooltip;">
|
|
|
|
<observes element="Browser:Forward" attribute="disabled"/>
|
|
|
|
</toolbarbutton>
|
|
|
|
<toolbarbutton id="back-forward-dropmarker" type="menu" chromedir="&locale.dir;"
|
|
|
|
disabled="true">
|
2008-02-06 19:40:51 +00:00
|
|
|
<!-- bug 415444: event.stopPropagation is here for the cloned version of
|
|
|
|
this menupopup -->
|
2008-01-30 07:17:45 +00:00
|
|
|
<menupopup context=""
|
2008-02-23 09:39:51 +00:00
|
|
|
chromedir="&locale.dir;"
|
2008-01-30 07:17:45 +00:00
|
|
|
position="after_start"
|
|
|
|
onpopupshowing="return FillHistoryMenu(event.target);"
|
2008-02-06 19:40:51 +00:00
|
|
|
oncommand="gotoHistoryIndex(event); event.stopPropagation();"
|
2008-01-30 07:17:45 +00:00
|
|
|
onclick="checkForMiddleClick(this, event);"/>
|
|
|
|
</toolbarbutton>
|
|
|
|
</toolbaritem>
|
2007-10-22 23:12:36 +00:00
|
|
|
|
2004-09-06 23:23:54 +00:00
|
|
|
<toolbarbutton id="reload-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
label="&reloadCmd.label;"
|
2005-02-27 17:59:38 +00:00
|
|
|
command="Browser:Reload"
|
2004-09-06 23:23:54 +00:00
|
|
|
tooltiptext="&reloadButton.tooltip;"/>
|
2007-10-22 23:12:36 +00:00
|
|
|
|
2004-09-06 23:23:54 +00:00
|
|
|
<toolbarbutton id="stop-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
label="&stopCmd.label;"
|
|
|
|
command="Browser:Stop"
|
|
|
|
tooltiptext="&stopButton.tooltip;"/>
|
|
|
|
|
2008-03-20 02:51:45 +00:00
|
|
|
<toolbarbutton id="home-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
2008-03-20 06:13:45 +00:00
|
|
|
persist="class"
|
2004-09-06 23:23:54 +00:00
|
|
|
label="&homeButton.label;"
|
|
|
|
ondragover="nsDragAndDrop.dragOver(event, homeButtonObserver);"
|
|
|
|
ondragdrop="nsDragAndDrop.drop(event, homeButtonObserver);"
|
|
|
|
ondragexit="nsDragAndDrop.dragExit(event, homeButtonObserver);"
|
2008-01-09 04:04:31 +00:00
|
|
|
onclick="BrowserGoHome(event);"/>
|
2004-07-16 16:32:41 +00:00
|
|
|
|
2007-08-06 15:57:40 +00:00
|
|
|
<toolbaritem id="urlbar-container" align="center" flex="400" persist="width"
|
2002-09-28 15:11:50 +00:00
|
|
|
title="&locationItem.title;" class="chromeclass-location">
|
2007-11-24 06:00:27 +00:00
|
|
|
<textbox id="urlbar" flex="1"
|
|
|
|
chromedir="&locale.dir;"
|
|
|
|
type="autocomplete"
|
|
|
|
autocompletesearch="history"
|
2007-12-18 00:28:43 +00:00
|
|
|
autocompletepopup="PopupAutoCompleteRichResult"
|
2007-11-24 06:00:27 +00:00
|
|
|
completeselectedindex="true"
|
|
|
|
tabscrolling="true"
|
|
|
|
showcommentcolumn="true"
|
|
|
|
showimagecolumn="true"
|
|
|
|
enablehistory="true"
|
2008-01-29 06:50:49 +00:00
|
|
|
timeout="100"
|
2008-03-22 06:58:41 +00:00
|
|
|
maxrows="6"
|
2007-11-24 06:00:27 +00:00
|
|
|
newlines="stripsurroundingwhitespace"
|
|
|
|
oninput="URLBarOnInput(event);"
|
|
|
|
ontextentered="return handleURLBarCommand(param);"
|
2007-12-11 20:11:53 +00:00
|
|
|
ontextreverted="return handleURLBarRevert();"
|
2008-01-30 04:24:08 +00:00
|
|
|
pageproxystate="invalid"
|
2008-02-25 22:30:48 +00:00
|
|
|
onsearchbegin="LocationBarHelpers._searchBegin();"
|
|
|
|
onsearchcomplete="LocationBarHelpers._searchComplete();"
|
2008-01-30 04:24:08 +00:00
|
|
|
onfocus="document.getElementById('identity-box').style.MozUserFocus= 'normal'"
|
|
|
|
onblur="document.getElementById('identity-box').style.MozUserFocus = 'ignore';">
|
2007-11-24 06:00:27 +00:00
|
|
|
<!-- Use onclick instead of normal popup= syntax since the popup
|
2008-01-30 04:24:08 +00:00
|
|
|
code fires onmousedown, and hence eats our favicon drag events.
|
|
|
|
We only add the identity-box button to the tab order when the location bar
|
|
|
|
has focus, otherwise pressing F6 focuses it instead of the location bar -->
|
2008-01-23 23:49:10 +00:00
|
|
|
<box id="identity-box" role="button"
|
|
|
|
onclick="getIdentityHandler().handleIdentityButtonEvent(event);"
|
|
|
|
onkeypress="getIdentityHandler().handleIdentityButtonEvent(event);">
|
2007-12-11 10:27:55 +00:00
|
|
|
<hbox align="center">
|
2008-02-25 22:30:48 +00:00
|
|
|
<stack id="page-proxy-stack"
|
2008-03-12 20:45:47 +00:00
|
|
|
onclick="PageProxyClickHandler(event);">
|
2008-02-25 22:30:48 +00:00
|
|
|
<image id="urlbar-throbber" busy="false"/>
|
2007-12-11 10:27:55 +00:00
|
|
|
<image id="page-proxy-favicon" validate="never"
|
|
|
|
ondraggesture="PageProxyDragGesture(event);"
|
2008-02-25 22:30:48 +00:00
|
|
|
onerror="this.removeAttribute('src');"/>
|
|
|
|
</stack>
|
2007-12-11 10:27:55 +00:00
|
|
|
<label id="identity-icon-label"/>
|
|
|
|
</hbox>
|
2007-11-24 06:00:27 +00:00
|
|
|
</box>
|
|
|
|
<hbox id="urlbar-icons">
|
|
|
|
<button type="menu"
|
|
|
|
style="-moz-user-focus: none"
|
2008-02-07 09:05:53 +00:00
|
|
|
class="plain urlbar-icon"
|
2007-11-24 06:00:27 +00:00
|
|
|
id="feed-button"
|
|
|
|
chromedir="&locale.dir;"
|
|
|
|
onclick="return FeedHandler.onFeedButtonClick(event);">
|
|
|
|
<menupopup position="after_end"
|
|
|
|
onpopupshowing="return FeedHandler.buildFeedList(this);"
|
|
|
|
oncommand="return FeedHandler.subscribeToFeed(null, event);"
|
|
|
|
onclick="checkForMiddleClick(this, event);"/>
|
|
|
|
</button>
|
2006-05-04 20:36:16 +00:00
|
|
|
#ifdef MOZ_SAFE_BROWSING
|
2007-11-24 06:00:27 +00:00
|
|
|
<image id="safebrowsing-urlbar-icon" tooltiptext="&safeb.urlbaricon.tooltip;"
|
|
|
|
level="safe"
|
2008-02-07 09:05:53 +00:00
|
|
|
class="urlbar-icon"
|
2007-11-24 06:00:27 +00:00
|
|
|
onclick="goDoCommand('safebrowsing-show-warning')"/>
|
2006-05-04 20:36:16 +00:00
|
|
|
#endif
|
2007-11-24 06:00:27 +00:00
|
|
|
<image id="star-button"
|
2008-02-07 09:05:53 +00:00
|
|
|
class="urlbar-icon"
|
2007-12-01 21:04:09 +00:00
|
|
|
onclick="PlacesStarButton.onClick(event);"/>
|
2007-11-24 06:00:27 +00:00
|
|
|
<image id="go-button" chromedir="&locale.dir;"
|
2008-02-07 09:05:53 +00:00
|
|
|
class="urlbar-icon"
|
2007-11-24 06:00:27 +00:00
|
|
|
tooltiptext="&goEndCap.tooltip;"
|
|
|
|
onclick="handleURLBarCommand(event);"/>
|
|
|
|
</hbox>
|
|
|
|
</textbox>
|
2002-09-27 04:06:56 +00:00
|
|
|
</toolbaritem>
|
|
|
|
|
2007-10-22 23:12:36 +00:00
|
|
|
<toolbaritem id="search-container" title="&searchItem.title;"
|
2006-05-11 18:19:42 +00:00
|
|
|
align="center" class="chromeclass-toolbar-additional"
|
2007-08-06 15:57:40 +00:00
|
|
|
flex="100" persist="width">
|
2007-09-18 01:08:33 +00:00
|
|
|
<searchbar id="searchbar" flex="1" chromedir="&locale.dir;"
|
|
|
|
newlines="replacewithspaces"/>
|
2002-09-27 04:06:56 +00:00
|
|
|
</toolbaritem>
|
2006-05-29 15:59:46 +00:00
|
|
|
|
2004-09-06 23:23:54 +00:00
|
|
|
<toolbarbutton id="print-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
2003-11-05 20:45:34 +00:00
|
|
|
label="&printButton.label;" command="cmd_print"
|
|
|
|
tooltiptext="&printButton.tooltip;"/>
|
2002-09-27 04:06:56 +00:00
|
|
|
|
2003-08-09 07:56:31 +00:00
|
|
|
<toolbaritem id="throbber-box" title="&throbberItem.title;" align="center" pack="center">
|
2006-06-12 15:01:24 +00:00
|
|
|
<button id="navigator-throbber" disabled="true"/>
|
2002-09-27 04:06:56 +00:00
|
|
|
</toolbaritem>
|
2005-12-15 00:48:25 +00:00
|
|
|
|
2006-03-03 22:14:08 +00:00
|
|
|
<toolbaritem flex="1" id="personal-bookmarks" title="&bookmarksItem.title;">
|
2007-01-13 10:18:30 +00:00
|
|
|
<hbox id="bookmarksBarContent" flex="1" type="places"
|
2007-10-22 23:12:36 +00:00
|
|
|
context="placesContext" asyncinit="true"
|
2006-03-05 01:40:26 +00:00
|
|
|
onclick="BookmarksEventHandler.onClick(event);"
|
|
|
|
oncommand="BookmarksEventHandler.onCommand(event);"
|
2006-04-10 19:26:01 +00:00
|
|
|
onpopupshowing="BookmarksEventHandler.onPopupShowing(event);"
|
2007-01-13 10:18:30 +00:00
|
|
|
tooltip="btTooltip"/>
|
2006-02-24 21:41:34 +00:00
|
|
|
</toolbaritem>
|
2002-09-28 22:55:58 +00:00
|
|
|
|
2004-09-06 23:23:54 +00:00
|
|
|
<toolbarbutton id="downloads-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
2003-11-27 00:54:33 +00:00
|
|
|
observes="Tools:Downloads"
|
2006-03-25 22:03:49 +00:00
|
|
|
ondragdrop="nsDragAndDrop.drop(event, DownloadsButtonDNDObserver); event.stopPropagation()"
|
|
|
|
ondragover="nsDragAndDrop.dragOver(event, DownloadsButtonDNDObserver); event.stopPropagation()"
|
|
|
|
ondragenter="nsDragAndDrop.dragEnter(event, DownloadsButtonDNDObserver); event.stopPropagation()"
|
|
|
|
ondragexit="nsDragAndDrop.dragExit(event, DownloadsButtonDNDObserver); event.stopPropagation()"
|
2003-11-27 00:54:33 +00:00
|
|
|
label="&downloads.label;"
|
|
|
|
tooltiptext="&downloads.tooltip;"/>
|
2002-09-28 22:55:58 +00:00
|
|
|
|
2004-09-06 23:23:54 +00:00
|
|
|
<toolbarbutton id="history-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
2006-06-06 20:50:42 +00:00
|
|
|
observes="viewHistorySidebar" label="&historyButton.label;"
|
2002-09-28 22:55:58 +00:00
|
|
|
tooltiptext="&historyButton.tooltip;"/>
|
2004-03-07 04:42:17 +00:00
|
|
|
|
2004-09-06 23:23:54 +00:00
|
|
|
<toolbarbutton id="bookmarks-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
2002-09-30 01:58:19 +00:00
|
|
|
observes="viewBookmarksSidebar"
|
2004-08-26 14:05:15 +00:00
|
|
|
tooltiptext="&bookmarksButton.tooltip;"
|
|
|
|
ondragover="nsDragAndDrop.dragOver(event, bookmarksButtonObserver);"
|
|
|
|
ondragdrop="nsDragAndDrop.drop(event, bookmarksButtonObserver);"
|
|
|
|
ondragexit="nsDragAndDrop.dragExit(event, bookmarksButtonObserver);"/>
|
|
|
|
|
2004-09-06 23:23:54 +00:00
|
|
|
<toolbarbutton id="new-tab-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
2002-09-29 22:02:37 +00:00
|
|
|
label="&tabCmd.label;"
|
|
|
|
command="cmd_newNavigatorTab"
|
2005-06-07 19:43:43 +00:00
|
|
|
tooltiptext="&newTabButton.tooltip;"
|
|
|
|
ondragover="nsDragAndDrop.dragOver(event, newTabButtonObserver);"
|
|
|
|
ondragdrop="nsDragAndDrop.drop(event, newTabButtonObserver);"
|
2007-10-22 23:12:36 +00:00
|
|
|
ondragexit="nsDragAndDrop.dragExit(event, newTabButtonObserver);"/>
|
2002-09-29 22:02:37 +00:00
|
|
|
|
2004-09-06 23:23:54 +00:00
|
|
|
<toolbarbutton id="new-window-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
2002-09-29 22:02:37 +00:00
|
|
|
label="&newNavigatorCmd.label;"
|
|
|
|
command="key_newNavigator"
|
2005-06-07 19:43:43 +00:00
|
|
|
tooltiptext="&newWindowButton.tooltip;"
|
|
|
|
ondragover="nsDragAndDrop.dragOver(event, newWindowButtonObserver);"
|
|
|
|
ondragdrop="nsDragAndDrop.drop(event, newWindowButtonObserver);"
|
|
|
|
ondragexit="nsDragAndDrop.dragExit(event, newWindowButtonObserver);"/>
|
2002-09-29 22:02:37 +00:00
|
|
|
|
2004-09-06 23:23:54 +00:00
|
|
|
<toolbarbutton id="cut-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
2003-07-05 19:16:15 +00:00
|
|
|
label="&cutCmd.label;"
|
|
|
|
command="cmd_cut"
|
|
|
|
tooltiptext="&cutButton.tooltip;"/>
|
|
|
|
|
2004-09-06 23:23:54 +00:00
|
|
|
<toolbarbutton id="copy-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
2003-07-05 19:16:15 +00:00
|
|
|
label="©Cmd.label;"
|
|
|
|
command="cmd_copy"
|
|
|
|
tooltiptext="©Button.tooltip;"/>
|
|
|
|
|
2004-09-06 23:23:54 +00:00
|
|
|
<toolbarbutton id="paste-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
2003-07-05 19:16:15 +00:00
|
|
|
label="&pasteCmd.label;"
|
|
|
|
command="cmd_paste"
|
|
|
|
tooltiptext="&pasteButton.tooltip;"/>
|
|
|
|
|
2002-09-27 04:06:56 +00:00
|
|
|
</toolbarpalette>
|
|
|
|
|
2008-02-04 19:37:26 +00:00
|
|
|
<toolbar id="nav-bar" class="toolbar-primary chromeclass-toolbar"
|
2002-09-27 04:06:56 +00:00
|
|
|
toolbarname="&navbarCmd.label;" accesskey="&navbarCmd.accesskey;"
|
2008-01-30 10:50:50 +00:00
|
|
|
fullscreentoolbar="true" mode="icons" iconsize="large"
|
2002-09-29 22:31:50 +00:00
|
|
|
customizable="true"
|
2004-11-30 08:23:02 +00:00
|
|
|
#ifdef XP_MACOSX
|
2008-03-20 02:51:45 +00:00
|
|
|
defaultset="unified-back-forward-button,reload-button,stop-button,home-button,urlbar-container,search-container,throbber-box"
|
2004-11-30 08:23:02 +00:00
|
|
|
#else
|
2008-03-20 02:51:45 +00:00
|
|
|
defaultset="unified-back-forward-button,reload-button,stop-button,home-button,urlbar-container,search-container,fullscreenflex,window-controls"
|
2004-11-30 08:23:02 +00:00
|
|
|
#endif
|
2002-09-27 04:06:56 +00:00
|
|
|
context="toolbar-context-menu">
|
2004-11-30 08:23:02 +00:00
|
|
|
#ifndef XP_MACOSX
|
|
|
|
<hbox id="fullscreenflex" flex="1" hidden="true" fullscreencontrol="true"/>
|
2002-10-27 23:19:06 +00:00
|
|
|
<hbox id="window-controls" hidden="true" fullscreencontrol="true">
|
2002-08-04 02:53:09 +00:00
|
|
|
<toolbarbutton id="minimize-button" class="toolbarbutton-1"
|
2004-09-18 22:24:43 +00:00
|
|
|
tooltiptext="&fullScreenMinimize.tooltip;"
|
2002-08-04 02:53:09 +00:00
|
|
|
oncommand="window.minimize();"/>
|
|
|
|
|
|
|
|
<toolbarbutton id="restore-button" class="toolbarbutton-1"
|
2004-09-18 22:24:43 +00:00
|
|
|
tooltiptext="&fullScreenRestore.tooltip;"
|
2002-08-04 02:53:09 +00:00
|
|
|
oncommand="BrowserFullScreen();"/>
|
|
|
|
|
|
|
|
<toolbarbutton id="close-button" class="toolbarbutton-1"
|
2004-09-18 22:24:43 +00:00
|
|
|
tooltiptext="&fullScreenClose.tooltip;"
|
2005-05-14 08:09:45 +00:00
|
|
|
oncommand="BrowserTryToCloseWindow();"/>
|
2002-08-04 02:53:09 +00:00
|
|
|
</hbox>
|
2004-11-30 08:23:02 +00:00
|
|
|
#endif
|
2002-08-04 02:53:09 +00:00
|
|
|
</toolbar>
|
2007-10-22 23:12:36 +00:00
|
|
|
|
2002-09-27 04:06:56 +00:00
|
|
|
<toolbarset id="customToolbars" context="toolbar-context-menu"/>
|
2002-08-04 02:53:09 +00:00
|
|
|
|
2008-02-22 11:23:10 +00:00
|
|
|
<toolbar id="PersonalToolbar"
|
|
|
|
mode="icons" iconsize="small" defaulticonsize="small"
|
2006-02-27 19:23:20 +00:00
|
|
|
class="chromeclass-directories"
|
2007-10-22 23:12:36 +00:00
|
|
|
context="toolbar-context-menu"
|
2008-03-20 02:51:45 +00:00
|
|
|
defaultset="personal-bookmarks"
|
2006-03-09 02:08:45 +00:00
|
|
|
toolbarname="&personalbarCmd.label;" accesskey="&personalbarCmd.accesskey;"
|
2006-02-24 21:41:34 +00:00
|
|
|
customizable="true"/>
|
2002-08-04 02:53:09 +00:00
|
|
|
</toolbox>
|
2007-10-22 23:12:36 +00:00
|
|
|
|
2007-09-07 00:59:29 +00:00
|
|
|
<hbox flex="1" id="browser">
|
|
|
|
<vbox id="sidebar-box" hidden="true" class="chromeclass-extrachrome">
|
|
|
|
<sidebarheader align="center">
|
|
|
|
<label id="sidebar-title" persist="value" flex="1" crop="end" control="sidebar"/>
|
|
|
|
<image id="sidebar-throbber"/>
|
|
|
|
<toolbarbutton class="tabs-closebutton" tooltiptext="&sidebarCloseButton.tooltip;" oncommand="toggleSidebar();"/>
|
2007-10-22 23:12:36 +00:00
|
|
|
</sidebarheader>
|
2007-09-07 00:59:29 +00:00
|
|
|
<browser id="sidebar" flex="1" autoscroll="false"
|
|
|
|
style="min-width: 14em; width: 18em; max-width: 36em;"/>
|
2007-10-22 23:12:36 +00:00
|
|
|
</vbox>
|
|
|
|
|
2007-09-07 00:59:29 +00:00
|
|
|
<splitter id="sidebar-splitter" class="chromeclass-extrachrome" hidden="true"/>
|
|
|
|
<vbox id="appcontent" flex="1">
|
|
|
|
<tabbrowser id="content" disablehistory="true"
|
|
|
|
flex="1" contenttooltip="aHTMLTooltip"
|
|
|
|
contentcontextmenu="contentAreaContextMenu"
|
|
|
|
onnewtab="BrowserOpenTab();"
|
|
|
|
autocompletepopup="PopupAutoComplete"
|
|
|
|
ondragdrop="nsDragAndDrop.drop(event, contentAreaDNDObserver);"
|
|
|
|
onclick="return contentAreaClick(event, false);"/>
|
|
|
|
</vbox>
|
|
|
|
</hbox>
|
2006-08-26 07:27:54 +00:00
|
|
|
#ifdef TOOLBAR_CUSTOMIZATION_SHEET
|
2008-03-21 11:18:10 +00:00
|
|
|
<panel id="customizeToolbarSheetPopup" noautohide="true"
|
|
|
|
onpopupshowing="document.getElementById('customizeToolbarSheetIFrame')
|
|
|
|
.setAttribute('src', 'chrome://global/content/customizeToolbar.xul');"
|
|
|
|
onpopuphidden="document.getElementById('customizeToolbarSheetIFrame')
|
|
|
|
.setAttribute('src', 'about:blank');">
|
2007-09-07 00:59:29 +00:00
|
|
|
<iframe id="customizeToolbarSheetIFrame"
|
|
|
|
style="&dialog.style;"
|
|
|
|
hidden="true"/>
|
|
|
|
</panel>
|
2006-08-26 07:27:54 +00:00
|
|
|
#endif
|
2006-05-04 20:36:16 +00:00
|
|
|
|
2008-02-08 23:59:12 +00:00
|
|
|
<vbox id="browser-bottombox">
|
|
|
|
<findbar browserid="content" id="FindToolbar"/>
|
|
|
|
|
|
|
|
<statusbar class="chromeclass-status" id="status-bar"
|
|
|
|
ondragdrop="nsDragAndDrop.drop(event, contentAreaDNDObserver);">
|
|
|
|
<statusbarpanel id="statusbar-display" label="" flex="1"/>
|
|
|
|
<statusbarpanel class="statusbarpanel-progress" collapsed="true" id="statusbar-progresspanel">
|
|
|
|
<progressmeter class="progressmeter-statusbar" id="statusbar-icon" mode="normal" value="0"/>
|
|
|
|
</statusbarpanel>
|
|
|
|
<statusbarpanel id="download-monitor" class="statusbarpanel-iconic-text"
|
|
|
|
tooltiptext="&downloadMonitor2.tooltip;" hidden="true"
|
|
|
|
command="Tools:Downloads"/>
|
|
|
|
<statusbarpanel id="security-button" class="statusbarpanel-iconic-text"
|
|
|
|
ondblclick="if (event.button == 0) displaySecurityInfo();"/>
|
|
|
|
<statusbarpanel id="page-report-button" type="menu"
|
|
|
|
class="statusbarpanel-menu-iconic"
|
|
|
|
tooltiptext="&pageReportIcon.tooltip;">
|
|
|
|
<menupopup onpopupshowing="gPopupBlockerObserver.fillPopupList(event);">
|
|
|
|
<menuitem observes="blockedPopupAllowSite"/>
|
|
|
|
<menuitem observes="blockedPopupEditSettings"/>
|
|
|
|
<menuitem observes="blockedPopupDontShowMessage"/>
|
|
|
|
<menuseparator observes="blockedPopupsSeparator"/>
|
|
|
|
</menupopup>
|
|
|
|
</statusbarpanel>
|
|
|
|
</statusbar>
|
|
|
|
</vbox>
|
2002-08-04 02:53:09 +00:00
|
|
|
</window>
|