Bug 1320058 - Use saveFile.png on windows for the save icon r?dao draft
authorDan Banner <dbugs@thebanners.uk>
Thu, 01 Jun 2017 14:38:54 +0100
changeset 587658 525e3e52821c6fe15b837f679dc3b269067a8114
parent 586973 7b8937970f9ca85db88cb2496f2112175fd847c8
child 631333 0a14730f8aeb25fb0ff17151bf392bfb5b3e0cfe
push id61775
push userbmo:dbugs@thebanners.uk
push dateThu, 01 Jun 2017 13:39:25 +0000
reviewersdao
bugs1320058
milestone55.0a1
Bug 1320058 - Use saveFile.png on windows for the save icon r?dao MozReview-Commit-ID: 8vtLMKrtKrt
browser/base/content/test/static/browser_all_files_referenced.js
browser/themes/windows/preferences/applications.css
--- a/browser/base/content/test/static/browser_all_files_referenced.js
+++ b/browser/base/content/test/static/browser_all_files_referenced.js
@@ -124,18 +124,16 @@ var whitelist = new Set([
   {file: "chrome://browser/skin/customizableui/customize-illustration-rtl@2x.png",
    platforms: ["linux", "win"]},
   {file: "chrome://browser/skin/customizableui/customize-illustration@2x.png",
    platforms: ["linux", "win"]},
   {file: "chrome://browser/skin/customizableui/info-icon-customizeTip@2x.png",
    platforms: ["linux", "win"]},
   {file: "chrome://browser/skin/customizableui/panelarrow-customizeTip@2x.png",
    platforms: ["linux", "win"]},
-  // Bug 1320058
-  {file: "chrome://browser/skin/preferences/saveFile.png", platforms: ["win"]},
   // Bug 1316187
   {file: "chrome://global/content/customizeToolbar.xul"},
   // Bug 1343837
   {file: "chrome://global/content/findUtils.js"},
   // Bug 1343843
   {file: "chrome://global/content/url-classifier/unittests.xul"},
   // Bug 1343839
   {file: "chrome://global/locale/headsUpDisplay.properties"},
--- a/browser/themes/windows/preferences/applications.css
+++ b/browser/themes/windows/preferences/applications.css
@@ -32,17 +32,17 @@
 
 richlistitem[appHandlerIcon="ask"],
 menuitem[appHandlerIcon="ask"] {
   list-style-image: url("chrome://browser/skin/preferences/alwaysAsk.png");
 }
 
 richlistitem[appHandlerIcon="save"],
 menuitem[appHandlerIcon="save"] {
-  list-style-image: url("chrome://browser/skin/preferences/application.png");
+  list-style-image: url("chrome://browser/skin/preferences/saveFile.png");
 }
 
 richlistitem[appHandlerIcon="feed"],
 menuitem[appHandlerIcon="feed"] {
   list-style-image: url("chrome://browser/skin/page-livemarks.png");
 }
 
 richlistitem[appHandlerIcon="plugin"],