WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 269282
Don't make HTMLMediaElement use WeakPtrImplWithEventTargetData
https://bugs.webkit.org/show_bug.cgi?id=269282
Summary
Don't make HTMLMediaElement use WeakPtrImplWithEventTargetData
Jean-Yves Avenard [:jya]
Reported
2024-02-13 02:08:09 PST
Part of MSE in a worker, we need to store a WeakPtr<HTMLMediaElement> and pass it across threads (to be read on the main thread only) using WeakPtr<HTMLMediaElement, WeakPtrImplWithEventTargetData> prevent the copy of the WeakPtr.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-02-13 02:08:19 PST
<
rdar://problem/122859494
>
Jean-Yves Avenard [:jya]
Comment 2
2024-02-13 03:13:43 PST
Pull request:
https://github.com/WebKit/WebKit/pull/24336
EWS
Comment 3
2024-02-13 12:51:00 PST
Committed
274570@main
(5821ffe0a29b): <
https://commits.webkit.org/274570@main
> Reviewed commits have been landed. Closing PR #24336 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug