improve shutdown routine

This commit is contained in:
Fabian Freund
2026-03-18 09:09:39 +01:00
parent 5d3f394f7b
commit 54b3821ed0
22 changed files with 226 additions and 26 deletions
@@ -1151,6 +1151,7 @@ abstract class GeckoBrowserApi {
});
bool isDefaultBrowser();
void requestDefaultBrowser();
void shutdown();
}
enum SyncEngineValue { history, bookmarks, tabs }