Closed
Bug 1274207
Opened 9 years ago
Closed 9 years ago
Download page should only show "Refresh Firefox" button if reset is supported
Categories
(www.mozilla.org :: Pages & Content, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: agibson, Assigned: agibson)
References
()
Details
Attachments
(1 file)
For context see the discussion in Bug 1126559.
TL;DR - there's a new getConfiguration("canReset") call being added to UITour API that allows a web page to determine if the users' browser supports reset. Once this is in release channel we should include it in our current logic for the /firefox/new/ page:
https://github.com/mozilla/bedrock/blob/master/media/js/firefox/new/scene1.js#L31-L42
We should make sure to add this to our bedrock docs too:
http://bedrock.readthedocs.io/en/latest/uitour.html
| Assignee | ||
Updated•9 years ago
|
Comment 1•9 years ago
|
||
This is super exciting. Thanks for filing, Alex.
| Assignee | ||
Comment 2•9 years ago
|
||
Firefox 48 is now out, taking this one.
Assignee: nobody → agibson
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•9 years ago
|
||
Comment 4•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/cf9919312e03dab7db750e433f21f022ef6da7ab
[fix bug 1274207] Download page should only show 'Refresh Firefox' button if reset is supported
https://github.com/mozilla/bedrock/commit/83795e05da0f2eadd652a4b67556f0c19c2a1a6b
Merge pull request #4266 from alexgibson/bug-1274207-only-show-refresh-button-if-supported
[fix bug 1274207] Download page should only show 'Refresh Firefox' button if reset is supported
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•