Reloading local file in RDM makes the tab go blank, reload forever, and permanently break
Categories
(DevTools :: Responsive Design Mode, defect, P1)
Tracking
(firefox-esr60 unaffected, firefox65 unaffected, firefox66 unaffected, firefox67 verified, firefox68 verified)
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox65 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | --- | verified |
firefox68 | --- | verified |
People
(Reporter: bradwerth, Assigned: mconley)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(2 files)
Steps to Reproduce:
- Load a local html file.
- Open Dev Tools and view it in Responsive Design Mode.
- Reload.
The tab hangs, showing a blank page.
mozregression shows that this push is responsible: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=7bcedc06aad40dc1fca97af177f62bc14b27fd54&tochange=e39bd319fe3e2d8e310467fa65bc2a8eab398992. I can't see the details of Bug 1522546 to confirm.
Reporter | ||
Comment 1•6 years ago
|
||
Mike, would you please take a look? This appears to be triggered by your work on Bug 1522546.
Reporter | ||
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Adjusting summary slightly for clarity; the tab doesn't technically "hang" in the sense of running code forever, but rather it just goes blank & stops working (while playing the reload animation).
Also, this error appears in the Browser Console when this happens:
Security Error: Content at moz-nullprincipal:{6977aed8-6876-435d-a1a2-796e6360851c} may not load or link to file:///.
(The numeric UUID there is different each time, FWIW).)
Assignee | ||
Comment 5•6 years ago
|
||
Putting this in the security bucket because this was caused by a security patch I landed. Discussion about the patches I post will likely refer to the changes I landed in that other bug.
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Depends on D19220
Comment 9•6 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/49291c19d3e2
https://hg.mozilla.org/mozilla-central/rev/25d09fd7954c
Updated•6 years ago
|
Updated•6 years ago
|
Comment 10•6 years ago
|
||
I managed to reproduce the issue using an older version on Nightly from 2019-02-04 on Windows 10 x64.
I retested everything using the latest Nightly 68.0a1 and Firefox 67.0b11 on Windows 10 x64, Ubuntu 18.04 x64 and macOS 10.13. The issue is not reproducing anymore.
Updated•4 years ago
|
Description
•