Bug 242035

Summary: Web Inspector: Network panel: Disable context menu items for incomplete resources
Product: WebKit Reporter: Razvan Caliman <rcaliman>
Component: Web InspectorAssignee: Razvan Caliman <rcaliman>
Status: RESOLVED FIXED    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

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.