[Webkit-unassigned] [Bug 53359] Web Inspector: Allow the console to persist on page refresh or navigation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 31 09:55:06 PST 2011


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





--- Comment #1 from Yury Semikhatsky <yurys at chromium.org>  2011-01-31 09:55:06 PST ---
(In reply to comment #0)
> Right now the console clears out when a page navigation happens or page refreshes. Please add an option to enable persistent logs just like firebug does. Pretty much the same as one sees the "Preserve log on page navigation" on the network tab.

The main problem is that we cannot access JS objects from the page after navigation and if there are some references to them in the log records we wouldn't be able to expand such objects and the best we can do is to serialize the to strings right before navigation.

-- 
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