[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
Wed Jun 9 07:58:37 PDT 2010


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





--- Comment #1 from Yury Semikhatsky <yurys at chromium.org>  2010-06-09 07:58:37 PST ---
Pushing only scripts metadata and requesting script source lazily from the front end would reduce traffic between InspectorController and the front end. It would improve remote debugger performance so both engines should benefit from that. Another option would be in case of v8 to push already compiled scripts only when scripts panel is shown or when debugger hits a breakpoint. Any objections to the first approach?

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