[Webkit-unassigned] [Bug 76912] Web Inspector: TabbedEditorContainer should save open tabs.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 24 07:19:26 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76912





--- Comment #1 from Vsevolod Vlasov <vsevik at chromium.org>  2012-01-24 07:19:25 PST ---
I suggest following approach:

 - We store (in settings)
   - last opened script url
   - the list of urls that were shown recently
 - All these settings are updated after each user initiated action that affects editor container.
 - when the list of recent urls is updated we save all currently open tabs sorted by the time they were last shown. Then we make sure the list length does not exceed some fixed size (30).
 - When scripts are loaded in the scripts panel we show tabs for all recent urls unless user already performed some action.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list