Closed
Bug 1816197
Opened 3 years ago
Closed 3 years ago
Show a success message with some stats on what got imported in the new MigrationWizard
Categories
(Firefox :: Migration, task, P1)
Firefox
Migration
Tracking
()
RESOLVED
FIXED
112 Branch
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
We want to add some infrastructure so that we can report how many bookmarks and logins got imported. We'll probably want to add more down the line. I've also added "history" in here, because we happen to have that value lying around. Down the line, we'll change the string to say how many days back worth of history was imported, but for now, the quantity of visits will do.
I've also gone ahead and added a new progress callback to the MigratorBase.migrate method, because the old observer mechanism was pretty clumsy to work with.
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
Depends on D169526
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P1
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f1622e804031
Part 1: Make MigratorBase.migrate resolve only after migration has completed. r=NeilDeakin
https://hg.mozilla.org/integration/autoland/rev/c9d72f2246e4
Part 2: Add an optional callback to MigratorBase.migrate to get migration updates. r=NeilDeakin,fluent-reviewers,flod
Comment 5•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f1622e804031
https://hg.mozilla.org/mozilla-central/rev/c9d72f2246e4
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•