[webkit-reviews] review granted: [Bug 36658] Web Inspector: contents of worker script not shown on the resource tab : [Attachment 51736] Send worker resource content to inspector controller to enable display of worker scripts content in inspector's resource tab

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 26 06:52:37 PDT 2010


Pavel Feldman <pfeldman at chromium.org> has granted Andrey Kosyakov
<caseq at chromium.org>'s request for review:
Bug 36658: Web Inspector: contents of worker script not shown on the resource
tab
https://bugs.webkit.org/show_bug.cgi?id=36658

Attachment 51736: Send worker resource content to inspector controller to
enable display of worker scripts content in inspector's resource tab
https://bugs.webkit.org/attachment.cgi?id=51736&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
I noticed that there is a number of methods on ScriptExecutionContext that are
there with no good reason. All they do is delegate to InspectorController
instance that is now exposed on the context itself. Since you exposed it in the
context, could you remove these methods now?


More information about the webkit-reviews mailing list