Backed out changeset 6f15be127fc2 (bug 1661043) for bustages on pluginGeneric.svg . CLOSED TREE

This commit is contained in:
Narcis Beleuzu 2020-08-26 20:28:40 +03:00
parent f635e5dd35
commit bdf357a57b
5 changed files with 10 additions and 5 deletions

View File

@ -736,9 +736,6 @@ class PluginParent extends JSWindowActorParent {
let crashurl = Services.urlFormatter.formatURLPref("app.support.baseURL");
crashurl += "plugin-crashed-notificationbar";
link.href = crashurl;
// Append a blank text node to make sure we don't put
// the link right next to the end of the message text.
notification.messageText.appendChild(new Text(" "));
notification.messageText.appendChild(link);
}
}

View File

@ -98,7 +98,7 @@ body {
background-image: url("chrome://mozapps/skin/extensions/category-themes.svg");
}
.category[name="plugin"] {
background-image: url("chrome://global/skin/plugins/plugin.svg");
background-image: url("chrome://mozapps/skin/extensions/category-plugins.svg");
}
.category[name="dictionary"] {
background-image: url("chrome://mozapps/skin/extensions/category-dictionaries.svg");

View File

@ -0,0 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="context-fill" fill-opacity="context-fill-opacity" width="32" height="32">
<rect x="1" y="6" width="14" height="10" rx="1" ry="1" />
<path d="M6 3H3a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2zM13 3h-3a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2z"/>
</svg>

After

Width:  |  Height:  |  Size: 510 B

View File

@ -121,7 +121,7 @@ toolkit.jar:
#endif
skin/classic/global/plugins/plugin.svg (../../shared/plugins/plugin.svg)
skin/classic/global/plugins/plugin-blocked.svg (../../shared/plugins/plugin-blocked.svg)
skin/classic/global/plugins/pluginGeneric.svg (../../shared/plugins/plugin.svg)
skin/classic/global/plugins/pluginGeneric.svg (../../shared/extensions/category-plugins.svg)
skin/classic/global/plugins/pluginProblem.css (../../shared/plugins/pluginProblem.css)
skin/classic/global/plugins/contentPluginBlocked.png (../../shared/plugins/contentPluginBlocked.png)
skin/classic/global/plugins/contentPluginCrashed.png (../../shared/plugins/contentPluginCrashed.png)

View File

@ -25,6 +25,7 @@
skin/classic/mozapps/profile/profileDowngrade.css (../../shared/profile/profileDowngrade.css)
skin/classic/mozapps/profile/information.svg (../../shared/profile/information.svg)
% override chrome://mozapps/skin/extensions/category-plugins.svg chrome://global/skin/plugins/pluginGeneric.svg
% override chrome://mozapps/skin/extensions/category-extensions.svg chrome://mozapps/skin/extensions/extensionGeneric.svg
% override chrome://mozapps/skin/extensions/category-languages.svg chrome://mozapps/skin/extensions/localeGeneric.svg
% override chrome://mozapps/skin/extensions/category-themes.svg chrome://mozapps/skin/extensions/themeGeneric.svg