Closed
Bug 671555
Opened 14 years ago
Closed 14 years ago
Preferences/Beta force add-ons compatibility option is not updated to the latest Beta build
Categories
(Firefox for Android Graveyard :: Extension Compatibility, defect)
Tracking
(firefox6 wontfix, firefox7 fixed, fennec7+)
VERIFIED
FIXED
Firefox 7
People
(Reporter: xti, Assigned: mbrubeck)
References
Details
Attachments
(1 file)
|
4.26 KB,
patch
|
mfinkle
:
review+
johnath
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Build id : Mozilla/5.0 (Android;Linux armv7l;rv:6.0)Gecko/20110713
Firefox/6.0 Fennec/6.0
Device: Motorola Droid 2
OS: Android 2.2
Steps to reproduce:
1. Open Fennec App
2. Go to Preferences > Beta tab
3. Enable force add-ons compatibility
4. Restart app
5. Go to about:config
6. Check if extensions.checkCompatibility preferences is updated for the running build
Expected result:
For Firefox 6 Beta 2, after step 6, about:config adds the following preference: extensions.checkCompatibility.6.0
Actual result:
After step 6, extensions.checkCompatibility.4.0b is added to about:config.
Updated•14 years ago
|
Comment 1•14 years ago
|
||
Feedback add-on is hard coded to use "extensions.checkCompatibility.4.0b" in it's preference UI. We need to dynamically generate the preference like it's done here:
http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/extensions/test/browser/browser_globalwarnings.js#19
A simpler, safer fix could be used in fx6 (beta) branch, if we want to even take it now. I don't think we do.
tracking-fennec: --- → 7+
Updated•14 years ago
|
Assignee: nobody → mark.finkle
| Assignee | ||
Comment 2•14 years ago
|
||
Assignee: mark.finkle → mbrubeck
Status: NEW → ASSIGNED
Attachment #551824 -
Flags: review?(mark.finkle)
Comment 3•14 years ago
|
||
Comment on attachment 551824 [details] [diff] [review]
patch
Nice
Attachment #551824 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 4•14 years ago
|
||
Whiteboard: [inbound]
| Assignee | ||
Comment 5•14 years ago
|
||
Comment on attachment 551824 [details] [diff] [review]
patch
Requesting mozilla-approval-aurora. This patch is mobile-only, and the code it touches ships only in Nightly/Aurora/Beta builds (not release). This is not a new regression (it first regressed in 5.0 beta), but it would be good to get this into our next beta migration. Currently we are shipping an add-on to Beta users with a checkbox that fails to do anything.
Attachment #551824 -
Flags: approval-mozilla-aurora?
Comment 6•14 years ago
|
||
Comment on attachment 551824 [details] [diff] [review]
patch
Git er done before monday migration, please!
Attachment #551824 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
| Assignee | ||
Comment 7•14 years ago
|
||
Landed on Aurora for Firefox 7:
https://hg.mozilla.org/releases/mozilla-aurora/rev/7894b27a5a9a
| Assignee | ||
Comment 8•14 years ago
|
||
The previous push to inbound was missing part of the patch because of a manual rebase error. Pushed it as a followup:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ad7544a6078b
Comment 9•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: Firefox 7 → Firefox 8
| Assignee | ||
Updated•14 years ago
|
Target Milestone: Firefox 8 → Firefox 7
Comment 11•14 years ago
|
||
Verified fixed on: Mozilla /5.0 (Android;Linux armv7l;rv:7.0) Gecko/20110816 Firefox/7.0 Fennec/7.0
Device: LG Optimus 2X
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•