Closed
Bug 1975429
Opened 11 months ago
Closed 11 months ago
Error when displaying image in b64
Categories
(DevTools :: Netmonitor, defect)
DevTools
Netmonitor
Tracking
(firefox142 fixed)
RESOLVED
FIXED
142 Branch
| Tracking | Status | |
|---|---|---|
| firefox142 | --- | fixed |
People
(Reporter: padenot, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
STR:
- Open https://phabricator.services.mozilla.com/D255827 w/ the network panel open
- Click on one of the b64 requests
Expected:
- We can see the image
Actual:
- The image is broken, some b64 is displayed (see screenshot attached)
| Assignee | ||
Comment 1•11 months ago
|
||
| Assignee | ||
Comment 2•11 months ago
|
||
btoa should not be done in this case, the text is already a base64 string. Need to add a quick test case.
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•11 months ago
|
||
Pushed by jdescottes@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/451a949d0336
https://hg.mozilla.org/integration/autoland/rev/b2fcad738dc1
[devtools] Fix netmonitor response panel for data URL images r=devtools-reviewers,bomsy
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
Updated•10 months ago
|
QA Whiteboard: [qa-triage-done-c143/b142]
You need to log in
before you can comment on or make changes to this bug.
Description
•