Bug 269181
| Summary: | TextTrack should be constructed with a ScriptExecutionContext rather than a Document | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Component: | Media | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 264134 | ||
Jean-Yves Avenard [:jya]
TextTrack/AudioTrack/VideoTrack have to be usable in a DedicatedWorker (see https://github.com/w3c/media-source/issues/280)
TextTrack's constructor requires a Document& ; we need to make it a ScriptExecutionScript.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/122776217>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/24241
EWS
Committed 274455@main (21b659583b5f): <https://commits.webkit.org/274455@main>
Reviewed commits have been landed. Closing PR #24241 and removing active labels.