RFR: 8314212: Crash when loading cnn.com in WebView [v2]

Kevin Rushforth kcr at openjdk.org
Fri Aug 18 13:50:34 UTC 2023


On Thu, 17 Aug 2023 13:50:06 GMT, Jay Bhaskar <jbhaskar at openjdk.org> wrote:

>> Issue: WCMediaPlayer does not support HTTP live streaming m3u8 format. Giving error com.sun.javafx.webkit.prism.WCMediaPlayerImpl onError WARNING: onError, errCode=0, msg=Unsupported protocol "data"
>> 
>> Solution: Do not invoke the current media time operation in an error state. As the WCMediaPlayer might not be a valid object.
>
> Jay Bhaskar has updated the pull request incrementally with one additional commit since the last revision:
> 
>   clean up according to review comments

Code changes look good. All my testing is green.

-------------

Marked as reviewed by kcr (Lead).

PR Review: https://git.openjdk.org/jfx/pull/1212#pullrequestreview-1584608016


More information about the openjfx-dev mailing list