Closed
Bug 695435
Opened 14 years ago
Closed 14 years ago
make cfx disable third-party addon check
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 695436
1.2
People
(Reporter: myk, Assigned: myk)
References
Details
The fix for Firefox bug 693743 will disable addons that are installed by copying their XPIs (or their expanded equivalents) into the profile folder. cfx (via mozrunner) does that for `cfx run` and `cfx test`, so it'll break when that fix is landed.
Unfortunately, it looks like that fix is going to land late in the beta cycle for Firefox 8, breaking SDK 1.2 compatibility with that release. To resolve the problem, the SDK should disable the third-party addon check that the fix will introduce using whatever mechanism the fix provides.
And we should hold the release of SDK 1.2 until we land the fix for this bug, to maintain its compatibility with Firefox 8.
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•