2006-07-29 05:33:43 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/tasksOverlay.css" type="text/css"?>
|
|
|
|
|
2006-07-29 05:41:27 +00:00
|
|
|
<!DOCTYPE overlay [
|
2006-07-29 05:33:43 +00:00
|
|
|
<!ENTITY % tasksDTD SYSTEM "chrome://communicator/locale/tasksOverlay.dtd" >
|
|
|
|
%tasksDTD;
|
|
|
|
]>
|
|
|
|
|
|
|
|
<overlay id="tasksOverlay"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
|
2006-07-29 05:36:15 +00:00
|
|
|
<script type="application/x-javascript" src="chrome://communicator/content/tasksOverlay.js"/>
|
2006-07-29 05:34:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2006-07-29 05:36:35 +00:00
|
|
|
<keyset id="tasksKeys">
|
|
|
|
<key id="key_navigator" key="&navigatorCmd.commandkey;" command="Tasks:Navigator" modifiers="accel"/>
|
2006-07-29 05:35:28 +00:00
|
|
|
|
2006-07-29 05:34:18 +00:00
|
|
|
</keyset>
|
2006-07-29 05:36:35 +00:00
|
|
|
<commandset id="tasksCommands">
|
|
|
|
<command id="Tasks:Navigator" oncommand="toNavigator();"/>
|
|
|
|
</commandset>
|
2006-07-29 05:34:18 +00:00
|
|
|
|
|
|
|
|
2006-07-29 05:33:43 +00:00
|
|
|
<!-- Tasks Menu -->
|
2006-07-29 05:41:05 +00:00
|
|
|
<menu id="tasksMenu" label="&tasksMenu.label;" accesskey="&tasksMenu.accesskey;">
|
|
|
|
<menupopup id="taskPopup">
|
|
|
|
<menuitem id="downloadmgr" label="&downloadManagerCmd.label;" accesskey="&downloadManagerCmd.accesskey;" oncommand="toDownloadManager();"/>
|
|
|
|
<menuseparator/>
|
|
|
|
<menu label="&webDevelopment.label;" accesskey="&webDevelopment.accesskey;">
|
|
|
|
<menupopup id="toolsPopup" onpopupshowing="javaItemEnabling();">
|
2006-07-29 05:44:56 +00:00
|
|
|
<menuitem label="&errorConsoleCmd.label;" accesskey="&errorConsoleCmd.accesskey;" oncommand="toJavaScriptConsole();"/>
|
2006-07-29 05:41:52 +00:00
|
|
|
<menuitem id="java" label="&javaConsoleCmd.label;" accesskey="&javaConsoleCmd.accesskey;" oncommand="toJavaConsole()"/>
|
2006-07-29 05:41:05 +00:00
|
|
|
</menupopup>
|
|
|
|
</menu>
|
2006-07-29 05:42:47 +00:00
|
|
|
<menuseparator id="sep_switchprofile"/>
|
2006-07-29 05:42:45 +00:00
|
|
|
<menuitem id="cmd_switchprofile" label="&switchProfileCmd.label;" accesskey="&switchProfileCmd.accesskey;" oncommand="toProfileManager();"/>
|
2006-07-29 05:41:05 +00:00
|
|
|
</menupopup>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu id="windowMenu" label="&windowMenu.label;" accesskey="&windowMenu.accesskey;"
|
|
|
|
datasources="rdf:window-mediator" ref="NC:WindowMediatorRoot"
|
2006-07-29 05:42:48 +00:00
|
|
|
onpopupshowing="checkFocusedWindow();">
|
2006-07-29 05:33:43 +00:00
|
|
|
<template>
|
|
|
|
<rule>
|
|
|
|
<menupopup>
|
2006-07-29 05:40:16 +00:00
|
|
|
<menuitem uri="rdf:*" label="rdf:http://home.netscape.com/NC-rdf#KeyIndex rdf:http://home.netscape.com/NC-rdf#Name" type="radio"
|
2006-07-29 05:42:53 +00:00
|
|
|
name="windowList" oncommand="ShowWindowFromResource(event.target)" accesskey="rdf:http://home.netscape.com/NC-rdf#KeyIndex"/>
|
2006-07-29 05:33:43 +00:00
|
|
|
</menupopup>
|
|
|
|
</rule>
|
|
|
|
</template>
|
2006-07-29 05:41:05 +00:00
|
|
|
<menupopup id="windowPopup">
|
2006-07-29 05:41:14 +00:00
|
|
|
<menuitem label="&navigatorCmd.label;" accesskey="&navigatorCmd.accesskey;" key="key_navigator" command="Tasks:Navigator" id="tasksMenuNavigator" class="menuitem-iconic icon-navigator16"/>
|
2006-07-29 05:34:22 +00:00
|
|
|
|
|
|
|
<!-- Overlays get stuffed in here. -->
|
2006-07-29 05:40:16 +00:00
|
|
|
<menuseparator id="sep-window-list"/>
|
2006-07-29 05:33:43 +00:00
|
|
|
</menupopup>
|
|
|
|
</menu>
|
2006-07-29 05:36:58 +00:00
|
|
|
|
2006-07-29 05:41:05 +00:00
|
|
|
|
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 05:40:07 +00:00
|
|
|
<statusbarpanel id="component-bar" persist="collapsed">
|
2006-07-29 05:37:49 +00:00
|
|
|
<toolbarbutton class="taskbutton" id="mini-nav" oncommand="toNavigator();"
|
2006-07-29 05:37:51 +00:00
|
|
|
tooltiptext="&taskNavigator.tooltip;"/>
|
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 05:40:07 +00:00
|
|
|
</statusbarpanel>
|
2006-07-29 05:33:43 +00:00
|
|
|
</overlay>
|