Firefox/Projects/Restore Visible Tabs First: Difference between revisions
Jump to navigation
Jump to search
(→Design) |
|||
| Line 17: | Line 17: | ||
= Design = | = Design = | ||
'''At shutdown:''' | |||
# Identify visible tabs in each window | |||
# Set a flag in the JSON for each tab | |||
'''At startup:''' | |||
# Set the priority of those identified visible tabs to be higher | |||
= Bugs = | = Bugs = | ||
Revision as of 19:12, 25 February 2009
Overview
Sprint lead: zpao
Sprinters: dietrich, connor
- Description
- When restoring a session, we should prioritize the tabs that are visible on the tabstrip over the ones that are in the background.
- Aza has some suggestions
Goals / Use Cases
- "Speed up" start-up - at least it would seem so the users
- Make pages last used more immediately available, again making it seem to the users that we're starting up faster.
Non Goals
- We aren't trying to actually improve start up.
Design
At shutdown:
- Identify visible tabs in each window
- Set a flag in the JSON for each tab
At startup:
- Set the priority of those identified visible tabs to be higher
Bugs
The bug:
In the "non goals" arena, but might have some valuable discussion: