Bug 179577

Summary: Web Inspector: Network detail views - Include a newline between sections when copying
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, inspector-bugzilla-changes, joepeck, mattbaker, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2017-11-11 02:30:35 PST
Network detail views - Include a newline between sections when copying

Steps to reproduce:
1. Inspect a page
2. Show Network Tab
3. Select a Resource
4. Show Headers Tab
5. Select all
6. Copy
7. Paste in an editor

Before:
---------------
> Summary
> URL: https://webkit.org/
> Status: —
> Source: —
> Request
> No request headers
> Response
> No response headers

After:
---------------
> Summary
> URL: https://webkit.org/
> Status: —
> Source: —
> 
> Request
> No request headers
> 
> Response
> No response headers
Comment 1 Joseph Pecoraro 2017-11-11 02:34:31 PST
Created attachment 326687 [details]
[PATCH] Proposed Fix
Comment 2 Matt Baker 2017-11-11 15:26:17 PST
Comment on attachment 326687 [details]
[PATCH] Proposed Fix

r=me
Comment 3 WebKit Commit Bot 2017-11-11 15:45:11 PST
Comment on attachment 326687 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 326687

Committed r224733: <https://trac.webkit.org/changeset/224733>
Comment 4 WebKit Commit Bot 2017-11-11 15:45:12 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2017-11-15 09:35:52 PST
<rdar://problem/35561955>