[webkit-reviews] review granted: [Bug 179570] Web Inspector: Network Tab - Add HAR Export button : [Attachment 327232] [PATCH] Proposed Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 17 15:07:39 PST 2017


Matt Baker <mattbaker at apple.com> has granted Joseph Pecoraro
<joepeck at webkit.org>'s request for review:
Bug 179570: Web Inspector: Network Tab - Add HAR Export button
https://bugs.webkit.org/show_bug.cgi?id=179570

Attachment 327232: [PATCH] Proposed Fix

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




--- Comment #4 from Matt Baker <mattbaker at apple.com> ---
Comment on attachment 327232
  --> https://bugs.webkit.org/attachment.cgi?id=327232
[PATCH] Proposed Fix

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

Looks great, r=me

> Source/WebInspectorUI/UserInterface/Images/Export.svg:5
> +    <path fill="none" stroke="currentColor" d="M 4.5 5 l 3-3 l 3 3"/>

Nit: 3-3 -> 3 -3

> Source/WebInspectorUI/UserInterface/Images/Import.svg:5
> +    <path fill="none" stroke="currentColor" d="M 10.5 5.5l-3,3 l -3-3"/>    

Nit: d="M 10.5 5.5l-3,3 l -3-3" -> d="M 10.5 5.5 l -3 3 l -3 -3"


More information about the webkit-reviews mailing list