divyekapoor / tabassassin-extension

Automatically exported from code.google.com/p/tabassassin-extension
1 stars 0 forks source link

tabs are not really sorted #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
problem 1: open tabs are shown by creation date, which may be suboptimal 
compared to sorting by:

- order in tabstrip
- inactive time

problem 1b: removed tabs are shown by removal date (least recent first). This 
should probably be reversed (most recently removed first).

problem 2: with many windows, open tabs are intermingled in the list. Perhaps:

- group tabs by window
- only show open tabs for current window (best choice imo)
- don't show open tabs (see bug 11)

Original issue reported on code.google.com by est...@chromium.org on 26 Oct 2011 at 11:29

GoogleCodeExporter commented 8 years ago
resolved r0ba0fb754736

Original comment by est...@chromium.org on 27 Oct 2011 at 8:09