hg: openjfx/jfx/rt: 7 new changesets
kevin.rushforth at oracle.com
kevin.rushforth at oracle.com
Tue Jun 5 20:27:58 UTC 2018
Changeset: 5a0346b338b6
Author: pbansal
Date: 2018-05-25 14:32 +0530
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/5a0346b338b6
8199614: [macos] ImageCursor.getBestSize() throws NullPointerException
Reviewed-by: mbilla, arapte, kcr
! modules/javafx.graphics/src/main/native-glass/mac/GlassCursor.m
+ tests/system/src/test/java/test/javafx/scene/ImageCursorGetBestSizeTest.java
Changeset: a57d9cc26b5a
Author: arajkumar
Date: 2018-05-28 14:24 +0530
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/a57d9cc26b5a
8203294: [Linux] Link libgcc and libstdc++ statically to support gcc-7.x
Reviewed-by: kcr, mbilla
! build.gradle
! buildSrc/linux.gradle
! modules/javafx.graphics/src/main/native-glass/gtk/GlassApplication.cpp
! modules/javafx.graphics/src/main/native-glass/gtk/glass_window.cpp
! modules/javafx.media/src/main/native/gstreamer/projects/linux/avplugin/Makefile
! modules/javafx.media/src/main/native/gstreamer/projects/linux/fxplugins/Makefile
! modules/javafx.media/src/main/native/gstreamer/projects/linux/gstreamer-lite/Makefile
! modules/javafx.media/src/main/native/jfxmedia/projects/linux/Makefile
! modules/javafx.web/src/main/native/Source/WTF/wtf/PlatformJava.cmake
! modules/javafx.web/src/main/native/Source/WTF/wtf/StdLibExtras.h
! modules/javafx.web/src/main/native/Source/cmake/OptionsJava.cmake
Changeset: 07ee62c2b083
Author: pkbalakr
Date: 2018-05-30 11:45 +0530
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/07ee62c2b083
8201285: DateCell text color are not updated correctly when DateCell with disable = true is reused
Reviewed-by: aghaisas, kcr
! modules/javafx.graphics/src/main/java/javafx/scene/CssStyleHelper.java
Changeset: 54f4e9759fa1
Author: jvos
Date: 2018-05-31 15:55 +0200
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/54f4e9759fa1
8202396: memory leak ios imageloader
Reviewed-by: kcr
Contributed-by: jose.pereda at gluonhq.com
! modules/javafx.graphics/src/main/native-iio/ios/ImageLoader.m
Changeset: 77a9be043f2c
Author: mbilla
Date: 2018-06-01 11:38 +0530
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/77a9be043f2c
8203698: JavaFX WebView crashes when visiting certain web sites
Reviewed-by: kcr, arajkumar
Contributed-by: murali.billa at oracle.com, arunprasad.rajkumar at oracle.com
! modules/javafx.web/src/main/native/Source/WebCore/platform/java/ScrollbarThemeJava.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/java/ScrollbarThemeJava.h
+ 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
Changeset: 46bd0ff75f66
Author: prr
Date: 2018-06-01 11:01 -0700
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/46bd0ff75f66
8129582: Controls slow considerably when displaying RTL-languages text on Linux
Reviewed-by: kcr
! modules/javafx.graphics/src/main/java/com/sun/javafx/font/freetype/PangoGlyphLayout.java
Changeset: 7c3e0fda26c2
Author: lbourges
Date: 2018-06-03 21:31 +0200
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/7c3e0fda26c2
8202743: Dashed BasicStroke randomly painted incorrectly, may freeze application
Summary: fixed Dasher.init() to use the correct part [0; dashLen[
Reviewed-by: kcr
! modules/javafx.graphics/src/main/java/com/sun/marlin/DDasher.java
! modules/javafx.graphics/src/main/java/com/sun/marlin/Dasher.java
+ tests/system/src/test/java/test/com/sun/marlin/DashedRectTest.java
More information about the openjfx-changes
mailing list