Console Network log Response Raw toggle doesn't work anymore
Categories
(DevTools :: Console, defect, P2)
Tracking
(firefox-esr128 unaffected, firefox135 unaffected, firefox136 fixed, firefox137 fixed)
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox135 | --- | unaffected |
firefox136 | --- | fixed |
firefox137 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
Clicking on it, we get an error: JavaScript error: resource://devtools/client/netmonitor/src/components/request-details/ResponsePanel.js, line 367: TypeError: this.props.setDefaultRawResponse is not a function
Probably regressed in Bug 1555647
Assignee | ||
Comment 1•15 days ago
|
||
This is only to make the toggle works as before,
it doesn't handle persisting the toggle state
like in the Netmonitor.
Updated•15 days ago
|
Comment 2•15 days ago
|
||
Set release status flags based on info from the regressing bug 1555647
Backed out for causing dt failures @browser_webconsole_network_messages_html_preview.js.
Comment 6•15 days ago
|
||
Backout merged in central: https://hg.mozilla.org/mozilla-central/rev/c274bdcbae22863127636f748c71474512f1039d
Updated•13 days ago
|
Comment 9•13 days ago
|
||
bugherder |
Assignee | ||
Comment 10•12 days ago
|
||
This is only to make the toggle works as before,
it doesn't handle persisting the toggle state
like in the Netmonitor.
We also pass targetSearchResult
to TabboxPanel
to avoid
unnecessary re-renders that were messing up the test.
Original Revision: https://phabricator.services.mozilla.com/D238416
Updated•12 days ago
|
Comment 11•12 days ago
|
||
beta Uplift Approval Request
- User impact if declined: can't see the raw response of a network request in the console
- Code covered by automated testing: yes
- Fix verified in Nightly: no
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: -
- Risk associated with taking this patch: low
- Explanation of risk level: couple lines, devtools-only patch, covered by automated test
- String changes made/needed: -
- Is Android affected?: no
Comment 12•12 days ago
|
||
:nchevobbe I see this picked up a regression Bug 1949298.
I see it has a fix, but could you add it in a stack with this? I could take then both into beta later.
Comment 13•12 days ago
|
||
I will land this on beta so it will make the final beta build. We can follow-up on the Tier 2 regression fix uplift later.
Updated•12 days ago
|
Updated•12 days ago
|
Comment 14•12 days ago
•
|
||
https://phabricator.services.mozilla.com/D238915#8254751 the patch failed to land in beta due to conflicts caused by Bug 1849920
Assignee | ||
Comment 15•11 days ago
|
||
(In reply to Donal Meehan [:dmeehan] from comment #12)
:nchevobbe I see this picked up a regression Bug 1949298.
I see it has a fix, but could you add it in a stack with this? I could take then both into beta later.
sorry for missing this yesterday. The failure is only an a11y check failure, which is tier 2, and doesn't reveal any new issue. I was told those a11y_checks jobs are not run on beta, so maybe it's fine?
I'll uplift it anyway
(In reply to Donal Meehan [:dmeehan] from comment #14)
https://phabricator.services.mozilla.com/D238915#8254751 the patch failed to land in beta due to conflicts caused by Bug 1849920
I rebase the patch against latest beta and pushed the patch to phab
Updated•11 days ago
|
Comment 16•11 days ago
|
||
uplift |
Updated•11 days ago
|
Description
•