[webkit-reviews] review granted: [Bug 47085] Web Inspector: set XHR breakpoint from resource panel : [Attachment 69787] Patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 08:37:31 PDT 2010


Yury Semikhatsky <yurys at chromium.org> has granted Pavel Podivilov
<podivilov at chromium.org>'s request for review:
Bug 47085: Web Inspector: set XHR breakpoint from resource panel
https://bugs.webkit.org/show_bug.cgi?id=47085

Attachment 69787: Patch.
https://bugs.webkit.org/attachment.cgi?id=69787&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=69787&action=review

> WebCore/inspector/front-end/ResourcesPanel.js:1271
> +	       contextMenu.appendItem(WebInspector.UIString("Set Breakpoint"),
WebInspector.breakpointManager.createXHRBreakpoint.bind(WebInspector.breakpoint
Manager, resource.url));

We may want to be more specific about the nature of the breakpoint to set.


More information about the webkit-reviews mailing list