Closed
Bug 1417787
Opened 7 years ago
Closed 7 years ago
about:healthreport (Health Report) main content is broken due to use of array comprehensions
Categories
(Firefox Health Report Graveyard :: Web: Health Report, defect, P1)
Tracking
(firefox-esr52 unaffected, firefox57 unaffected, firefox58+ fixed, firefox59 fixed)
RESOLVED
FIXED
Firefox 59
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox57 | --- | unaffected |
firefox58 | + | fixed |
firefox59 | --- | fixed |
People
(Reporter: MattN, Assigned: Dexter)
References
()
Details
(Keywords: regression, Whiteboard: [measurement:client])
[Tracking Requested - why for this release]: about:healthreport is quite broken
> SyntaxError: expected expression, got keyword 'for' fhr_v4.js:71:40
https://github.com/mozilla/fhr-jelly/blob/b6717cc2ed4671f7d16ea21683cd7bd40757a720/js/fhr_v4.js#L71-L72
Comment 1•7 years ago
|
||
Track 58+ as about:healthreport is broken.
Hi Georg,
Can you help shed some light here?
Flags: needinfo?(gfritzsche)
Comment 2•7 years ago
|
||
Array comprehensions are gone in 58, we need to change the code here.
Assignee: nobody → gfritzsche
Flags: needinfo?(gfritzsche)
Comment 3•7 years ago
|
||
Updated•7 years ago
|
Priority: -- → P1
Whiteboard: [measurement:client]
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
This should be on staging with the next automatic update:
http://fhr-dev.allizom.org/dsb/v4/
Comment 6•7 years ago
|
||
Alessio, can you give this a test run in Fx 58 once it hits staging?
After that we need to deploy this to production. We can clone bug 1335821 for that (i think that's the most recent).
Assignee: gfritzsche → alessio.placitelli
Assignee | ||
Comment 8•7 years ago
|
||
(In reply to Georg Fritzsche [:gfritzsche] [away Nov 24 - Dec 3] from comment #6)
> Alessio, can you give this a test run in Fx 58 once it hits staging?
I can confirm that this is correctly loading in today's Nightly, while the old page is broken.
Comment 9•7 years ago
|
||
I've also tested this in stage and everything looks good: the general layout, links functionality, all the pings are correctly displayed and their structure is correct.
Assignee | ||
Comment 10•7 years ago
|
||
Thanks Madalin.
The new FHR was deployed and it's working.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Target Milestone: --- → Firefox 59
Updated•6 years ago
|
Product: Firefox Health Report → Firefox Health Report Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•