Should drop commented out reference to editor-error.png which has never existed from source-editor.css
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(firefox-esr102 wontfix, firefox108 wontfix, firefox109 wontfix, firefox110 fixed)
People
(Reporter: Gijs, Assigned: Gijs)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
https://searchfox.org/mozilla-central/rev/57e03cb91c5b4ea5975c53f939fdd38819a6ec9d/devtools/client/debugger/new/src/utils/editor/source-editor.css#31 references an image that AFAICT has never existed - the commit adding this line ( https://hg.mozilla.org/mozilla-central/rev/869f7e9a19c31149b9a95db5b0101179e34d940b from bug 1518262) does a lot of stuff but doesn't seem to add this image. I ran into this in bug 1724718 because it makes the browser crash when trying to load files that do not exist, and the browser_all_files_referenced.js
test (which, to be clear, does the opposite, and tries to work out if all the files we ship are actually needed) tries to load the image.
Given that it's been 4 years and none of the original authors are around, I think the reference can just be removed. I'll separately look into not making the test so eager to load these files, I guess...
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1518262
Assignee | ||
Comment 3•2 years ago
|
||
No user impact so wontfix all the earlier versions...
Comment 4•2 years ago
|
||
This bug has the keyword regression
, so its type should be defect.
Updated•2 years ago
|
Comment 6•2 years ago
|
||
bugherder |
Description
•