[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 09:55:30 PDT 2010


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #58378|review?                     |
               Flag|                            |




--- Comment #3 from Pavel Feldman <pfeldman at chromium.org>  2010-06-10 09:55:30 PST ---
(From update of attachment 58378)
WebCore/inspector/InspectorBackend.h:94
 +      void resolveScriptSource(long callId, const String& sourceID);
getScriptSource? There is not much to resolve there...

WebCore/inspector/InspectorController.cpp:1698
 +      String dataToSend = ScriptDebugServer::shared().isDebuggerAlwaysEnabled() ? "" : data;
Can we make it always lazy regardless the setting?

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