Closed
Bug 1454416
Opened 7 years ago
Closed 7 years ago
about support broken with `data is undefined` in aboutSupport.js
Categories
(Firefox :: General, defect, P1)
Tracking
()
VERIFIED
FIXED
Firefox 61
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | unaffected |
firefox61 | blocking | verified |
People
(Reporter: zbraniecki, Assigned: kmag)
References
Details
(Keywords: regression)
STR:
1) Install Nightly
2) Open about:support
Current result:
Half of the document is empty and in the console log you can find:
```
TypeError: data is undefined[Więcej informacji] aboutSupport.js:205:14
```
Reporter | ||
Comment 1•7 years ago
|
||
Kris - any chance it's from https://bugzilla.mozilla.org/show_bug.cgi?id=1420908 or https://bugzilla.mozilla.org/show_bug.cgi?id=1452307 ?
Flags: needinfo?(kmaglione+bmo)
Updated•7 years ago
|
status-firefox59:
--- → unaffected
status-firefox60:
--- → unaffected
status-firefox61:
--- → affected
status-firefox-esr52:
--- → unaffected
tracking-firefox61:
--- → blocking
Keywords: regression
Comment 2•7 years ago
|
||
Regression window: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=f291b07fa1f869fd3f9af9f5fe940d47b842edcf&tochange=98389f291fe61e622267ba3e5e99792e6f5d6350
Found commit message:
Bug 1420908: Remove telemetry experiments. r=gfritzsche
Blocks: 1420908
Assignee | ||
Comment 3•7 years ago
|
||
Hm. I initially removed that section. I guess I accidentally added it back when I was addressing review comments.
Assignee: nobody → kmaglione+bmo
Flags: needinfo?(kmaglione+bmo)
Assignee | ||
Comment 4•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/912b68cc5aaf15e949756e38bc6e6ec2d764b877
Bug 1454416: Re-remove experiments section from about:support. r=me
Updated•7 years ago
|
Severity: normal → blocker
Priority: -- → P1
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
Comment 6•7 years ago
|
||
I'm confirming that bug is fixed, starting in Mozilla Firefox Nightly 61.0a1 (2018-04-17), so I'm marking this bug as VERIFIED. Thanks.
Status: RESOLVED → VERIFIED
Has Regression Range: --- → yes
Has STR: --- → yes
QA Contact: Virtual
Version: unspecified → 61 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•