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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 6 21:39:12 PST 2017


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

--- Comment #12 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/ServiceWorker.h:68
> +    static const HashMap<ServiceWorkerIdentifier, HashSet<ServiceWorker*>>& allWorkers();

Chances are we will want to easily get an existing ServiceWorker object for a given ID and ScriptExecutionContext (like we do for registrations). As such, I think it'd be nicer if this method was not static and if it were a HashMap<ServiceWorkerIdentifier, ServiceWorker*>.

-- 
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/7fae7503/attachment.html>


More information about the webkit-unassigned mailing list