[Webkit-unassigned] [Bug 167085] New: Web Inspector: capture async stack trace when a Promise is created, resolved, rejected, or chained
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 15 14:55:02 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=167085
Bug ID: 167085
Summary: Web Inspector: capture async stack trace when a
Promise is created, resolved, rejected, or chained
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bburg at apple.com
CC: inspector-bugzilla-changes at group.apple.com,
webkit-bug-importer at group.apple.com
This will be quite tricky. When a promise resolves, we want to see what caused it to become resolved in the previous tick. We may also want to see the backtrace for when the promise was created. So there may be some UI work to show both branches, or we may decide just one of these (likely, the resolver backtrace) is most important to show.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170115/0a038280/attachment.html>
More information about the webkit-unassigned
mailing list