mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
8f26b59dcb
Bug 117203: Insecure POST warning only comes up for first tab Bug 120043: Page Info shows information about a page in the first tab r=sgehani, r=kaie/ddrinan (for security stuff), sr=sspitzer (for mail/news stuff), sr=hyatt, a=asa. Work based on patch by Smaug <smaug@jippii.fi>.
201 lines
8.6 KiB
XML
201 lines
8.6 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
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
|
|
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
|
Rights Reserved.
|
|
-->
|
|
<?xml-stylesheet href="chrome://messenger/skin/mailWindow2.css" type="text/css"?>
|
|
|
|
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
|
|
<?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>
|
|
<?xul-overlay href="chrome://messenger/content/platformMailnewsOverlay.xul"?>
|
|
<?xul-overlay href="chrome://messenger/content/threadPane.xul"?>
|
|
<?xul-overlay href="chrome://messenger/content/folderPane.xul"?>
|
|
<?xul-overlay href="chrome://messenger/content/msgHdrViewOverlay.xul"?>
|
|
<?xul-overlay href="chrome://messenger/content/mailWindowOverlay.xul"?>
|
|
<?xul-overlay href="chrome://messenger/content/mailOverlay.xul"?>
|
|
<?xul-overlay href="chrome://communicator/content/sidebar/sidebarOverlay.xul"?>
|
|
<?xul-overlay href="chrome://communicator/content/tasksOverlay.xul"?>
|
|
<?xul-overlay href="chrome://communicator/content/communicatorOverlay.xul"?>
|
|
|
|
<!DOCTYPE window [
|
|
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
|
%brandDTD;
|
|
<!ENTITY % messengerDTD SYSTEM "chrome://messenger/locale/messenger.dtd" >
|
|
%messengerDTD;
|
|
]>
|
|
|
|
<window id="messengerWindow"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
xmlns:nc="http://home.netscape.com/NC-rdf#"
|
|
title="&messengerWindow.title;"
|
|
titlemodifier="&titleModifier.label;"
|
|
titlemenuseparator="&titleSeparator.label;"
|
|
onload="OnLoadMessenger()"
|
|
onunload="OnUnloadMessenger()"
|
|
width="750"
|
|
height="500"
|
|
screenX="10" screenY="10"
|
|
persist="width height screenX screenY sizemode"
|
|
windowtype="mail:3pane">
|
|
|
|
<stringbundleset id="stringbundleset">
|
|
<stringbundle id="bundle_messenger" src="chrome://messenger/locale/messenger.properties"/>
|
|
<stringbundle id="bundle_brand" src="chrome://global/locale/brand.properties"/>
|
|
<stringbundle id="bundle_search" src="chrome://messenger/locale/search.properties"/>
|
|
</stringbundleset>
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/widgetglue.js"/>
|
|
<script type="application/x-javascript" src="chrome://messenger/content/commandglue.js"/>
|
|
<script type="application/x-javascript" src="chrome://messenger/content/shareglue.js"/>
|
|
<script type="application/x-javascript" src="chrome://messenger/content/msgViewNavigation.js"/>
|
|
<script type="application/x-javascript" src="chrome://messenger/content/mailWindow.js"/>
|
|
<script type="application/x-javascript" src="chrome://messenger/content/msgMail3PaneWindow.js"/>
|
|
<script type="application/x-javascript" src="chrome://messenger/content/mail3PaneWindowCommands.js"/>
|
|
<script type="application/x-javascript" src="chrome://messenger/content/mailContextMenus.js"/>
|
|
<script type="application/x-javascript" src="chrome://messenger/content/messengerdnd.js"/>
|
|
<script type="application/x-javascript" src="chrome://messenger/content/accountUtils.js"/>
|
|
<script type="application/x-javascript" src="chrome://messenger/content/mail-offline.js"/>
|
|
<script type="application/x-javascript" src="chrome://communicator/content/contentAreaClick.js"/>
|
|
<script type="application/x-javascript" src="chrome://global/content/nsTransferable.js"/>
|
|
<script type="application/x-javascript" src="chrome://global/content/nsDragAndDrop.js"/>
|
|
<script type="application/x-javascript" src="chrome://messenger/content/searchBar.js"/>
|
|
|
|
<commandset id="mailCommands">
|
|
<commandset id="mailFileMenuItems"/>
|
|
<commandset id="mailViewMenuItems"/>
|
|
<commandset id="mailEditMenuItems"/>
|
|
<commandset id="mailEditContextMenuItems"/>
|
|
<commandset id="mailSearchMenuItems"/>
|
|
<commandset id="mailGoMenuItems"/>
|
|
<commandset id="mailMessageMenuItems"/>
|
|
<commandset id="mailToolbarItems"/>
|
|
<commandset id="mailGetMsgMenuItems"/>
|
|
<commandset id="mailMarkMenuItems"/>
|
|
<commandset id="mailLabelMenuItems"/>
|
|
|
|
<commandset id="globalEditMenuItems"/>
|
|
<commandset id="selectEditMenuItems"/>
|
|
<commandset id="clipboardEditMenuItems"/>
|
|
<commandset id="FocusRingUpdate_Mail"
|
|
commandupdater="true"
|
|
events="focus"
|
|
oncommandupdate="FocusRingUpdate_Mail()"/>
|
|
<commandset id="tasksCommands"/>
|
|
<command id="toggleSidebar"/>
|
|
</commandset>
|
|
|
|
<broadcasterset id="mailBroadcasters">
|
|
<!-- File Menu -->
|
|
<broadcaster id="Communicator:WorkMode"/>
|
|
<!-- Edit Menu -->
|
|
</broadcasterset>
|
|
|
|
<keyset id="mailKeys">
|
|
<key id="showHideSidebar"/>
|
|
<keyset id="tasksKeys"/>
|
|
</keyset>
|
|
|
|
<popup id="threadPaneContext"/>
|
|
<popup id="folderPaneContext"/>
|
|
<popup id="attachmentTreeContext"/>
|
|
<tooltip id="attachmentTreeTooltip"/>
|
|
|
|
<popup id="emailAddressPopup" popupanchor="bottomleft" onpopupshowing="goUpdateCommand('cmd_createFilterFromPopup')">
|
|
<menuitem label="&AddToAddressBook.label;"
|
|
accesskey="&AddToAddressBook.accesskey;"
|
|
oncommand="AddNodeToAddressBook(document.popupNode)"/>
|
|
<menuitem label="&SendMailTo.label;"
|
|
accesskey="&SendMailTo.accesskey;"
|
|
oncommand="SendMailToNode(document.popupNode)"/>
|
|
<menuitem label="&CopyEmailAddress.label;"
|
|
accesskey="&CopyEmailAddress.accesskey;"
|
|
oncommand="CopyEmailAddress(document.popupNode)"/>
|
|
<menuitem label="&CreateFilter.label;"
|
|
accesskey="&CreateFilter.accesskey;"
|
|
oncommand="CreateFilter(document.popupNode)"
|
|
observes="cmd_createFilterFromPopup"/>
|
|
</popup>
|
|
|
|
<popup id="allHeadersPopup" onpopupshowing="return fillAllHeadersPopup(document.popupNode);" popupanchor="bottomleft">
|
|
<hbox id="allHeadersPopupContainer">
|
|
</hbox>
|
|
</popup>
|
|
|
|
<popup id="messagePaneContext"/>
|
|
<popup id="sidebarPopup"/>
|
|
|
|
<toolbox id="mailToolbarToolbox" class="toolbox-top">
|
|
<menubar id="mailMenubar"/>
|
|
</toolbox>
|
|
<!-- The main mail three pane frame -->
|
|
|
|
|
|
<hbox style="height:100px" flex="1">
|
|
<vbox id="sidebar-box" persist="collapsed width"/>
|
|
<splitter id="sidebar-splitter" state="collapsed"/>
|
|
|
|
<vbox flex="1">
|
|
<hbox id="mail3PaneVertLayoutBox" persist="collapsed height" flex="1">
|
|
<vbox id="folderPaneBox" flex="1" autostretch="always" persist="width">
|
|
<outliner id="folderOutliner" flex="1" style="width:0px;" context="folderPaneContext" persist="collapsed width height"/>
|
|
</vbox>
|
|
<splitter id="gray_vertical_splitter" collapse="before" persist="state">
|
|
<grippy/>
|
|
</splitter>
|
|
|
|
|
|
<hbox id="mail3PaneVertLayoutBox" persist="collapsed width" flex="2">
|
|
<vbox id="searchAndthreadpaneBox" persist="width" flex ="1">
|
|
<hbox id="searchBox"/>
|
|
<vbox id="threadpaneBox" flex="1" persist="width">
|
|
<outliner id="threadOutliner" flex="1" persist="width" style="width:0px" context="threadPaneContext"/>
|
|
</vbox>
|
|
</vbox>
|
|
<hbox id="accountCentralBox" flex="1" persist="width">
|
|
<iframe name="accountCentralPane" style="width:0px;" flex="1" src="about:blank"/>
|
|
</hbox>
|
|
</hbox>
|
|
</hbox>
|
|
<!-- if you change this id, please change GetThreadAndMessagePaneSplitter() and MsgToggleMessagePane() -->
|
|
<splitter id="threadpane-splitter" collapse="after" persist="state"
|
|
onmouseup="OnMouseUpThreadAndMessagePaneSplitter()">
|
|
<grippy onclick="OnClickThreadAndMessagePaneSplitterGrippy()"/>
|
|
</splitter>
|
|
<!-- msg header view -->
|
|
<vbox id="messagepanebox" flex="4" persist="collapsed height">
|
|
<hbox id="msgHeaderView"/>
|
|
|
|
<!-- message view -->
|
|
<browser id="messagepane" context="messagePaneContext"
|
|
style="height: 0px" flex="1" name="messagepane"
|
|
disablehistory="true" type="content-primary" src="about:blank"
|
|
disablesecurity="true" onclick="contentAreaClick(event);"/>
|
|
</vbox>
|
|
|
|
</vbox>
|
|
|
|
</hbox>
|
|
|
|
<statusbar id="status-bar" class="mailwindow-statusbar">
|
|
<statusbarpanel id="unreadMessageCount" style="min-width: 5px"/>
|
|
<statusbarpanel id="totalMessageCount" style="min-width: 5px"/>
|
|
</statusbar>
|
|
|
|
|
|
</window>
|