[webkit-reviews] review granted: [Bug 216897] Web Inspector: Collapse blackboxed call frames in Sources : [Attachment 419213] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 3 21:55:26 PST 2021


Devin Rousso <drousso at apple.com> has granted Nikita Vasilyev
<nvasilyev at apple.com>'s request for review:
Bug 216897: Web Inspector: Collapse blackboxed call frames in Sources
https://bugs.webkit.org/show_bug.cgi?id=216897

Attachment 419213: Patch

https://bugs.webkit.org/attachment.cgi?id=419213&action=review




--- Comment #48 from Devin Rousso <drousso at apple.com> ---
Comment on attachment 419213
  --> https://bugs.webkit.org/attachment.cgi?id=419213
Patch

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

> Source/WebInspectorUI/UserInterface/Views/BlackboxedGroupTreeElement.css:32
> +    content: url(../Images/TypeIcons.svg#TypeUndefined-light);

did you mean `TypeIcons.svg#Blackboxed-light`?

> Source/WebInspectorUI/UserInterface/Views/BlackboxedGroupTreeElement.css:37
> +	   content: url(../Images/TypeIcons.svg#TypeUndefined-dark);

did you mean `TypeIcons.svg#Blackboxed-dark`?


More information about the webkit-reviews mailing list