From c5a0167e439d73a6612ea0eca129de2daa14a84b Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Thu, 26 Feb 2004 22:57:45 +0000 Subject: [PATCH] Bug #235651 -->remove unnecessary chrome registration git-svn-id: svn://10.0.0.236/trunk@153304 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mail/installer/windows/langenus.jst | 1 - mozilla/mail/installer/windows/mail.jst | 7 ------- 2 files changed, 8 deletions(-) diff --git a/mozilla/mail/installer/windows/langenus.jst b/mozilla/mail/installer/windows/langenus.jst index dba7aaefa9d..e81ed8868d4 100644 --- a/mozilla/mail/installer/windows/langenus.jst +++ b/mozilla/mail/installer/windows/langenus.jst @@ -58,7 +58,6 @@ if(verifyDiskSpace(fProgram, srDest)) registerChrome(chromeType, cf, localeName + "global/"); registerChrome(chromeType, pf, localeName + "global-platform/"); - registerChrome(chromeType, cf, localeName + "passwordmgr/"); registerChrome(chromeType, cf, localeName + "mozapps/"); registerChrome(chromeType, cf, localeName + "necko/"); diff --git a/mozilla/mail/installer/windows/mail.jst b/mozilla/mail/installer/windows/mail.jst index b77b03f05fe..2ab55234295 100644 --- a/mozilla/mail/installer/windows/mail.jst +++ b/mozilla/mail/installer/windows/mail.jst @@ -467,7 +467,6 @@ if(verifyDiskSpace(fProgram, srDest)) registerChrome(CONTENT | DELAYED_CHROME, getFolder("Chrome","mail.jar"),"content/autoconfig/"); registerChrome(CONTENT | DELAYED_CHROME, getFolder("Chrome","mail.jar"),"content/necko/"); - registerChrome(CONTENT | DELAYED_CHROME, getFolder("Chrome","mail.jar"),"content/cookie/"); registerChrome(CONTENT | DELAYED_CHROME, getFolder("Chrome","mail.jar"),"content/wallet/"); registerChrome(CONTENT | DELAYED_CHROME, getFolder("Chrome","mail.jar"),"content/xbl-marquee/"); @@ -530,12 +529,6 @@ if(verifyDiskSpace(fProgram, srDest)) logComment("Installing: " + fProgram + "chrome\\installed-chrome.txt"); logComment("Installing: " + fProgram + "chrome\\chrome.rdf"); logComment("Create Folder: " + fProgram + "chrome\\overlayinfo"); - logComment("Create Folder: " + fProgram + "chrome\\overlayinfo\\cookie"); - logComment("Create Folder: " + fProgram + "chrome\\overlayinfo\\cookie\\content"); - logComment("Installing: " + fProgram + "chrome\\overlayinfo\\cookie\\content\\overlays.rdf"); - logComment("Create Folder: " + fProgram + "chrome\\overlayinfo\\inspector"); - logComment("Create Folder: " + fProgram + "chrome\\overlayinfo\\inspector\\content"); - logComment("Installing: " + fProgram + "chrome\\overlayinfo\\inspector\\content\\overlays.rdf"); logComment("Create Folder: " + fProgram + "chrome\\overlayinfo\\communicator"); logComment("Create Folder: " + fProgram + "chrome\\overlayinfo\\communicator\\content"); logComment("Installing: " + fProgram + "chrome\\overlayinfo\\communicator\\content\\overlays.rdf");