hg: openjfx/9/rt: 15 new changesets
kevin.rushforth at oracle.com
kevin.rushforth at oracle.com
Mon Jun 15 23:44:13 UTC 2015
Changeset: d19f81227224
Author: jgiles
Date: 2015-06-09 19:32 +1200
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/d19f81227224
RT-46097: ComboBox dropdown width is computed incorrectly
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxPopupControl.java
Changeset: 5e0626a55c47
Author: kcr
Date: 2015-06-09 05:58 -0700
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/5e0626a55c47
RT-46183: Unit test failures in ShowAndWait test if printer is not available
! tests/system/src/test/java/javafx/stage/ShowAndWaitTest.java
Changeset: dfcbf2b51c57
Author: kcr
Date: 2015-06-09 05:58 -0700
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/dfcbf2b51c57
RT-46182: Bad header format in some source files breaks GPL license swap
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/MonocleSettings.java
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/MonocleTrace.java
! modules/graphics/src/main/java/com/sun/javafx/css/StyleCache.java
! modules/graphics/src/main/java/com/sun/javafx/css/StyleCacheEntry.java
Changeset: f81f9c55ab1d
Author: jgiles
Date: 2015-06-10 11:25 +1200
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/f81f9c55ab1d
Backed out changeset: 04c9fbe71cd1
This is backing out the fix for RT-40384, as it introduces the regression noted in RT-40588. Additionally, it appears that even with this changeset backed out, the memory leak this changeset intended to fix does not appear to return, so it must have been resolved elsewhere in the stack.
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ProgressBarSkin.java
Changeset: b7c65955759f
Author: ant <anton.tarasov at oracle.com>
Date: 2015-06-10 17:20 +0300
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/b7c65955759f
RT-46101: [WebView] Crash while content selection on yahoo.com
Contributed-by: anashaty
Reviewed-by: ant
! modules/web/src/main/native/Source/WebCore/platform/graphics/java/FontJava.cpp
Changeset: 5347acfa4d78
Author: kcr
Date: 2015-06-10 08:19 -0700
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/5347acfa4d78
RT-39569: ConcurrentModificationException when closing APPLICATION_MODAL dialog
Reviewed-by: ddhill
! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/GlassStage.java
Changeset: 7f7312320126
Author: ddhill
Date: 2015-06-10 11:47 -0400
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/7f7312320126
RT-40822: Dialog on iOS is not implemented
Contributed-by: johanvos
Reviewed-by: kcr, ddhill
! modules/graphics/src/main/java/com/sun/glass/ui/ios/IosApplication.java
! modules/graphics/src/main/native-glass/ios/GlassApplication.m
! modules/graphics/src/main/native-glass/ios/GlassViewDelegate.m
Changeset: 0fc4afb1c047
Author: ant <anton.tarasov at oracle.com>
Date: 2015-06-11 11:30 +0300
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/0fc4afb1c047
RT-46160: [WebView] "outstanding resource locks detected" when using clip in canvas
Reviewed-by: kcr, flar
! modules/web/src/main/java/com/sun/javafx/webkit/prism/WCBufferedContext.java
! modules/web/src/main/java/com/sun/javafx/webkit/prism/WCGraphicsPrismContext.java
! modules/web/src/main/java/com/sun/javafx/webkit/prism/WCRenderQueueImpl.java
! modules/web/src/main/java/com/sun/webkit/graphics/WCRenderQueue.java
! modules/web/src/main/native/Source/WebCore/platform/graphics/java/RenderingQueue.cpp
! modules/web/src/main/native/Source/WebCore/platform/graphics/java/RenderingQueue.h
Changeset: ea18ea1eea32
Author: ant <anton.tarasov at oracle.com>
Date: 2015-06-11 14:05 +0200
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/ea18ea1eea32
RT-40381: [JFXPanel] back out fix for RT-38922
! modules/swing/src/main/java/javafx/embed/swing/JFXPanel.java
Changeset: fe1ce7b27f9b
Author: ant <anton.tarasov at oracle.com>
Date: 2015-06-11 22:58 +0300
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/fe1ce7b27f9b
RT-40128: [WebView] fix the race with generate/copy the InspectorJS* files
Reviewed-by: kcr
! modules/web/src/main/native/Source/JavaScriptCore/DerivedSourcesJava.pri
Changeset: 4b2b9f3bc5b9
Author: kcr
Date: 2015-06-11 15:21 -0700
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/4b2b9f3bc5b9
Backout build changes for RT-40128 due to build failure on Windows
! modules/web/src/main/native/Source/JavaScriptCore/DerivedSourcesJava.pri
Changeset: 10b90f9bab41
Author: kcr
Date: 2015-06-11 18:14 -0700
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/10b90f9bab41
Automated merge with http://hg.openjdk.java.net/openjfx/9/rt
Changeset: 3c1a473d8fc4
Author: ant <anton.tarasov at oracle.com>
Date: 2015-06-12 14:20 +0300
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/3c1a473d8fc4
RT-34644: Webview radio button and checkboxes missing
Reviewed-by: kcr
! modules/web/src/main/java/com/sun/javafx/webkit/theme/RenderThemeImpl.java
! modules/web/src/main/java/com/sun/javafx/webkit/theme/ScrollBarThemeImpl.java
! modules/web/src/main/java/com/sun/webkit/WebPage.java
Changeset: 464b8efa2404
Author: ant <anton.tarasov at oracle.com>
Date: 2015-06-12 22:08 +0300
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/464b8efa2404
RT-46189: [WebView] NPE when running WebEngine without WebView
Contributed-by: anashaty
Reviewed-by: kcr, flar, ant
! modules/graphics/src/main/java/com/sun/javafx/util/Utils.java
Changeset: 19a9f8902557
Author: stayer
Date: 2015-06-14 19:08 +0300
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/19a9f8902557
8090033: FX application hangs on exit when media gets stuck
Reviewed-by: kcr, almatvee
! modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/elements/gstqueue.c
More information about the openjfx-changes
mailing list