Closed
Bug 1915353
Opened 5 months ago
Closed 5 months ago
Rules view crashes because of exception in OutputParser
Categories
(DevTools :: Inspector: Rules, defect, P2)
DevTools
Inspector: Rules
Tracking
(firefox-esr115 unaffected, firefox-esr128 unaffected, firefox129 unaffected, firefox130 unaffected, firefox131 fixed)
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | unaffected |
firefox129 | --- | unaffected |
firefox130 | --- | unaffected |
firefox131 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Steps to reproduce
- Navigate to
data:text/html,<meta charset=utf8><style>:root{--a: (min-width:680px); }</style>
- Open the inspector
Actual results
Rules view is blank. There's an error in stdout:
new TypeError("can't access property Symbol.iterator, parts is undefined", "resource://devtools/client/shared/output-parser.js", 936)
which seems to come from https://searchfox.org/mozilla-central/rev/45d6f8bf028e049f812aa26dced565d50068af5d/devtools/client/shared/output-parser.js#936
this.#getCurrentStackParts().push(...parts);
Assignee | ||
Comment 1•5 months ago
|
||
Updated•5 months ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Updated•5 months ago
|
Severity: -- → S3
Priority: -- → P2
Comment 2•5 months ago
|
||
Set release status flags based on info from the regressing bug 1857006
status-firefox129:
--- → unaffected
status-firefox130:
--- → unaffected
status-firefox131:
--- → affected
status-firefox-esr115:
--- → unaffected
status-firefox-esr128:
--- → unaffected
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/94f40a4fa3c0
[devtools] Fix error in OutputParser when parsing ParenthesisBlock. r=devtools-reviewers,jdescottes.
Comment 4•5 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•