Closed
Bug 349025
Opened 18 years ago
Closed 18 years ago
Extensions (add-ons) don't start up
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ria.klaassen, Assigned: benjamin)
References
Details
(Keywords: regression)
Attachments
(1 file)
795 bytes,
patch
|
Details | Diff | Splinter Review |
In the latest hourly extensions don't start up.
Regression between 1.9a1_2006081706 and 1.9a1_2006081709:
http://bonsai.mozilla.org/cvsquery.cgi?module=PhoenixTinderbox&date=explicit&mindate=2006-08-17+05%3A00&maxdate=2006-08-17+10%3A00
Updated•18 years ago
|
Severity: normal → major
Comment 1•18 years ago
|
||
workaround (weird)
1. Open Addons manager
2. select an extension
3. select uninstall
4. close Firefox
5. open Firefox and be happy, suddenly all extensions work again, including the one you tried to uninstall
![]() |
||
Comment 2•18 years ago
|
||
Benjamin, do you know what is going on here? gAppData->flags is always 0 on startup so the EM is never called as well as migration.
![]() |
||
Comment 3•18 years ago
|
||
ScopedAppData::ScopedAppData doesn't set or zero out flags so NS_XRE_ENABLE_PROFILE_MIGRATOR | NS_XRE_ENABLE_EXTENSION_MANAGER is never set.
Blocks: 319843
Comment 4•18 years ago
|
||
*** Bug 349123 has been marked as a duplicate of this bug. ***
Reporter | ||
Updated•18 years ago
|
Summary: Extensions don't start up → Extensions (add-ons) don't start up
Assignee | ||
Comment 5•18 years ago
|
||
Assignee: nobody → benjamin
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•18 years ago
|
||
Fixed on trunk as obvious stupidity.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 7•18 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20060818 Minefield/3.0a1 ID:2006081806 [cairo]
verified/fixed for me
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•