Bug 216519

Summary: Remove runtime setting for enabling/disabling the fetch API
Product: WebKit Reporter: Sam Weinig <sam>
Component: WebCore Misc.Assignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, cdumez, esprehn+autocc, ews-watchlist, kondapallykalyan, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 216512    
Attachments:
Description Flags
Patch
ews-feeder: commit-queue-
Patch
none
Patch none

Description Sam Weinig 2020-09-14 18:21:05 PDT
Remove runtime setting for enabling/disabling the fetch API. It should always be enabled at this point.
Comment 1 Sam Weinig 2020-09-15 11:44:46 PDT
Created attachment 408840 [details]
Patch
Comment 2 Alex Christensen 2020-09-15 12:37:33 PDT
Comment on attachment 408840 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=408840&action=review

> Source/WebKit/UIProcess/API/C/WKPreferencesRefPrivate.h:593
> +// The follow are all deprecated and do nothing. They should be removed when possible.

following
WK_C_API_DEPRECATED macro is for this.
Comment 3 Sam Weinig 2020-09-15 13:14:06 PDT
Created attachment 408851 [details]
Patch
Comment 4 Sam Weinig 2020-09-15 13:27:53 PDT
Created attachment 408854 [details]
Patch
Comment 5 EWS 2020-09-15 14:00:05 PDT
Committed r267098: <https://trac.webkit.org/changeset/267098>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 408854 [details].
Comment 6 Radar WebKit Bug Importer 2020-09-15 14:01:16 PDT
<rdar://problem/68940747>