mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
Improve names consistency
This commit is contained in:
@@ -44,5 +44,5 @@ elif CONFIG['MOZ_WIDGET_GTK']:
|
||||
|
||||
DEFINES['MOZ_APP_VERSION'] = CONFIG['MOZ_APP_VERSION']
|
||||
DEFINES['MOZ_BRANDING_DIRECTORY'] = CONFIG['MOZ_BRANDING_DIRECTORY']
|
||||
DEFINES['GRE_VERSION'] = CONFIG['MOZILLA_UAVERSION']
|
||||
DEFINES['GK_VERSION'] = CONFIG['MOZILLA_COMPATVERSION']
|
||||
DEFINES['MOZILLA_UAVERSION'] = CONFIG['MOZILLA_UAVERSION']
|
||||
DEFINES['MOZILLA_COMPATVERSION'] = CONFIG['MOZILLA_COMPATVERSION']
|
||||
@@ -2,12 +2,12 @@
|
||||
|
||||
#define GUAO_PREF general.useragent.override
|
||||
|
||||
// GRE_VERSION is taken from CONFIG['MOZILLA_UAVERSION']
|
||||
#define GRE_VERSION @MOZILLA_UAVERSION@
|
||||
#define GRE_VERSION_SLICE Goanna/@GRE_VERSION@
|
||||
#define GRE_DATE_SLICE Goanna/20170101
|
||||
#define PM_SLICE PaleMoon/@MOZ_APP_VERSION@
|
||||
|
||||
// GK_VERSION is defined in config/compatversion.txt
|
||||
#define GK_VERSION @MOZILLA_COMPATVERSION@
|
||||
#define GK_SLICE Gecko/20100101
|
||||
#define FX_SLICE Firefox/@GK_VERSION@
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#
|
||||
# x.x
|
||||
#
|
||||
# Referenced by nsHttpHandler.cpp, branding.mozbuild.
|
||||
# Referenced by nsHttpHandler.cpp, uaoverrides.inc.
|
||||
#--------------------------------------------------------
|
||||
|
||||
52.9
|
||||
|
||||
Reference in New Issue
Block a user