Bug 129708
| Summary: | refactor WebVideoFullscreenInterfaceAVKit and WebVideoFullscreenModelMediaElement we WebThreadRun is only used in WebKit1 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jeremy Jones <jeremyj-wk> |
| Component: | WebKit2 | Assignee: | Jeremy Jones <jeremyj-wk> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | iPhone / iPad | ||
| OS: | Unspecified | ||
Jeremy Jones
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jeremy Jones
This has been fixed by other changes.