Closed
Bug 854465
Opened 12 years ago
Closed 12 years ago
Use in-XPI modules if a preference is set
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
1.14
People
(Reporter: mossop, Unassigned)
References
Details
Attachments
(1 file)
Currently bootstrap.js looks at the Firefox version to determine if it can use the modules built-in to Firefox. For 1.14 I'd like it to also check whether a specific preference is set.
This gives us an escape clause in the event that we determine that something is wrong with the modules in Firefox 21, we could either update Firefox 21 to set that pref (if not already released) or deploy a hotfix to set the pref for all users.
Reporter | ||
Comment 2•12 years ago
|
||
Pointer to Github pull-request
Reporter | ||
Updated•12 years ago
|
Attachment #729096 -
Flags: review?(rFobic)
Updated•12 years ago
|
Attachment #729096 -
Flags: review?(rFobic) → review+
Comment 3•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/78030fe8bb532448333c29f084f773981ee52d80
Bug 854465: Use in-XPI modules if a preference is set.
https://github.com/mozilla/addon-sdk/commit/3e818dd79a3b6637ff442e776da5d2d6e408bde4
Merge pull request #890 from Mossop/bug854465
Bug 854465: Use in-XPI modules if a preference is set. r=gozala
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 4•12 years ago
|
||
Commit pushed to stabilization at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/f6a664597b15391b83a46d4a9121b6f17534b9e5
Merge pull request #890 from Mossop/bug854465
Bug 854465: Use in-XPI modules if a preference is set. r=gozala(cherry picked from commit 3e818dd79a3b6637ff442e776da5d2d6e408bde4)
You need to log in
before you can comment on or make changes to this bug.
Description
•