bug 75898 Mac needs platform-specific keybinding for new message (r=akkana, sr=sspitzer, a=asa, adt=jaime)

This commit is contained in:
brade%netscape.com 2002-04-05 13:42:52 +00:00
Родитель c4b7b10914
Коммит 2ee578753f
9 изменённых файлов: 22 добавлений и 23 удалений

Просмотреть файл

@ -543,6 +543,7 @@ sub ProcessJarManifests()
CreateJarFromManifest(":mozilla:layout:html:forms:src:jar.mn", $chrome_dir, \%jars);
CreateJarFromManifest(":mozilla:layout:html:base:src:jar.mn", $chrome_dir, \%jars);
CreateJarFromManifest(":mozilla:mailnews:jar.mn", $chrome_dir, \%jars);
CreateJarFromManifest(":mozilla:mailnews:base:resources:content:mac:jar.mn", $chrome_dir, \%jars);
if ($main::options{smime} && $main::options{psm}) {
CreateJarFromManifest(":mozilla:mailnews:extensions:smime:jar.mn", $chrome_dir, \%jars);
}

Просмотреть файл

@ -1,23 +0,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.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 2000 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
#
# This is a list of local files which get copied to the chrome\messenger\content\default directory
#
platformMailnewsOverlay.xul

Просмотреть файл

@ -0,0 +1,3 @@
messenger.jar:
content/messenger/platformMailnewsOverlay.xul
content/messenger/platformMailOverlay.xul

Просмотреть файл

@ -0,0 +1,11 @@
<?xml version="1.0"?>
<!-- mac version of platformMailOverlay.xul -->
<!DOCTYPE window SYSTEM "chrome://messenger/locale/mailOverlay.dtd">
<overlay id="platformMailOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<key id="key_newMessage" key="&newMessageCmd.key;" modifiers="accel,shift" command="cmd_newMessage"/>
</overlay>

Просмотреть файл

@ -1,5 +1,8 @@
<?xml version="1.0"?>
<!-- platform specific commands -->
<?xul-overlay href="chrome://messenger/content/platformMailOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://messenger/locale/mailOverlay.dtd">
<overlay id="mailABOverlay"

Просмотреть файл

@ -1,5 +1,8 @@
<?xml version="1.0"?>
<!-- platform specific commands -->
<?xul-overlay href="chrome://messenger/content/platformMailOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://messenger/locale/mailOverlay.dtd">
<overlay id="mailOverlay.xul"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

Просмотреть файл

Просмотреть файл

Просмотреть файл

@ -143,6 +143,7 @@ messenger.jar:
content/messenger/mailOverlay.xul (base/resources/content/mailOverlay.xul)
content/messenger/mailWidgets.xml (base/resources/content/mailWidgets.xml)
content/messenger/platformMailnewsOverlay.xul (base/resources/content/win/platformMailnewsOverlay.xul)
content/messenger/platformMailOverlay.xul (base/resources/content/win/platformMailOverlay.xul)
content/messenger/SearchDialog.xul (base/search/resources/content/SearchDialog.xul)
content/messenger/ABSearchDialog.xul (base/search/resources/content/ABSearchDialog.xul)
content/messenger/SearchDialog.js (base/search/resources/content/SearchDialog.js)