[Webkit-unassigned] [Bug 170354] Web Inspector: Unexpected execution highlight behavior when pausing in anonymous function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 31 23:02:17 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=170354

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
This is currently the best behavior we have when pausing in an inline <script> on a non-fully document. This shouldn't have anything to do with pausing in an anonymous function.

This is a special code path. Namely, if we are paused inside of a document that hasn't completed loading, the frontend doesn't know how to request the document's contents, but it can request the script's contents so it shows the script without surrounding HTML code. We can improve this scenario.

-- 
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/20170401/097fe6aa/attachment.html>


More information about the webkit-unassigned mailing list