RFR: 8314212: FxWebNodeRendering : Test "sites/cnn.com.html" is Crashing the WebView
Jay Bhaskar
jbhaskar at openjdk.org
Thu Aug 17 07:58:54 UTC 2023
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.
-------------
Commit messages:
- 8314212: FxWebNodeRendering : Test sites/cnn.com.html is Crashing the WebView
Changes: https://git.openjdk.org/jfx/pull/1212/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1212&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8314212
Stats: 11 lines in 2 files changed: 11 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jfx/pull/1212.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1212/head:pull/1212
PR: https://git.openjdk.org/jfx/pull/1212
More information about the openjfx-dev
mailing list