mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Backed out changeset 8626a98a34d8 (bug 1145394) for mochitest-bc gApplicationsPane errors.
CLOSED TREE --HG-- extra : rebase_source : 69612da9e0ec97da280745aa98fc72ad4a5840ef
This commit is contained in:
parent
6fa51cb894
commit
cbfa120ebf
@ -13,7 +13,6 @@ var Ci = Components.interfaces;
|
||||
var Cr = Components.results;
|
||||
|
||||
Components.utils.import('resource://gre/modules/Services.jsm');
|
||||
Components.utils.import('resource://gre/modules/AppConstants.jsm');
|
||||
|
||||
const TYPE_MAYBE_FEED = "application/vnd.mozilla.maybe.feed";
|
||||
const TYPE_MAYBE_VIDEO_FEED = "application/vnd.mozilla.maybe.video.feed";
|
||||
@ -74,9 +73,17 @@ const PREF_AUDIO_FEED_SELECTED_READER = "browser.audioFeeds.handler.default";
|
||||
// identifying the "use plugin" action, so we use this constant instead.
|
||||
const kActionUsePlugin = 5;
|
||||
|
||||
const ICON_URL_APP = AppConstants.platform == "linux" ?
|
||||
"moz-icon://dummy.exe?size=16" :
|
||||
"chrome://browser/skin/preferences/application.png";
|
||||
/*
|
||||
#ifdef MOZ_WIDGET_GTK
|
||||
*/
|
||||
const ICON_URL_APP = "moz-icon://dummy.exe?size=16";
|
||||
/*
|
||||
#else
|
||||
*/
|
||||
const ICON_URL_APP = "chrome://browser/skin/preferences/application.png";
|
||||
/*
|
||||
#endif
|
||||
*/
|
||||
|
||||
// For CSS. Can be one of "ask", "save", "plugin" or "feed". If absent, the icon URL
|
||||
// was set by us to a custom handler icon and CSS should not try to override it.
|
||||
|
@ -8,7 +8,6 @@
|
||||
// Constants & Enumeration Values
|
||||
|
||||
Components.utils.import('resource://gre/modules/Services.jsm');
|
||||
Components.utils.import('resource://gre/modules/AppConstants.jsm');
|
||||
const TYPE_MAYBE_FEED = "application/vnd.mozilla.maybe.feed";
|
||||
const TYPE_MAYBE_VIDEO_FEED = "application/vnd.mozilla.maybe.video.feed";
|
||||
const TYPE_MAYBE_AUDIO_FEED = "application/vnd.mozilla.maybe.audio.feed";
|
||||
@ -68,9 +67,17 @@ const PREF_AUDIO_FEED_SELECTED_READER = "browser.audioFeeds.handler.default";
|
||||
// identifying the "use plugin" action, so we use this constant instead.
|
||||
const kActionUsePlugin = 5;
|
||||
|
||||
const ICON_URL_APP = AppConstants.platform == "linux" ?
|
||||
"moz-icon://dummy.exe?size=16" :
|
||||
"chrome://browser/skin/preferences/application.png";
|
||||
/*
|
||||
#if MOZ_WIDGET_GTK == 2
|
||||
*/
|
||||
const ICON_URL_APP = "moz-icon://dummy.exe?size=16";
|
||||
/*
|
||||
#else
|
||||
*/
|
||||
const ICON_URL_APP = "chrome://browser/skin/preferences/application.png";
|
||||
/*
|
||||
#endif
|
||||
*/
|
||||
|
||||
// For CSS. Can be one of "ask", "save", "plugin" or "feed". If absent, the icon URL
|
||||
// was set by us to a custom handler icon and CSS should not try to override it.
|
||||
|
@ -10,7 +10,7 @@ browser.jar:
|
||||
* content/browser/preferences/in-content/main.js
|
||||
* content/browser/preferences/in-content/privacy.js
|
||||
* content/browser/preferences/in-content/advanced.js
|
||||
content/browser/preferences/in-content/applications.js
|
||||
* content/browser/preferences/in-content/applications.js
|
||||
content/browser/preferences/in-content/content.js
|
||||
content/browser/preferences/in-content/sync.js
|
||||
content/browser/preferences/in-content/security.js
|
||||
|
@ -10,7 +10,7 @@ browser.jar:
|
||||
* content/browser/preferences/advanced.xul
|
||||
* content/browser/preferences/advanced.js
|
||||
content/browser/preferences/applications.xul
|
||||
content/browser/preferences/applications.js
|
||||
* content/browser/preferences/applications.js
|
||||
content/browser/preferences/applicationManager.xul
|
||||
* content/browser/preferences/applicationManager.js
|
||||
* content/browser/preferences/colors.xul
|
||||
|
Loading…
Reference in New Issue
Block a user