500049: Refresh and cleanup images, r=stuart

--HG--
rename : mobile/themes/hildon/images/check-default-30.png => mobile/themes/hildon/images/check-30.png
rename : mobile/themes/hildon/images/tab-close.png => mobile/themes/hildon/images/close-30.png
rename : mobile/themes/hildon/images/go-default-30.png => mobile/themes/hildon/images/go-30.png
rename : mobile/themes/hildon/images/reload-default-30.png => mobile/themes/hildon/images/reload-30.png
rename : mobile/themes/hildon/images/star-default-30.png => mobile/themes/hildon/images/star-30.png
rename : mobile/themes/hildon/images/starred-default-64.png => mobile/themes/hildon/images/starred-64.png
rename : mobile/themes/hildon/images/stop-default-30.png => mobile/themes/hildon/images/stop-30.png
rename : mobile/themes/hildon/images/tag-default-30.png => mobile/themes/hildon/images/tag-30.png
rename : mobile/themes/wince/images/check-default-30.png => mobile/themes/wince/images/check-30.png
rename : mobile/themes/wince/images/tab-close.png => mobile/themes/wince/images/close-30.png
rename : mobile/themes/wince/images/go-default-30.png => mobile/themes/wince/images/go-30.png
rename : mobile/themes/wince/images/reload-default-30.png => mobile/themes/wince/images/reload-30.png
rename : mobile/themes/wince/images/star-default-30.png => mobile/themes/wince/images/star-30.png
rename : mobile/themes/wince/images/starred-default-64.png => mobile/themes/wince/images/starred-64.png
rename : mobile/themes/wince/images/stop-default-30.png => mobile/themes/wince/images/stop-30.png
rename : mobile/themes/wince/images/tag-default-30.png => mobile/themes/wince/images/tag-30.png
This commit is contained in:
Mark Finkle 2009-07-01 15:16:52 -04:00
parent a2486d4918
commit 3f07e0c089
42 changed files with 50 additions and 52 deletions

View File

