Bug 1013947 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Bug 925101 introduces the new "logins.json" file for storing Login Manager data, replacing the legacy "signons.sqlite" file. This SQLite file is kept around and may still be used in case the profile is downgraded.

In a similar way to bug 925101 for the legacy "signons.txt" file, the SQLite file should be deleted after it has not been used for some time.

Note that there might be similarly named files in case a backup was made because of a corrupted database, and these might be deleted as well.

This should not happen on Android, where the SQLite file is still used.
Bug 853549 introduces the new "logins.json" file for storing Login Manager data, replacing the legacy "signons.sqlite" file. This SQLite file is kept around and may still be used in case the profile is downgraded.

In a similar way to bug 925101 for the legacy "signons.txt" file, the SQLite file should be deleted after it has not been used for some time.

Note that there might be similarly named files in case a backup was made because of a corrupted database, and these might be deleted as well.

This should not happen on Android, where the SQLite file is still used.

Back to Bug 1013947 Comment 0