DescriptionMedia: Report informational error messages to HTMLMediaElement
Caches the most recent (if any) PIPELINE_ERROR and MEDIA_ERROR_LOG_ENTRY
MediaLog events and serves their concatenation to HTMLMediaElement as an
informative media error message.
The next step will be for HTMLMediaElement to report this error message
to the devtools console upon transition into error state. Other
cumulative improvements to add such messages to MediaError for
visibility to web apps, and to clarify the WebMediaPlayer and
WebMediaPlayerClient error reporting channel will come later.
BUG=472253
Committed: https://crrev.com/4d39cc03fb3af3728b9b91134bff098f6c3d2111
Cr-Commit-Position: refs/heads/master@{#385264}
Patch Set 1 : #Patch Set 2 : Just rebase. Still need to fix bots and verify. #Patch Set 3 : Fixed the rebase. Still need to fix bots and verify. #Patch Set 4 : Fix some compile errors. #Patch Set 5 : Rebased onto PS5 (final version?) of https://codereview.chromium.org/1846913004/ #Patch Set 6 : Fix null MediaLogEvent* dereference in RenderMediaLog::AddEvent() #
Total comments: 10
Patch Set 7 : Rebase to ToT, address watk@'s nits. #Dependent Patchsets: Messages
Total messages: 41 (18 generated)
|