hg: openjfx/jfx/rt: 9 new changesets
kevin.rushforth at oracle.com
kevin.rushforth at oracle.com
Tue Jul 31 18:58:51 UTC 2018
Changeset: 504705a06aa3
Author: kcr
Date: 2018-07-24 09:02 -0700
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/504705a06aa3
8207370: Several Monocle robot tests fail because of deprecated assertEquals calls
Reviewed-by: kcr
Contributed-by: mike.ennen at gmail.com
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/TestApplication.java
Changeset: 202fc7cbc4d5
Author: mennen
Date: 2018-07-24 15:18 -0700
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/202fc7cbc4d5
8207377: Document the behavior of Robot::getPixelColor with HiDPI
Reviewed-by: kcr
! modules/javafx.graphics/src/main/java/com/sun/glass/ui/GlassRobot.java
! modules/javafx.graphics/src/main/java/javafx/scene/robot/Robot.java
! tests/system/src/test/java/test/robot/javafx/scene/RobotTest.java
Changeset: 343ad315df2e
Author: kcr
Date: 2018-07-25 05:34 -0700
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/343ad315df2e
Merge
Changeset: 89537cb225f8
Author: mbilla
Date: 2018-07-26 22:44 +0530
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/89537cb225f8
8208123: Not able Copy Image to clipboard from Context Menu
Reviewed-by: kcr, arajkumar
Contributed-by: murali.billa at oracle.com, arunprasad.rajkumar at oracle.com
! modules/javafx.web/src/main/native/Source/WebCore/editing/java/EditorJava.cpp
Changeset: 31ed6f47fe5d
Author: arajkumar
Date: 2018-07-27 09:53 +0530
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/31ed6f47fe5d
8208114: Drag and drop of text contents and URL links functionalities are broken in Webview
Reviewed-by: mbilla, kcr
! modules/javafx.web/src/main/native/Source/WebCore/platform/java/DragClientJava.cpp
Changeset: 987a6417e320
Author: arajkumar
Date: 2018-07-27 10:07 +0530
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/987a6417e320
8196968: One time crash on exit in JNIEnv_::CallObjectMethod
Reviewed-by: mbilla, kcr
! modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageDecoderJava.cpp
Changeset: 40c7eb6c04fd
Author: pbansal
Date: 2018-07-27 12:27 +0530
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/40c7eb6c04fd
8204336: Platform.exit() throws ISE when a nested event loop is active
Reviewed-by: kcr, mbilla
! modules/javafx.graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java
! modules/javafx.graphics/src/main/java/com/sun/javafx/tk/DummyToolkit.java
! modules/javafx.graphics/src/main/java/com/sun/javafx/tk/Toolkit.java
! modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/QuantumToolkit.java
! modules/javafx.graphics/src/test/java/test/com/sun/javafx/pgstub/StubToolkit.java
+ tests/system/src/test/java/test/com/sun/javafx/application/PlatformExit1Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/PlatformExit2Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/PlatformExit3Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/PlatformExit4Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/PlatformExitCommon.java
+ tests/system/src/test/java/test/com/sun/javafx/application/PlatformExitSimpleTest.java
+ tests/system/src/test/java/test/javafx/stage/NestedEventLoopPlatformExitTest.java
Changeset: c80ba16d7c16
Author: jvos
Date: 2018-07-27 21:01 +0200
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/c80ba16d7c16
8208294: fix library name
Reviewed-by: kcr
! modules/javafx.graphics/src/main/java/com/sun/glass/utils/NativeLibLoader.java
Changeset: 3527ff907f43
Author: tschindl
Date: 2018-07-30 18:27 +0200
URL: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/3527ff907f43
8207794: FXCanvas does not update x/y of EmbeddedStageInterface when FXCanvas is reparented
Reviewed-by: kcr
! modules/javafx.swt/src/main/java/javafx/embed/swt/FXCanvas.java
More information about the openjfx-changes
mailing list