Bug 164812 - ScriptExecutionContext::processMessagePortMessagesSoon() should only post task when necessary
Summary: ScriptExecutionContext::processMessagePortMessagesSoon() should only post tas...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-11-15 19:14 PST by Chris Dumez
Modified: 2016-11-16 16:59 PST (History)
6 users (show)

See Also:


Attachments
Patch (2.64 KB, patch)
2016-11-15 19:15 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-11-15 19:14:14 PST
ScriptExecutionContext::processMessagePortMessagesSoon() should only post task when necessary, meaning when there is not already one that is pending.
Comment 1 Chris Dumez 2016-11-15 19:14:43 PST
<rdar://problem/29148465>
Comment 2 Chris Dumez 2016-11-15 19:15:49 PST
Created attachment 294914 [details]
Patch
Comment 3 Geoffrey Garen 2016-11-16 16:18:02 PST
Comment on attachment 294914 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2016-11-16 16:59:10 PST
Comment on attachment 294914 [details]
Patch

Clearing flags on attachment: 294914

Committed r208829: <http://trac.webkit.org/changeset/208829>
Comment 5 WebKit Commit Bot 2016-11-16 16:59:14 PST
All reviewed patches have been landed.  Closing bug.