Bug 205414

Summary: Stop blocking the worker thread in WorkerMessagePortChannelProvider::postMessageToRemote()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, commit-queue, dbates, esprehn+autocc, ews-watchlist, ggaren, kangil.han, tsavell, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=205357
https://bugs.webkit.org/show_bug.cgi?id=201333
Attachments:
Description Flags
Patch for EWS
none
Patch none

Description Chris Dumez 2019-12-18 14:27:50 PST
Stop blocking the worker thread in WorkerMessagePortChannelProvider::postMessageToRemote().
Comment 1 Chris Dumez 2019-12-18 14:37:19 PST
Created attachment 386008 [details]
Patch for EWS
Comment 2 Chris Dumez 2019-12-18 14:38:29 PST
Makes fast/workers/worker-cloneport.html run in half the time on my machine.
Comment 3 Chris Dumez 2019-12-18 16:04:03 PST
Created attachment 386026 [details]
Patch
Comment 4 WebKit Commit Bot 2019-12-19 07:48:33 PST
Comment on attachment 386026 [details]
Patch

Clearing flags on attachment: 386026

Committed r253751: <https://trac.webkit.org/changeset/253751>
Comment 5 WebKit Commit Bot 2019-12-19 07:48:35 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2019-12-19 07:49:24 PST
<rdar://problem/58078946>
Comment 7 Chris Dumez 2019-12-19 09:51:07 PST
*** Bug 205357 has been marked as a duplicate of this bug. ***