[Webkit-unassigned] [Bug 196735] New: SWClientConnection should not double hop to fire some events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 9 09:46:42 PDT 2019


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

            Bug ID: 196735
           Summary: SWClientConnection should not double hop to fire some
                    events
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Service Workers
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com

postMessage in service workers is hopping from main thread to service worker thread to dispatch events.
Ditto for fetch event.
Some other events though are hopping from main thread to service worker thread, then posting a task to dispatch events.
This may create ordering problems

-- 
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/20190409/3bfcca12/attachment.html>


More information about the webkit-unassigned mailing list