Bug 179577 - Web Inspector: Network detail views - Include a newline between sections when copying
Summary: Web Inspector: Network detail views - Include a newline between sections when...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-11-11 02:30 PST by Joseph Pecoraro
Modified: 2017-11-15 09:35 PST (History)
5 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.96 KB, patch)
2017-11-11 02:34 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>