Bug 216519 - Remove runtime setting for enabling/disabling the fetch API
Summary: Remove runtime setting for enabling/disabling the fetch API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords: InRadar
Depends on:
Blocks: 216512
  Show dependency treegraph
 
Reported: 2020-09-14 18:21 PDT by Sam Weinig
Modified: 2020-09-15 14:01 PDT (History)
6 users (show)

See Also:


Attachments
Patch (34.96 KB, patch)
2020-09-15 11:44 PDT, Sam Weinig
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (34.51 KB, patch)
2020-09-15 13:14 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff
Patch (33.90 KB, patch)
2020-09-15 13:27 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff

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