move open url into bottom sheet

This commit is contained in:
Fabian Freund
2026-02-22 18:54:59 +01:00
parent 5230d3cb6b
commit ac80632eeb
8 changed files with 193 additions and 42 deletions
@@ -1003,6 +1003,11 @@ abstract class GeckoBrowserApi {
);
bool showNativeFragment();
void onTrimMemory(int level);
void openInCustomTab({
required String url,
required bool private,
required String? contextId,
});
}
enum SyncEngineValue { history, bookmarks, tabs }