Closed
Bug 1836555
Opened 2 years ago
Closed 2 years ago
Add a new "extensions" migration resource type
Categories
(Firefox :: Migration, enhancement, P2)
Firefox
Migration
Tracking
()
RESOLVED
FIXED
116 Branch
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: tgiles, Assigned: tgiles)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
To more easily migrate extensions from other browsers, we'll need add and handle the new "extensions" resource type. This will require (from :mconley's initial breakdown of work):
- Adding a new type of extensions to this set of bitmasks
- Creating a new MigratorResource that subclasses from ChromeProfileMigrator that can return if any extensions are detected in the selected profile.
- Calling an API from the AddonsManager to find, download, install, and enable the previously discovered extensions. Note, the API for this is not yet defined.
Comment 1•2 years ago
|
||
My opinion is, that extensions from other browsers are not compatible with Firefox.
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Attachment #9337541 -
Attachment description: Bug 1836555 - Add new 'extensions' migration resource type. r=mconley → WIP: Bug 1836555 - Add new 'extensions' migration resource type. r=mconley
Updated•2 years ago
|
Attachment #9337541 -
Attachment description: WIP: Bug 1836555 - Add new 'extensions' migration resource type. r=mconley → Bug 1836555 - Add new 'extensions' migration resource type. r=mconley
Updated•2 years ago
|
Attachment #9337541 -
Attachment description: Bug 1836555 - Add new 'extensions' migration resource type. r=mconley → Bug 1836555 - Add new 'extensions' migration resource type. r=mconley!
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d1301c00ea08
Add new 'extensions' migration resource type. r=mconley
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•