Bug 141213

Summary: Web Inspector: when paused, debugger call stack should show native entry point to JavaScript
Product: WebKit Reporter: Brian Burg <burg>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: graouts, inspector-bugzilla-changes, jonowells, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Brian Burg 2015-02-03 15:14:28 PST
In some cases like Array.prototype.map, a call frame like [native code] is entered into the call stack. It would be great to extend this, so that the call stack shows DOM timers, DOM events, requestAnimationFrame, promises, etc as native call frames that call into user script. Bonus points if these could be cross-referenced with the initiating code on the timeline.. :)
Comment 1 Radar WebKit Bug Importer 2015-02-03 15:14:52 PST
<rdar://problem/19706995>