Bug 180111 - Get rid of ServiceWorker::allWorkers() hashmap
Summary: Get rid of ServiceWorker::allWorkers() hashmap
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-11-28 14:06 PST by Chris Dumez
Modified: 2017-11-28 16:29 PST (History)
10 users (show)

See Also:


Attachments
Patch (8.19 KB, patch)
2017-11-28 14:55 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2017-11-28 14:06:59 PST
Get rid of ServiceWorker::allWorkers() hashmap as it is not thread safe and we'll soon have ServiceWorker objects living in various service worker threads.
Comment 1 Chris Dumez 2017-11-28 14:55:21 PST
Created attachment 327793 [details]
Patch
Comment 2 WebKit Commit Bot 2017-11-28 16:28:46 PST
Comment on attachment 327793 [details]
Patch

Clearing flags on attachment: 327793

Committed r225248: <https://trac.webkit.org/changeset/225248>
Comment 3 WebKit Commit Bot 2017-11-28 16:28:48 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2017-11-28 16:29:38 PST
<rdar://problem/35736318>