Closed
Bug 1223416
Opened 10 years ago
Closed 10 years ago
[e10s] cannot open a file from network mounted drive
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1211873
People
(Reporter: alice0775, Unassigned)
References
Details
(Keywords: regression)
The problem does not occur if disabled e10s.
Steps to reproduce:
1. Open file:///drive_letter:/path_to/a_file.html where drive_letter is network mounted drive
OR Open file://///host/path_to/a_file.html
Actual Results:
Browser would not to load the file contents. and tab loading spinner is spinning forever
Expected Results:
Browser should load the file contents.
| Reporter | ||
Comment 1•10 years ago
|
||
Error in Browser console are as follows:
NS_ERROR_FILE_ACCESS_DENIED: Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIWebNavigation.loadURIWithOptions] browser-child.js:300:0
| Reporter | ||
Comment 2•10 years ago
|
||
Regression Pushlog:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=5118292ae7f3f3a2c007a6f9a844b22f68026da7&tochange=56e6914c51a7
Regressed by:
56e6914c51a7 Bob Owen — Bug 1207972: Move to using USER_INTERACTIVE and JOB_INTERACTIVE by default for the Windows content sandbox. r=tabraldes
Blocks: 1207972
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox45:
affected → ---
tracking-e10s:
? → ---
Keywords: regression
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 3•10 years ago
|
||
WORKAROUND
security.sandbox.content.level = 1 or 0
You need to log in
before you can comment on or make changes to this bug.
Description
•