WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
257037
[ManagedMSE] JS ManagedSourceBuffer object doesn't present any of its attributes
https://bugs.webkit.org/show_bug.cgi?id=257037
Summary
[ManagedMSE] JS ManagedSourceBuffer object doesn't present any of its attributes
Jean-Yves Avenard [:jya]
Reported
2023-05-19 09:12:36 PDT
When you call `addSourceBuffer` on a ManagedMediaSource you actually get a `ManagedSourceBuffer`; however as far as the JS binding is concerned, the object looks only like a `MediaSource` and none of its IDL methods are actually usable. The appropriate custom `toJS` methods are missing and so the wrong JS wrapper type is created (a JSSourceBuffer instead of JSManagedSourceBuffer)
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-05-19 09:12:59 PDT
<
rdar://problem/109569570
>
Jean-Yves Avenard [:jya]
Comment 2
2023-05-19 11:52:17 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/14092
EWS
Comment 3
2023-05-19 20:36:06 PDT
Committed
264284@main
(202d7e72c2c6): <
https://commits.webkit.org/264284@main
> Reviewed commits have been landed. Closing PR #14092 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