diff --git a/mozilla/editor/ui/composer/content/TextEditorAppShell.xul b/mozilla/editor/ui/composer/content/TextEditorAppShell.xul index 4e8b899ce2c..585ab66b28d 100644 --- a/mozilla/editor/ui/composer/content/TextEditorAppShell.xul +++ b/mozilla/editor/ui/composer/content/TextEditorAppShell.xul @@ -26,7 +26,7 @@ - + diff --git a/mozilla/editor/ui/composer/content/editor.xul b/mozilla/editor/ui/composer/content/editor.xul index c26f9e0aef3..9b8309fa042 100644 --- a/mozilla/editor/ui/composer/content/editor.xul +++ b/mozilla/editor/ui/composer/content/editor.xul @@ -30,7 +30,7 @@ - + diff --git a/mozilla/editor/ui/composer/content/editorOverlay.xul b/mozilla/editor/ui/composer/content/editorOverlay.xul index b7b01623309..9d5f1cc89c4 100644 --- a/mozilla/editor/ui/composer/content/editorOverlay.xul +++ b/mozilla/editor/ui/composer/content/editorOverlay.xul @@ -42,7 +42,6 @@ - @@ -84,7 +83,6 @@ events="create" oncommandupdate="goUpdateComposerMenuItems(this)" > - @@ -264,8 +262,6 @@ --> - - @@ -282,7 +278,6 @@ - diff --git a/mozilla/extensions/irc/xul/content/chatzilla.xul b/mozilla/extensions/irc/xul/content/chatzilla.xul index 433cdff95e5..c0470c55fe8 100644 --- a/mozilla/extensions/irc/xul/content/chatzilla.xul +++ b/mozilla/extensions/irc/xul/content/chatzilla.xul @@ -30,7 +30,7 @@ - + - + + xmlns:html="http://www.w3.org/1999/xhtml" + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> - + -function displaySecurityAdvisor() -{ - var psm = Components.classes["component://netscape/psm"].getService(); - psm = psm.QueryInterface(Components.interfaces.nsIPSMComponent); - psm.displaySecurityAdvisor( null, null ); -} - - - - + - + diff --git a/mozilla/extensions/psm-glue/res/content/makefile.win b/mozilla/extensions/psm-glue/res/content/makefile.win index 57211b3c7e7..b6271832de0 100644 --- a/mozilla/extensions/psm-glue/res/content/makefile.win +++ b/mozilla/extensions/psm-glue/res/content/makefile.win @@ -24,14 +24,12 @@ include <$(DEPTH)/config/config.mak> include <$(DEPTH)\config\rules.mak> install:: $(DLL) - $(MAKE_INSTALL) NavSecurityOverlay.xul $(DIST)\bin\chrome\packages\core\navigator\content - $(MAKE_INSTALL) NavSecurityUI.js $(DIST)\bin\chrome\packages\core\navigator\content - -install:: $(DLL) - $(MAKE_INSTALL) PSMTaskMenu.xul $(DIST)\bin\chrome\packages\widget-toolkit\global\content + $(MAKE_INSTALL) securityOverlay.xul $(DIST)\bin\chrome\packages\core\communicator\content + $(MAKE_INSTALL) securityUI.js $(DIST)\bin\chrome\packages\core\communicator\content + $(MAKE_INSTALL) PSMTaskMenu.xul $(DIST)\bin\chrome\packages\core\communicator\content clobber:: - $(RM) $(DIST)\bin\chrome\packages\core\navigator\content\NavSecurityOverlay.xul - $(RM) $(DIST)\bin\chrome\packages\core\navigator\content\NavSecurityUI.js - $(RM) $(DIST)\bin\chrome\packages\widget-toolkit\global\content\PSMTaskMenu.xul + $(RM) $(DIST)\bin\chrome\packages\core\communicator\content\securityOverlay.xul + $(RM) $(DIST)\bin\chrome\packages\core\communicator\content\securityUI.js + $(RM) $(DIST)\bin\chrome\packages\core\communicator\content\PSMTaskMenu.xul diff --git a/mozilla/extensions/psm-glue/res/content/securityOverlay.xul b/mozilla/extensions/psm-glue/res/content/securityOverlay.xul new file mode 100644 index 00000000000..ff775edda62 --- /dev/null +++ b/mozilla/extensions/psm-glue/res/content/securityOverlay.xul @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/mailnews/base/prefs/resources/content/makefile.win b/mozilla/mailnews/base/prefs/resources/content/makefile.win index 139a7647c44..bc84f705ddf 100644 --- a/mozilla/mailnews/base/prefs/resources/content/makefile.win +++ b/mozilla/mailnews/base/prefs/resources/content/makefile.win @@ -75,6 +75,7 @@ CHROME_CONTENT = \ .\SmtpServerEdit.js \ .\smtpEditOverlay.xul \ .\smtpEditOverlay.js \ + .\mailPrefsOverlay.xul \ $(NULL) include <$(DEPTH)\config\rules.mak> diff --git a/mozilla/mailnews/base/prefs/resources/locale/en-US/MANIFEST b/mozilla/mailnews/base/prefs/resources/locale/en-US/MANIFEST index ae30719c0b7..dc8e9ecff8c 100644 --- a/mozilla/mailnews/base/prefs/resources/locale/en-US/MANIFEST +++ b/mozilla/mailnews/base/prefs/resources/locale/en-US/MANIFEST @@ -45,3 +45,4 @@ prefs.properties am-serverwithnoidentities.dtd SmtpServerList.dtd smtpEditOverlay.dtd +mailPrefsOverlay.dtd diff --git a/mozilla/mailnews/base/prefs/resources/locale/en-US/Makefile.in b/mozilla/mailnews/base/prefs/resources/locale/en-US/Makefile.in index 95b243ab352..97f6da913a0 100644 --- a/mozilla/mailnews/base/prefs/resources/locale/en-US/Makefile.in +++ b/mozilla/mailnews/base/prefs/resources/locale/en-US/Makefile.in @@ -55,6 +55,7 @@ CHROME_L10N = \ am-serverwithnoidentities.dtd \ SmtpServerList.dtd \ smtpEditOverlay.dtd \ + mailPrefsOverlay.dtd \ $(NULL) include $(topsrcdir)/config/rules.mk diff --git a/mozilla/mailnews/base/prefs/resources/locale/en-US/mailPrefsOverlay.dtd b/mozilla/mailnews/base/prefs/resources/locale/en-US/mailPrefsOverlay.dtd new file mode 100644 index 00000000000..04290072231 --- /dev/null +++ b/mozilla/mailnews/base/prefs/resources/locale/en-US/mailPrefsOverlay.dtd @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/mozilla/mailnews/base/prefs/resources/locale/en-US/makefile.win b/mozilla/mailnews/base/prefs/resources/locale/en-US/makefile.win index e2084390b0e..6b89b98d9ad 100644 --- a/mozilla/mailnews/base/prefs/resources/locale/en-US/makefile.win +++ b/mozilla/mailnews/base/prefs/resources/locale/en-US/makefile.win @@ -50,6 +50,7 @@ CHROME_L10N = \ .\am-serverwithnoidentities.dtd \ .\SmtpServerList.dtd \ .\smtpEditOverlay.dtd \ + .\mailPrefsOverlay.dtd \ $(NULL) include <$(DEPTH)\config\rules.mak> diff --git a/mozilla/mailnews/base/resources/content/MANIFEST b/mozilla/mailnews/base/resources/content/MANIFEST index 9da76ad78b7..deb3edb61cd 100644 --- a/mozilla/mailnews/base/resources/content/MANIFEST +++ b/mozilla/mailnews/base/resources/content/MANIFEST @@ -54,3 +54,10 @@ msgPrintEngine.js msgPrintEngine.xul openSaveAttachment.xul openSaveAttachment.js +mailTasksOverlay.xul +mailNavigatorOverlay.xul +mailEditorOverlay.xul +mailABOverlay.xul +mailMessengerOverlay.xul +mailMessengerComposeOverlay.xul +mailOverlay.xul diff --git a/mozilla/mailnews/base/resources/content/Makefile.in b/mozilla/mailnews/base/resources/content/Makefile.in index 7d27beb55b8..a42af852397 100644 --- a/mozilla/mailnews/base/resources/content/Makefile.in +++ b/mozilla/mailnews/base/resources/content/Makefile.in @@ -76,6 +76,13 @@ CHROME_CONTENT = \ imapTest.js \ openSaveAttachment.xul \ openSaveAttachment.js \ + mailTasksOverlay.xul \ + mailNavigatorOverlay.xul \ + mailEditorOverlay.xul \ + mailABOverlay.xul \ + mailMessengerOverlay.xul \ + mailMessengerComposeOverlay.xul \ + mailOverlay.xul \ $(NULL) include $(topsrcdir)/config/rules.mk diff --git a/mozilla/mailnews/base/resources/content/folderPane.xul b/mozilla/mailnews/base/resources/content/folderPane.xul index ce17afad982..e235f52d3f5 100644 --- a/mozilla/mailnews/base/resources/content/folderPane.xul +++ b/mozilla/mailnews/base/resources/content/folderPane.xul @@ -41,9 +41,13 @@ ondragdrop="return DropOnFolderTree(event);" onclick="FolderPaneOnClick(event);"> + + + + - - - - - diff --git a/mozilla/mailnews/base/resources/content/mail3PaneWindowVertLayout.xul b/mozilla/mailnews/base/resources/content/mail3PaneWindowVertLayout.xul index 34cd39218b8..2f426e69e93 100644 --- a/mozilla/mailnews/base/resources/content/mail3PaneWindowVertLayout.xul +++ b/mozilla/mailnews/base/resources/content/mail3PaneWindowVertLayout.xul @@ -27,8 +27,9 @@ Rights Reserved. + - + diff --git a/mozilla/mailnews/base/resources/content/mailABOverlay.xul b/mozilla/mailnews/base/resources/content/mailABOverlay.xul new file mode 100644 index 00000000000..3a485b80006 --- /dev/null +++ b/mozilla/mailnews/base/resources/content/mailABOverlay.xul @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + diff --git a/mozilla/mailnews/base/resources/content/mailEditorOverlay.xul b/mozilla/mailnews/base/resources/content/mailEditorOverlay.xul new file mode 100644 index 00000000000..f00a4d65843 --- /dev/null +++ b/mozilla/mailnews/base/resources/content/mailEditorOverlay.xul @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/mailnews/base/resources/content/mailMessengerComposeOverlay.xul b/mozilla/mailnews/base/resources/content/mailMessengerComposeOverlay.xul new file mode 100644 index 00000000000..254fa1f4c46 --- /dev/null +++ b/mozilla/mailnews/base/resources/content/mailMessengerComposeOverlay.xul @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + diff --git a/mozilla/mailnews/base/resources/content/mailMessengerOverlay.xul b/mozilla/mailnews/base/resources/content/mailMessengerOverlay.xul new file mode 100644 index 00000000000..437692917c3 --- /dev/null +++ b/mozilla/mailnews/base/resources/content/mailMessengerOverlay.xul @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + diff --git a/mozilla/mailnews/base/resources/content/mailNavigatorOverlay.xul b/mozilla/mailnews/base/resources/content/mailNavigatorOverlay.xul new file mode 100644 index 00000000000..b9708c1ef05 --- /dev/null +++ b/mozilla/mailnews/base/resources/content/mailNavigatorOverlay.xul @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/mailnews/base/resources/content/mailOverlay.xul b/mozilla/mailnews/base/resources/content/mailOverlay.xul new file mode 100644 index 00000000000..9d704e9cb83 --- /dev/null +++ b/mozilla/mailnews/base/resources/content/mailOverlay.xul @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mozilla/mailnews/base/resources/content/mailTasksOverlay.xul b/mozilla/mailnews/base/resources/content/mailTasksOverlay.xul new file mode 100644 index 00000000000..78ae2145534 --- /dev/null +++ b/mozilla/mailnews/base/resources/content/mailTasksOverlay.xul @@ -0,0 +1,60 @@ + + + +%brandDTD; + +%mailTasksOverlayDTD; +]> + + + + + + +