hg: openjfx/10/rt: 16 new changesets
kevin.rushforth at oracle.com
kevin.rushforth at oracle.com
Thu Apr 6 20:55:07 UTC 2017
Changeset: 650c6cca14d1
Author: aghaisas
Date: 2017-03-29 10:00 +1300
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/650c6cca14d1
8089875: MenuBarSkin does not update if a menu changes its visibility.
Reviewed-by: jgiles
! modules/javafx.controls/src/main/java/javafx/scene/control/skin/MenuBarSkin.java
! modules/javafx.controls/src/test/java/test/javafx/scene/control/MenuBarTest.java
Changeset: bf6952ab0bd3
Author: aghaisas
Date: 2017-03-29 10:00 +1300
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/bf6952ab0bd3
8090012: ColorPicker, undefined custom color has blank tooltip.
Reviewed-by: jgiles
! modules/javafx.controls/src/main/java/javafx/scene/control/skin/ColorPalette.java
Changeset: f0a32fc98a49
Author: aghaisas
Date: 2017-03-29 10:00 +1300
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/f0a32fc98a49
8088436: [ColorPicker] When focusing on a non 100% opacity color, the color is displayed incorrect.
Reviewed-by: jgiles
! modules/javafx.controls/src/main/resources/com/sun/javafx/scene/control/skin/modena/modena.css
Changeset: 02767fccf93a
Author: mtvo
Date: 2017-03-24 16:02 -0700
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/02767fccf93a
Added tag jdk-9+163 for changeset eec7ea4e8513
! .hgtags
Changeset: ef32ccecd73a
Author: cbensen
Date: 2017-03-28 09:27 -0700
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/ef32ccecd73a
8177451: javapackager -help prints help message of java -help
Reviewed-by: kcr, vdrozdov
! modules/jdk.packager/src/main/native/javapackager/win/javapackager.cpp
Changeset: 9c7bfb6de43c
Author: jgiles
Date: 2017-03-29 09:44 +1300
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/9c7bfb6de43c
8177627: JavaDoc issues in JavaFX UI Controls
Reviewed-by: ckyang, prr
! modules/javafx.controls/src/main/java/javafx/scene/control/ButtonBar.java
! modules/javafx.controls/src/main/java/javafx/scene/control/ButtonBase.java
! modules/javafx.controls/src/main/java/javafx/scene/control/ListView.java
Changeset: 98e76c78f04f
Author: prr
Date: 2017-03-29 15:56 -0700
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/98e76c78f04f
8177751: Update FX implementation to prepare for renaming of Module and Layer classes
Reviewed-by: jgiles, mchung, ddhill, vadim
! modules/javafx.fxml/src/main/java/javafx/fxml/FXML.java
! modules/javafx.graphics/src/main/java/com/sun/javafx/application/LauncherImpl.java
+ modules/javafx.graphics/src/main/java/com/sun/javafx/application/ModuleAccess.java
! modules/javafx.graphics/src/main/java/javafx/application/Application.java
! modules/javafx.web/src/test/java/test/javafx/scene/web/TestBase.java
Changeset: d45bffd48779
Author: ddhill
Date: 2017-03-31 16:14 -0400
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/d45bffd48779
Merge
! .hgtags
Changeset: fb5fb00efe53
Author: ddhill
Date: 2017-04-04 18:57 -0400
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/fb5fb00efe53
8174944: Generate bss for all css files, remove TODO
Reviewed-by: kcr, jgiles
! build.gradle
Changeset: 255f1912810a
Author: ddhill
Date: 2017-04-04 18:57 -0400
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/255f1912810a
8177831: Adding redundant module-source-path to java compile
Reviewed-by: kcr
! build.gradle
Changeset: 834498972ddf
Author: ddhill
Date: 2017-04-05 18:51 -0400
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/834498972ddf
8178075: Provide generic add-exports mechanism
Reviewed-by: kcr, jgiles
! build.gradle
+ buildSrc/addExports
Changeset: aa6114dd876c
Author: mtvo
Date: 2017-03-31 16:05 -0700
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/aa6114dd876c
Added tag jdk-9+164 for changeset 98e76c78f04f
! .hgtags
Changeset: 58264b944f06
Author: kcr
Date: 2017-04-05 15:54 -0700
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/58264b944f06
8173080: Add licenses for non-distributed third-party source code in repo
Reviewed-by: mchung, ddhill
! apps/samples/Ensemble8/build.xml
+ apps/samples/Ensemble8/legal/lucene.md
+ apps/samples/Ensemble8/legal/syntaxhighlighter.md
! apps/samples/Ensemble8/nbproject/project.properties
! build.gradle
+ modules/javafx.web/src/main/legal/angle.md
Changeset: 2a219188ca02
Author: ssadetsky
Date: 2017-04-06 07:40 -0700
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/2a219188ca02
8176844: Menus not always selected properly with GTK 3
Reviewed-by: kcr, ddhill
! modules/javafx.graphics/src/main/native-glass/gtk/glass_general.cpp
Changeset: dfcdf7a0e995
Author: ssadetsky
Date: 2017-04-06 08:00 -0700
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/dfcdf7a0e995
8178155: Revert fix for JDK-8176844 in JDK 9
Reviewed-by: kcr
! modules/javafx.graphics/src/main/native-glass/gtk/glass_general.cpp
Changeset: 784b959b99ea
Author: kcr
Date: 2017-04-06 08:08 -0700
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/784b959b99ea
Merge
! .hgtags
! build.gradle
More information about the openjfx-changes
mailing list