Reload breaks Responsive Design Mode for file:/// URIs (tab goes blank, reload animation plays forever)
Categories
(DevTools :: Responsive Design Mode, defect)
Tracking
(Not tracked)
People
(Reporter: dholbert, Unassigned)
Details
STR:
-
View any file URI, e.g. file:/// or perhaps file://c/ if you're on Windows.
-
Change to RDM (Ctrl+Shift+M)
-
Reload (Ctrl+R)
ACTUAL RESULTS:
- The tab goes blank and looks like it's reloading (pays the reload animation in tab-title), but it never makes any progress.
- If you switch tabs away and back, the URLbar is cleared as well.
- These 4 errors appear in my browser console:
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindowUtils.removeSheetUsingURIString]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/ExtensionCommon.jsm :: runSafeSyncWithoutClone :: line 65" data: no]
runSafeSyncWithoutClone resource://gre/modules/ExtensionCommon.jsm:65
cleanup resource://gre/modules/ExtensionContent.jsm:353
close resource://gre/modules/ExtensionContent.jsm:814
destroyed resource://gre/modules/ExtensionContent.jsm:889
observe resource://gre/modules/ExtensionContent.jsm:905
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindowUtils.removeSheet]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/ExtensionCommon.jsm :: runSafeSyncWithoutClone :: line 65" data: no]
Security Error: Content at moz-nullprincipal:{2ae29653-815b-4a9c-a171-8ba6ba029385} may not load or link to file:///.
this.nativeTab.linkedBrowser is null
Reporter | ||
Comment 1•6 years ago
|
||
Ah, looks like this is already filed as bug 1525188.
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Comment 3•6 years ago
|
||
Also, for the record: in a fresh profile with mozregression, I actually only see the "Security Error: Content at moz-nullprincipal: [...]" error that I posted in comment 0, when the bug is triggered. The other ones don't appear (not at the time that I reload, at least).
Description
•