[9] RfR: 8137324: Warning from MacOSX for deprecated Carbon Component Manager module

2016-10-28 Thread David DeHaven
Kevin, Alexander, please review the following update to the Apple provided CoreAudio utility classes: JBS issue: https://bugs.openjdk.java.net/browse/JDK-8137324 Webrev: http://cr.openjdk.java.net/~ddehaven/8137324/rt.v0/ The change to GstAVPlaybackPipeline.cpp is necessary to avoid a compiler

Embedding JavaFX in Swing hardware accelerated

2016-10-28 Thread Tobi
Hi, is there any other, more performant, way integrating JavaFX into Swing than using JFXPanel? The problem with JFXPanel is it seams to be not hardware accelerated because JFXPanel makes a snapshot of the JavaFX content and paints to Swing. With this way you can’t include JavaFX content like

[9] Review request for 8157686: JavaFX WebView fails to track URL changes for PJAX websites

2016-10-28 Thread Guru Hb
Hi Arun, Kevin & Murali, Please review the fix for JBS: https://bugs.openjdk.java.net/browse/JDK-8157686 Webrev: http://cr.openjdk.java.net/~ghb/8157686/webrev.00/ RC and Solution updated in