2009-02-15 23:04:05 +00:00
|
|
|
#filter substitution
|
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>
|
2008-07-15 16:11:00 +00:00
|
|
|
# Dão Gottwald <dao@mozilla.com>
|
2008-12-06 10:44:32 +00:00
|
|
|
# Ehsan Akhgari <ehsan.akhgari@gmail.com>
|
2009-02-15 23:04:05 +00:00
|
|
|
# Robert Strong <robert.bugzilla@gmail.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"?>
|
2009-02-22 09:13:59 +00:00
|
|
|
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
|
2008-11-20 10:06:18 +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#"
|
2008-07-15 16:11:00 +00:00
|
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
2002-08-04 02:53:09 +00:00
|
|
|
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();"
|
2009-02-15 23:04:05 +00:00
|
|
|
title="&mainWindow.title;@PRE_RELEASE_SUFFIX@"
|
|
|
|
title_normal="&mainWindow.title;@PRE_RELEASE_SUFFIX@"
|
2008-12-06 10:44:32 +00:00
|
|
|
#ifdef XP_MACOSX
|
2009-02-15 23:04:05 +00:00
|
|
|
title_privatebrowsing="&mainWindow.title;@PRE_RELEASE_SUFFIX@&mainWindow.titlemodifiermenuseparator;&mainWindow.titlePrivateBrowsingSuffix;"
|
|
|
|
titledefault="&mainWindow.title;@PRE_RELEASE_SUFFIX@"
|
2008-12-06 10:44:32 +00:00
|
|
|
titlemodifier=""
|
|
|
|
titlemodifier_normal=""
|
|
|
|
titlemodifier_privatebrowsing="&mainWindow.titlePrivateBrowsingSuffix;"
|
|
|
|
#else
|
2009-02-15 23:04:05 +00:00
|
|
|
title_privatebrowsing="&mainWindow.titlemodifier;@PRE_RELEASE_SUFFIX@ &mainWindow.titlePrivateBrowsingSuffix;"
|
|
|
|
titlemodifier="&mainWindow.titlemodifier;@PRE_RELEASE_SUFFIX@"
|
|
|
|
titlemodifier_normal="&mainWindow.titlemodifier;@PRE_RELEASE_SUFFIX@"
|
|
|
|
titlemodifier_privatebrowsing="&mainWindow.titlemodifier;@PRE_RELEASE_SUFFIX@ &mainWindow.titlePrivateBrowsingSuffix;"
|
2008-12-06 10:44:32 +00:00
|
|
|
#endif
|
2003-08-12 02:47:14 +00:00
|
|
|
titlemenuseparator="&mainWindow.titlemodifiermenuseparator;"
|
2009-09-04 10:58:18 +00:00
|
|
|
lightweightthemes="true"
|
|
|
|
lightweightthemesfooter="browser-bottombox"
|
2002-08-04 02:53:09 +00:00
|
|
|
windowtype="navigator:browser"
|
|
|
|
screenX="4" screenY="4"
|
2008-11-06 20:40:05 +00:00
|
|
|
browsingmode="normal"
|
2009-08-05 20:51:20 +00:00
|
|
|
toggletoolbar="true"
|
2002-08-04 02:53:09 +00:00
|
|
|
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"
|
|
|
|
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 -->
|
2009-07-29 18:33:53 +00:00
|
|
|
<panel type="autocomplete" id="PopupAutoComplete" noautofocus="true" hidden="true"/>
|
2007-11-30 04:57:57 +00:00
|
|
|
|
|
|
|
<!-- for url bar autocomplete -->
|
2009-07-29 18:33:53 +00:00
|
|
|
<panel type="autocomplete-richlistbox" 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">
|
2009-03-25 22:18:23 +00:00
|
|
|
<row id="editBookmarkPanelHeader" align="center" hidden="true">
|
|
|
|
<vbox align="center">
|
|
|
|
<image id="editBookmarkPanelStarIcon"/>
|
|
|
|
</vbox>
|
|
|
|
<vbox>
|
|
|
|
<label id="editBookmarkPanelTitle"/>
|
|
|
|
<description id="editBookmarkPanelDescription"/>
|
2008-01-30 04:37:20 +00:00
|
|
|
<hbox>
|
|
|
|
<button id="editBookmarkPanelUndoRemoveButton"
|
2009-10-23 15:28:14 +00:00
|
|
|
class="editBookmarkPanelHeaderButton"
|
2008-01-30 04:37:20 +00:00
|
|
|
hidden="true"
|
|
|
|
oncommand="StarUI.undoRemoveBookmarkCommand();"
|
|
|
|
label="&editBookmark.undo.label;"
|
|
|
|
accesskey="&editBookmark.undo.accessKey;"/>
|
|
|
|
<button id="editBookmarkPanelRemoveButton"
|
2009-10-23 15:28:14 +00:00
|
|
|
class="editBookmarkPanelHeaderButton"
|
2008-01-30 04:37:20 +00:00
|
|
|
oncommand="StarUI.removeBookmarkButtonCommand();"
|
|
|
|
accesskey="&editBookmark.removeBookmark.accessKey;"/>
|
|
|
|
<button id="editBookmarkPanelEditButton"
|
2009-10-23 15:28:14 +00:00
|
|
|
class="editBookmarkPanelHeaderButton"
|
2008-01-30 04:37:20 +00:00
|
|
|
oncommand="StarUI.editButtonCommand();"
|
|
|
|
label="&editBookmark.edit.label;"
|
|
|
|
accesskey="&editBookmark.edit.accessKey;"/>
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
2009-03-25 22:18:23 +00:00
|
|
|
</row>
|
2008-01-30 04:37:20 +00:00
|
|
|
<vbox id="editBookmarkPanelContent" flex="1" hidden="true"/>
|
2009-03-25 22:18:23 +00:00
|
|
|
<hbox id="editBookmarkPanelBottomButtons" pack="end">
|
2008-03-24 07:26:24 +00:00
|
|
|
#ifndef XP_UNIX
|
2008-03-24 07:27:30 +00:00
|
|
|
<button id="editBookmarkPanelDoneButton"
|
2009-10-23 15:28:14 +00:00
|
|
|
class="editBookmarkPanelBottomButton"
|
2008-03-24 07:26:24 +00:00
|
|
|
label="&editBookmark.done.label;"
|
|
|
|
default="true"
|
|
|
|
oncommand="StarUI.panel.hidePopup();"/>
|
|
|
|
<button id="editBookmarkPanelDeleteButton"
|
2009-10-23 15:28:14 +00:00
|
|
|
class="editBookmarkPanelBottomButton"
|
2008-03-24 07:26:24 +00:00
|
|
|
label="&editBookmark.cancel.label;"
|
|
|
|
oncommand="StarUI.cancelButtonOnCommand();"/>
|
|
|
|
#else
|
2007-10-01 03:22:07 +00:00
|
|
|
<button id="editBookmarkPanelDeleteButton"
|
2009-10-23 15:28:14 +00:00
|
|
|
class="editBookmarkPanelBottomButton"
|
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"
|
2009-10-23 15:28:14 +00:00
|
|
|
class="editBookmarkPanelBottomButton"
|
2007-10-01 03:22:07 +00:00
|
|
|
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();"
|
2009-07-29 18:33:53 +00:00
|
|
|
level="top">
|
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">
|
2009-10-23 15:28:14 +00:00
|
|
|
<label id="identity-popup-connectedToLabel"
|
|
|
|
class="identity-popup-label"
|
|
|
|
value="&identity.connectedTo;"/>
|
2008-01-30 04:21:53 +00:00
|
|
|
<label id="identity-popup-connectedToLabel2"
|
2009-10-23 15:28:14 +00:00
|
|
|
class="identity-popup-label"
|
2008-03-07 13:30:35 +00:00
|
|
|
value="&identity.unverifiedsite2;"/>
|
2009-10-23 15:28:14 +00:00
|
|
|
<description id="identity-popup-content-host"
|
|
|
|
class="identity-popup-description"/>
|
|
|
|
<label id="identity-popup-runByLabel"
|
|
|
|
class="identity-popup-label"
|
|
|
|
value="&identity.runBy;"/>
|
|
|
|
<description id="identity-popup-content-owner"
|
|
|
|
class="identity-popup-description"/>
|
|
|
|
<description id="identity-popup-content-supplemental"
|
|
|
|
class="identity-popup-description"/>
|
|
|
|
<description id="identity-popup-content-verifier"
|
|
|
|
class="identity-popup-description"/>
|
2007-10-22 03:30:23 +00:00
|
|
|
<hbox id="identity-popup-encryption" flex="1">
|
|
|
|
<vbox>
|
|
|
|
<image id="identity-popup-encryption-icon"/>
|
|
|
|
</vbox>
|
2009-10-23 15:28:14 +00:00
|
|
|
<description id="identity-popup-encryption-label" flex="1"
|
|
|
|
class="identity-popup-description"/>
|
2007-10-22 03:30:23 +00:00
|
|
|
</hbox>
|
2008-02-06 18:12:54 +00:00
|
|
|
<!-- Footer button to open security page info -->
|
2009-10-23 15:28:14 +00:00
|
|
|
<hbox pack="end">
|
2008-02-06 18:12:54 +00:00
|
|
|
<button id="identity-popup-more-info-button"
|
|
|
|
label="&identity.moreInfoLinkText;"
|
2008-09-02 09:11:22 +00:00
|
|
|
onblur="gIdentityHandler.hideIdentityPopup();"
|
|
|
|
oncommand="gIdentityHandler.handleMoreInfoClick(event);"/>
|
2008-02-06 18:12:54 +00:00
|
|
|
</hbox>
|
2007-10-22 03:30:23 +00:00
|
|
|
</vbox>
|
|
|
|
</hbox>
|
|
|
|
</panel>
|
|
|
|
|
2007-06-27 22:31:06 +00:00
|
|
|
<tooltip id="urlTooltip">
|
2008-10-22 17:15:25 +00:00
|
|
|
<label crop="center" flex="1" class="tooltip-label"/>
|
2007-06-27 22:31:06 +00:00
|
|
|
</tooltip>
|
2008-12-02 09:21:13 +00:00
|
|
|
|
2009-07-21 04:25:59 +00:00
|
|
|
<panel id="ctrlTab-panel" class="KUI-panel" hidden="true" norestorefocus="true" level="top">
|
|
|
|
<hbox>
|
|
|
|
<button class="ctrlTab-preview" flex="1"/>
|
|
|
|
<button class="ctrlTab-preview" flex="1"/>
|
|
|
|
<button class="ctrlTab-preview" flex="1"/>
|
|
|
|
<button class="ctrlTab-preview" flex="1"/>
|
|
|
|
<button class="ctrlTab-preview" flex="1"/>
|
|
|
|
<button class="ctrlTab-preview" flex="1"/>
|
2008-11-05 07:38:13 +00:00
|
|
|
</hbox>
|
2009-07-21 04:25:59 +00:00
|
|
|
<hbox pack="center">
|
|
|
|
<button id="ctrlTab-showAll" class="ctrlTab-preview" noicon="true"/>
|
2008-11-04 08:19:55 +00:00
|
|
|
</hbox>
|
2009-07-21 04:25:59 +00:00
|
|
|
</panel>
|
|
|
|
|
|
|
|
<panel id="allTabs-panel" hidden="true" norestorefocus="true" ignorekeys="true"
|
|
|
|
# XXX: KUI style disabled, because the transparent background slows down
|
|
|
|
# interacting with the panel, esp. the search field.
|
|
|
|
# class="KUI-panel"
|
|
|
|
onmouseover="allTabs._updateTabCloseButton(event);">
|
|
|
|
<hbox id="allTabs-meta" align="center">
|
|
|
|
<spacer flex="1"/>
|
|
|
|
<textbox id="allTabs-filter"
|
|
|
|
tooltiptext="&allTabs.filter.emptyText;"
|
|
|
|
type="search"
|
|
|
|
oncommand="allTabs.filter();"/>
|
|
|
|
<spacer flex="1"/>
|
|
|
|
<toolbarbutton class="KUI-panel-closebutton"
|
|
|
|
oncommand="allTabs.close()"
|
|
|
|
tooltiptext="&closeCmd.label;"/>
|
2008-11-04 08:19:55 +00:00
|
|
|
</hbox>
|
2009-07-21 04:25:59 +00:00
|
|
|
<stack id="allTabs-stack">
|
|
|
|
<box id="allTabs-container"/>
|
|
|
|
<toolbarbutton id="allTabs-tab-close-button"
|
|
|
|
class="tab-close-button"
|
|
|
|
oncommand="allTabs.closeTab(event);"
|
|
|
|
tooltiptext="&closeCmd.label;"
|
|
|
|
style="visibility:hidden"/>
|
|
|
|
</stack>
|
2008-07-15 16:11:00 +00:00
|
|
|
</panel>
|
2002-10-08 07:16:51 +00:00
|
|
|
</popupset>
|
2002-08-04 02:53:09 +00:00
|
|
|
|
2009-09-04 23:36:07 +00:00
|
|
|
<!-- Bookmarks and history tooltip -->
|
|
|
|
<tooltip id="bhTooltip"/>
|
2003-02-26 16:37:46 +00:00
|
|
|
|
2008-04-21 16:53:30 +00:00
|
|
|
<toolbox id="navigator-toolbox" class="toolbox-top" mode="icons"
|
2009-07-09 21:55:50 +00:00
|
|
|
#ifdef WINCE
|
|
|
|
defaulticonsize="small" iconsize="small"
|
|
|
|
#endif
|
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"
|
|
|
|
defaultset="menubar-items"
|
2008-02-22 11:23:10 +00:00
|
|
|
mode="icons" iconsize="small" defaulticonsize="small"
|
2009-09-26 15:50:26 +00:00
|
|
|
lockiconsize="true"
|
2009-06-13 06:08:20 +00:00
|
|
|
#ifdef XP_WIN
|
|
|
|
toolbarname="&menubarCmd.label;"
|
|
|
|
accesskey="&menubarCmd.accesskey;"
|
|
|
|
#endif
|
2008-02-22 11:23:10 +00:00
|
|
|
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"
|
2008-09-01 20:19:24 +00:00
|
|
|
context="backForwardMenu">
|
2008-01-30 07:17:45 +00:00
|
|
|
<toolbarbutton id="back-button" class="toolbarbutton-1"
|
|
|
|
label="&backCmd.label;"
|
2008-09-01 20:19:24 +00:00
|
|
|
command="Browser:BackOrBackDuplicate"
|
2008-01-30 07:17:45 +00:00
|
|
|
onclick="checkForMiddleClick(this, event);"
|
2008-09-01 20:19:24 +00:00
|
|
|
tooltiptext="&backButton.tooltip;"/>
|
2008-01-30 07:17:45 +00:00
|
|
|
<toolbarbutton id="forward-button" class="toolbarbutton-1"
|
|
|
|
label="&forwardCmd.label;"
|
2008-09-01 20:19:24 +00:00
|
|
|
command="Browser:ForwardOrForwardDuplicate"
|
2008-01-30 07:17:45 +00:00
|
|
|
onclick="checkForMiddleClick(this, event);"
|
2008-09-01 20:19:24 +00:00
|
|
|
tooltiptext="&forwardButton.tooltip;"/>
|
2009-07-29 18:33:53 +00:00
|
|
|
<toolbarbutton id="back-forward-dropmarker" type="menu"
|
2008-09-01 20:19:24 +00:00
|
|
|
disabled="true" tooltiptext="&backForwardMenu.tooltip;"
|
|
|
|
onbroadcast="if (this.disabled) this.disabled =
|
|
|
|
document.getElementById('Browser:Back').hasAttribute('disabled') &&
|
|
|
|
document.getElementById('Browser:Forward').hasAttribute('disabled');">
|
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=""
|
|
|
|
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);"/>
|
2008-09-01 20:19:24 +00:00
|
|
|
<observes element="Browser:Back" attribute="disabled"/>
|
|
|
|
<observes element="Browser:Forward" attribute="disabled"/>
|
2008-01-30 07:17:45 +00:00
|
|
|
</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;"
|
2008-08-31 21:00:59 +00:00
|
|
|
command="Browser:ReloadOrDuplicate"
|
|
|
|
onclick="checkForMiddleClick(this, event);"
|
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;"
|
2009-06-21 00:04:07 +00:00
|
|
|
ondragover="homeButtonObserver.onDragOver(event)"
|
|
|
|
ondragenter="homeButtonObserver.onDragOver(event)"
|
|
|
|
ondrop="homeButtonObserver.onDrop(event)"
|
|
|
|
ondragleave="homeButtonObserver.onDragLeave(event)"
|
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"
|
2009-04-15 20:48:22 +00:00
|
|
|
bookmarkhistoryemptytext="&urlbar.bookmarkhistory.emptyText;"
|
|
|
|
bookmarkemptytext="&urlbar.bookmark.emptyText;"
|
|
|
|
historyemptytext="&urlbar.history.emptyText;"
|
|
|
|
noneemptytext="&urlbar.none.emptyText;"
|
2007-11-24 06:00:27 +00:00
|
|
|
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-03-22 06:58:41 +00:00
|
|
|
maxrows="6"
|
2007-11-24 06:00:27 +00:00
|
|
|
newlines="stripsurroundingwhitespace"
|
2008-07-10 08:28:52 +00:00
|
|
|
oninput="gBrowser.userTypedValue = this.value;"
|
2008-09-25 11:33:51 +00:00
|
|
|
ontextentered="this.handleCommand(param);"
|
|
|
|
ontextreverted="return this.handleRevert();"
|
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'"
|
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
2009-06-10 18:00:39 +00:00
|
|
|
onblur="setTimeout(function() document.getElementById('identity-box').style.MozUserFocus = '', 0);">
|
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"
|
2008-09-02 09:11:22 +00:00
|
|
|
onclick="gIdentityHandler.handleIdentityButtonEvent(event);"
|
|
|
|
onkeypress="gIdentityHandler.handleIdentityButtonEvent(event);">
|
2009-10-23 15:28:14 +00:00
|
|
|
<hbox id="identity-box-inner" 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"
|
2008-06-16 01:40:39 +00:00
|
|
|
pageproxystate="invalid"
|
2009-06-21 00:04:07 +00:00
|
|
|
ondragstart="proxyIconDNDObserver.onDragStart(event);"
|
2008-02-25 22:30:48 +00:00
|
|
|
onerror="this.removeAttribute('src');"/>
|
|
|
|
</stack>
|
2009-06-11 07:06:05 +00:00
|
|
|
<label id="identity-icon-label" crop="center" flex="1"/>
|
2007-12-11 10:27:55 +00:00
|
|
|
</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"
|
2008-12-18 11:25:29 +00:00
|
|
|
collapsed="true"
|
|
|
|
tooltiptext="&feedButton.tooltip;"
|
2007-11-24 06:00:27 +00:00
|
|
|
onclick="return FeedHandler.onFeedButtonClick(event);">
|
|
|
|
<menupopup position="after_end"
|
2009-07-26 16:59:55 +00:00
|
|
|
id="feed-menu"
|
2007-11-24 06:00:27 +00:00
|
|
|
onpopupshowing="return FeedHandler.buildFeedList(this);"
|
|
|
|
oncommand="return FeedHandler.subscribeToFeed(null, event);"
|
|
|
|
onclick="checkForMiddleClick(this, event);"/>
|
|
|
|
</button>
|
2008-06-25 08:54:18 +00:00
|
|
|
<image id="star-button"
|
2008-02-07 09:05:53 +00:00
|
|
|
class="urlbar-icon"
|
2008-06-25 08:54:18 +00:00
|
|
|
onclick="PlacesStarButton.onClick(event);"/>
|
|
|
|
<image id="go-button"
|
|
|
|
class="urlbar-icon"
|
|
|
|
tooltiptext="&goEndCap.tooltip;"
|
2008-09-25 11:33:51 +00:00
|
|
|
onclick="gURLBar.handleCommand(event);"/>
|
2007-11-24 06:00:27 +00:00
|
|
|
</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">
|
2009-07-29 18:33:53 +00:00
|
|
|
<searchbar id="searchbar" flex="1"/>
|
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
|
|
|
|
2008-10-25 13:15:53 +00:00
|
|
|
<toolbaritem id="navigator-throbber" title="&throbberItem.title;" align="center" pack="center"
|
2008-10-18 09:57:46 +00:00
|
|
|
mousethrough="always">
|
2008-10-25 13:15:53 +00:00
|
|
|
<image/>
|
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;">
|
2008-07-05 19:00:06 +00:00
|
|
|
<hbox id="bookmarksBarContent" flex="1"
|
|
|
|
type="places"
|
|
|
|
place="place:folder=TOOLBAR"
|
|
|
|
context="placesContext"
|
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);"
|
2009-09-14 11:06:33 +00:00
|
|
|
tooltip="bhTooltip" popupsinherittooltip="true"/>
|
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"
|
2009-06-21 00:04:07 +00:00
|
|
|
ondrop="DownloadsButtonDNDObserver.onDrop(event)"
|
|
|
|
ondragover="DownloadsButtonDNDObserver.onDragOver(event)"
|
|
|
|
ondragenter="DownloadsButtonDNDObserver.onDragOver(event)"
|
|
|
|
ondragleave="DownloadsButtonDNDObserver.onDragLeave(event)"
|
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;"
|
2009-06-21 00:04:07 +00:00
|
|
|
ondrop="bookmarksButtonObserver.onDrop(event)"
|
|
|
|
ondragover="bookmarksButtonObserver.onDragOver(event)"
|
|
|
|
ondragenter="bookmarksButtonObserver.onDragOver(event)"
|
|
|
|
ondragleave="bookmarksButtonObserver.onDragLeave(event)"/>
|
2004-08-26 14:05:15 +00:00
|
|
|
|
2009-01-23 08:13:13 +00:00
|
|
|
<toolbarbutton id="new-tab-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
label="&tabCmd.label;"
|
|
|
|
command="cmd_newNavigatorTab"
|
|
|
|
tooltiptext="&newTabButton.tooltip;"
|
2009-06-21 00:04:07 +00:00
|
|
|
ondrop="newTabButtonObserver.onDrop(event)"
|
|
|
|
ondragover="newTabButtonObserver.onDragOver(event)"
|
|
|
|
ondragenter="newTabButtonObserver.onDragOver(event)"
|
|
|
|
ondragleave="newTabButtonObserver.onDragLeave(event)"/>
|
2009-01-23 08:13:13 +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;"
|
2009-06-21 00:04:07 +00:00
|
|
|
ondrop="newWindowButtonObserver.onDrop(event)"
|
|
|
|
ondragover="newWindowButtonObserver.onDragOver(event)"
|
|
|
|
ondragenter="newWindowButtonObserver.onDragOver(event)"
|
|
|
|
ondragleave="newWindowButtonObserver.onDragLeave(event)"/>
|
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;"/>
|
2009-07-31 17:58:17 +00:00
|
|
|
<toolbarbutton id="fullscreen-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
observes="View:FullScreen"
|
|
|
|
type="checkbox"
|
|
|
|
label="&fullScreenCmd.label;"
|
|
|
|
tooltiptext="&fullScreenButton.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;"
|
2009-07-09 21:55:50 +00:00
|
|
|
fullscreentoolbar="true" mode="icons"
|
|
|
|
#ifdef WINCE
|
|
|
|
iconsize="small" defaulticonsize="small"
|
|
|
|
#else
|
|
|
|
iconsize="large"
|
|
|
|
#endif
|
2002-09-29 22:31:50 +00:00
|
|
|
customizable="true"
|
2009-07-09 21:55:50 +00:00
|
|
|
#ifdef WINCE
|
|
|
|
defaultset="unified-back-forward-button,reload-button,stop-button,home-button,urlbar-container,search-container,navigator-throbber,fullscreenflex,window-controls"
|
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
|
|
|
<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>
|
|
|
|
</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"
|
2009-09-26 15:50:26 +00:00
|
|
|
lockiconsize="true"
|
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;"
|
2009-07-09 21:55:50 +00:00
|
|
|
#ifdef WINCE
|
|
|
|
collapsed="true"
|
|
|
|
#endif
|
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">
|
2009-06-28 01:49:04 +00:00
|
|
|
<sidebarheader id="sidebar-header" align="center">
|
2007-09-07 00:59:29 +00:00
|
|
|
<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>
|
2008-04-01 08:29:32 +00:00
|
|
|
<browser id="sidebar" flex="1" autoscroll="false" disablehistory="true"
|
2007-09-07 00:59:29 +00:00
|
|
|
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"
|
|
|
|
autocompletepopup="PopupAutoComplete"
|
2009-06-21 00:04:07 +00:00
|
|
|
ondrop="contentAreaDNDObserver.onDrop(event)"
|
2007-09-07 00:59:29 +00:00
|
|
|
onclick="return contentAreaClick(event, false);"/>
|
|
|
|
</vbox>
|
|
|
|
</hbox>
|
2008-03-24 23:56:20 +00:00
|
|
|
<panel id="customizeToolbarSheetPopup" noautohide="true">
|
2007-09-07 00:59:29 +00:00
|
|
|
<iframe id="customizeToolbarSheetIFrame"
|
|
|
|
style="&dialog.style;"
|
|
|
|
hidden="true"/>
|
|
|
|
</panel>
|
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"
|
2009-07-09 21:55:50 +00:00
|
|
|
#ifdef WINCE
|
|
|
|
hidden="true"
|
|
|
|
#endif
|
2009-06-21 00:04:07 +00:00
|
|
|
ondrop="contentAreaDNDObserver.onDrop(event)">
|
2008-02-08 23:59:12 +00:00
|
|
|
<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"/>
|
2009-07-10 06:57:50 +00:00
|
|
|
<statusbarpanel id="security-button" class="statusbarpanel-iconic"
|
2008-09-07 19:18:57 +00:00
|
|
|
hidden="true"
|
2009-07-02 17:52:42 +00:00
|
|
|
onclick="if (event.button == 0 && event.detail == 1) displaySecurityInfo();"/>
|
2008-02-08 23:59:12 +00:00
|
|
|
<statusbarpanel id="page-report-button" type="menu"
|
|
|
|
class="statusbarpanel-menu-iconic"
|
2008-12-18 11:25:29 +00:00
|
|
|
hidden="true"
|
2008-02-08 23:59:12 +00:00
|
|
|
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>
|