зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1699074 - Move defaultFavicon.svg to toolkit/themes/shared/icons. r=desktop-theme-reviewers,mak,dao
Differential Revision: https://phabricator.services.mozilla.com/D108757
This commit is contained in:
Родитель
14ed2bbf83
Коммит
0f9acecce6
|
@ -356,7 +356,7 @@ input[name="password"] {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
background-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
|
background-image: url("chrome://global/skin/icons/defaultFavicon.svg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
-moz-context-properties: fill, fill-opacity;
|
-moz-context-properties: fill, fill-opacity;
|
||||||
|
|
|
@ -159,7 +159,7 @@ ol {
|
||||||
.favicon-wrapper {
|
.favicon-wrapper {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
background-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
|
background-image: url("chrome://global/skin/icons/defaultFavicon.svg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
margin-inline-end: 12px;
|
margin-inline-end: 12px;
|
||||||
-moz-context-properties: fill, fill-opacity;
|
-moz-context-properties: fill, fill-opacity;
|
||||||
|
|
|
@ -49,7 +49,7 @@ ContentSearchHandoffUIController.prototype = {
|
||||||
} else if (engine.iconData) {
|
} else if (engine.iconData) {
|
||||||
this._engineIcon = this._getFaviconURIFromIconData(engine.iconData);
|
this._engineIcon = this._getFaviconURIFromIconData(engine.iconData);
|
||||||
} else {
|
} else {
|
||||||
this._engineIcon = "chrome://mozapps/skin/places/defaultFavicon.svg";
|
this._engineIcon = "chrome://global/skin/icons/defaultFavicon.svg";
|
||||||
}
|
}
|
||||||
|
|
||||||
document.body.style.setProperty(
|
document.body.style.setProperty(
|
||||||
|
|
|
@ -88,7 +88,7 @@ this.ContentSearchUIController = (function() {
|
||||||
if (engine.iconData) {
|
if (engine.iconData) {
|
||||||
icon = this._getFaviconURIFromIconData(engine.iconData);
|
icon = this._getFaviconURIFromIconData(engine.iconData);
|
||||||
} else {
|
} else {
|
||||||
icon = "chrome://mozapps/skin/places/defaultFavicon.svg";
|
icon = "chrome://global/skin/icons/defaultFavicon.svg";
|
||||||
}
|
}
|
||||||
this._defaultEngine = {
|
this._defaultEngine = {
|
||||||
name: engine.name,
|
name: engine.name,
|
||||||
|
|
|
@ -19,7 +19,7 @@ const FIXTURE = [
|
||||||
"Firefox for Android — Mobile Web browser — More ways to customize and protect your privacy — Mozilla",
|
"Firefox for Android — Mobile Web browser — More ways to customize and protect your privacy — Mozilla",
|
||||||
url:
|
url:
|
||||||
"https://www.mozilla.org/en-US/firefox/android/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_campaign=synced-tabs-sidebar",
|
"https://www.mozilla.org/en-US/firefox/android/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_campaign=synced-tabs-sidebar",
|
||||||
icon: "chrome://mozapps/skin/places/defaultFavicon.svg",
|
icon: "chrome://global/skin/icons/defaultFavicon.svg",
|
||||||
client: "7cqCr77ptzX3",
|
client: "7cqCr77ptzX3",
|
||||||
lastUsed: 1452124677,
|
lastUsed: 1452124677,
|
||||||
},
|
},
|
||||||
|
|
|
@ -76,7 +76,7 @@ treechildren::-moz-tree-image(noicon) {
|
||||||
}
|
}
|
||||||
|
|
||||||
treechildren::-moz-tree-image(noicon) {
|
treechildren::-moz-tree-image(noicon) {
|
||||||
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
|
list-style-image: url("chrome://global/skin/icons/defaultFavicon.svg");
|
||||||
-moz-context-properties: fill;
|
-moz-context-properties: fill;
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,7 @@ treechildren::-moz-tree-image(noicon) {
|
||||||
}
|
}
|
||||||
|
|
||||||
treechildren::-moz-tree-image(noicon) {
|
treechildren::-moz-tree-image(noicon) {
|
||||||
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
|
list-style-image: url("chrome://global/skin/icons/defaultFavicon.svg");
|
||||||
-moz-context-properties: fill;
|
-moz-context-properties: fill;
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1675,7 +1675,7 @@ menuitem.panel-subview-footer@menuStateActive@,
|
||||||
|
|
||||||
.PanelUI-remotetabs-clientcontainer > toolbarbutton[itemtype="tab"],
|
.PanelUI-remotetabs-clientcontainer > toolbarbutton[itemtype="tab"],
|
||||||
#PanelUI-historyItems > toolbarbutton {
|
#PanelUI-historyItems > toolbarbutton {
|
||||||
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
|
list-style-image: url("chrome://global/skin/icons/defaultFavicon.svg");
|
||||||
-moz-context-properties: fill;
|
-moz-context-properties: fill;
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@ treechildren::-moz-tree-image {
|
||||||
}
|
}
|
||||||
|
|
||||||
treechildren::-moz-tree-image(title) {
|
treechildren::-moz-tree-image(title) {
|
||||||
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
|
list-style-image: url("chrome://global/skin/icons/defaultFavicon.svg");
|
||||||
padding-inline-end: 2px;
|
padding-inline-end: 2px;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
.searchbar-engine-image {
|
.searchbar-engine-image {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
|
list-style-image: url("chrome://global/skin/icons/defaultFavicon.svg");
|
||||||
-moz-context-properties: fill;
|
-moz-context-properties: fill;
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
|
|
|
@ -132,7 +132,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.item.tab > .item-title-container > .item-icon-container {
|
.item.tab > .item-title-container > .item-icon-container {
|
||||||
background-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
|
background-image: url("chrome://global/skin/icons/defaultFavicon.svg");
|
||||||
-moz-context-properties: fill;
|
-moz-context-properties: fill;
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
|
|
|
@ -322,7 +322,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-icon-image {
|
.tab-icon-image {
|
||||||
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
|
list-style-image: url("chrome://global/skin/icons/defaultFavicon.svg");
|
||||||
-moz-context-properties: fill;
|
-moz-context-properties: fill;
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
|
@ -1049,7 +1049,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.all-tabs-button {
|
.all-tabs-button {
|
||||||
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
|
list-style-image: url("chrome://global/skin/icons/defaultFavicon.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
.all-tabs-secondary-button > label {
|
.all-tabs-secondary-button > label {
|
||||||
|
|
|
@ -472,7 +472,7 @@ toolbar[brighttext] #panic-button[open] {
|
||||||
/* ----- BOOKMARK BUTTONS ----- */
|
/* ----- BOOKMARK BUTTONS ----- */
|
||||||
|
|
||||||
.bookmark-item {
|
.bookmark-item {
|
||||||
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
|
list-style-image: url("chrome://global/skin/icons/defaultFavicon.svg");
|
||||||
-moz-context-properties: fill;
|
-moz-context-properties: fill;
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
|
|
|
@ -350,7 +350,7 @@ var State = {
|
||||||
|
|
||||||
let type = "other";
|
let type = "other";
|
||||||
let name = `${host} (${id})`;
|
let name = `${host} (${id})`;
|
||||||
let image = "chrome://mozapps/skin/places/defaultFavicon.svg";
|
let image = "chrome://global/skin/icons/defaultFavicon.svg";
|
||||||
let found = tabFinder.get(parseInt(id));
|
let found = tabFinder.get(parseInt(id));
|
||||||
if (found) {
|
if (found) {
|
||||||
if (found.tabbrowser) {
|
if (found.tabbrowser) {
|
||||||
|
|
|
@ -328,7 +328,7 @@ interface nsIFaviconDataCallback : nsISupports
|
||||||
*/
|
*/
|
||||||
#define NS_PLACES_FAVICONS_EXPIRED_TOPIC_ID "places-favicons-expired"
|
#define NS_PLACES_FAVICONS_EXPIRED_TOPIC_ID "places-favicons-expired"
|
||||||
|
|
||||||
#define FAVICON_DEFAULT_URL "chrome://mozapps/skin/places/defaultFavicon.svg"
|
#define FAVICON_DEFAULT_URL "chrome://global/skin/icons/defaultFavicon.svg"
|
||||||
#define FAVICON_DEFAULT_MIMETYPE "image/svg+xml"
|
#define FAVICON_DEFAULT_MIMETYPE "image/svg+xml"
|
||||||
|
|
||||||
#define FAVICON_ERRORPAGE_URL "chrome://global/skin/icons/warning.svg"
|
#define FAVICON_ERRORPAGE_URL "chrome://global/skin/icons/warning.svg"
|
||||||
|
|
|
@ -56,7 +56,7 @@ panel[type="autocomplete-richlistbox"] {
|
||||||
max-height: 16px;
|
max-height: 16px;
|
||||||
margin-inline-start: 6px;
|
margin-inline-start: 6px;
|
||||||
margin-inline-end: 8px;
|
margin-inline-end: 8px;
|
||||||
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
|
list-style-image: url("chrome://global/skin/icons/defaultFavicon.svg");
|
||||||
-moz-context-properties: fill;
|
-moz-context-properties: fill;
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,7 +44,7 @@ panel[type="autocomplete-richlistbox"] {
|
||||||
max-height: 16px;
|
max-height: 16px;
|
||||||
margin-inline-start: 6px;
|
margin-inline-start: 6px;
|
||||||
margin-inline-end: 8px;
|
margin-inline-end: 8px;
|
||||||
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
|
list-style-image: url("chrome://global/skin/icons/defaultFavicon.svg");
|
||||||
-moz-context-properties: fill;
|
-moz-context-properties: fill;
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
|
|
До Ширина: | Высота: | Размер: 1.1 KiB После Ширина: | Высота: | Размер: 1.1 KiB |
|
@ -44,6 +44,7 @@ toolkit.jar:
|
||||||
skin/classic/global/icons/columnpicker.svg (../../shared/icons/columnpicker.svg)
|
skin/classic/global/icons/columnpicker.svg (../../shared/icons/columnpicker.svg)
|
||||||
skin/classic/global/icons/critical.svg (../../shared/icons/critical.svg)
|
skin/classic/global/icons/critical.svg (../../shared/icons/critical.svg)
|
||||||
skin/classic/global/icons/delete.svg (../../shared/icons/delete.svg)
|
skin/classic/global/icons/delete.svg (../../shared/icons/delete.svg)
|
||||||
|
skin/classic/global/icons/defaultFavicon.svg (../../shared/icons/defaultFavicon.svg)
|
||||||
skin/classic/global/icons/document.svg (../../shared/icons/document.svg)
|
skin/classic/global/icons/document.svg (../../shared/icons/document.svg)
|
||||||
skin/classic/global/icons/edit.svg (../../shared/icons/edit.svg)
|
skin/classic/global/icons/edit.svg (../../shared/icons/edit.svg)
|
||||||
skin/classic/global/icons/error.svg (../../shared/icons/error.svg)
|
skin/classic/global/icons/error.svg (../../shared/icons/error.svg)
|
||||||
|
@ -127,9 +128,6 @@ toolkit.jar:
|
||||||
skin/classic/global/media/error.png (../../shared/media/error.png)
|
skin/classic/global/media/error.png (../../shared/media/error.png)
|
||||||
skin/classic/global/media/throbber.png (../../shared/media/throbber.png)
|
skin/classic/global/media/throbber.png (../../shared/media/throbber.png)
|
||||||
skin/classic/global/media/stalled.png (../../shared/media/stalled.png)
|
skin/classic/global/media/stalled.png (../../shared/media/stalled.png)
|
||||||
#ifdef MOZ_PLACES
|
|
||||||
skin/classic/mozapps/places/defaultFavicon.svg (../../shared/places/defaultFavicon.svg)
|
|
||||||
#endif
|
|
||||||
skin/classic/global/plugins/plugin.svg (../../shared/plugins/plugin.svg)
|
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/plugin-blocked.svg (../../shared/plugins/plugin-blocked.svg)
|
||||||
skin/classic/global/pictureinpicture/player.css (../../shared/pictureinpicture/player.css)
|
skin/classic/global/pictureinpicture/player.css (../../shared/pictureinpicture/player.css)
|
||||||
|
|
|
@ -54,7 +54,7 @@ panel[type="autocomplete-richlistbox"] {
|
||||||
max-height: 16px;
|
max-height: 16px;
|
||||||
margin-inline-start: 6px;
|
margin-inline-start: 6px;
|
||||||
margin-inline-end: 8px;
|
margin-inline-end: 8px;
|
||||||
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
|
list-style-image: url("chrome://global/skin/icons/defaultFavicon.svg");
|
||||||
-moz-context-properties: fill;
|
-moz-context-properties: fill;
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче