Web Inspector: back/forward history lost on inspector close/reopen
https://bugs.webkit.org/show_bug.cgi?id=122063
Summary Web Inspector: back/forward history lost on inspector close/reopen
Brian Burg
Reported 2013-09-28 08:51:52 PDT
It would be great to serialize the back/forward list when closing the inspector, at least when the main frame resource is the same on close and reopen. For other cases it may not make sense.. ?
Attachments
Radar WebKit Bug Importer
Comment 1 2013-09-28 08:51:59 PDT
Timothy Hatcher
Comment 2 2013-09-28 09:01:44 PDT
I agree. Remembering it for the last URL would be good. Assuming the cookies can be serialized too…
Timothy Hatcher
Comment 3 2013-09-28 09:06:23 PDT
This would likely involve using NavigationSidebarPanel's cookieForContentView. And also a variant of its showContentViewForCookie that only makes the ContentView and doesn't show it. And add a way to serialize and restore the new position cookies or declare those cookies void and only restore ContentViews.
Brian Burg
Comment 4 2013-10-14 13:57:39 PDT
Back/forward cookies and content view cookies are now the same thing, so this should be straightforward (modulo discarding invalid states).
Note You need to log in before you can comment on or make changes to this bug.