зеркало из https://github.com/mozilla/gecko-dev.git
landing xulrunner/app portion of bug 285799 "UserAgent string is malformed for XULRunner apps" r=bsmedberg
[meant to check this in with the other part of the patch before]
This commit is contained in:
Родитель
ba38c193f2
Коммит
e0c32746fe
|
@ -50,6 +50,11 @@ DIRS = profile
|
|||
|
||||
PREF_JS_EXPORTS = $(srcdir)/xulrunner.js
|
||||
|
||||
# hardcode en-US for the moment
|
||||
AB_CD = en-US
|
||||
|
||||
DEFINES += -DAB_CD=$(AB_CD)
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME), 1)
|
||||
PROGRAM = xulrunner$(BIN_SUFFIX)
|
||||
else
|
||||
|
|
|
@ -34,6 +34,8 @@
|
|||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#filter substitution
|
||||
|
||||
// We need to override the default values of these preferences since all.js
|
||||
// assumes these are in the navigator package, which for us is non-existant.
|
||||
// XXX(darin): perhaps all.js should not be seamonkey specific
|
||||
|
|
Загрузка…
Ссылка в новой задаче