| AddonsBackupResource.sys.mjs |
Backup for addons and extensions files and data.
|
5529 |
- |
| BackupResource.sys.mjs |
Convert bytes to the nearest multiple of 10 kilobytes to make the measurements fuzzier.
Returns 1 if size is < 5 kB.
@param {number} bytes - size in bytes.
@returns {number} - size in kilobytes, rounded to the nearest multiple of 10
|
13465 |
- |
| BookmarksBackupResource.sys.mjs |
Class representing Bookmarks database related files within a user profile.
|
2193 |
- |
| CookiesBackupResource.sys.mjs |
Class representing Cookies database within a user profile.
|
1303 |
- |
| CredentialsAndSecurityBackupResource.sys.mjs |
Class representing files needed for logins, payment methods and form autofill within a user profile.
|
4964 |
- |
| FormHistoryBackupResource.sys.mjs |
Class representing Form history database within a user profile.
|
2148 |
- |
| MiscDataBackupResource.sys.mjs |
Class representing miscellaneous files for telemetry, site storage,
media device origin mapping, chrome privileged IndexedDB databases,
and Mozilla Accounts within a user profile.
|
5265 |
- |
| PlacesBackupResource.sys.mjs |
Class representing Places database related files within a user profile.
|
2649 |
- |
| PreferencesBackupResource.sys.mjs |
Class representing files that modify preferences and permissions within a user profile.
|
11082 |
- |
| SelectableProfileBackupResource.sys.mjs |
Class representing data needed for backing up/restoring a selectable profile. This resource
is only to be used if we are
a. backing up a selectable profile
b. recovering a selectable profile type backup. This is guaranteed if (a) was true when backing up.
|
6474 |
- |
| SessionStoreBackupResource.sys.mjs |
Class representing Session store related files within a user profile.
|
4998 |
- |
| SiteSettingsBackupResource.sys.mjs |
Class representing the backup and restore of a user's site settings
|
1966 |
- |