Closed
Bug 1965996
Opened 6 months ago
Closed 6 months ago
Single large integer JSON response is not rendered in Netmonitor response panel
Categories
(DevTools :: Netmonitor, defect, P2)
Tracking
(firefox-esr128 unaffected, firefox138 wontfix, firefox139 wontfix, firefox140 fixed)
RESOLVED
FIXED
140 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr128 | --- | unaffected |
| firefox138 | --- | wontfix |
| firefox139 | --- | wontfix |
| firefox140 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Steps to reproduce
- Navigate to
data:application/json,9999999999999999 - Open the Netmonitor
- Reload the page
- Click on the request that appeared, go to the Response panel
Expected results
The response is shown as in the JSON viewer (9999999999999999 JS:10000000000000000)
Actual results
The response panel is empty
Comment 1•6 months ago
|
||
Set release status flags based on info from the regressing bug 1942072
status-firefox138:
--- → affected
status-firefox139:
--- → affected
status-firefox140:
--- → affected
status-firefox-esr128:
--- → unaffected
| Assignee | ||
Comment 2•6 months ago
|
||
Updated•6 months ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Updated•6 months ago
|
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b213aaf2fb08
[devtools] Fix Network JSON response rendering for JSON_NUMBER at the root. r=devtools-reviewers,ochameau.
Comment 6•6 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
Updated•6 months ago
|
Severity: -- → S3
Priority: -- → P2
Comment 7•6 months ago
|
||
The patch landed in nightly and beta is affected.
:nchevobbe, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox139towontfix.
For more information, please visit BugBot documentation.
Flags: needinfo?(nchevobbe)
| Assignee | ||
Comment 8•6 months ago
|
||
Kind of an edge case, let's not uplift (we didn't for the similar JSON viewer bug, see https://bugzilla.mozilla.org/show_bug.cgi?id=1964888#c12)
Flags: needinfo?(nchevobbe)
Updated•5 months ago
|
QA Whiteboard: [qa-triage-done-c141/b140]
You need to log in
before you can comment on or make changes to this bug.
Description
•