Closed
Bug 1236816
Opened 10 years ago
Closed 7 years ago
Add-on file cannot be installed from network folder with NS_ERROR_FILE_ACCESS_DENIED: Component returned failure code: 0x80520015
Categories
(Toolkit :: Add-ons Manager, defect, P2)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
INACTIVE
| Tracking | Status | |
|---|---|---|
| firefox46 | --- | wontfix |
| firefox47 | --- | wontfix |
| firefox48 | --- | wontfix |
| firefox49 | --- | unaffected |
| firefox50 | --- | unaffected |
| firefox51 | --- | unaffected |
| firefox52 | --- | wontfix |
People
(Reporter: magicp.jp, Unassigned)
References
Details
(Whiteboard: triaged)
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0
Build ID: 20160104030217
Steps to reproduce:
1. Save any add-ons (e.g. Adblock Plus) xpi file from AMO to network folder.
2. Run Nightly 46.0a1
3. Select Menu > File > Open File... (or Ctrl+O)
4. Open the add-on file in network folder
Actual results:
No response after step 4. The following error is displayed in Browser Console.
NS_ERROR_FILE_ACCESS_DENIED: Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIWebNavigation.loadURIWithOptions]1 browser-child.js:306:0
However it works fine with below steps.
1. Open Add-ons Manager
2. Select menu "Install Add-ons From File..." in header-util-button
3. Open the add-on file in network folder
Expected results:
Add-on could be installed from accessible network folder without any errors.
Has STR: --- → yes
status-firefox46:
--- → affected
Component: Untriaged → Add-ons Manager
OS: Unspecified → All
Product: Firefox → Toolkit
Hardware: Unspecified → All
Comment 1•10 years ago
|
||
Can you open html files from the network drive in the same way?
Flags: needinfo?(magicp.jp)
Comment 2•10 years ago
|
||
What URL is loaded in the tab when you do this?
Do you have e10s enabled?
(In reply to Dave Townsend [:mossop] from comment #1)
> Can you open html files from the network drive in the same way?
No, I can't any html files.
Flags: needinfo?(magicp.jp)
(In reply to Dave Townsend [:mossop] from comment #2)
> What URL is loaded in the tab when you do this?
>
> Do you have e10s enabled?
"about:home", "https://bugzilla.mozilla.org" etc...
Good question! I have e10s enabled. It works in non-e10s window.
status-firefox47:
--- → affected
Comment 6•9 years ago
|
||
QA can you reproduce this?
status-firefox48:
--- → affected
Comment 8•9 years ago
|
||
I was able to reproduce the initial issue on Firefox 46.0a1 (2016-01-05) under Windows 10 64-bit.
Tested on Firefox 51.0a1 (2016-08-29), Firefox 50.0a2 (2016-08-29), Firefox 49.0b7 and Firefox 48.0.2 (20160823121617) under Windows 10 64-bit and noticed the following:
1. The add-on is successfully installed from a network folder under Firefox 50.0a2, Firefox 49.0b7 and Firefox 48.0.2
2. “Access to the file was denied” error is displayed using Firefox 51.0a1 (2016-08-29): http://screencast.com/t/kitVjwHRJ but the add-on is successfully installed in a non-e10s window.
Is this some nightly specific error? Because the first build where I encountered is Firefox 49.0a1 from 2016-04-12 but it seems that is not reproducible across the other branches.
Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=49d7fb650c9dde7cf6e4b2c7aa578a4a11e83f83&tochange=fb125ff927eae1b7adb8d0e3db798c341d71d8ab
Any thoughts about this issue?
Flags: needinfo?(dtownsend)
Keywords: qawanted
status-firefox49:
--- → unaffected
status-firefox50:
--- → unaffected
status-firefox51:
--- → unaffected
status-firefox52:
--- → affected
Comment 10•8 years ago
|
||
Mass wontfix for bugs affecting firefox 52.
Comment 11•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•