Bug 129708 - refactor WebVideoFullscreenInterfaceAVKit and WebVideoFullscreenModelMediaElement we WebThreadRun is only used in WebKit1
Summary: refactor WebVideoFullscreenInterfaceAVKit and WebVideoFullscreenModelMediaEle...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Jeremy Jones
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-04 14:46 PST by Jeremy Jones
Modified: 2017-11-02 11:40 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Jones 2014-03-04 14:46:08 PST
WebVideoFullscreenInterfaceAVKit and WebVideoFullscreenModelMediaElement are used in both WK1 and WK2. In WK2 calls into them happen in the correct thread automatically. In WK1 they call directly into each other and so dispatching to the correct thread is required.

This should be refactored so that WebThreadRun is only used in the WK1 implementation.
Comment 1 Jeremy Jones 2017-11-02 11:40:45 PDT
This has been fixed by other changes.