Closed
Bug 1644075
Opened 5 years ago
Closed 5 years ago
Error when opening a local html file in debugger
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox79 fixed)
RESOLVED
FIXED
Firefox 79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: loganfsmyth)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
If I have the following file stored locally (as error_highlight.html
),
<html>
<script>
"ab".push("c");
</script>
</html>
and try to open it in the debugger (file:///Users/nchevobbe/Desktop/error_highlight.html
), I get:
Error: Incorrect contents fetched, please reload.
Comment 1•5 years ago
|
||
The severity field is not set for this bug.
:jlast, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jlaster)
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → loganfsmyth
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
•
|
||
I think there were still cases where this could happen before, but I made it worse with 1643540 accidentally.
Flags: needinfo?(jlaster)
Regressed by: 1643540
Updated•5 years ago
|
Has Regression Range: --- → yes
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Yeah we also have https://bugzilla.mozilla.org/show_bug.cgi?id=1630791 so I have no idea which part used to break vs what broke with 1643540, either way this patch should be a good fix.
See Also: → 1643540
Pushed by loganfsmyth@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/0cb142657e59
Make sure that injected scripts have no URL. r=jlast
Comment 6•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 79
Updated•5 years ago
|
QA Whiteboard: [qa-79b-p2]
Updated•4 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•