Open
Bug 2003256
Opened 6 months ago
Updated 5 months ago
FirefoxProfileMigrator._getResourcesInternal can sync-write to prefs instead of returning resource with `migrate` function
Categories
(Firefox :: Migration, task, P3)
Tracking
()
NEW
People
(Reporter: Gijs, Unassigned)
References
Details
This function is intended to just return the resources (bookmarks, history etc.) and not actually modify any profile information. I think that in practice, this flow is only taken when migrating as part of the startup sequence (given the conditional), in which case by the time we call this function there is no other user confirmation or something like that involved, so it's sort of fine - but we should probably fix it so other people changing the function don't get the mistaken impression that this is an appropriate time to write to prefs (as it generally wouldn't be).
| Reporter | ||
Updated•6 months ago
|
Updated•6 months ago
|
Severity: -- → S3
Updated•5 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•