Closed
Bug 1103912
Opened 10 years ago
Closed 10 years ago
firefox doesn't quit if an extension is disabled
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: slash, Assigned: evold)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0 Iceweasel/33.1
Build ID: 20141111034249
Steps to reproduce:
1. Run this code:
const { when } = require("sdk/system/unload");
when(reason => console.log(reason));
2. Disable the extension
3. Quit firefox
Actual results:
Window disappears but firefox doesn't quit
Expected results:
Firefox quits
Reporter | ||
Comment 1•10 years ago
|
||
system/unload seems irrelevant. Even if an extension does nothing, firefox doesn't quit.
Summary: system/unload prevent firefox from quitting if an extention is disabled → firefox doesn't quit if an extension is disabled
Assignee | ||
Comment 2•10 years ago
|
||
Do you mean firefox is not quiting for you even without any extension?
Flags: needinfo?(slash)
Reporter | ||
Comment 3•10 years ago
|
||
Firefox doesn't quit with cfx run. But firefox quits if I run firefox normally, install xpi and disable it.
Flags: needinfo?(slash)
Assignee | ||
Comment 4•10 years ago
|
||
I'll check if this works with jpm, if it does we should wont fix
Assignee | ||
Comment 5•10 years ago
|
||
(In reply to Kusanagi Kouichi from comment #3)
> Firefox doesn't quit with cfx run. But firefox quits if I run firefox
> normally, install xpi and disable it.
So this works with jpm, and cfx is no longer receiving maintenance and there will be no new releases of cfx so if it has issues then it's best to switch to jpm.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•