hg: openjfx/10/rt: 15 new changesets
kevin.rushforth at oracle.com
kevin.rushforth at oracle.com
Fri Sep 29 18:42:12 UTC 2017
Changeset: cef357ae4d0c
Author: arajkumar
Date: 2017-08-30 12:06 +0530
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/cef357ae4d0c
8186649: [DRT] Intermittent crash while executing fast/dom
Reviewed-by: mbilla, ghb, kcr
! modules/javafx.web/src/main/native/Source/WebCore/html/parser/HTMLConstructionSite.cpp
Changeset: 55ad191f5932
Author: ghb
Date: 2017-08-30 21:47 +0530
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/55ad191f5932
8185314: Remove unused third-party python scripts from WebKit sources
Reviewed-by: kcr, arajkumar, mbilla
Contributed-by: rajath.kamath at oracle.com
- modules/javafx.web/src/main/native/Tools/Scripts/webkitpy/thirdparty/__init__.py
- modules/javafx.web/src/main/native/Tools/Scripts/webkitpy/thirdparty/__init___unittest.py
Changeset: 854847265def
Author: kcr
Date: 2017-08-31 11:19 -0700
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/854847265def
8181116: Ability to change milestone to fcs without updating repo
Reviewed-by: prr, asaha
! build.gradle
! build.properties
Changeset: a285ae771ca2
Author: kcr
Date: 2017-09-05 08:12 -0700
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/a285ae771ca2
8187043: JavaFX fails to launch on some Windows platforms due to missing VS2017 libraries
Reviewed-by: prr, mbilla
! modules/javafx.graphics/src/main/java/com/sun/glass/ui/win/WinApplication.java
! modules/javafx.graphics/src/main/java/com/sun/javafx/tk/Toolkit.java
Changeset: 4e1473e4c874
Author: psadhukhan
Date: 2017-09-08 11:10 +0530
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/4e1473e4c874
8087528: [SWT] FXCanvas: DnD is implemented incorrectly
Reviewed-by: kcr
! .hgignore
! build.gradle
! modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/EmbeddedSceneDT.java
! modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/EmbeddedSceneDnD.java
! modules/javafx.web/src/main/native/Source/ThirdParty/icu/java/data/icudata_wrapper.sh
! modules/javafx.web/src/main/native/Source/ThirdParty/icu/source/data/Makefile.in
Changeset: 0da3cabeff89
Author: ghb
Date: 2017-09-08 11:38 +0530
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/0da3cabeff89
8187361: Revert non reviewed commit done for the fix to JDK-8087528
Reviewed-by: arajkumar
! .hgignore
! build.gradle
! modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/EmbeddedSceneDT.java
! modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/EmbeddedSceneDnD.java
! modules/javafx.web/src/main/native/Source/ThirdParty/icu/java/data/icudata_wrapper.sh
! modules/javafx.web/src/main/native/Source/ThirdParty/icu/source/data/Makefile.in
Changeset: c6861b853090
Author: psadhukhan
Date: 2017-09-08 11:41 +0530
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/c6861b853090
8087528: [SWT] FXCanvas: DnD is implemented incorrectly
Reviewed-by: kcr
! modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/EmbeddedSceneDT.java
! modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/EmbeddedSceneDnD.java
Changeset: 73ace584b9ba
Author: ghb
Date: 2017-09-11 15:20 +0530
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/73ace584b9ba
8089124: HTML5: Number input allows non-numeric input
Reviewed-by: arajkumar, ghb, mbilla
Contributed-by: rajath.kamath at oracle.com
! modules/javafx.web/src/main/native/Source/WebCore/platform/java/WebPage.cpp
! modules/javafx.web/src/main/resources/com/sun/webkit/LocalizedStrings.properties
Changeset: 10796dea6254
Author: kcr
Date: 2017-09-11 10:31 -0700
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/10796dea6254
Merge
- modules/javafx.web/src/main/native/Tools/Scripts/webkitpy/thirdparty/__init__.py
- modules/javafx.web/src/main/native/Tools/Scripts/webkitpy/thirdparty/__init___unittest.py
Changeset: 35ec69017ef2
Author: jgiles
Date: 2017-09-14 11:00 +1200
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/35ec69017ef2
8182314: Fix typos in FX API docs
Reviewed-by: aghaisas
! modules/javafx.base/src/main/java/javafx/beans/value/WeakChangeListener.java
! modules/javafx.base/src/main/java/javafx/collections/ListChangeListener.java
! modules/javafx.controls/src/main/java/javafx/scene/control/TreeItem.java
Changeset: 4b61726fdc1e
Author: mbilla
Date: 2017-09-14 11:45 +0530
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/4b61726fdc1e
8183928: [Linux] Remove Warnings [-Wunused-parameter]
Reviewed-by: kcr, arajkumar
! modules/javafx.web/src/main/native/Source/WebCore/bridge/jni/jsc/BridgeUtils.cpp
! modules/javafx.web/src/main/native/Source/WebCore/bridge/jni/jsc/JavaClassJSC.cpp
! modules/javafx.web/src/main/native/Source/WebCore/page/java/DragControllerJava.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/BufferImageJava.h
! modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ChromiumBridge.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontCacheJava.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontJava.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageDecoderJava.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageJava.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/NativeImageJava.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/RenderingQueue.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/java/ContextMenuClientJava.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/java/DragDataJava.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/java/FileSystemJava.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/java/FrameLoaderClientJava.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/java/LocalizedStringsJava.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/java/PlatformScreenJava.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/java/PluginDataJava.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/java/ProgressTrackerClientJava.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/java/ScrollbarThemeJava.cpp
! modules/javafx.web/src/main/native/Source/WebKit/java/BackForwardList.cpp
Changeset: 56669b0b2efb
Author: ghb
Date: 2017-09-20 07:22 +0530
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/56669b0b2efb
8185940: Web native compiled files not removed during gradle clean
Reviewed-by: arajkumar, mbilla
! .hgignore
! build.gradle
! modules/javafx.web/src/main/native/Source/ThirdParty/icu/java/data/icudata_wrapper.sh
! modules/javafx.web/src/main/native/Source/ThirdParty/icu/source/data/Makefile.in
Changeset: a56ac8213ed6
Author: jgiles
Date: 2017-09-21 10:09 +1200
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/a56ac8213ed6
8182400: update FX module-info.java to move "requires transitive" after "requires" before "exports"
Reviewed-by: kcr, mchung
! modules/javafx.fxml/src/main/java/module-info.java
! modules/javafx.graphics/src/main/java/module-info.java
! modules/javafx.swing/src/main/java/module-info.java
! modules/javafx.web/src/main/java/module-info.java
Changeset: c54912fb7e66
Author: aghaisas
Date: 2017-09-21 13:36 +0530
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/c54912fb7e66
8089265: [ProgressIndicator] behaves itself wrong, when aligned
Reviewed-by: jgiles
! modules/javafx.controls/src/main/java/javafx/scene/control/skin/ProgressIndicatorSkin.java
+ modules/javafx.controls/src/test/java/test/javafx/scene/control/ProgressIndicatorTest.java
Changeset: a6a1352252be
Author: psadhukhan
Date: 2017-09-21 10:38 -0700
URL: http://hg.openjdk.java.net/openjfx/10/rt/rev/a6a1352252be
8129747: SwingFXUtils.fromFXImage seems to have a bug inside
Reviewed-by: kcr
! modules/javafx.swing/src/main/java/javafx/embed/swing/JFXPanel.java
! modules/javafx.swing/src/main/java/javafx/embed/swing/SwingFXUtils.java
+ tests/system/src/test/java/test/javafx/embed/swing/FXImageConversionTest.java
More information about the openjfx-changes
mailing list