[webkit-reviews] review granted: [Bug 56024] Web Inspector: it should be possible to copy stack trace from call stack sidebar pane : [Attachment 85187] Patch.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 9 10:18:03 PST 2011
Pavel Feldman <pfeldman at chromium.org> has granted Pavel Podivilov
<podivilov at chromium.org>'s request for review:
Bug 56024: Web Inspector: it should be possible to copy stack trace from call
stack sidebar pane
https://bugs.webkit.org/show_bug.cgi?id=56024
Attachment 85187: Patch.
https://bugs.webkit.org/attachment.cgi?id=85187&action=review
------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=85187&action=review
> Source/WebCore/inspector/front-end/CallStackSidebarPane.js:85
> + this._text += WebInspector.UIString("%i. %s() at %s", i + 1,
title, subtitle) + "\n";
I am not sure we need numbers. Do Xcode and VS produce those?
More information about the webkit-reviews
mailing list