Closed
Bug 1925724
Opened 15 days ago
Closed 10 days ago
Add UI for (off by default) page wireframes for tab preview
Categories
(Firefox :: Tabbed Browser, enhancement)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
133 Branch
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: bgrins, Assigned: bgrins)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
As per https://bugzilla.mozilla.org/show_bug.cgi?id=1924160#c0, there's some interest in using wireframes as a low fidelity preview of history content, and it seems feasible that we could turn on the collection from a performance standpoint, if it's useful. I have a patch that renders the wireframe as SVG when an image thumbnail isn't available (for example, when previewing an unloaded tab). It won't do anything unless if someone manually flips browser.history.collectWireframes, but it'll make it easier for a couple people to test the functionality out if we get a basic UI landed.
Assignee | ||
Comment 1•15 days ago
|
||
Assignee | ||
Comment 2•13 days ago
|
||
Updated•12 days ago
|
Assignee: nobody → bgrinstead
Attachment #9432307 -
Attachment description: WIP: Bug 1925724 - WIP - Use page wireframe for tab hover preview as a fallback (e.g., for unloaded tabs) → Bug 1925724 - Use page wireframe for tab hover preview as a fallback when a normal thumnail is not available;r=mconley
Status: NEW → ASSIGNED
Pushed by bgrinstead@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/95e7f7594172
Use page wireframe for tab hover preview as a fallback when a normal thumnail is not available;r=mconley,sessionstore-reviewers,tabbrowser-reviewers,farre
Status: ASSIGNED → RESOLVED
Closed: 10 days ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
Assignee | ||
Comment 5•10 days ago
|
||
Setup for testing:
- Download latest nightly
- Enable "Open previous windows and tabs" in about:preferences
- Switch browser.history.collectWireframes=true in about:config
- Restart
STR:
- Browse across multiple tabs
- Restart
- Hover an unselected tab
This should render the wireframe instead of the live thumbnail, since the page is unloaded.
You need to log in
before you can comment on or make changes to this bug.
Description
•