зеркало из https://github.com/mozilla/pjs.git
Bug 209532 Separate prefs to override Mozilla/5.0 at beginning of UA string p=mpeseng@tin.it r/sr=darin
This commit is contained in:
Родитель
34265de1b8
Коммит
9f194945cf
|
@ -706,6 +706,18 @@ nsHttpHandler::PrefsChanged(nsIPrefBranch *prefs, const char *pref)
|
|||
// UA components
|
||||
//
|
||||
|
||||
// Gather application values.
|
||||
if (PREF_CHANGED(UA_PREF("appName"))) {
|
||||
prefs->GetCharPref(UA_PREF("appName"),
|
||||
getter_Copies(mAppName));
|
||||
mUserAgentIsDirty = PR_TRUE;
|
||||
}
|
||||
if (PREF_CHANGED(UA_PREF("appVersion"))) {
|
||||
prefs->GetCharPref(UA_PREF("appVersion"),
|
||||
getter_Copies(mAppVersion));
|
||||
mUserAgentIsDirty = PR_TRUE;
|
||||
}
|
||||
|
||||
// Gather vendor values.
|
||||
if (PREF_CHANGED(UA_PREF("vendor"))) {
|
||||
prefs->GetCharPref(UA_PREF("vendor"),
|
||||
|
|
Загрузка…
Ссылка в новой задаче