Bug 56024

Summary: Web Inspector: it should be possible to copy stack trace from call stack sidebar pane
Product: WebKit Reporter: Pavel Podivilov <podivilov>
Component: Web Inspector (Deprecated)Assignee: Pavel Podivilov <podivilov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch. pfeldman: review+

Pavel Podivilov
Reported 2011-03-09 09:57:31 PST
Web Inspector: it should be possible to copy stack trace from call stack sidebar pane.
Attachments
Patch. (2.87 KB, patch)
2011-03-09 09:58 PST, Pavel Podivilov
pfeldman: review+
Pavel Podivilov
Comment 1 2011-03-09 09:58:06 PST
Pavel Podivilov
Comment 2 2011-03-09 10:02:00 PST
Sample clipboard: 1. createMenu() at committers-autocomplete.js:275 2. enableAutoComplete() at committers-autocomplete.js:373 3. WebKitCommitters.getCommitters.m_committers() at committers-autocomplete.js:390 4. showEditableField() at field.js:188 5. addListener.O() at yahoo-dom-event.js:8
Pavel Feldman
Comment 3 2011-03-09 10:18:04 PST
Comment on attachment 85187 [details] Patch. 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?
Pavel Podivilov
Comment 4 2011-03-09 10:57:28 PST
(In reply to comment #3) > (From update of attachment 85187 [details]) > 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? XCode: "#n ..." where n is zero based frame number counting from the top VS: no numbers Eclipse: "n ..." where n is one based frame number counting from the bottom
Pavel Podivilov
Comment 5 2011-03-09 11:22:15 PST
Note You need to log in before you can comment on or make changes to this bug.