184
edits
| Line 10: | Line 10: | ||
== Telemetry data must be saved asynchronously == | == Telemetry data must be saved asynchronously == | ||
(TBD) | |||
== Telemetry data must be collected after profile-before-change == | |||
(TBD) | (TBD) | ||
| Line 24: | Line 27: | ||
== Session Restore data must be fully written before we remove the profile == | == Session Restore data must be fully written before we remove the profile == | ||
Session Restore collects data during shutdown and must have finished writing that data before we complete profile-before-change. | |||
== FHR data must be fully written before we remove the profile == | |||
FHR closes its databases and must have finished writing that data before we complete profile-before-change. | |||
= Related bugs = | = Related bugs = | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=722648 - Asynchronous observers. | - https://bugzilla.mozilla.org/show_bug.cgi?id=722648 - Asynchronous observers. | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=881667 - Expose startup/shutdown stage to components. | - https://bugzilla.mozilla.org/show_bug.cgi?id=881667 - Expose startup/shutdown stage to components. | ||
edits