Closed
Bug 659048
Opened 14 years ago
Closed 14 years ago
Use extensions.checkCompatibility.nightly to disable compatibility in nightly builds
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla7
People
(Reporter: mossop, Assigned: mossop)
References
Details
Attachments
(1 file)
25.07 KB,
patch
|
robert.strong.bugs
:
review+
|
Details | Diff | Splinter Review |
So the main devs don't have to change a new preference every 6 weeks. Users of other channels should be pushed to the add-on compatibility reporter
Assignee | ||
Comment 1•14 years ago
|
||
This switched to only using the versions string on the aurora, beta and release channels. Everywhere else (nightly, self-built etc.) it uses the nightly pref.
Assignee: nobody → dtownsend
Status: NEW → ASSIGNED
Attachment #534833 -
Flags: review?(robert.bugzilla)
![]() |
||
Updated•14 years ago
|
Attachment #534833 -
Flags: review?(robert.bugzilla) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Flags: in-litmus-
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
#ifdef MOZ_COMPATABILITY_NIGHTLY
const PREF_EM_CHECK_COMPATIBILITY =
Note the spelling difference. The first is incorrect, the second is correct. Please change it, it makes my eyes hurt.
Assignee | ||
Comment 4•14 years ago
|
||
Oops. Fancy providing a patch to fix it?
I could but I don't even have a local repository set up at the moment so it would be much quicker for someone else to patch it. There's just one change in each of the following 3 files.
toolkit/mozapps/extensions/Makefile.in
toolkit/mozapps/extensions/XPIProvider.jsm
toolkit/mozapps/extensions/content/extensions.js
Reopened the bug until someone pushes the patch to fix the issue from comment 3, 4, 5.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 7•14 years ago
|
||
Small typos that don't affect the functionality of the bug fix aren't worth keeping a bug open for. If you want to provide a patch to correct it then I'll review it and land it
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
after installing add-ons (with modified install.rdf/maxver=9.0a1) into new/clean profile, new config "nightly.disableCheckCompatibility/boolean/false" is created.
correct ?
old config is "extensions.checkCompatibility.(version-number)/boolean/false"
Assignee | ||
Comment 9•14 years ago
|
||
(In reply to comment #8)
> after installing add-ons (with modified install.rdf/maxver=9.0a1) into
> new/clean profile, new config
> "nightly.disableCheckCompatibility/boolean/false" is created.
If you're modifying the install.rdf then you don't need to do anything, otherwise as the bug summary says, the new pref is extensions.checkCompatibility.nightly
Comment 10•14 years ago
|
||
Verified fixed with Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0a1) Gecko/20110630 Firefox/7.0a1
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 11•14 years ago
|
||
I've backed this out of aurora as it wasn't working right there for some reason. This is no loss as it was only meant to affect Nightly anyway. I've filed bug 669541 to get it fixed before the next merge.
http://hg.mozilla.org/releases/mozilla-aurora/rev/92120afb1a58
You need to log in
before you can comment on or make changes to this bug.
Description
•