Closed
Bug 791862
Opened 13 years ago
Closed 13 years ago
Don't offer Firefox 17 to Mac OS X 10.5 Users
Categories
(Firefox :: General, defect, P1)
Firefox
General
Tracking
()
VERIFIED
FIXED
People
(Reporter: akeybl, Assigned: rik)
References
(Blocks 1 open bug)
Details
(Whiteboard: [Nov 20] u=user d=download p=2)
Similar to
bug 643872 – Don't offer Firefox 4 to PPC Mac and Mac OS
we need to ensure that Firefox downloads >17 are not offered to 10.5 users.
Reporter | ||
Updated•13 years ago
|
Product: www.mozilla.org → Firefox
Reporter | ||
Updated•13 years ago
|
tracking-firefox17:
--- → +
Reporter | ||
Updated•13 years ago
|
Product: Firefox → www.mozilla.org
Assignee | ||
Comment 1•13 years ago
|
||
So this has to be done before November 20.
Alex: Thanks for notifying us long in advance. I assumed the > is >= here.
Mike: Can you put this in our schedule?
Reporter | ||
Comment 2•13 years ago
|
||
(In reply to Anthony Ricaud (:rik) [out between Sept 27 and Oct 1] from comment #1)
> So this has to be done before November 20.
>
> Alex: Thanks for notifying us long in advance. I assumed the > is >= here.
Correct. Good catch.
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → malexis
Updated•13 years ago
|
Whiteboard: u=user d=download p=2
Target Milestone: --- → Future
Updated•13 years ago
|
Whiteboard: u=user d=download p=2 → [Nov 20] u=user d=download p=2
Reporter | ||
Comment 3•13 years ago
|
||
Is this still on track for 11/20 Mike? Just want to make sure we're making any necessary preparations.
Comment 4•13 years ago
|
||
This will get assigned tomorrow in our sprint planning meeting and we're on track for Nov 20 launch.
Updated•13 years ago
|
Priority: -- → P1
Target Milestone: Future → ---
Updated•13 years ago
|
Assignee: malexis → anthony
Assignee | ||
Comment 5•13 years ago
|
||
I've submitted a pull request in bug 797647. If it's accepted, the work in this bug should be as simple as this diff in global.js once Firefox 17 is released.
- if( ! /(PPC|Mac OS X 10.[0-4])/.test(navigator.userAgent)) {
+ if( ! /(PPC|Mac OS X 10.[0-5])/.test(navigator.userAgent)) {
Assignee | ||
Updated•13 years ago
|
Blocks: download-buttons
Assignee | ||
Comment 6•13 years ago
|
||
This was fixed with bug 797647.
And pushed to production.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 7•13 years ago
|
||
verified fixed using the user-agents
Mozilla/5.0 (Macintosh; PPC Mac OS X 10.5; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Mozilla/5.0 (Macintosh; PPC Mac OS X 10.4; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.4; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.4; rv:2.0.1) Gecko/20100101 Firefox/7.0
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.4; rv:2.0.1) Gecko/20100101 Firefox/10.0
Users with the above user-agents strings are shown the following message
Your system doesn't meet the requirements to run Firefox.
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Product: www.mozilla.org → Firefox
Updated•13 years ago
|
status-firefox17:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•