Create Self Contained Package on Mac Randomly Fail

2016-05-09 Thread Tai Hu
I used ANT script to make self contained package for our JavaFX application (JDK 8u77). On both Windows 64bit and 32bit. I could generate .exe without any issue. However, on Mac OS X, my script randomly fail with a message as follows, Error: Bundler "DMG Installer" (dmg) failed to produce a

[9] review request: 8156591: IllegalAccessError in JFXPanel after fix for JDK-8080395

2016-05-09 Thread Kevin Rushforth
Phil or Semyon, Please review the following simple fix to comment out JFXPanel's use of the (now package-private) sun.awt.CausedFocusEvent class: https://bugs.openjdk.java.net/browse/JDK-8156591 http://cr.openjdk.java.net/~kcr/8156591/webrev.00/ -- Kevin

9-dev unlocked following sanity testing

2016-05-09 Thread Kevin Rushforth

Re: Support for GTK 2 & 3 now in JFX

2016-05-09 Thread Jim Graham
Should we integrate that into prism.verbose output? ...jim On 5/9/16 6:18 AM, David Hill wrote: I added a new feature Friday and would like some help testing it. This new feature (8087516: Conditional support for GTK 3 on Linux) allows us to use either GTK v2 or 3

[9] Review request for 8150800: NullPointer exception in WebView

2016-05-09 Thread Murali Billa
Hi Kevin, Alexander Please review below fix. JBS : https://bugs.openjdk.java.net/browse/JDK-8150800 Webrev : http://cr.openjdk.java.net/~mbilla/8150800/webrev.00/ Thanks, Murali

Re: Request for backport of JDK-8144501

2016-05-09 Thread Jonathan Giles
Unfortunately openjfx-dev stripped the attachment, so please send that directly to me. Are you certain that the linked changeset is the only change necessary to resolve the issue? A lot of code has changed in the selection models, and whilst the linked changeset is small enough that it can be

Request for backport of JDK-8144501

2016-05-09 Thread Robert Lichtenberger
We are currently experience null pointer problems that have their root cause in https://bugs.openjdk.java.net/browse/JDK-8144501. The attached example demonstrates the problem: Click the first row, then Ctrl-Click the second row, then Ctrl-Click (i.e. deselect) the first row. Up to

Re: [graphics] [9] Review request for 8155903: Crash while running imported/w3c/canvas/2d.gradient.interpolate.overlap2.html

2016-05-09 Thread Jim Graham
That looks good for the case where Imin is zero, but it appears that we could also have overflow as well, with a single very tiny Imin the accumulation of estimatedSize with an "int" type could easily overflow and become essentially a random number. Changing the estimatedSize variable to a

Re: Support for GTK 2 & 3 now in JFX

2016-05-09 Thread David Hill
On 5/9/16, 9:39 AM, Erik De Rijcke wrote: Hi, Are there any known limitations on the gtk3 backends (html5, wayland, ...) that could be used? In short - no, but do tell if you find some :-) The problem before was that you can't mix GTK2 & 3 in the same application, so SWT for example that is

Re: Support for GTK 2 & 3 now in JFX

2016-05-09 Thread Erik De Rijcke
Hi, Are there any known limitations on the gtk3 backends (html5, wayland, ...) that could be used? regards, Erik On Mon, May 9, 2016 at 3:18 PM, David Hill wrote: > > I added a new feature Friday and would like some help testing it. > > This new feature (8087516:

Support for GTK 2 & 3 now in JFX

2016-05-09 Thread David Hill
I added a new feature Friday and would like some help testing it. This new feature (8087516: Conditional support for GTK 3 on Linux) allows us to use either GTK v2 or 3 with JavaFX. The default has not changed - we will use gtk 2 by preference. The help I need is for anyone doing testing on

Re: [graphics] [9] Review request for 8155903: Crash while running imported/w3c/canvas/2d.gradient.interpolate.overlap2.html

2016-05-09 Thread Arunprasad Rajkumar
Hello Jim, Thanks for your suggestions. As of now I taking an easy way to fix the issue, New changes are available at http://cr.openjdk.java.net/~arajkumar/8155903/webrev.02 I couldn't write a reliable test case using public javafx APIs, the behavior is intermittent. However I could