[9] review request: 8145682 topDocument() returns an incorrect reference for cached Documents

2015-12-18 Thread Murali Billa
Hi Kevin, Alexander, Please review the fix for below : JIRA: https://bugs.openjdk.java.net/browse/JDK-8145682 Webrev: http://cr.openjdk.java.net/~ghb/murali/8145682/webrev.00/ Root Cause: There is a regression with r162947 which changed the way the top document is determined,

In(Sanity) Testing Mondays

2015-12-18 Thread Vadim Pakhnushev
Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PST until 1pm PST. Happy testing! Thanks, Vadim

HEADS-UP: Bumping minimum OS X version to build FX 9 to OS X 10.9

2015-12-18 Thread Kevin Rushforth
We currently build FX 9 on Mac OS X 10.9.5 and run on 10.9.5 or later. As part of an ongoing effort to cleanup old, unused code that is only there to support older OS versions, we filed the following two issues: https://bugs.openjdk.java.net/browse/JDK-8145602

Re: Update on FX plans for JDK 9

2015-12-18 Thread David Hill
On 12/17/15, 1:10 PM, Tom Schindl wrote: [...] JDK-8087516: Conditional support in JavaFX for GTK 3 on Linux This is a real problem for the SWT-FX integration because SWT is more and more setting GTK3 as the default. We (the OSGi-FXClassloader) currently saves people from hard core-dumps

review Remove deprecated GTK2 calls in JavaFX

2015-12-18 Thread David Hill
Kevin, A small change, substituting the "approved" way of calling GTK. This helps in a small way moving to GTK3 support. bug: https://bugs.openjdk.java.net/browse/JDK-8145837 webrev: http://cr.openjdk.java.net/~ddhill/8145837/ -- David Hill Java Embedded Development "A

Re: MediaView does not play video on Ubuntu

2015-12-18 Thread Casall, Alexander
Hi Jens, Thanks for the hint. We already had the codecs installed. We figured out that there seems to be a bug in the media implementation of Windows and Linux. Our video was vertical and had a resolution of 800x1500. It played perfectly on MacOS. On Windows the MediaView startet with an

Re: Update on FX plans for JDK 9

2015-12-18 Thread Michael Ennen
Exposing platform APIs for the major supported platforms (Windows, OS X, sensible Linux distros) for registering URL handlers gets a big +1 from me. While feasibly outside of the scope of OpenJFX, an auto updater would be amazing. I know you, Mike, have done work in this area with UpdateFX which

Re: Update on FX plans for JDK 9

2015-12-18 Thread Michael Ennen
Exposing platform APIs for the major supported platforms (Windows, OS X, sensible Linux distros) for registering URL handlers gets a big +1 from me. While feasibly outside of the scope of OpenJFX, an auto updater would be amazing. I know you, Mike, have done work in this area with UpdateFX which