[Webkit-unassigned] [Bug 179318] Implement "UpdateWorkerState"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 6 21:41:46 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=179318

--- Comment #13 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 326172
  --> https://bugs.webkit.org/attachment.cgi?id=326172
WIP to take home

View in context: https://bugs.webkit.org/attachment.cgi?id=326172&action=review

> Source/WebCore/workers/service/ServiceWorkerRegistration.cpp:154
> +        worker = ServiceWorker::create(*context, *serviceWorkerIdentifier, m_registrationData.scriptURL);

For example here, it'd be useful to use allWorkers() to get the ServiceWorker object for id serviceWorkerIdentifier in this context, if it exist.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171107/30b4be2a/attachment-0001.html>


More information about the webkit-unassigned mailing list