Bug 186809 - WKWebsiteDataStoreRemoveAllServiceWorkerRegistrations does not invoke callback when Service Workers disabled
Summary: WKWebsiteDataStoreRemoveAllServiceWorkerRegistrations does not invoke callbac...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Don Olmstead
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-06-19 11:35 PDT by Don Olmstead
Modified: 2018-06-19 14:49 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.17 KB, patch)
2018-06-19 13:06 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff

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