mirror of
https://abf.rosa.ru/djam/firefox-esr78.git
synced 2025-02-25 10:42:52 +00:00
drop ua patch
This commit is contained in:
parent
107e1e181f
commit
7d92fedfed
2 changed files with 1 additions and 22 deletions
|
@ -1,21 +0,0 @@
|
||||||
diff -up firefox-35.0.1/mozilla-release/media/webrtc/trunk/Makefile.old firefox-35.0.1/mozilla-release/media/webrtc/trunk/Makefile
|
|
||||||
diff -up firefox-35.0.1/mozilla-release/netwerk/protocol/http/nsHttpHandler.cpp.old firefox-35.0.1/mozilla-release/netwerk/protocol/http/nsHttpHandler.cpp
|
|
||||||
--- firefox-35.0.1/mozilla-release/netwerk/protocol/http/nsHttpHandler.cpp.old 2015-01-23 07:00:06.000000000 +0100
|
|
||||||
+++ firefox-35.0.1/mozilla-release/netwerk/protocol/http/nsHttpHandler.cpp 2015-02-09 16:40:42.983220596 +0100
|
|
||||||
@@ -607,7 +607,7 @@ nsHttpHandler::BuildUserAgent()
|
|
||||||
mUserAgent.SetCapacity(mLegacyAppName.Length() +
|
|
||||||
mLegacyAppVersion.Length() +
|
|
||||||
#ifndef UA_SPARE_PLATFORM
|
|
||||||
- mPlatform.Length() +
|
|
||||||
+ mPlatform.Length() + 8 +
|
|
||||||
#endif
|
|
||||||
mOscpu.Length() +
|
|
||||||
mMisc.Length() +
|
|
||||||
@@ -631,6 +631,7 @@ nsHttpHandler::BuildUserAgent()
|
|
||||||
if (!mPlatform.IsEmpty()) {
|
|
||||||
mUserAgent += mPlatform;
|
|
||||||
mUserAgent.AppendLiteral("; ");
|
|
||||||
+ mUserAgent.AppendLiteral("Fedora; ");
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
if (!mCompatDevice.IsEmpty()) {
|
|
|
@ -7,7 +7,7 @@
|
||||||
# This also means only STABLE upstream releases, NO betas.
|
# This also means only STABLE upstream releases, NO betas.
|
||||||
# This is a discussed topic. Please, do not flame it again.
|
# This is a discussed topic. Please, do not flame it again.
|
||||||
|
|
||||||
%define major 41.0
|
%define major 41.0.1
|
||||||
%define ff_epoch 0
|
%define ff_epoch 0
|
||||||
# (tpg) set version HERE !!!
|
# (tpg) set version HERE !!!
|
||||||
%define realver %{major}
|
%define realver %{major}
|
||||||
|
|
Loading…
Add table
Reference in a new issue