Closed
Bug 290781
Opened 20 years ago
Closed 19 years ago
Minimo has hardcoded UA string and so version and Gecko string
Categories
(Minimo Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: aha, Assigned: dougt)
References
()
Details
Attachments
(1 file)
|
1.97 KB,
patch
|
darin.moz
:
review+
dveditz
:
review+
|
Details | Diff | Splinter Review |
It looks like Minimo has preference to force static user-agent string, so version or Gecko string doesn't update: http://lxr.mozilla.org/mozilla/source/embedding/minimo/all.js#90 90 pref("general.useragent.override", "Mozilla/5.0 (X11; U; Familiar 0.72; en-US; rv:1.7a) Gecko/20040218 Minimo/0.1");
| Assignee | ||
Comment 1•19 years ago
|
||
This patch makes us construct a UA string that looks something like: Mozilla/5.0 (Windows CE; U; Windows CE 4.20; rv:1.8b3) Gecko/20050720 <product>/<productSub> This is a window ce only change.
| Assignee | ||
Updated•19 years ago
|
Attachment #189918 -
Flags: review?(darin)
Updated•19 years ago
|
Attachment #189918 -
Flags: review?(darin) → review+
| Assignee | ||
Comment 2•19 years ago
|
||
in the patch, for my changes, s/#else/#elif
Comment 3•19 years ago
|
||
Comment on attachment 189918 [details] [diff] [review] http ua patch sr=dveditz if you fix the #else/#elif problem
Attachment #189918 -
Flags: review+
| Assignee | ||
Comment 4•19 years ago
|
||
For WinCE:
Checking in nsHttpHandler.cpp;
/cvsroot/mozilla/netwerk/protocol/http/src/nsHttpHandler.cpp,v <--
nsHttpHandler.cpp
new revision: 1.114; previous revision: 1.113
done
I have also changed the UA string for WINCE to:
pref("general.useragent.extra.minimo", "Minimo/0.007");
Checking in all.js;
/cvsroot/mozilla/embedding/minimo/wince/all.js,v <-- all.js
new revision: 1.9; previous revision: 1.8
done
leaving open for Linux changes.OS: Windows XP → Linux
| Assignee | ||
Updated•19 years ago
|
Target Milestone: --- → Future
| Assignee | ||
Updated•19 years ago
|
Assignee: dougt → nobody
| Assignee | ||
Comment 5•19 years ago
|
||
minimo on linux now uses the same code as minimo ce.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Assignee: nobody → doug.turner
You need to log in
before you can comment on or make changes to this bug.
Description
•