Bug 137296

Summary: Web Inspector: Replace PDF icon with SVG version
Product: WebKit Reporter: Andres Gomez Garcia <agomez>
Component: Web InspectorAssignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: agomez, cgarcia, commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Partial patch with the free SVG icon for the GTK port
none
Updated: Partial patch with the free SVG icon for the GTK port
none
Patch
none
Screenshot
none
Patch none

Description Andres Gomez Garcia 2014-10-01 02:57:21 PDT
The WebInspector still has the icon:

Source/WebInspectorUI/UserInterface/Images/NavigationItemProbes.pdf

used at:

Source/WebInspectorUI/UserInterface/Views/ProbeDetailsSidebarPanel.js:    WebInspector.DetailsSidebarPanel.call(this, "probe", WebInspector.UIString("Probes"), WebInspector.UIString("Probes"), "Images/NavigationItemProbes.pdf", "6");

PDF icons are not a kind format for other ports like the GTK one so it would be nice to provide a SVG replacement.
Comment 1 Radar WebKit Bug Importer 2014-10-01 02:57:36 PDT
<rdar://problem/18512186>
Comment 2 Andres Gomez Garcia 2014-10-01 03:05:02 PDT
Created attachment 239018 [details]
Partial patch with the free SVG icon for the GTK port
Comment 3 Timothy Hatcher 2014-10-01 09:22:36 PDT
Ah, yes. I have been meaning to convert this PDF to SVG. It slipped in after our initial conversion.

Your patch does not have the SVG.
Comment 4 Andres Gomez Garcia 2014-10-06 06:49:37 PDT
Created attachment 239335 [details]
Updated: Partial patch with the free SVG icon for the GTK port
Comment 5 Andres Gomez Garcia 2014-10-06 06:50:34 PDT
(In reply to comment #3)
> Ah, yes. I have been meaning to convert this PDF to SVG. It slipped in after our initial conversion.
> 
> Your patch does not have the SVG.

!!!!

Clearly I have to sleep more hours. Thanks for the heads up :)
Comment 6 Timothy Hatcher 2014-11-13 11:17:36 PST
Created attachment 241493 [details]
Patch
Comment 7 Timothy Hatcher 2014-11-13 11:18:42 PST
Created attachment 241494 [details]
Screenshot
Comment 8 Joseph Pecoraro 2014-11-13 11:20:22 PST
Comment on attachment 241493 [details]
Patch

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

r=me

> Source/WebInspectorUI/UserInterface/Images/NavigationItemProbes.svg:4
> +    <!-- <path d="M 2 11 L 2 4 L 11 4 L 15 7.5 L 11 11 L 2 11 Z"></path> -->

Why the comment?
Comment 9 Timothy Hatcher 2014-11-13 11:22:53 PST
Created attachment 241495 [details]
Patch
Comment 10 Timothy Hatcher 2014-11-13 11:37:02 PST
https://trac.webkit.org/r176080
Comment 11 WebKit Commit Bot 2014-11-13 11:57:03 PST
Comment on attachment 239335 [details]
Updated: Partial patch with the free SVG icon for the GTK port

Clearing flags on attachment: 239335

Committed r176081: <http://trac.webkit.org/changeset/176081>
Comment 12 WebKit Commit Bot 2014-11-13 11:57:07 PST
All reviewed patches have been landed.  Closing bug.