Conversation
Add RecentlyClosedTabsStorage and RecentlyClosedMiddleware so closed normal tabs stay available for homepage restore.
Show Jump Back In from open tabs plus Places history, restore recently closed tabs, and replace the bookmark grid with History and Bookmarks buttons.
Wire pause/resume and search in the downloads sheet. Large HTTP files use a 4-thread Range downloader and fall back when the server refuses.
Ignore normal tab ids in EXTRA_SESSION_ID so EngineView follows selectedTab. Stop swipe navigation from recreating home/browser.
Do not set GeckoView GONE when showing about:homepage. Overlay the homepage ComposeView instead so tab switches keep a live surface.
Wire SearchEngineSelectorConfig so suggest and search URLs stay current after Android Components bumps.
Select engines without restart, honor private-mode defaults in search UI, and accept %s in custom search URLs.
New tabs inherit BrowserState.desktopMode. Tablets use desktop unless the setting is changed.
Install TranslationsMiddleware and expose Translate page / Show original in the browser menu.
Remember each profile's addon set and apply it on profile switch. One Gecko runtime still hosts the extensions.
GeckoWebExtensionController requires a Handler thread; hopping off Dispatchers.IO avoids IllegalThreadStateException.
Ungrouped pills are 32dp with a 1dp selected stroke so they sit vertically centered next to grouped tabs.
…ckers Alert dialogs no longer pin colorPrimary to the static purple. Theme pickers are radio lists; SeekBar preferences use a Material 3 value TextView.
The search sheet no longer dumps the full catalog on open; only matching addons appear after two characters.
Skip applyForProfile when installed addons cannot be loaded, and seed new allowlists from BrowserStore so the first toggle cannot disable other extensions.
The global menu now uses Fenix store state instead of AMO getAddons, drops toolbar pinning, and loads browser/page action icons.
Drop WebExtensionToolbarFeature and the navbar addon list prefs so previously enabled extensions no longer appear beside the address bar.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan