Downloads shelf - #484
Open
ianu82 wants to merge 3 commits into
Open
Conversation
Main now tracks every will-download item into the state push (last 10, newest first, session-only): deduped filename, received/total bytes, progressing → completed/cancelled/interrupted. The nav row gains a downloads button (accent dot while something is in flight) whose shelf lists each file with a progress bar or status; a row click reveals it in Finder/Explorer via the existing showItemInFolder. The shelf hides the native view while open, same rule as the omnibox dropdown.
ianu82
force-pushed
the
pr/downloads-shelf
branch
from
July 23, 2026 17:44
bda3509 to
ec16bd7
Compare
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.
What
Downloads stop disappearing into the void. The browser toolbar gains a downloads button that shows live progress while anything is downloading, and opens a shelf listing this session's downloads: filename, progress percent while running, then final size, Cancelled, or Failed.
will-downloadevents and folds them into the shared state push — the shelf itself is presentation only.Two small follow-up commits type the download listeners in the browser-manager tests and harden the fixture's download handler. Stacked on
pr/tab-shortcuts.For QA