2006-09-14 05:54:41 +00:00
|
|
|
<?xml version="1.0"?> <!-- -*- Mode: HTML -*- -->
|
1999-07-14 00:03:57 +00:00
|
|
|
|
|
|
|
<!-- The contents of this file are subject to the Netscape 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/NPL/
|
|
|
|
|
|
|
|
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 Communicator client code, released
|
|
|
|
March 31, 1998.
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
|
|
Communications Corporation. Portions created by Netscape are
|
2006-09-14 05:50:05 +00:00
|
|
|
Copyright (C) 1998-2000 Netscape Communications Corporation. All
|
1999-07-14 00:03:57 +00:00
|
|
|
Rights Reserved.
|
|
|
|
|
|
|
|
Contributor(s): ______________________________________. -->
|
|
|
|
|
|
|
|
|
2006-09-14 05:49:41 +00:00
|
|
|
<?xml-stylesheet href="chrome://navigator/skin/" type="text/css"?>
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
<!-- XXX - the placement of this include could be temporary -->
|
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/bookmarks/bookmarksToolbar.css" type="text/css"?>
|
2006-09-14 05:49:41 +00:00
|
|
|
|
1999-09-28 04:40:15 +00:00
|
|
|
<?xul-overlay href="chrome://navigator/content/navigatorOverlay.xul"?>
|
2006-09-14 05:50:06 +00:00
|
|
|
<?xul-overlay href="chrome://navigator/content/navExtraOverlay.xul"?>
|
2006-09-14 05:51:02 +00:00
|
|
|
<?xul-overlay href="chrome://communicator/content/sidebar/sidebarOverlay.xul"?>
|
|
|
|
<?xul-overlay href="chrome://communicator/content/securityOverlay.xul"?>
|
2006-09-14 05:50:29 +00:00
|
|
|
<?xul-overlay href="chrome://communicator/content/communicatorOverlay.xul"?>
|
2006-09-14 05:55:01 +00:00
|
|
|
<?xul-overlay href="chrome://communicator/content/contentAreaContextOverlay.xul"?>
|
2006-09-14 05:57:28 +00:00
|
|
|
<?xul-overlay href="chrome://communicator/content/bookmarks/bookmarksOverlay.xul"?>
|
1999-07-01 22:56:04 +00:00
|
|
|
|
2006-09-14 05:49:43 +00:00
|
|
|
<!DOCTYPE window [
|
|
|
|
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
|
|
|
%brandDTD;
|
2006-09-14 05:54:38 +00:00
|
|
|
<!ENTITY % buildDTD SYSTEM "chrome://global/content/build.dtd" >
|
|
|
|
%buildDTD;
|
2006-09-14 05:49:43 +00:00
|
|
|
<!ENTITY % navigatorDTD SYSTEM "chrome://navigator/locale/navigator.dtd" >
|
|
|
|
%navigatorDTD;
|
|
|
|
]>
|
1999-09-28 04:40:15 +00:00
|
|
|
|
2006-09-14 05:50:58 +00:00
|
|
|
<window id="main-window" xmlns:html="http://www.w3.org/1999/xhtml"
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
onload="Startup()" onunload="Shutdown()"
|
2006-09-14 05:57:39 +00:00
|
|
|
contenttitlesetting="true"
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
title="&mainWindow.title;"
|
|
|
|
titlemodifier="&mainWindow.titlemodifier;"
|
|
|
|
titlemenuseparator="&mainWindow.titlemodifiermenuseparator;"
|
|
|
|
windowtype="navigator:browser" orient="vertical"
|
|
|
|
width="640" height="480"
|
|
|
|
screenX="10" screenY="10"
|
|
|
|
persist="screenX screenY width height sizemode">
|
|
|
|
|
2006-09-14 05:57:28 +00:00
|
|
|
<!-- Generic Utility -->
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/nsJSSupportsUtils.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/nsJSComponentManager.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/nsUserSettings.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/nsTransferable.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/nsClipboard.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/nsDragAndDrop.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/strres.js"/>
|
|
|
|
|
|
|
|
<!-- Content Area -->
|
|
|
|
<script type="application/x-javascript" src="chrome://navigator/content/nsBrowserStatusHandler.js"/>
|
2006-09-14 05:57:40 +00:00
|
|
|
<script type="application/x-javascript" src="chrome://navigator/content/nsBrowserContentListener.js"/>
|
2006-09-14 05:57:28 +00:00
|
|
|
<script type="application/x-javascript" src="chrome://communicator/content/contentAreaClick.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://communicator/content/contentAreaDD.js"/>
|
2006-09-14 05:57:50 +00:00
|
|
|
<script type="application/x-javascript" src="chrome://communicator/content/findUtils.js"/>
|
2006-09-14 05:57:28 +00:00
|
|
|
|
|
|
|
<!-- Shared Bookmarks Utility Library -->
|
|
|
|
<script type="application/x-javascript" src="chrome://communicator/content/bookmarks/bookmarksOverlay.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://navigator/content/personalToolbar.js"/>
|
|
|
|
|
|
|
|
<!-- Navigator -->
|
|
|
|
<script type="application/x-javascript" src="chrome://navigator/content/navigator.js"/>
|
|
|
|
<script type="application/x-javascript" src="tooltip.js"/>
|
|
|
|
<script type="application/x-javascript" src="navigatorDD.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://navigator/content/sessionHistoryUI.js"/>
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
|
|
|
|
<!-- hook for stringbundle overlays -->
|
2006-09-14 05:57:28 +00:00
|
|
|
<stringbundleset id="stringbundleset">
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
<stringbundle id="bundle_navigator" src="chrome://navigator/locale/navigator.properties"/>
|
|
|
|
<stringbundle id="bundle_brand" src="chrome://global/locale/brand.properties"/>
|
|
|
|
<stringbundle id="bundle_navigator_region" src="chrome://navigator-region/locale/region.properties"/>
|
|
|
|
<stringbundle id="bundle_brand_region" src="chrome://global-region/locale/region.properties"/>
|
|
|
|
</stringbundleset>
|
2006-09-14 05:57:01 +00:00
|
|
|
|
2006-09-14 05:57:28 +00:00
|
|
|
<commandset id="commands">
|
2006-09-14 05:56:42 +00:00
|
|
|
<commandset id="globalEditMenuItems"/>
|
|
|
|
<commandset id="selectEditMenuItems"/>
|
|
|
|
<commandset id="undoEditMenuItems"/>
|
2006-09-14 05:57:32 +00:00
|
|
|
<commandset id="clipboardEditMenuItems"/>
|
2006-09-14 05:57:01 +00:00
|
|
|
<!-- <command id="cmd_pageSetup"/> -->
|
|
|
|
<command id="toggleSidebar"/>
|
|
|
|
</commandset>
|
|
|
|
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
<!-- broadcasters are appended from the overlay -->
|
2006-09-14 05:57:01 +00:00
|
|
|
<broadcasterset id="navBroadcasters"/>
|
|
|
|
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
<!-- keys are appended from the overlay -->
|
2006-09-14 05:57:01 +00:00
|
|
|
<keyset id="navKeys">
|
|
|
|
<key id="showHideSidebar"/>
|
|
|
|
</keyset>
|
|
|
|
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
<popupset id="aHTMLTooltipSet">
|
|
|
|
<popup id="aHTMLTooltip" class="tooltip" oncreate="return FillInHTMLTooltip(document.tooltipNode);" >
|
|
|
|
<box id="HTML_TOOLTIP_tooltipBox" orient="vertical"/>
|
|
|
|
</popup>
|
|
|
|
<popup id="backMenu" oncreate="BrowserBackMenu(event);" oncommand="gotoHistoryIndex(event);"/>
|
|
|
|
<popup id="forwardMenu" oncreate="BrowserForwardMenu(event);" oncommand="gotoHistoryIndex(event);"/>
|
2006-09-14 05:57:32 +00:00
|
|
|
<popup id="sidebarPopup"/>
|
Fix a whole bunch of bookmarks bugs: #68018, #78586, #71776, #77814, #78373. r=hwaara, sr=alecf (r=doron on 68018). Brought to you by: Fabian Guisset <hidday@geocities.com>
#78997, fix offline pref panel to match the spec. Patch by Stephen Walker <walk84@usa.net>, r=hwaara, sr=sspitzer.
#79058, fix up the offline pref panel to show up correctly in the pref-tree. r=doron, sr=sspitzer.
2006-09-14 05:57:54 +00:00
|
|
|
|
2006-09-14 05:57:57 +00:00
|
|
|
<popupset id="bookmarksPopupset"/>
|
2006-09-14 05:57:01 +00:00
|
|
|
|
2006-09-14 05:57:32 +00:00
|
|
|
<!-- context menu -->
|
|
|
|
<popupset id="contentAreaContextSet"/>
|
2006-09-14 05:57:01 +00:00
|
|
|
|
2006-09-14 05:57:32 +00:00
|
|
|
<!-- tooltips -->
|
|
|
|
<popupset id="aTooltipSet"/>
|
|
|
|
</popupset>
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
|
2006-09-14 05:56:27 +00:00
|
|
|
<script type="application/x-javascript">
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
var gBookmarkPopup = null;
|
|
|
|
</script>
|
1999-07-20 23:40:34 +00:00
|
|
|
|
2006-09-14 05:52:23 +00:00
|
|
|
<toolbox id="navigator-toolbox" class="toolbox-top" deferattached="true">
|
2006-09-14 05:49:41 +00:00
|
|
|
<!-- Menu -->
|
2006-09-14 05:58:03 +00:00
|
|
|
<menubar id="main-menubar" persist="collapsed"/>
|
2006-09-14 05:51:30 +00:00
|
|
|
|
2006-09-14 05:52:23 +00:00
|
|
|
<toolbar class="toolbar-primary chromeclass-toolbar" id="nav-bar" persist="collapsed"
|
2006-09-14 05:52:45 +00:00
|
|
|
tbautostretch="always">
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
<hbox id="nav-bar-buttons">
|
2006-09-14 05:56:42 +00:00
|
|
|
<menubutton id="back-button" label="&backButton.label;" tooltiptext="&backButton.tooltip;"
|
2006-09-14 05:54:56 +00:00
|
|
|
oncommand="gotoHistoryIndex(event);" buttonaction="BrowserBack();" context="backMenu"
|
2006-09-14 05:57:01 +00:00
|
|
|
class="menubutton-dual top" crop="right" tooltip="aTooltip" observes="canGoBack">
|
2006-09-14 05:56:42 +00:00
|
|
|
<menupopup context="" oncreate="BrowserBackMenu(event);"/>
|
2006-09-14 05:52:48 +00:00
|
|
|
</menubutton>
|
2006-09-14 05:56:42 +00:00
|
|
|
<menubutton id="forward-button" label="&forwardButton.label;" tooltiptext="&forwardButton.tooltip;"
|
2006-09-14 05:54:56 +00:00
|
|
|
oncommand="gotoHistoryIndex(event);" buttonaction="BrowserForward();" context="forwardMenu"
|
2006-09-14 05:57:01 +00:00
|
|
|
class="menubutton-dual top" crop="right" tooltip="aTooltip" observes="canGoForward">
|
2006-09-14 05:56:42 +00:00
|
|
|
<menupopup context="" oncreate="BrowserForwardMenu(event);"/>
|
2006-09-14 05:52:48 +00:00
|
|
|
</menubutton>
|
2006-09-14 05:51:53 +00:00
|
|
|
|
2006-09-14 05:56:42 +00:00
|
|
|
<button class="button-toolbar-1 top" id="reload-button" crop="right" oncommand="if (event.shiftKey) BrowserReloadSkipCache(); else BrowserReload();" label="&reloadButton.label;"
|
2006-09-14 05:52:48 +00:00
|
|
|
tooltip="aTooltip" tooltiptext="&reloadButton.tooltip;"/>
|
2006-09-14 05:56:42 +00:00
|
|
|
<button class="button-toolbar-1 top" id="stop-button" crop="right" observes="canStop" oncommand="BrowserStop();" label="&stopButton.label;"
|
2006-09-14 05:52:48 +00:00
|
|
|
tooltip="aTooltip" tooltiptext="&stopButton.tooltip;"/>
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
</hbox>
|
2006-09-14 05:52:48 +00:00
|
|
|
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
<hbox id="nav-bar-inner" flex="1">
|
|
|
|
<hbox id="urlbar-group" class="box-toolbar-group chromeclass-location" flex="1">
|
2006-09-14 05:57:38 +00:00
|
|
|
<hbox flex="1" id="urlbar-container">
|
|
|
|
<textbox id="urlbar" class="plain" flex="1"
|
|
|
|
type="autocomplete" searchSessions="history"
|
|
|
|
timeout="50" maxrows="6" alwaysOpenPopup="true"
|
|
|
|
defaultSearchEngine="true"
|
|
|
|
tooltip="aTooltip" tooltiptext="&locationBar.tooltip;"
|
|
|
|
ontextcommand="return handleURLBarCommand(userAction);"
|
|
|
|
ontextrevert="return handleURLBarRevert();"
|
|
|
|
onmouseup="URLBarMouseupHandler(event);"
|
|
|
|
onblur="URLBarBlurHandler(event);">
|
|
|
|
<image id="page-proxy-button" allowevents="true"
|
|
|
|
ondraggesture="PageProxyDragGesture(event);"/>
|
|
|
|
<menupopup id="ubhist-popup" class="autocomplete-history-popup"
|
|
|
|
popupalign="topleft" popupanchor="bottomleft"
|
|
|
|
oncreate="createUBHistoryMenu(event.target);"
|
|
|
|
oncommand="executeUrlBarHistoryCommand(event.target);"/>
|
|
|
|
</textbox>
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
</hbox>
|
|
|
|
</hbox>
|
2006-09-14 05:52:45 +00:00
|
|
|
|
2006-09-14 05:56:42 +00:00
|
|
|
<button class="button-toolbar-3 chromeclass-location" id="go-button" persist="hidden" hidden="true" label="&goButton.label;" oncommand="addToUrlbarHistory(); BrowserLoadURL();"
|
2006-09-14 05:52:51 +00:00
|
|
|
tooltip="aTooltip" tooltiptext="&goButton.tooltip;"/>
|
|
|
|
|
2006-09-14 05:52:47 +00:00
|
|
|
<button class="button-toolbar-3 chromeclass-location" persist="hidden"
|
2006-09-14 05:56:42 +00:00
|
|
|
id="search-button" label="&searchButton.label;"
|
2006-09-14 05:51:53 +00:00
|
|
|
oncommand="OpenSearch('internet',false, document.getElementById('urlbar').value);"
|
|
|
|
tooltip="aTooltip" tooltiptext="&searchButton.tooltip;"/>
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
</hbox>
|
|
|
|
|
2006-09-14 05:57:01 +00:00
|
|
|
<menubutton class="menubutton-dual top" id="print-button" persist="hidden" label="&printButton.label;"
|
2006-09-14 05:56:20 +00:00
|
|
|
crop="right" buttonaction="BrowserPrint()" tooltip="aTooltip" tooltiptext="&printButton.tooltip;">
|
2006-09-14 05:53:19 +00:00
|
|
|
<menupopup id="printMenu" popupalign="topright" popupanchor="bottomright">
|
2006-09-14 05:56:42 +00:00
|
|
|
<menuitem label="&printCmd.label;" accesskey="&printCmd.accesskey;" oncommand="BrowserPrint()" default="true"/>
|
2006-09-14 05:52:45 +00:00
|
|
|
</menupopup>
|
|
|
|
</menubutton>
|
|
|
|
|
2006-09-14 05:57:38 +00:00
|
|
|
<hbox id="throbber-box" autostretch="never">
|
2006-09-14 05:53:20 +00:00
|
|
|
<button id="navigator-throbber" oncommand="goClickThrobber('browser.throbber.url')" tooltip="aTooltip" tooltiptext="&throbber.tooltip;"/>
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
</hbox>
|
2006-09-14 05:49:41 +00:00
|
|
|
</toolbar>
|
|
|
|
|
|
|
|
<toolbar id="PersonalToolbar" class="chromeclass-directories" persist="collapsed" dragdroparea="innermostBox"
|
2006-09-14 05:51:24 +00:00
|
|
|
ondragover="nsDragAndDrop.dragOver(event, personalToolbarObserver);"
|
|
|
|
ondragdrop="nsDragAndDrop.drop(event, personalToolbarObserver);"
|
|
|
|
ondraggesture="nsDragAndDrop.startDrag(event, personalToolbarObserver);"
|
2006-09-14 05:52:23 +00:00
|
|
|
ondragexit="nsDragAndDrop.dragExit(event, personalToolbarObserver);"
|
Bookmarks Window Updates, includes fixes for
27495, 38004, 42080, 43146, 43753, 47494, 50835, 53403, 55447, 55448, 55787
r=blake, a=hyatt
2006-09-14 05:56:00 +00:00
|
|
|
tbautostretch="always">
|
2006-09-14 05:49:45 +00:00
|
|
|
|
2006-09-14 05:52:47 +00:00
|
|
|
<!-- "Bookmarks" button on personal toolbar -->
|
2006-09-14 05:56:19 +00:00
|
|
|
<menubutton class="button-toolbar bookmark-item" id="bookmarks-button"
|
2006-09-14 05:56:42 +00:00
|
|
|
persist="hidden" label="&bookmarksButton.label;" hidden="false"
|
Bookmarks Window Updates, includes fixes for
27495, 38004, 42080, 43146, 43753, 47494, 50835, 53403, 55447, 55448, 55787
r=blake, a=hyatt
2006-09-14 05:56:00 +00:00
|
|
|
datasources="rdf:bookmarks rdf:files rdf:localsearch rdf:internetsearch rdf:httpindex"
|
2006-09-14 05:56:28 +00:00
|
|
|
ref="NC:BookmarksRoot" container="true" flags="dont-test-empty"
|
2006-09-14 05:57:28 +00:00
|
|
|
oncommand="OpenBookmarkURL(event.target,document.getElementById('BookmarksMenu').database)"
|
|
|
|
template="bookmarksMenuTemplate">
|
2006-09-14 05:53:18 +00:00
|
|
|
<menupopup>
|
2006-09-14 05:57:28 +00:00
|
|
|
<menuitem accesskey="&addCurPageCmd.accesskey;" key="addBookmarkKb" observes="Browser:AddBookmark"/>
|
|
|
|
<menuitem accesskey="&addCurPageAsCmd.accesskey;" key="addBookmarkAsKb" observes="Browser:AddBookmarkAs"/>
|
|
|
|
<menuseparator/>
|
|
|
|
<menuitem accesskey="&manBookmarksCmd.accesskey;" key="manBookmarkKb" observes="Browser:ManageBookmark"/>
|
2006-09-14 05:53:18 +00:00
|
|
|
<menuseparator/>
|
Bookmarks Window Updates, includes fixes for
27495, 38004, 42080, 43146, 43753, 47494, 50835, 53403, 55447, 55448, 55787
r=blake, a=hyatt
2006-09-14 05:56:00 +00:00
|
|
|
</menupopup>
|
|
|
|
</menubutton>
|
2006-09-14 05:57:28 +00:00
|
|
|
|
2006-09-14 05:57:56 +00:00
|
|
|
<button class="button-toolbar bookmark-item" id="home-button" label="&homeButton.label;"
|
|
|
|
tooltip="aTooltip" persist="hidden"
|
|
|
|
ondraggesture="nsDragAndDrop.startDrag(event, homeButtonObserver);"
|
|
|
|
ondragover="nsDragAndDrop.dragOver(event, homeButtonObserver);"
|
|
|
|
ondragdrop="nsDragAndDrop.drop(event, homeButtonObserver);"
|
|
|
|
ondragexit="nsDragAndDrop.dragExit(event, homeButtonObserver);"
|
|
|
|
oncommand="BrowserHome(); event.preventBubble();"/>
|
|
|
|
|
2006-09-14 05:57:28 +00:00
|
|
|
<toolbarseparator/>
|
2006-09-14 05:52:47 +00:00
|
|
|
|
2006-09-14 05:50:15 +00:00
|
|
|
<!-- Personal toolbar items -->
|
2006-09-14 05:57:28 +00:00
|
|
|
<hbox id="innermostBox" flex="1" style="min-width: 1px;" context="bmContext"
|
2006-09-14 05:56:28 +00:00
|
|
|
datasources="rdf:bookmarks rdf:files rdf:localsearch rdf:internetsearch rdf:httpindex"
|
|
|
|
ref="NC:PersonalToolbarFolder" flags="dont-test-empty"
|
2006-09-14 05:57:28 +00:00
|
|
|
type="http://home.netscape.com/NC-rdf#Folder"
|
2006-09-14 05:56:28 +00:00
|
|
|
oncommand="OpenBookmarkURL(event.target, document.getElementById('innermostBox').database)">
|
2006-09-14 05:49:41 +00:00
|
|
|
<template>
|
2006-09-14 05:57:28 +00:00
|
|
|
<rule parent="hbox" rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator">
|
|
|
|
<toolbarseparator uri="rdf:*"
|
|
|
|
type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type"/>
|
|
|
|
</rule>
|
|
|
|
|
|
|
|
<!-- yes, the type attribute is necessary otherwise all leaves are
|
|
|
|
treated as containers for some reason -->
|
|
|
|
<rule parent="hbox" iscontainer="true" isempty="true"
|
|
|
|
rdf:type="http://home.netscape.com/NC-rdf#Folder">
|
|
|
|
<menubutton class="button-toolbar bookmark-item" uri="rdf:*" editable="true"
|
|
|
|
type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
|
|
|
|
label="rdf:http://home.netscape.com/NC-rdf#Name">
|
|
|
|
<menupopup>
|
|
|
|
<menuitem label="&emptyItem.label;" disabled="true"/>
|
|
|
|
</menupopup>
|
|
|
|
</menubutton>
|
|
|
|
</rule>
|
|
|
|
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
<rule parent="hbox" iscontainer="true">
|
2006-09-14 05:57:28 +00:00
|
|
|
<menubutton class="button-toolbar bookmark-item" uri="rdf:*" editable="true"
|
|
|
|
type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
|
2006-09-14 05:56:42 +00:00
|
|
|
label="rdf:http://home.netscape.com/NC-rdf#Name">
|
2006-09-14 05:49:41 +00:00
|
|
|
<menupopup/>
|
|
|
|
</menubutton>
|
|
|
|
</rule>
|
2006-09-14 05:49:08 +00:00
|
|
|
|
2006-09-14 05:57:28 +00:00
|
|
|
<rule parent="hbox">
|
|
|
|
<button class="button-toolbar bookmark-item" uri="rdf:*" editable="true"
|
|
|
|
tooltip="aTooltip" tooltiptext="rdf:http://home.netscape.com/NC-rdf#URL"
|
|
|
|
type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
|
|
|
|
label="rdf:http://home.netscape.com/NC-rdf#Name" crop="right"/>
|
Bookmarks Window Updates, includes fixes for
27495, 38004, 42080, 43146, 43753, 47494, 50835, 53403, 55447, 55448, 55787
r=blake, a=hyatt
2006-09-14 05:56:00 +00:00
|
|
|
</rule>
|
|
|
|
|
2006-09-14 05:57:28 +00:00
|
|
|
<rule iscontainer="true" isempty="true"
|
|
|
|
rdf:type="http://home.netscape.com/NC-rdf#Folder">
|
|
|
|
<menupopup>
|
|
|
|
<menu class="menu-iconic bookmark-item" uri="rdf:*"
|
|
|
|
type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
|
|
|
|
label="rdf:http://home.netscape.com/NC-rdf#Name">
|
|
|
|
<menupopup>
|
|
|
|
<menuitem label="&emptyItem.label;" disabled="true"/>
|
|
|
|
</menupopup>
|
|
|
|
</menu>
|
|
|
|
</menupopup>
|
2006-09-14 05:49:41 +00:00
|
|
|
</rule>
|
2006-09-14 05:57:28 +00:00
|
|
|
|
2006-09-14 05:49:41 +00:00
|
|
|
<rule iscontainer="true">
|
|
|
|
<menupopup>
|
2006-09-14 05:56:19 +00:00
|
|
|
<menu class="menu-iconic bookmark-item" uri="rdf:*"
|
2006-09-14 05:57:28 +00:00
|
|
|
type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
|
2006-09-14 05:56:42 +00:00
|
|
|
label="rdf:http://home.netscape.com/NC-rdf#Name">
|
2006-09-14 05:49:41 +00:00
|
|
|
<menupopup/>
|
|
|
|
</menu>
|
|
|
|
</menupopup>
|
|
|
|
</rule>
|
2006-09-14 05:57:28 +00:00
|
|
|
|
2006-09-14 05:49:41 +00:00
|
|
|
<rule rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator">
|
|
|
|
<menupopup>
|
2006-09-14 05:57:28 +00:00
|
|
|
<menuseparator uri="rdf:*"
|
|
|
|
type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type"/>
|
2006-09-14 05:49:41 +00:00
|
|
|
</menupopup>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<menupopup>
|
2006-09-14 05:56:19 +00:00
|
|
|
<menuitem class="menuitem-iconic bookmark-item" uri="rdf:*"
|
2006-09-14 05:57:28 +00:00
|
|
|
type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
|
2006-09-14 05:56:42 +00:00
|
|
|
label="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
2006-09-14 05:49:41 +00:00
|
|
|
</menupopup>
|
|
|
|
</rule>
|
|
|
|
</template>
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
</hbox>
|
2006-09-14 05:49:41 +00:00
|
|
|
</toolbar>
|
2006-09-14 05:44:21 +00:00
|
|
|
|
2006-09-14 05:49:41 +00:00
|
|
|
</toolbox>
|
|
|
|
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
<hbox flex="1" >
|
2006-09-14 05:49:41 +00:00
|
|
|
<box id="sidebar-box" class="chromeclass-extrachrome"/>
|
|
|
|
<splitter id="sidebar-splitter" class="chromeclass-extrachrome" />
|
1999-10-26 00:39:19 +00:00
|
|
|
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
<vbox id="appcontent" flex="1"
|
2006-09-14 05:55:39 +00:00
|
|
|
ondragover="nsDragAndDrop.dragOver(event, contentAreaDNDObserver);"
|
|
|
|
ondragdrop="nsDragAndDrop.drop(event, contentAreaDNDObserver);">
|
2006-09-14 05:49:41 +00:00
|
|
|
|
2006-09-14 05:50:25 +00:00
|
|
|
<!-- this box is temporary, pending XBLified <browser> -->
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
<hbox id="browser" flex="1">
|
2006-09-14 05:55:39 +00:00
|
|
|
<browser id="content" type="content-primary" src="about:blank"
|
|
|
|
flex="1" tooltip="aHTMLTooltip"
|
|
|
|
context="contentAreaContextMenu"
|
|
|
|
onclick="return contentAreaClick(event);"
|
|
|
|
ondraggesture="nsDragAndDrop.startDrag(event, contentAreaDNDObserver);"/>
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
|
|
|
</hbox>
|
2006-09-14 05:57:55 +00:00
|
|
|
</vbox>
|
|
|
|
</hbox>
|
|
|
|
|
2006-09-14 05:52:50 +00:00
|
|
|
<statusbar id="status-bar" class="chromeclass-status">
|
2006-09-14 05:58:05 +00:00
|
|
|
<box id="component-bar"/>
|
2006-09-14 05:56:42 +00:00
|
|
|
<statusbarpanel id="statusbar-display" label="&statusText.label;" crop="right" flex="1"/>
|
2006-09-14 05:57:55 +00:00
|
|
|
<progressmeter class="progressmeter-statusbar" statusbar="true" id="statusbar-icon" mode="normal" value="0"/>
|
2006-09-14 05:58:05 +00:00
|
|
|
<statusbarpanel class="statusbarpanel-icononly" id="offline-status"/>
|
2006-09-14 05:52:52 +00:00
|
|
|
<statusbarpanel class="statusbarpanel-icononly" id="security-button"/>
|
2006-09-14 05:57:55 +00:00
|
|
|
</statusbar>
|
|
|
|
|
2006-09-14 05:58:05 +00:00
|
|
|
<resizer class="window-diagonal"/>
|
2006-09-14 05:57:55 +00:00
|
|
|
|
1999-09-25 02:53:55 +00:00
|
|
|
|
1999-07-27 02:57:36 +00:00
|
|
|
|
1999-07-01 22:56:04 +00:00
|
|
|
</window>
|