hg: openjfx/8u-dev/rt: 2 new changesets

hang.vo at oracle.com hang.vo at oracle.com
Thu May 22 17:32:47 UTC 2014


Changeset: 90605ca72ec6
Author:    Felipe Heidrich <felipe.heidrich at oracle.com>
Date:      2014-05-22 10:12 -0700
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/90605ca72ec6

RT-36985: [Accessibility, Windows] Make sure the focus stays in the Combo (internally Combo puts the focus in the Text control).

! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java

Changeset: 2ca812fcee42
Author:    shemnon
Date:      2014-05-22 11:26 -0600
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2ca812fcee42

RT-37217:mac packaging fails when RUNTIME option is passed
Summary: the multiple instances of a RUNTIME bundle arg that could adjust the default value resulted in some execution order dependant strangeness.  So we get rid of the standard RUNTIME and just use the platform specific ones when needed.

! modules/fxpackager/src/main/java/com/oracle/tools/packager/AbstractBundler.java
! modules/fxpackager/src/main/java/com/oracle/tools/packager/StandardBundlerParam.java
! modules/fxpackager/src/main/java/com/oracle/tools/packager/linux/LinuxAppBundler.java
! modules/fxpackager/src/main/java/com/oracle/tools/packager/mac/MacAppBundler.java
! modules/fxpackager/src/main/java/com/oracle/tools/packager/windows/WinAppBundler.java
! modules/fxpackager/src/main/java/com/oracle/tools/packager/windows/WindowsBundlerParam.java
! modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/PackagerLib.java
! modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/bundlers/BundleParams.java
! modules/fxpackager/src/main/native/launcher/mac/main.m
! modules/fxpackager/src/main/resources/com/oracle/tools/packager/linux/LinuxAppBundler.properties
! modules/fxpackager/src/main/resources/com/oracle/tools/packager/mac/MacAppBundler.properties
! modules/fxpackager/src/main/resources/com/oracle/tools/packager/windows/WindowsBundlerParam.properties
! modules/fxpackager/src/test/java/com/oracle/tools/packager/windows/WinAppBundlerTest.java
! modules/fxpackager/src/test/java/com/oracle/tools/packager/windows/WinExeBundlerTest.java
! modules/fxpackager/src/test/java/com/oracle/tools/packager/windows/WinMsiBundlerTest.java



More information about the openjfx-dev mailing list