Bug 130618 - [iOS] remote command callbacks must happen on the WebThread
Summary: [iOS] remote command callbacks must happen on the WebThread
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eric Carlson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-03-21 14:59 PDT by Eric Carlson
Modified: 2014-03-21 15:25 PDT (History)
2 users (show)

See Also:


Attachments
Proposed patch. (5.30 KB, patch)
2014-03-21 15:07 PDT, Eric Carlson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2014-03-21 14:59:12 PDT
Remote commands can come in on arbitrary threads, so the callback to listeners in WebCore must happen on the WebThread.
Comment 1 Radar WebKit Bug Importer 2014-03-21 14:59:46 PDT
<rdar://problem/16395754>
Comment 2 Eric Carlson 2014-03-21 15:07:55 PDT
Created attachment 227496 [details]
Proposed patch.
Comment 3 Eric Carlson 2014-03-21 15:24:56 PDT
Committed r166101: https://trac.webkit.org/r166101