[Webkit-unassigned] [Bug 141232] Web Inspector: Populate Debugger sidebar with all debuggable resources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 6 12:20:21 PST 2015


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

Timothy Hatcher <timothy at apple.com> changed:

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

--- Comment #12 from Timothy Hatcher <timothy at apple.com> ---
Comment on attachment 248083
  --> https://bugs.webkit.org/attachment.cgi?id=248083
[PATCH] Fix with additions for removing breakpoints.

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

> Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.js:329
> +        if ([WebInspector.Resource.Type.Document, WebInspector.Resource.Type.Script].indexOf(resource.type) < 0)

Nit: .contains(resource.type) would be better.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150306/4a816372/attachment-0002.html>


More information about the webkit-unassigned mailing list