Closed
Bug 1236981
Opened 10 years ago
Closed 10 years ago
FF46 nightly does not allow installing unsigned add-ons from the 'Open File...' dialog
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
DUPLICATE
of bug 1204215
People
(Reporter: 4mr.minj, Unassigned)
Details
This is a regression from FF45 aurora
STR:
A)
1) Press CTRL+O
2) navigate to an unsigned xpi
3) open it
-> Error message: http://i.imgur.com/aVT2MIz.png
LOG:
> 1452015148852 addons.repository DEBUG cacheAddons: enabled true IDs ["promise_gen@LA-MJ.lt"]
> 1452015148856 addons.repository DEBUG Requesting https://services.addons.mozilla.org/en-US/firefox/api/1.5/search/guid:promise_gen%40LA-MJ.lt?src=firefox&appOS=Linux&appVersion=46.0a1
> 1452015149443 addons.repository DEBUG Got metadata search load event
> 1452015149445 DeferredSave.addons.json DEBUG Save changes
> 1452015149446 DeferredSave.addons.json DEBUG Starting timer
> 1452015149497 DeferredSave.addons.json DEBUG Starting write
> 1452015149502 DeferredSave.addons.json DEBUG Write succeeded
> 1452015149510 addons.xpi DEBUG Cancelling download of > file:///home/user/git/promise-gen/content.xpi
> 1452015149510 addons.xpi DEBUG removeTemporaryFile: file:///home/user/git/promise-gen/content.xpi does not own temp file
B)
1) navigate to file:///home/user/git/promise-gen (i. e. the location of xpi file)
2) click on the xpi file
The usual notification is displayed: http://i.imgur.com/YnajV2m.png
The installation proceeds normally.
LOG:
> 1452015544273 addons.repository DEBUG cacheAddons: enabled true IDs ["promise_gen@LA-MJ.lt"]
> 1452015544277 addons.repository DEBUG Requesting https://services.addons.mozilla.org/en-US/firefox/api/1.5/search/guid:promise_gen%40LA-MJ.lt?src=firefox&appOS=Linux&appVersion=46.0a1
> 1452015544478 addons.repository DEBUG Got metadata search load event
> 1452015544478 DeferredSave.addons.json DEBUG Save changes
> 1452015544479 DeferredSave.addons.json DEBUG Starting timer
> 1452015544530 DeferredSave.addons.json DEBUG Starting write
> 1452015544533 DeferredSave.addons.json DEBUG Write succeeded
> 1452015546028 addons.xpi DEBUG Starting install of promise_gen@LA-MJ.lt from file:///home/user/git/promise-gen/content.xpi
> 1452015546044 addons.xpi DEBUG Addon promise_gen@LA-MJ.lt will be installed as an unpacked directory
etc...
Comment 1•10 years ago
|
||
What URL is loaded in the tab when you do this?
Do you have e10s enabled?
Flags: needinfo?(4mr.minj)
| Reporter | ||
Comment 2•10 years ago
|
||
It seems only about: URLs are affected. e10s is enabled.
Flags: needinfo?(4mr.minj)
| Reporter | ||
Comment 3•10 years ago
|
||
This invalidates my assumption that it's a regression.
My aurora profile had e10s disabled. Enabling e10s leads to the same issue.
Conversely, disabling e10s on nightly prevents the problem
Comment 4•10 years ago
|
||
(In reply to 4mr.minj from comment #2)
> It seems only about: URLs are affected. e10s is enabled.
This sounds like bug 1204215 then.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•