[Webkit-unassigned] [Bug 58064] Web Inspector: Network events don't preserves, when inspector frontend closed and open again

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 15 06:43:28 PDT 2011


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





--- Comment #24 from Yury Semikhatsky <yurys at chromium.org>  2011-04-15 06:43:27 PST ---
(From update of attachment 89774)
View in context: https://bugs.webkit.org/attachment.cgi?id=89774&action=review

> Source/WebCore/inspector/InspectorResourceAgent.cpp:94
> +    if (backgoundEventsCoollectionEnabled()) {

I think that when event collection is enabled you could simply set inspectorFrotnedChannel to the proxy object and clear it in clearFrontend. In fact you can completely ignore passed frontend object.

If you proceed with the current approach, you should reset the agent and frontend states as they were before setFrontend including setting m_frontend to m_mockFrontend.get

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