hg: openjfx/jfx/rt: 14 new changesets
kevin.rushforth at oracle.com
kevin.rushforth at oracle.com
Fri May 24 12:48:49 UTC 2019
Changeset: 6e7ea94e3638
Author: jvos
Date: 2019-05-04 17:59 +0200
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/6e7ea94e3638
Added tag 13+7 for changeset c8cde739aa8e
! .hgtags
Changeset: b55ec331cd0f
Author: aghaisas
Date: 2019-05-08 14:13 +0530
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/b55ec331cd0f
8222214: TableView rows disappears when inside a pane and KEY_UP is pressed
Reviewed-by: kcr, aghaisas
Contributed-by: thiago.sayao at clamed.com.br
! modules/javafx.controls/src/main/java/com/sun/javafx/scene/control/behavior/TableViewBehaviorBase.java
! modules/javafx.controls/src/test/java/test/javafx/scene/control/TableViewKeyInputTest.java
Changeset: 3e09b6bdf762
Author: kcr
Date: 2019-05-08 05:21 -0700
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/3e09b6bdf762
8212060: [GTK3] Stage sometimes shown at top-left before moving to correct position
Reviewed-by: kcr, pbansal
Contributed-by: thiago.sayao at clamed.com.br
! modules/javafx.graphics/src/main/native-glass/gtk/glass_window.cpp
Changeset: f1d0e1fd236b
Author: kcr
Date: 2019-05-08 10:54 -0700
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/f1d0e1fd236b
8193502: [Linux] Dialog height switches between correct and too small when showing and hiding a Dialog repeatedly
Reviewed-by: kcr, pbansal
Contributed-by: thiago.sayao at clamed.com.br
! modules/javafx.graphics/src/main/native-glass/gtk/glass_window.cpp
+ tests/system/src/test/java/test/robot/javafx/scene/dialog/DialogRepeatedShowHideTest.java
Changeset: 61e8ec6c0edd
Author: kcr
Date: 2019-05-09 05:43 -0700
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/61e8ec6c0edd
8220272: Window order is not correct when Modality.WINDOW_MODAL
Reviewed-by: kcr, arapte
Contributed-by: thiago.sayao at clamed.com.br
! modules/javafx.graphics/src/main/native-glass/gtk/glass_window.cpp
+ tests/system/src/test/java/test/robot/javafx/stage/CheckWindowOrderTest.java
Changeset: 1a922d6dd19b
Author: dwookey
Date: 2019-05-09 07:02 -0700
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/1a922d6dd19b
8088717: Win: UNDECORATED windows are not minimized with the taskbar button
Reviewed-by: kcr, pbansal
! modules/javafx.graphics/src/main/java/com/sun/glass/ui/Window.java
! modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/WindowStage.java
! modules/javafx.graphics/src/main/native-glass/win/GlassWindow.cpp
Changeset: fb2ee5d75bda
Author: kcr
Date: 2019-05-10 11:43 -0700
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/fb2ee5d75bda
8223719: Add .gitignore to repo
Reviewed-by: prr, jvos
+ .gitignore
! .hgignore
Changeset: 97c8468bb4c6
Author: arapte
Date: 2019-05-14 12:37 +0530
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/97c8468bb4c6
8210973: Focus goes to wrong Window when dismissing an Alert
Reviewed-by: kcr, arapte
Contributed-by: thiago.sayao at clamed.com.br
! modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/WindowStage.java
+ tests/system/src/test/java/test/robot/javafx/stage/FocusParentWindowOnChildCloseTest.java
Changeset: de2a93ddbbcf
Author: jvos
Date: 2019-05-17 11:07 +0200
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/de2a93ddbbcf
Added tag 13+8 for changeset 97c8468bb4c6
! .hgtags
Changeset: 8c24377bf700
Author: arajkumar
Date: 2019-05-17 14:59 +0530
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/8c24377bf700
8222788: javafx.web build fails on XCode 10.2
Reviewed-by: kcr, jvos
! modules/javafx.web/src/main/native/Source/WTF/wtf/Optional.h
Changeset: 74bdac7b31e3
Author: kcr
Date: 2019-05-17 06:11 -0700
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/74bdac7b31e3
8223377: JavaFX can crash due to loading the wrong native libraries if system libraries are installed
Reviewed-by: kcr, jvos
Contributed-by: mblaesing at doppel-helix.eu
! modules/javafx.graphics/src/main/java/com/sun/glass/utils/NativeLibLoader.java
Changeset: 5bd6176c1922
Author: dwookey
Date: 2019-05-20 06:07 -0700
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/5bd6176c1922
8089986: Menu beeps when mnemonics is used
Reviewed-by: kcr, pbansal
! modules/javafx.graphics/src/main/native-glass/win/GlassWindow.cpp
Changeset: 1f0bc849baff
Author: kcr
Date: 2019-05-20 10:11 -0700
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/1f0bc849baff
8222883: Ensemble: Update version of Lucene to 7.7.1
Reviewed-by: aghaisas
! apps/samples/.classpath
+ apps/samples/Ensemble8/UPDATING-lucene.txt
! apps/samples/Ensemble8/build.gradle
! apps/samples/Ensemble8/build.xml
! apps/samples/Ensemble8/legal/lucene.md
! apps/samples/Ensemble8/nbproject/project.properties
! apps/samples/Ensemble8/src/generated/resources/ensemble/search/index/_0.cfe
! apps/samples/Ensemble8/src/generated/resources/ensemble/search/index/_0.cfs
! apps/samples/Ensemble8/src/generated/resources/ensemble/search/index/_0.si
! apps/samples/Ensemble8/src/generated/resources/ensemble/search/index/listAll.txt
! apps/samples/Ensemble8/src/generated/resources/ensemble/search/index/segments_1
! build.gradle
Changeset: cec59175ef41
Author: arajkumar
Date: 2019-05-22 13:52 +0530
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/cec59175ef41
8224016: Intermittent test failure in SVGTest on Linux
Reviewed-by: kcr
! modules/javafx.web/src/test/java/test/javafx/scene/web/MiscellaneousTest.java
+ modules/javafx.web/src/test/java/test/javafx/scene/web/SVGTest.java
+ modules/javafx.web/src/test/resources/test/html/crash-on-scrollable-svg.html
- tests/system/src/test/java/test/javafx/scene/web/SVGTest.java
- tests/system/src/test/resources/test/javafx/scene/web/crash-on-scrollable-svg.html
More information about the openjfx-changes
mailing list