Bug 264856
Summary: | [MSE] Introduce PlatformMediaError as a way to return failure | ||
---|---|---|---|
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]
subtask of bug 264134
Right now we have multiple ways of returning errors, often declaring a custom enum for a given method.
Streamlining error handling to return a single object would simplify some code flow.
For now, it will be used by MSE objects only.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/118431377>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/20518
EWS
Committed 270869@main (e209781a701e): <https://commits.webkit.org/270869@main>
Reviewed commits have been landed. Closing PR #20518 and removing active labels.