Add saved tab groups to "Recently closed tabs" menus
Categories
(Firefox :: Session Restore, task, P3)
Tracking
()
People
(Reporter: sthompson, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-tabgrps-panels] )
We discussed that in “Recently closed tabs” that if a user hits “Save and close” tab group that the group should still show up in “Recently closed tabs” as a group of tabs regardless if it’s saved or not is still considered recently closed. We set a limit of how many tabs we show in Recently closed before older tabs get pushed out of the list. Right now the limit is 25 tabs per window. Following this path, we are also setting a limit of up to 25 tab groups could show up in this list until we start pushing out older tab group items from the list.
RecentlyClosedTabsAndWindowsMenuUtils.sys.mjs builds the "Recently closed tabs" list for the app menu and main menu. Firefox View has a separate list of "Recently closed tabs."
Saved tab groups are not associated with specific windows. There is an option for getClosedTabData to choose whether to include tabs from all windows, closed windows, or just a specific window. Saved tab groups would presumably need to be interleaved with closed groups and closed tabs in getClosedTabData.
Reporter | ||
Updated•2 months ago
|
Updated•2 months ago
|
Updated•2 months ago
|
Updated•22 days ago
|
Updated•18 days ago
|
Updated•16 days ago
|
Comment 1•11 days ago
|
||
Isn't "closing a tab" is the analog of "deleting a group"?
Comment 2•8 days ago
|
||
Closing this after discussing with Amy and Stefan.
Description
•