WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
264847
SourceBufferPrivateClient/MediaSourcePrivateClient should use NativePromise
https://bugs.webkit.org/show_bug.cgi?id=264847
Summary
SourceBufferPrivateClient/MediaSourcePrivateClient should use NativePromise
Jean-Yves Avenard [:jya]
Reported
2023-11-14 16:53:39 PST
By using NativePromise instead of callback, it makes it easier to control which thread the completion task should run on once the sub-task has completed. As it is today, all of MSE can only run on the main thread.
Attachments
Add attachment
proposed patch, testcase, etc.
Jean-Yves Avenard [:jya]
Comment 1
2023-11-14 17:01:06 PST
subtask of 264134
Radar WebKit Bug Importer
Comment 2
2023-11-14 17:01:31 PST
<
rdar://problem/118426574
>
Jean-Yves Avenard [:jya]
Comment 3
2023-11-14 17:29:24 PST
Pull request:
https://github.com/WebKit/WebKit/pull/20513
EWS
Comment 4
2023-11-15 13:55:37 PST
Committed
270788@main
(f15fc780c060): <
https://commits.webkit.org/270788@main
> Reviewed commits have been landed. Closing PR #20513 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