Closed
Bug 114208
Opened 24 years ago
Closed 24 years ago
last all.js checkin has bad useragent.override
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
CLOSED
FIXED
People
(Reporter: snewton, Assigned: darin.moz)
References
(
URL
)
Details
Attachments
(1 file)
|
755 bytes,
patch
|
bbaetz
:
review+
shaver
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6+) Gecko/20011010
Netscape6/6.1b1
BuildID: 200110302
all.js 3.302:
darin%netscape.comDec 7 16:22 fixes bug 83471 "Redirection loops"
r=bbaetz@cs.mcgill.ca
sr=rpotts@netscape.com
accidentally (?) added this line:
pref("general.useragent.override", "Mozilla/5.0 (X11; U; Linux i686; en-US;
rv:0.9.5+) Gecko/20011010 Netscape6/6.1b1");
about:mozlla shows the wrong version now
Reproducible: Always
Steps to Reproduce:
1. about:
Actual Results: version is 0.9.5+
Expected Results: version should be 0.9.6+
Comment 1•24 years ago
|
||
To darin....
Assignee: seawood → darin
Status: UNCONFIRMED → NEW
Component: Build Config → Networking: HTTP
Ever confirmed: true
QA Contact: granrose → tever
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Comment on attachment 60937 [details] [diff] [review]
patch
r=bbaetz
Attachment #60937 -
Flags: review+
Comment 4•24 years ago
|
||
r=hwaara
Comment 5•24 years ago
|
||
Comment on attachment 60937 [details] [diff] [review]
patch
sr=shaver
Attachment #60937 -
Flags: superreview+
Comment 7•24 years ago
|
||
*** Bug 114249 has been marked as a duplicate of this bug. ***
Comment 8•24 years ago
|
||
*** Bug 114248 has been marked as a duplicate of this bug. ***
Comment 9•24 years ago
|
||
*** Bug 114293 has been marked as a duplicate of this bug. ***
Comment 10•24 years ago
|
||
*** Bug 114305 has been marked as a duplicate of this bug. ***
Comment 11•24 years ago
|
||
*** Bug 114370 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 12•24 years ago
|
||
whoops! thx everyone for cleaning up my mess :P
You need to log in
before you can comment on or make changes to this bug.
Description
•