Bug 1885609 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.

This bug is for implementing the `backup` method on the `PlacesBackupResource`. Along with copying the `places.sqlite` and `favicons.sqlite` databases.

As part of this step, the bookmarks from the Places database should be extracted to some importable format, like JSON or HTML, and placed into the staging folder.

Critically, if the user is configured to:

1. Not remember history, or
2. Clear history on exit

Then neither places.sqlite or favicons.sqlite should be written to the staging folder.
This bug is for implementing the `backup` method on the `PlacesBackupResource`. Along with copying the `places.sqlite` and `favicons.sqlite` databases.

As part of this step, the bookmarks from the Places database should be extracted to some importable format, like JSON or HTML, and placed into the staging folder.

Critically, if the user is configured to:

1. Not remember history, or
2. Clear history on exit
3. Use permanent private browsing mode

Then neither places.sqlite or favicons.sqlite should be written to the staging folder.

Back to Bug 1885609 Comment 0