3
edits
(→Other) |
|||
Line 52: | Line 52: | ||
* When holding down arrow keys, scroll smoothly and with acceleration. | * When holding down arrow keys, scroll smoothly and with acceleration. | ||
== Too many tabs == | == Too many tabs == | ||
* Use less RAM when many tabs are open | |||
** Warn when too many tabs are open, or when too much RAM has been used. | *Use less RAM when many tabs are open | ||
** Drop the DOM of tabs the user has not interacted with? | **Warn when too many tabs are open, or when too much RAM has been used. | ||
* Make session restore faster with many tabs | **Drop the DOM of tabs the user has not interacted with? (Decrease memory use, increase lag when switching to that tab.) | ||
** Load the frontmost tab on startup before the others (filed as [https://bugzilla.mozilla.org/show_bug.cgi?id=496458 bug 496458]) | *Make session restore faster with many tabs | ||
** On restart, show a list of tabs Firefox can restore, instead of just restoring them. | **Load the frontmost tab on startup before the others (filed as [https://bugzilla.mozilla.org/show_bug.cgi?id=496458 bug 496458]) | ||
** Do something about redundant/irrelevant password prompts for master password ({{bug|348997}}) and http auth | **On restart, show a list of tabs Firefox can restore, instead of just restoring them. (Like we currently do when recovering from a crash.) | ||
* Make it easier to switch tabs among a large number of tabs (how?) | **Do something about redundant/irrelevant password prompts for master password ({{bug|348997}}) and http auth | ||
* Nudge users toward opening fewer tabs | *Make it easier to switch tabs among a large number of tabs (how?) | ||
** Give users a good alternative to ''using open tabs as reminders'', something that works better than bookmarks or copy+pasting URLs into Things | **See [https://bugzilla.mozilla.org/show_bug.cgi?id=505214 bug 505214] – Rejected, but still answers the "how?" question. | ||
*Nudge users toward opening fewer tabs | |||
**Give users a good alternative to ''using open tabs as reminders'', something that works better than bookmarks or copy+pasting URLs into Things | |||
== Back and forward == | == Back and forward == |
edits