This creates a new BackupService component that lives under browser/components/backup. It doesn't do much yet, except allow itself to be instantiated (which currently occurs using the idle scheduler in BrowserGlue) - but it does set us up to have docs, SphinxJS exporting for JSDoc, linting, etc. Differential Revision: https://phabricator.services.mozilla.com/D202753
14 lines
256 B
ReStructuredText
14 lines
256 B
ReStructuredText
.. _components/backup:
|
|
|
|
================
|
|
Backup Component
|
|
================
|
|
|
|
The Backup Component is responsible for creating backups of user profile data
|
|
into a single file that can be easily restored from.
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
backup-service
|