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)

defect
Not set
normal

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
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
Do you mean firefox is not quiting for you even without any extension?
Flags: needinfo?(slash)
Firefox doesn't quit with cfx run. But firefox quits if I run firefox normally, install xpi and disable it.
Flags: needinfo?(slash)
Assignee: nobody → evold
Blocks: cfx.py
I'll check if this works with jpm, if it does we should wont fix
(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.