зеркало из https://github.com/mozilla/gecko-dev.git
Bug 138009 - Remove unused platform.js, now with packaging goodness, r=mossop
This commit is contained in:
Родитель
ab4d405a60
Коммит
8cbff2f82a
|
@ -743,7 +743,6 @@
|
|||
#endif
|
||||
@RESPATH@/@PREF_DIR@/channel-prefs.js
|
||||
@RESPATH@/greprefs.js
|
||||
@RESPATH@/defaults/autoconfig/platform.js
|
||||
@RESPATH@/defaults/autoconfig/prefcalls.js
|
||||
@RESPATH@/defaults/profile/prefs.js
|
||||
|
||||
|
|
|
@ -698,7 +698,6 @@
|
|||
@RESPATH@/browser/@PREF_DIR@/firefox.js
|
||||
@RESPATH@/browser/@PREF_DIR@/firefox-branding.js
|
||||
@RESPATH@/greprefs.js
|
||||
@RESPATH@/defaults/autoconfig/platform.js
|
||||
@RESPATH@/defaults/autoconfig/prefcalls.js
|
||||
@RESPATH@/browser/defaults/profile/prefs.js
|
||||
|
||||
|
|
|
@ -5,17 +5,3 @@
|
|||
AUTOCFG_JS_EXPORTS = \
|
||||
$(srcdir)/prefcalls.js \
|
||||
$(NULL)
|
||||
|
||||
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
||||
AUTOCFG_JS_EXPORTS += $(srcdir)/mac/platform.js
|
||||
else
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT), windows)
|
||||
AUTOCFG_JS_EXPORTS += $(srcdir)/win/platform.js
|
||||
else
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT), beos)
|
||||
AUTOCFG_JS_EXPORTS += $(srcdir)/beos/platform.js
|
||||
else
|
||||
AUTOCFG_JS_EXPORTS += $(srcdir)/unix/platform.js
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// BeOS specific auto configuration preference defaults
|
||||
platform.value = "beos";
|
|
@ -1,6 +0,0 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// Mac specific auto configuration preference defaults
|
||||
platform.value = "macintosh";
|
|
@ -158,11 +158,6 @@ nsresult nsReadConfig::readConfigFile()
|
|||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
||||
// Evaluate platform specific directives
|
||||
rv = openAndEvaluateJSFile("platform.js", 0, false, false);
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
||||
mRead = true;
|
||||
}
|
||||
// If the lockFileName is nullptr return ok, because no lockFile will be used
|
||||
|
|
|
@ -10,9 +10,6 @@ const LDAPSyncQueryContractID = "@mozilla.org/ldapsyncquery;1";
|
|||
const nsIPrefService = Components.interfaces.nsIPrefService;
|
||||
const PrefServiceContractID = "@mozilla.org/preferences-service;1";
|
||||
|
||||
// set on a platform specific basis in platform.js
|
||||
platform = { value: "" };
|
||||
|
||||
var gVersion;
|
||||
|
||||
function getPrefBranch() {
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// Unix specific auto configuration preference defaults
|
||||
platform.value = "unix";
|
|
@ -1,6 +0,0 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// Windows specific auto configuration preference defaults
|
||||
platform.value = "windows";
|
|
@ -513,7 +513,6 @@
|
|||
@BINPATH@/@PREF_DIR@/mobile-branding.js
|
||||
@BINPATH@/@PREF_DIR@/channel-prefs.js
|
||||
@BINPATH@/greprefs.js
|
||||
@BINPATH@/defaults/autoconfig/platform.js
|
||||
@BINPATH@/defaults/autoconfig/prefcalls.js
|
||||
@BINPATH@/defaults/profile/prefs.js
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче