hg: openjfx/8u/rt: 14 new changesets
kevin.rushforth at oracle.com
kevin.rushforth at oracle.com
Mon Jun 8 20:10:53 UTC 2015
Changeset: d87afb699c69
Author: vadim
Date: 2015-06-02 11:49 +0300
URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/d87afb699c69
RT-40778: BMP image fails to load when a specific size is requested
Reviewed-by: flar, kcr
! modules/graphics/src/main/java/com/sun/javafx/iio/bmp/BMPImageLoaderFactory.java
! modules/graphics/src/main/java/com/sun/javafx/iio/common/ImageTools.java
! modules/graphics/src/main/java/com/sun/javafx/iio/gif/GIFImageLoader2.java
! modules/graphics/src/main/java/com/sun/javafx/iio/ios/IosImageLoader.java
! modules/graphics/src/main/java/com/sun/javafx/iio/jpeg/JPEGImageLoader.java
! modules/graphics/src/main/java/com/sun/javafx/iio/png/PNGImageLoader2.java
! modules/graphics/src/test/java/com/sun/javafx/iio/ImageLoaderScalingTest.java
Changeset: a87688fb8bb3
Author: ant <anton.tarasov at oracle.com>
Date: 2015-06-02 13:23 +0300
URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/a87688fb8bb3
RT-40743: [WebView] IllegalArgumentException when dragging in google maps
Contributed-by: anashaty
Reviewed-by: ant
! modules/web/src/main/java/com/sun/javafx/webkit/UIClientImpl.java
Changeset: 0ef463b990ee
Author: ant <anton.tarasov at oracle.com>
Date: 2015-06-02 17:20 +0300
URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/0ef463b990ee
RT-40630: [WebView] "outstanding resource locks detected" when playing youtube
! modules/media/src/main/java/com/sun/javafx/media/PrismMediaFrameHandler.java
! modules/web/src/main/java/com/sun/javafx/webkit/prism/WCMediaPlayerImpl.java
Changeset: 34117cc862a5
Author: Morris Meyer <morris.meyer at oracle.com>
Date: 2015-06-03 09:30 -0400
URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/34117cc862a5
RT-46093: Different months can get the same info "You were born yesterday"
Reviewed-By: ddhill
! apps/samples/Ensemble8/src/samples/java/ensemble/samples/language/stringbinding/StringBindingApp.java
Changeset: f2f6c3772851
Author: Morris Meyer <morris.meyer at oracle.com>
Date: 2015-06-03 15:11 -0400
URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/f2f6c3772851
RT-37411: [Drag and Drop Linux] setDragView still doesn't work on linux
Reviewed-By: ddhill, kcr
! modules/graphics/src/main/native-glass/gtk/glass_dnd.h
Changeset: fec7dad3d200
Author: vadim
Date: 2015-06-04 11:31 +0300
URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/fec7dad3d200
RT-40632: LineChart.getData.clear() method exception
Reviewed-by: jgiles
! modules/controls/src/main/java/javafx/scene/chart/AreaChart.java
! modules/controls/src/main/java/javafx/scene/chart/LineChart.java
! modules/controls/src/main/java/javafx/scene/chart/StackedAreaChart.java
+ modules/controls/src/test/java/javafx/scene/chart/XYNumberChartsTest.java
+ modules/controls/src/test/java/javafx/scene/chart/XYNumberChartsTestBase.java
+ modules/controls/src/test/java/javafx/scene/chart/XYNumberLineChartsTest.java
Changeset: 93c7cf54a2d4
Author: vadim
Date: 2015-06-04 11:31 +0300
URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/93c7cf54a2d4
RT-46144: Refactor charts tests
Reviewed-by: jgiles
! modules/controls/src/test/java/javafx/scene/chart/AreaChartTest.java
! modules/controls/src/test/java/javafx/scene/chart/LineChartTest.java
! modules/controls/src/test/java/javafx/scene/chart/StackedAreaChartTest.java
! modules/controls/src/test/java/javafx/scene/chart/XYNumberChartsTest.java
! modules/controls/src/test/java/javafx/scene/chart/XYNumberChartsTestBase.java
! modules/controls/src/test/java/javafx/scene/chart/XYNumberLineChartsTest.java
Changeset: 325714ebf213
Author: ddhill
Date: 2015-06-04 12:45 -0400
URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/325714ebf213
RT-40261: [Linux] Stage.setIconified(true) not working
Reviewed-by: kcr
! modules/graphics/src/main/native-glass/gtk/glass_window.cpp
! modules/graphics/src/main/native-glass/gtk/glass_window.h
Changeset: bea638dd0dbb
Author: kcr
Date: 2015-06-04 13:59 -0700
URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/bea638dd0dbb
RT-39689: Better error checking and docs if Printing or Dialogs called from Animation
Reviewed-by: prr, jgiles
! modules/controls/src/main/java/javafx/scene/control/Dialog.java
! modules/graphics/src/main/java/com/sun/javafx/tk/DummyToolkit.java
! modules/graphics/src/main/java/com/sun/javafx/tk/Toolkit.java
! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/QuantumToolkit.java
! modules/graphics/src/main/java/com/sun/prism/j2d/print/J2DPrinterJob.java
! modules/graphics/src/main/java/javafx/print/PrinterJob.java
! modules/graphics/src/main/java/javafx/stage/Stage.java
! modules/graphics/src/test/java/com/sun/javafx/pgstub/StubToolkit.java
! tests/system/src/test/java/javafx/stage/ShowAndWaitTest.java
Changeset: 65a3138d3486
Author: kcr
Date: 2015-06-04 14:02 -0700
URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/65a3138d3486
RT-40417: [CSS] NPE in com.sun.javafx.css.StyleManager.findMatchingStyles
Reviewed-by: leifs, jgiles
! modules/graphics/src/main/java/com/sun/javafx/css/StyleManager.java
! modules/graphics/src/main/java/com/sun/javafx/css/Stylesheet.java
! modules/graphics/src/main/java/com/sun/javafx/css/parser/CSSParser.java
! modules/graphics/src/test/java/com/sun/javafx/css/StyleManagerTest.java
Changeset: 53b5f9945ea4
Author: shemnon
Date: 2015-06-04 21:05 -0600
URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/53b5f9945ea4
8081798: [packager] "Codebase" is not supported while calling <fx:jar>
Summary: the unit test definition was coded wrong, hiding (actually mandating) a logic flaw.
! modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/PackagerLib.java
! modules/fxpackager/src/test/java/com/sun/javafx/tools/ant/FXJarTest.java
Changeset: 011a66955385
Author: Chien Yang <chien.yang at oracle.com>
Date: 2015-06-05 15:41 -0700
URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/011a66955385
RT-38179: [TabPane] TableView in TabPane has memory leak
Reviewed-by: kcr
! modules/graphics/src/main/java/javafx/scene/Parent.java
! modules/graphics/src/test/java/javafx/scene/Parent_structure_sync_Test.java
Changeset: 460ec393f0b5
Author: Chien Yang <chien.yang at oracle.com>
Date: 2015-06-05 17:32 -0700
URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/460ec393f0b5
Fixed a failing unit test that made a bad assumption
! modules/graphics/src/test/java/javafx/scene/NodeTest.java
Changeset: 14ebda3d4d21
Author: kcr
Date: 2015-06-05 17:42 -0700
URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/14ebda3d4d21
Automated merge with http://hg.openjdk.java.net/openjfx/8u/rt
More information about the openjfx-changes
mailing list