AutoSave: Trigger save when new engine state is pushed
Categories
(Firefox for Android :: Tabs, task)
Tracking
()
People
(Reporter: gl, Unassigned)
Details
From github: https://github.com/mozilla-mobile/android-components/issues/6379.
Currently
AutoSavesupports multiple triggers: Periodically, Backgrounding and Session changes. Nowadays GeckoView pushes a new state for a GeckoSession to us (instead of us asking for a snapshot). Whenever this happens we should consider this a trigger forAutoSaveand save the state to disk (with some throttling) so that we do not risk loosing the new state. Otherwise we may need to wait until the nextperiodicallytrigger saves it - and by default that can take up to 30 seconds.┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Comment 1•3 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Updated•3 years ago
|
Description
•