use the AddonManager API in preference to nsIExtensionManager for Firefox 4 compatibility
Bug #718603 reported by
James Henstridge
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bindwood |
Fix Released
|
Low
|
James Henstridge |
Bug Description
We currently use nsIExtensionManager to locate the couchdb_env.sh script stored with the extension. Unfortunately Firefox 4 has removed that interface, so we'll need to do the equivalent with the newer AddonManager API.
https:/
https:/
http://
http://
http://
Related branches
lp:~jamesh/bindwood/bug-718603-ff4-compatibility
- Zachery Bir (community): Approve
- Eric Casteleijn (community): Approve
-
Diff: 143 lines (+46/-19)2 files modifiedinstall.rdf (+1/-1)
modules/desktopcouch.jsm (+45/-18)
Changed in bindwood: | |
status: | New → In Progress |
Changed in bindwood: | |
milestone: | none → 1.1.0 |
Changed in bindwood: | |
status: | Fix Committed → Fix Released |
importance: | Undecided → Low |
To post a comment you must log in.
Merged to trunk in r30.