Bug 210172 - Web Inspector: Sources: support copying selected call frame(s) in the Call Stack
Summary: Web Inspector: Sources: support copying selected call frame(s) in the Call Stack
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-04-07 19:53 PDT by Devin Rousso
Modified: 2020-04-08 11:53 PDT (History)
4 users (show)

See Also:


Attachments
Patch (7.78 KB, patch)
2020-04-07 20:07 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2020-04-07 19:53:42 PDT
# STEPS TO REPRODUCE:
1. inspect any page with JavaScript
2. trigger a pause
3. select a call frame in the Call Stack
4. try to copy (contextmenu (which doesn't exist) or ⌘C)
 => nothing :(

Additionally, we should support the ability to select multiple frames for the purposes of copying parts of a stack trace (i.e. emulate script blackboxing by not copying certain frames).
Comment 1 Devin Rousso 2020-04-07 20:07:48 PDT
Created attachment 395767 [details]
Patch
Comment 2 Devin Rousso 2020-04-07 20:08:10 PDT
<rdar://problem/61406433>
Comment 3 EWS 2020-04-08 11:53:17 PDT
Committed r259738: <https://trac.webkit.org/changeset/259738>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 395767 [details].