Bug 186809

Summary: WKWebsiteDataStoreRemoveAllServiceWorkerRegistrations does not invoke callback when Service Workers disabled
Product: WebKit Reporter: Don Olmstead <don.olmstead>
Component: WebKit2Assignee: Don Olmstead <don.olmstead>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Don Olmstead 2018-06-19 11:35:28 PDT
If ENABLE(SERVICE_WORKER) is false then the callback is never invoked.

This is causing a stall in TestController::clearServiceWorkerRegistrations.
Comment 1 Don Olmstead 2018-06-19 13:06:18 PDT
Created attachment 343089 [details]
Patch
Comment 2 WebKit Commit Bot 2018-06-19 14:48:49 PDT
Comment on attachment 343089 [details]
Patch

Clearing flags on attachment: 343089

Committed r232984: <https://trac.webkit.org/changeset/232984>
Comment 3 WebKit Commit Bot 2018-06-19 14:48:51 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-06-19 14:49:20 PDT
<rdar://problem/41265029>