@ -358,7 +358,7 @@
if (!this._itemId)
return;
if (this.hasAttribute("uri")) {
if (this.hasAttribute("uri") && this.type != "folder") {
this._uri = this._ioService.newURI(this.getAttribute("uri"), null, null);
let icon = document.getAnonymousElementByAttribute(this, "anonid", "favicon");
icon.src = this._faviconService.getFaviconImageForPage(this._uri).spec;

View File

@ -44,7 +44,7 @@ const TOOLBARSTATE_LOADED = 2;
const URLBAR_FORCE = 1;
const URLBAR_EDIT = 2;
const kDefaultFavIconURL = "chrome://browser/skin/images/default-favicon.png";
const kDefaultFavIconURL = "chrome://browser/skin/images/favicon-default-30.png";
[
[

View File

@ -71,15 +71,15 @@ toolbarbutton.urlbar-cap-button {
}
#tool-go {
list-style-image: url("chrome://browser/skin/images/go-default-30.png");
list-style-image: url("chrome://browser/skin/images/go-30.png");
}
#tool-reload {
list-style-image: url("chrome://browser/skin/images/reload-default-30.png");
list-style-image: url("chrome://browser/skin/images/reload-30.png");
}
#tool-stop {
list-style-image: url("chrome://browser/skin/images/stop-default-30.png");
list-style-image: url("chrome://browser/skin/images/stop-30.png");
}
#urlbar-icons[mode="loading"] > #tool-go,
@ -345,7 +345,7 @@ placelabel.bookmark-folder {
/* folders have a fixed image */
.bookmark-folder-image {
list-style-image: url("chrome://browser/skin/images/folder.png");
list-style-image: url("chrome://browser/skin/images/folder-30.png");
}
/* control the manage controls */
@ -379,11 +379,11 @@ placeitem .button-text {
border: none;
margin: 0;
padding: 0;
list-style-image: url("chrome://browser/skin/images/folder_close.png");
list-style-image: url("chrome://browser/skin/images/close-30.png");
}
.tool-search {
list-style-image: url("chrome://browser/skin/images/navigation_magnifier.gif");
list-style-image: url("chrome://browser/skin/images/navigation-magnifier-30.png");
}
.searchengine {
@ -422,11 +422,11 @@ placeitem .button-text {
}
.ac-result-type-bookmark {
list-style-image: url("chrome://browser/skin/images/star-default-30.png");
list-style-image: url("chrome://browser/skin/images/star-30.png");
}
.ac-result-type-tag {
list-style-image: url("chrome://browser/skin/images/tag-default-30.png");
list-style-image: url("chrome://browser/skin/images/tag-30.png");
}
/* Left sidebar (tabs) ---------------------------------------------------- */
@ -471,7 +471,7 @@ richlistitem[type="documenttab"][selected="true"] .documenttab-canvas {
.documenttab-close {
width: 28px;
height: 30px;
list-style-image: url("chrome://browser/skin/images/tab-close.png");
list-style-image: url("chrome://browser/skin/images/close-30.png");
}
vbox:first-child richlistitem[type="documenttab"]:only-child .documenttab-close {
@ -492,7 +492,7 @@ findbar {
}
findbar .findbar-closebutton {
list-style-image: url("chrome://browser/skin/images/tab-close.png");
list-style-image: url("chrome://browser/skin/images/close-30.png");
}
/* bookmark editor ------------------------------------------------------- */
@ -657,5 +657,5 @@ richpref {
}
#select-list > option[selected="true"] > image {
list-style-image: url("chrome://browser/skin/images/check-default-30.png");
list-style-image: url("chrome://browser/skin/images/check-30.png");
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 712 B

View File

@ -51,7 +51,7 @@
background: url(chrome://firstrun/content/firstrun_background.gif) repeat;
}
</style>
<link rel="icon" type="image/png" href="chrome://firstrun/content/favicon.png" />
<link rel="icon" type="image/png" href="chrome://firstrun/content/favicon-fennec-30.png" />
</head>
<body>
<div id="splash"><center><img src="chrome://firstrun/content/firstrun_splash.gif"/></center></div>

View File

Before

Width:  |  Height:  |  Size: 341 B

After

Width:  |  Height:  |  Size: 341 B

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 699 B

After

Width:  |  Height:  |  Size: 699 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 885 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 599 B

View File

Before

Width:  |  Height:  |  Size: 808 B

After

Width:  |  Height:  |  Size: 808 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

Before

Width:  |  Height:  |  Size: 630 B

After

Width:  |  Height:  |  Size: 630 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -5,22 +5,21 @@ firstrun.jar:
content/firstrun_splash.gif (firstrun/firstrun_splash.gif)
content/firstrun_background.gif (firstrun/firstrun_background.gif)
content/firstrun.html (firstrun/firstrun.html)
content/favicon.png (firstrun/favicon.png)
content/favicon-fennec-30.png (firstrun/favicon-fennec-30.png)
classic.jar:
% skin browser classic/1.0 %
platform.css (platform.css)
browser.css (browser.css)
notification.css (notification.css)
images/default-favicon.png (images/default-favicon.png)
images/starred-default-64.png (images/starred-default-64.png)
images/favicon-default-30.png (images/favicon-default-30.png)
images/starred-64.png (images/starred-64.png)
images/throbber.png (images/throbber.png)
images/navigation_magnifier.gif (images/navigation_magnifier.gif)
images/folder.png (images/folder.png)
images/folder_close.png (images/folder_close.png)
images/stop-default-30.png (images/stop-default-30.png)
images/reload-default-30.png (images/reload-default-30.png)
images/go-default-30.png (images/go-default-30.png)
images/navigation-magnifier-30.png (images/navigation-magnifier-30.png)
images/folder-30.png (images/folder-30.png)
images/stop-30.png (images/stop-30.png)
images/reload-30.png (images/reload-30.png)
images/go-30.png (images/go-30.png)
images/addons-default-64.png (images/addons-default-64.png)
images/addons-active-64.png (images/addons-active-64.png)
images/back-default-64.png (images/back-default-64.png)
@ -58,8 +57,8 @@ classic.jar:
images/identitySSL-64.png (images/identitySSL-64.png)
images/lock-40.png (images/lock-40.png)
images/unlock-40.png (images/unlock-40.png)
images/tab-close.png (images/tab-close.png)
images/tag-default-30.png (images/tag-default-30.png)
images/star-default-30.png (images/star-default-30.png)
images/check-default-30.png (images/check-default-30.png)
images/close-30.png (images/close-30.png)
images/tag-30.png (images/tag-30.png)
images/star-30.png (images/star-30.png)
images/check-30.png (images/check-30.png)
images/geo-16.png (images/geo-16.png)

View File

@ -71,15 +71,15 @@ toolbarbutton.urlbar-cap-button {
}
#tool-go {
list-style-image: url("chrome://browser/skin/images/go-default-30.png");
list-style-image: url("chrome://browser/skin/images/go-30.png");
}
#tool-reload {
list-style-image: url("chrome://browser/skin/images/reload-default-30.png");
list-style-image: url("chrome://browser/skin/images/reload-30.png");
}
#tool-stop {
list-style-image: url("chrome://browser/skin/images/stop-default-30.png");
list-style-image: url("chrome://browser/skin/images/stop-30.png");
}
#urlbar-icons[mode="loading"] > #tool-go,
@ -345,7 +345,7 @@ placelabel.bookmark-folder {
/* folders have a fixed image */
.bookmark-folder-image {
list-style-image: url("chrome://browser/skin/images/folder.png");
list-style-image: url("chrome://browser/skin/images/folder-30.png");
}
/* control the manage controls */
@ -379,11 +379,11 @@ placeitem .button-text {
border: none;
margin: 0;
padding: 0;
list-style-image: url("chrome://browser/skin/images/folder_close.png");
list-style-image: url("chrome://browser/skin/images/close-30.png");
}
.tool-search {
list-style-image: url("chrome://browser/skin/images/navigation_magnifier.gif");
list-style-image: url("chrome://browser/skin/images/navigation-magnifier-30.png");
}
.searchengine {
@ -422,11 +422,11 @@ placeitem .button-text {
}
.ac-result-type-bookmark {
list-style-image: url("chrome://browser/skin/images/star-default-30.png");
list-style-image: url("chrome://browser/skin/images/star-30.png");
}
.ac-result-type-tag {
list-style-image: url("chrome://browser/skin/images/tag-default-30.png");
list-style-image: url("chrome://browser/skin/images/tag-30.png");
}
/* Left sidebar (tabs) ---------------------------------------------------- */
@ -471,7 +471,7 @@ richlistitem[type="documenttab"][selected="true"] .documenttab-canvas {
.documenttab-close {
width: 28px;
height: 30px;
list-style-image: url("chrome://browser/skin/images/tab-close.png");
list-style-image: url("chrome://browser/skin/images/close-30.png");
}
vbox:first-child richlistitem[type="documenttab"]:only-child .documenttab-close {
@ -492,7 +492,7 @@ findbar {
}
findbar .findbar-closebutton {
list-style-image: url("chrome://browser/skin/images/tab-close.png");
list-style-image: url("chrome://browser/skin/images/close-30.png");
}
/* bookmark editor ------------------------------------------------------- */
@ -657,5 +657,5 @@ richpref {
}
#select-list > option[selected="true"] > image {
list-style-image: url("chrome://browser/skin/images/check-default-30.png");
list-style-image: url("chrome://browser/skin/images/check-30.png");
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 712 B

View File

@ -51,7 +51,7 @@
background: url(chrome://firstrun/content/firstrun_background.gif) repeat;
}
</style>
<link rel="icon" type="image/png" href="chrome://firstrun/content/favicon.png" />
<link rel="icon" type="image/png" href="chrome://firstrun/content/favicon-fennec-30.png" />
</head>
<body>
<div id="splash"><center><img src="chrome://firstrun/content/firstrun_splash.gif"/></center></div>

View File

Before

Width:  |  Height:  |  Size: 341 B

After

Width:  |  Height:  |  Size: 341 B

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 699 B

After

Width:  |  Height:  |  Size: 699 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 885 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 599 B

View File

Before

Width:  |  Height:  |  Size: 808 B

After

Width:  |  Height:  |  Size: 808 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

Before

Width:  |  Height:  |  Size: 630 B

After

Width:  |  Height:  |  Size: 630 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -5,22 +5,21 @@ firstrun.jar:
content/firstrun_splash.gif (firstrun/firstrun_splash.gif)
content/firstrun_background.gif (firstrun/firstrun_background.gif)
content/firstrun.html (firstrun/firstrun.html)
content/favicon.png (firstrun/favicon.png)
content/favicon-fennec-30.png (firstrun/favicon-fennec-30.png)
classic.jar:
% skin browser classic/1.0 %
platform.css (platform.css)
browser.css (browser.css)
notification.css (notification.css)
images/default-favicon.png (images/default-favicon.png)
images/starred-default-64.png (images/starred-default-64.png)
images/favicon-default-30.png (images/favicon-default-30.png)
images/starred-64.png (images/starred-64.png)
images/throbber.png (images/throbber.png)
images/navigation_magnifier.gif (images/navigation_magnifier.gif)
images/folder.png (images/folder.png)
images/folder_close.png (images/folder_close.png)
images/stop-default-30.png (images/stop-default-30.png)
images/reload-default-30.png (images/reload-default-30.png)
images/go-default-30.png (images/go-default-30.png)
images/navigation-magnifier-30.png (images/navigation-magnifier-30.png)
images/folder-30.png (images/folder-30.png)
images/stop-30.png (images/stop-30.png)
images/reload-30.png (images/reload-30.png)
images/go-30.png (images/go-30.png)
images/addons-default-64.png (images/addons-default-64.png)
images/addons-active-64.png (images/addons-active-64.png)
images/back-default-64.png (images/back-default-64.png)
@ -58,8 +57,8 @@ classic.jar:
images/identitySSL-64.png (images/identitySSL-64.png)
images/lock-40.png (images/lock-40.png)
images/unlock-40.png (images/unlock-40.png)
images/tab-close.png (images/tab-close.png)
images/tag-default-30.png (images/tag-default-30.png)
images/star-default-30.png (images/star-default-30.png)
images/check-default-30.png (images/check-default-30.png)
images/close-30.png (images/close-30.png)
images/tag-30.png (images/tag-30.png)
images/star-30.png (images/star-30.png)
images/check-30.png (images/check-30.png)
images/geo-16.png (images/geo-16.png)