Closed
Bug 266207
Opened 20 years ago
Closed 20 years ago
Browser Detection Suckage
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.0
People
(Reporter: wolf, Assigned: wolf)
Details
(Whiteboard: beta)
Attachments
(1 file)
|
1.98 KB,
patch
|
Details | Diff | Splinter Review |
Let's see.. List of issues: SubMinor versions get clobbered and ignored.. (I.E. Firefox 0.9.x or Mozilla 1.7.x) It's difficult to handle unexpected UA strings like Firefox/1.0RC1 and get them to match the t_app records w/o resorting to hacks.
| Assignee | ||
Comment 1•20 years ago
|
||
This includes Vlad's hack for 0.10.1 (Firefox 1.0PR Security Release 1) as well as a new hack to fix detection of 1.0RC1 (and 1.0RC2 based on Ben's current patch for that upcoming release).
| Assignee | ||
Comment 2•20 years ago
|
||
Taking bug, and CC'ing Vlad because the patch includes his hack. :-)
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•20 years ago
|
||
Patch checked in on update branch. Hopefully we won't need the hacks for the update-beta trunk.
| Assignee | ||
Updated•20 years ago
|
Status: ASSIGNED → NEW
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•20 years ago
|
||
I've got a fix for this in my tree which teaches inc_browserdetection to use all the new fields in t_application, including int_version and public_ver. Which allows us to easily remap versions if need be from the t_applications table directly. Just add the new version to the table and set the int_version (with public_ver off). It works with 1.0RC1 and 0.9.x that i've tested. Mapped 1.0RC1 --> 1.0, and 0.9.3 --> 0.9 w/o any trouble. :-)
Whiteboard: fixed-development
| Assignee | ||
Updated•20 years ago
|
Whiteboard: fixed-development → fixed-beta
| Assignee | ||
Comment 5•20 years ago
|
||
Bulk Moving Web Site bugs to new component. (Filter: massumowebsitespam)
Component: Update → Web Site
Product: mozilla.org → Update
Version: other → unspecified
Mass-resolving bugs that have been fixed on trunk.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 7•20 years ago
|
||
Sorry for the bugspam, reopening bugs wrongly marked as resolved.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Updated•20 years ago
|
Status: REOPENED → ASSIGNED
| Assignee | ||
Updated•20 years ago
|
Target Milestone: --- → 1.0
| Assignee | ||
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
Whiteboard: fixed-beta → beta
Version: unspecified → 0.9
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•