[Webkit-unassigned] [Bug 40364] Web Inspector: don't push script sources to frontend if scripts panel is inactive
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 10 10:24:08 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=40364
--- Comment #5 from Yury Semikhatsky <yurys at chromium.org> 2010-06-10 10:24:08 PST ---
(In reply to comment #3)
> (From update of attachment 58378 [details])
> WebCore/inspector/InspectorBackend.h:94
> + void resolveScriptSource(long callId, const String& sourceID);
> getScriptSource? There is not much to resolve there...
>
Done.
> WebCore/inspector/InspectorController.cpp:1698
> + String dataToSend = ScriptDebugServer::shared().isDebuggerAlwaysEnabled() ? "" : data;
> Can we make it always lazy regardless the setting?
Done. Now it's lazy no matter what kind of debugger is used. I had some concerns about slowing things down in Safari.
--
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