Backed out changesets fb30635f0652 and a91f6ca882f2 (bug 1169679) for being the likely cause of OSX 10.10 mochitest-bc failures.

This commit is contained in:
Ryan VanderMeulen
2015-10-23 17:39:16 -04:00
parent f119c59c58
commit 061036a9a0
46 changed files with 151 additions and 122 deletions

View File

@@ -15,7 +15,7 @@ loader.lazyRequireGetter(this, "Services");
loader.lazyImporter(this, "AddonManager",
"resource://gre/modules/AddonManager.jsm");
const ExtensionIcon = "chrome://mozapps/skin/extensions/extensionGeneric.svg";
const ExtensionIcon = "chrome://mozapps/skin/extensions/extensionGeneric.png";
const Strings = Services.strings.createBundle(
"chrome://browser/locale/devtools/aboutdebugging.properties");