Bug 426453 - "Wrong plugin icon size used" [p=reed r=Mano a1.9=beltzner]

This commit is contained in:
reed@reedloden.com 2008-05-07 19:10:12 -07:00
parent 061325b4dc
commit daf8046f67
11 changed files with 5 additions and 7 deletions

View File

@ -5912,7 +5912,7 @@ missingPluginInstaller.prototype.newMissingPlugin = function(aEvent){
var bundle_browser = document.getElementById("bundle_browser");
var blockedNotification = notificationBox.getNotificationWithValue("blocked-plugins");
const priority = notificationBox.PRIORITY_WARNING_MEDIUM;
const iconURL = "chrome://mozapps/skin/plugins/pluginGeneric.png";
const iconURL = "chrome://mozapps/skin/plugins/pluginGeneric-16.png";
if (aEvent.type == "PluginBlocklisted" && !blockedNotification) {
var messageString = bundle_browser.getString("blockedpluginsMessage.title");

View File

@ -54,7 +54,6 @@ classic.jar:
skin/classic/browser/preferences/application.png (preferences/application.png)
skin/classic/browser/preferences/mail.png (preferences/mail.png)
skin/classic/browser/preferences/Options.png (preferences/Options.png)
skin/classic/browser/preferences/plugin.png (preferences/plugin.png)
* skin/classic/browser/preferences/preferences.css (preferences/preferences.css)
skin/classic/browser/preferences/applications.css (preferences/applications.css)
skin/classic/browser/tabbrowser/tab-arrow-end.png (tabbrowser/tab-arrow-end.png)

View File

@ -79,7 +79,7 @@ menuitem[appHandlerIcon="feed"] {
richlistitem[appHandlerIcon="plugin"],
menuitem[appHandlerIcon="plugin"] {
list-style-image: url("chrome://browser/skin/preferences/plugin.png");
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
}
.actionsMenu .menulist-icon {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 565 B

View File

@ -111,7 +111,6 @@ classic.jar:
skin/classic/browser/preferences/alwaysAsk.png (preferences/alwaysAsk.png)
skin/classic/browser/preferences/application.png (preferences/application.png)
skin/classic/browser/preferences/Options.png (preferences/Options.png)
skin/classic/browser/preferences/plugin.png (preferences/plugin.png)
skin/classic/browser/preferences/saveFile.png (preferences/saveFile.png)
skin/classic/browser/preferences/preferences.css (preferences/preferences.css)
skin/classic/browser/preferences/applications.css (preferences/applications.css)

View File

@ -78,7 +78,7 @@ menuitem[appHandlerIcon="feed"] {
richlistitem[appHandlerIcon="plugin"],
menuitem[appHandlerIcon="plugin"] {
list-style-image: url("chrome://browser/skin/preferences/plugin.png");
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
}
.actionsMenu .menulist-icon {

View File

@ -70,7 +70,6 @@ classic.jar:
skin/classic/browser/preferences/application.png (preferences/application.png)
skin/classic/browser/preferences/mail.png (preferences/mail.png)
skin/classic/browser/preferences/Options.png (preferences/Options.png)
skin/classic/browser/preferences/plugin.png (preferences/plugin.png)
skin/classic/browser/preferences/saveFile.png (preferences/saveFile.png)
skin/classic/browser/preferences/preferences.css (preferences/preferences.css)
skin/classic/browser/preferences/applications.css (preferences/applications.css)

View File

@ -79,7 +79,7 @@ menuitem[appHandlerIcon="feed"] {
richlistitem[appHandlerIcon="plugin"],
menuitem[appHandlerIcon="plugin"] {
list-style-image: url("chrome://browser/skin/preferences/plugin.png");
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
}
.actionsMenu .menulist-icon {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 544 B

View File

@ -24,6 +24,7 @@ classic.jar:
skin/classic/mozapps/passwordmgr/key.png (passwordmgr/key.png)
skin/classic/mozapps/plugins/missingPlugin.css (plugins/missingPlugin.css)
skin/classic/mozapps/plugins/pluginGeneric.png (plugins/pluginGeneric.png)
skin/classic/mozapps/plugins/pluginGeneric-16.png (plugins/pluginGeneric-16.png)
skin/classic/mozapps/profile/profileicon.png (profile/profileicon.png)
skin/classic/mozapps/profile/profileSelection.css (profile/profileSelection.css)
skin/classic/mozapps/shared/itemFader.png (shared/itemFader.png)

View File

Before

Width:  |  Height:  |  Size: 804 B

After

Width:  |  Height:  |  Size: 804 B