RESOLVED FIXED 180263
Get rid of microtask in ServiceWorkerContainer::jobResolvedWithRegistration()
https://bugs.webkit.org/show_bug.cgi?id=180263
Summary Get rid of microtask in ServiceWorkerContainer::jobResolvedWithRegistration()
Chris Dumez
Reported 2017-12-01 10:41:49 PST
Get rid of microtask in ServiceWorkerContainer::jobResolvedWithRegistration(). It is no longer needed and MicrotaskQueue::mainThreadQueue() is only safe to use from the main thread, as its name suggest. ServiceWorkerContainer are also instantiated in Service worker threads nowadays.
Attachments
Patch (8.99 KB, patch)
2017-12-01 10:46 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2017-12-01 10:46:02 PST
Chris Dumez
Comment 2 2017-12-01 14:15:00 PST
Comment on attachment 328120 [details] Patch Clearing flags on attachment: 328120 Committed r225415: <https://trac.webkit.org/changeset/225415>
Chris Dumez
Comment 3 2017-12-01 14:15:01 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2017-12-01 14:19:48 PST
Note You need to log in before you can comment on or make changes to this bug.