Bug 242035 - Web Inspector: Network panel: Disable context menu items for incomplete resources
Summary: Web Inspector: Network panel: Disable context menu items for incomplete resou...
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: Razvan Caliman
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-06-27 11:46 PDT by Razvan Caliman
Modified: 2022-06-30 04:13 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Razvan Caliman 2022-06-27 11:46:12 PDT
<rdar://92017386>

Information collected about resources loaded before Web Inspector was opened is missing most metadata, like resource timing data, HTTP method, request headers, etc.

Disable these context menu items for incomplete resources to avoid getting broken data:

- Copy as cURL
- Copy as fetch
- Copy HTTP Request
- Copy HTTP Response
Comment 1 Razvan Caliman 2022-06-27 11:56:25 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1828
Comment 2 EWS 2022-06-30 04:13:23 PDT
Committed 251987@main (b23b8d5f212a): <https://commits.webkit.org/251987@main>

Reviewed commits have been landed. Closing PR #1828 and removing active labels.