2006-07-29 08:35:06 +04:00
|
|
|
<?xml version="1.0"?> <!-- -*- Mode: xml; indent-tabs-mode: nil; -*- -->
|
1999-06-23 07:02:21 +04:00
|
|
|
<!--
|
|
|
|
|
2006-07-29 08:36:04 +04:00
|
|
|
***** BEGIN LICENSE BLOCK *****
|
|
|
|
Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
|
|
|
|
The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
the License. You may obtain a copy of the License at
|
|
|
|
http://www.mozilla.org/MPL/
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
for the specific language governing rights and limitations under the
|
|
|
|
License.
|
|
|
|
|
|
|
|
The Original Code is mozilla.org code.
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is
|
|
|
|
Netscape Communications Corporation.
|
|
|
|
Portions created by the Initial Developer are Copyright (C) 1998
|
|
|
|
the Initial Developer. All Rights Reserved.
|
|
|
|
|
|
|
|
Contributor(s):
|
|
|
|
Blake Ross <blaker@netscape.com>
|
|
|
|
|
|
|
|
Alternatively, the contents of this file may be used under the terms of
|
|
|
|
either of 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 ***** -->
|
1999-06-23 07:02:21 +04:00
|
|
|
|
2006-07-29 08:34:33 +04:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
2006-07-29 08:35:06 +04:00
|
|
|
|
|
|
|
<?xul-overlay href="chrome://communicator/content/history/historyTreeOverlay.xul"?>
|
2006-07-29 08:34:38 +04:00
|
|
|
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
|
2006-07-29 08:34:42 +04:00
|
|
|
<?xul-overlay href="chrome://communicator/content/tasksOverlay.xul"?>
|
1999-06-11 11:22:37 +04:00
|
|
|
|
2006-07-29 08:34:32 +04:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/history/history.dtd" >
|
2006-07-29 08:34:34 +04:00
|
|
|
|
2006-07-29 08:35:19 +04:00
|
|
|
<window title="&historyWindowTitle.label;" id="history-window"
|
2006-07-29 08:36:01 +04:00
|
|
|
onload="HistoryCommonInit();"
|
2006-07-29 08:35:06 +04:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
width="500" height="400"
|
|
|
|
persist="width height screenX screenY sizemode"
|
|
|
|
windowtype="history:manager">
|
1999-08-05 09:11:42 +04:00
|
|
|
|
2006-07-29 08:35:09 +04:00
|
|
|
<stringbundle id="historyBundle"
|
|
|
|
src="chrome://communicator/locale/history/history.properties"/>
|
2006-07-29 08:35:49 +04:00
|
|
|
<stringbundle id="sortBundle" src="chrome://global/locale/nsTreeSorting.properties"/>
|
2006-07-29 08:35:43 +04:00
|
|
|
|
2006-07-29 08:35:18 +04:00
|
|
|
<commandset id="tasksCommands">
|
2006-07-29 08:34:38 +04:00
|
|
|
<commandset id="selectEditMenuItems"/>
|
|
|
|
<commandset id="globalEditMenuItems"/>
|
2006-07-29 08:35:09 +04:00
|
|
|
<commandset id="historyEditMenuItems"
|
|
|
|
commandupdater="true"
|
|
|
|
events="select"
|
|
|
|
oncommandupdate="updateHistoryCommands()"/>
|
2006-07-29 08:35:19 +04:00
|
|
|
<command id="cmd_searchHistory" oncommand="window.openDialog('chrome://communicator/content/history/findHistory.xul', 'FindHistoryWindow', 'dialog=no,centerscreen,resizable=no,chrome,dependent');"/>
|
2006-07-29 08:35:17 +04:00
|
|
|
|
2006-07-29 08:34:38 +04:00
|
|
|
<!-- File Menu -->
|
2006-07-29 08:35:18 +04:00
|
|
|
<command id="cmd_close" oncommand="window.close()"/>
|
|
|
|
<command id="cmd_quit"/>
|
|
|
|
<command id="bm_cmd_saveas"/>
|
2006-07-29 08:34:38 +04:00
|
|
|
<!-- Edit Menu -->
|
2006-07-29 08:35:18 +04:00
|
|
|
<command id="cmd_deleteByHostname" oncommand="goDoCommand('cmd_deleteByHostname');"/>
|
|
|
|
<command id="cmd_deleteByDomain" oncommand="goDoCommand('cmd_deleteByDomain');"/>
|
2006-07-29 08:35:17 +04:00
|
|
|
|
2006-07-29 08:35:18 +04:00
|
|
|
</commandset>
|
2006-07-29 08:35:17 +04:00
|
|
|
|
2006-07-29 08:35:58 +04:00
|
|
|
<broadcaster id="Communicator:WorkMode"/>
|
|
|
|
|
2006-07-29 08:35:18 +04:00
|
|
|
<keyset id="tasksKeys">
|
2006-07-29 08:34:38 +04:00
|
|
|
<!-- File Menu -->
|
|
|
|
<key id="key_close"/>
|
|
|
|
<key id="key_quit"/>
|
|
|
|
<!-- Edit Menu -->
|
|
|
|
<key id="key_cut"/>
|
|
|
|
<key id="key_copy"/>
|
|
|
|
<key id="key_delete"/>
|
2006-07-29 08:36:07 +04:00
|
|
|
<key id="key_delete2"/>
|
2006-07-29 08:34:38 +04:00
|
|
|
<key id="key_selectAll"/>
|
2006-07-29 08:35:17 +04:00
|
|
|
<key id="key_searchHistory" key="&findHisCmd.commandkey;" command="cmd_searchHistory" modifiers="accel"/>
|
2006-07-29 08:34:38 +04:00
|
|
|
</keyset>
|
|
|
|
|
2006-07-29 08:35:26 +04:00
|
|
|
<popupset id="historyContextMenu"/>
|
|
|
|
|
2006-07-29 08:34:47 +04:00
|
|
|
<toolbox id="history-toolbox">
|
2006-07-29 08:35:34 +04:00
|
|
|
<menubar id="history-menu" grippytooltiptext="&menuBar.tooltip;">
|
2006-07-29 08:34:38 +04:00
|
|
|
<menu id="menu_File">
|
|
|
|
<menupopup id="menu_FilePopup">
|
|
|
|
<menuitem id="menu_close"/>
|
|
|
|
</menupopup>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu id="menu_Edit">
|
|
|
|
<menupopup>
|
2006-07-29 08:35:06 +04:00
|
|
|
<menuitem id="menu_cut"/>
|
2006-07-29 08:34:38 +04:00
|
|
|
<menuitem id="menu_copy"/>
|
|
|
|
<menuitem id="menu_delete"/>
|
2006-07-29 08:35:43 +04:00
|
|
|
<menuitem id="menu_deleteByHostname" command="cmd_deleteByHostname"
|
|
|
|
accesskey="&deleteHostnameCmd.accesskey;"/>
|
|
|
|
<menuitem id="menu_deleteByDomain" command="cmd_deleteByDomain"
|
|
|
|
accesskey="&deleteDomainCmd.accesskey;"/>
|
2006-07-29 08:34:44 +04:00
|
|
|
<menuseparator/>
|
2006-07-29 08:34:38 +04:00
|
|
|
<menuitem id="menu_selectAll"/>
|
|
|
|
</menupopup>
|
|
|
|
</menu>
|
|
|
|
<menu id="menu_View">
|
2006-07-29 08:35:25 +04:00
|
|
|
<menupopup onpopupshowing="fillViewMenu(this)">
|
2006-07-29 08:35:24 +04:00
|
|
|
<menu id="groupingMenu" label="&groupBy.label;" accesskey="&groupBy.accesskey;">
|
History should use outliner, provide a way to sort/view history the old way, win32 classic should use +/- twisties (73857, 71947, 80846, also fixes 66907, 59814, 71029, 48864, 69260, others). r=alecf sr=ben
2006-07-29 08:35:23 +04:00
|
|
|
<menupopup>
|
|
|
|
<menuitem id="groupByDay" label="&groupByDay.label;" accesskey="&groupByDay.accesskey;" type="radio" oncommand="GroupBy('day');"/>
|
2006-07-29 08:36:00 +04:00
|
|
|
<menuitem id="groupBySite" label="&groupBySite.label;" accesskey="&groupBySite.accesskey;" type="radio" oncommand="GroupBy('site');"/>
|
History should use outliner, provide a way to sort/view history the old way, win32 classic should use +/- twisties (73857, 71947, 80846, also fixes 66907, 59814, 71029, 48864, 69260, others). r=alecf sr=ben
2006-07-29 08:35:23 +04:00
|
|
|
<menuitem id="groupByNone" label="&groupByNone.label;" accesskey="&groupByNone.accesskey;" type="radio" oncommand="GroupBy('none');"/>
|
|
|
|
</menupopup>
|
|
|
|
</menu>
|
2006-07-29 08:34:38 +04:00
|
|
|
<menuitem type="radio" name="sort_column" id="unsorted_menuitem"
|
2006-07-29 08:35:16 +04:00
|
|
|
label="&menuitem.view.unsorted.label;"
|
2006-07-29 08:34:43 +04:00
|
|
|
accesskey="&menuitem.view.unsorted.accesskey;"
|
History should use outliner, provide a way to sort/view history the old way, win32 classic should use +/- twisties (73857, 71947, 80846, also fixes 66907, 59814, 71029, 48864, 69260, others). r=alecf sr=ben
2006-07-29 08:35:23 +04:00
|
|
|
oncommand="return SortInNewDirection('natural');"/>
|
2006-07-29 08:34:38 +04:00
|
|
|
<menuseparator id="fill_after_this_node"/>
|
|
|
|
<menuseparator id="fill_before_this_node"/>
|
|
|
|
<menuitem type="radio" name="sort_direction" id="sort_ascending"
|
2006-07-29 08:36:06 +04:00
|
|
|
label="&sortAscending.label;"
|
|
|
|
accesskey="&sortAscending.accesskey;"
|
History should use outliner, provide a way to sort/view history the old way, win32 classic should use +/- twisties (73857, 71947, 80846, also fixes 66907, 59814, 71029, 48864, 69260, others). r=alecf sr=ben
2006-07-29 08:35:23 +04:00
|
|
|
oncommand="return SortInNewDirection('ascending');"/>
|
2006-07-29 08:34:38 +04:00
|
|
|
<menuitem type="radio" name="sort_direction" id="sort_descending"
|
2006-07-29 08:36:06 +04:00
|
|
|
label="&sortDescending.label;"
|
|
|
|
accesskey="&sortDescending.accesskey;"
|
History should use outliner, provide a way to sort/view history the old way, win32 classic should use +/- twisties (73857, 71947, 80846, also fixes 66907, 59814, 71029, 48864, 69260, others). r=alecf sr=ben
2006-07-29 08:35:23 +04:00
|
|
|
oncommand="return SortInNewDirection('descending');"/>
|
2006-07-29 08:34:38 +04:00
|
|
|
</menupopup>
|
|
|
|
</menu>
|
2006-07-29 08:35:50 +04:00
|
|
|
<menu id="tasksMenu">
|
|
|
|
<menupopup id="taskPopup">
|
|
|
|
<menuitem id="menu_searchHistory" label="&findHisCmd.label;" key="key_searchHistory"
|
|
|
|
accesskey="&findHisCmd.accesskey;" command="cmd_searchHistory"/>
|
|
|
|
<menuseparator/>
|
|
|
|
</menupopup>
|
|
|
|
</menu>
|
|
|
|
<menu id="windowMenu"/>
|
|
|
|
<menu id="menu_Help"/>
|
2006-07-29 08:34:38 +04:00
|
|
|
</menubar>
|
2006-07-29 08:34:47 +04:00
|
|
|
</toolbox>
|
1999-06-11 11:22:37 +04:00
|
|
|
|
2006-07-29 08:35:49 +04:00
|
|
|
<tree id="historyTree"/>
|
2006-07-29 08:35:33 +04:00
|
|
|
<statusbar id="status-bar" class="chromeclass-status">
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2006-07-29 08:35:37 +04:00
|
|
|
<statusbarpanel id="statusbar-display" flex="1"/>
|
|
|
|
<statusbarpanel class="statusbarpanel-iconic" id="offline-status"/>
|
2006-07-29 08:34:47 +04:00
|
|
|
</statusbar>
|
1999-06-11 11:22:37 +04:00
|
|
|
|
2006-07-29 08:34:50 +04:00
|
|
|
</window>
|