[Webkit-unassigned] [Bug 164679] Web Inspector: SourceCodeTextEditor should display execution lines for background threads

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 21:39:25 PST 2016


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

Timothy Hatcher <timothy at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #294774|review?                     |review+
              Flags|                            |

--- Comment #10 from Timothy Hatcher <timothy at apple.com> ---
Comment on attachment 294774
  --> https://bugs.webkit.org/attachment.cgi?id=294774
[PATCH] Proposed Fix

View in context: https://bugs.webkit.org/attachment.cgi?id=294774&action=review

> Source/WebInspectorUI/UserInterface/Views/SourceCodeTextEditor.js:714
> +        }
> +        threads.push(target);

Nit: newline between.

> Source/WebInspectorUI/UserInterface/Views/SourceCodeTextEditor.js:730
> +        threads.remove(target);
> +        if (threads.length) {

Nit: newline between.

-- 
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/20161116/81d32081/attachment.html>


More information about the webkit-unassigned mailing list