Closed
Bug 747077
Opened 13 years ago
Closed 13 years ago
Add a module to install/uninstall addons
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
1.8
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file, 1 obsolete file)
We are hitting multiple usecases where we need to install an XPI.
In addon builder helper and CFX in JS (bug 746131).
So instead of duplicating this API in both projects, it would be better to use a common module from api-utils.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #616653 -
Flags: review?(rFobic)
Updated•13 years ago
|
Priority: -- → P1
Comment 2•13 years ago
|
||
Pointer to Github pull-request
Updated•13 years ago
|
Attachment #617592 -
Flags: review+
Comment 3•13 years ago
|
||
Comment on attachment 616653 [details]
Pull request 406
Wrong pull request was attached, removing this on and adding a correct one with r+.
Attachment #616653 -
Flags: review?(rFobic)
Updated•13 years ago
|
Attachment #616653 -
Attachment is obsolete: true
Comment 4•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/677a214a4c13c5316c702a9087307e494bf89b07
Merge pull request #406 from ochameau/addon-install-module
Bug 747077: New `api-utils/addon/installer` module to install/uninstall addons r=@gozala
Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Priority: P1 → --
Resolution: --- → FIXED
Assignee | ||
Updated•13 years ago
|
Target Milestone: --- → 1.8
Depends on: 749745
You need to log in
before you can comment on or make changes to this bug.
Description
•