Bug 250006 - WebKit::LegacyCustomProtocolManager::didReceiveResponse() should take a specific type for cacheStoragePolicy
Summary: WebKit::LegacyCustomProtocolManager::didReceiveResponse() should take a speci...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-02 10:04 PST by David Kilzer (:ddkilzer)
Modified: 2023-01-04 09:12 PST (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 David Kilzer (:ddkilzer) 2023-01-02 10:04:19 PST
WebKit::LegacyCustomProtocolManager::didReceiveResponse() should take a specific type for cacheStoragePolicy.

It currently takes a uint32_t, but it should take an `NSURLCacheStoragePolicy` or a `CFURLCacheStoragePolicy`.

<rdar://63360220>
Comment 1 David Kilzer (:ddkilzer) 2023-01-02 10:18:07 PST
Pull request: https://github.com/WebKit/WebKit/pull/8134
Comment 2 EWS 2023-01-04 09:12:34 PST
Committed 258433@main (07e9312ccba7): <https://commits.webkit.org/258433@main>

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