Code Review Request For 8162883: ESC button fails to cancel Dialog

2016-08-01 Thread Chien Yang
Hi Jonathan and Kevin, Please review the proposed fix: JIRA: https://bugs.openjdk.java.net/browse/JDK-8162883 Webrev: http://cr.openjdk.java.net/~ckyang/JDK-8162883/webrev.00/ Thanks, - Chien

review: Add xpatch argfile creation script

2016-08-01 Thread David Hill
JBS: https://bugs.openjdk.java.net/browse/JDK-8162872 This adds a simple script that will create a "xpatch" file for a modular build output. This xpatch file will resemble the current build/xpatch.args file created by the build. This script is needed if you want to copy/download or whatever t

Migrating FX patches to/from module paths

2016-08-01 Thread David Hill
Hi all, with the rather large change set that just landed in openjfx, there will be some developers with a need to convert existing patches for use with the new module source paths, or need to back port a patch to the old module source paths. We have provided a set of scripts that can be

FX 9-dev repo reorg complete -- 9-dev is unlocked

2016-08-01 Thread Kevin Rushforth
The fix for https://bugs.openjdk.java.net/browse/JDK-8161705 to reorganize the repo has been pushed to FX 9-dev, so the 9-dev repo is unlocked now. The FX source code has been reorganized as follows: base --> javafx.base controls --> javafx.controls fxml --> javafx.fxml fxpackager --> jdk.pack

[9] Review request for 8152418: Memory Leak in StackedBarChart when series are removed

2016-08-01 Thread Vadim Pakhnushev
Hi Jonathan, Could you please review the fix: https://bugs.openjdk.java.net/browse/JDK-8152418 http://cr.openjdk.java.net/~vadim/8152418/webrev.00/ Thanks, Vadim