RESOLVED FIXED Bug 179570
Web Inspector: Network Tab - Add HAR Export button
https://bugs.webkit.org/show_bug.cgi?id=179570
Summary Web Inspector: Network Tab - Add HAR Export button
Joseph Pecoraro
Reported 2017-11-10 17:20:40 PST
Network Tab - Add HAR Export button This will improve discoverability of the Export feature. And later we can add an import.
Attachments
[IMAGE] Export Button (61.65 KB, image/png)
2017-11-17 14:00 PST, Joseph Pecoraro
no flags
[PATCH] Proposed Fix (9.12 KB, patch)
2017-11-17 14:00 PST, Joseph Pecoraro
mattbaker: review+
Radar WebKit Bug Importer
Comment 1 2017-11-10 19:16:14 PST
Joseph Pecoraro
Comment 2 2017-11-17 14:00:06 PST
Created attachment 327231 [details] [IMAGE] Export Button
Joseph Pecoraro
Comment 3 2017-11-17 14:00:21 PST
Created attachment 327232 [details] [PATCH] Proposed Fix
Matt Baker
Comment 4 2017-11-17 15:07:39 PST
Comment on attachment 327232 [details] [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"
Joseph Pecoraro
Comment 5 2017-11-17 15:33:14 PST
Note You need to log in before you can comment on or make changes to this bug.