hg: openjfx/8/master/rt: 83 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Thu Oct 10 10:46:04 PDT 2013
Changeset: b3fa96512e75
Author: mv157916
Date: 2013-10-03 16:58 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b3fa96512e75
RT-33356: Update the JDK 8 build number to b110 in rt/build.properties file in the JavaFX 8 Master forest.
! build.properties
Changeset: 8207cae52078
Author: snorthov
Date: 2013-10-01 15:41 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/8207cae52078
RT-33293: Get rid of unused class/package com.sun.prism.tkal.Window
Summary: The IDE's and Artem find no references to this class so we killed it.
Reviewed-by: rbair
- modules/graphics/src/main/java/com/sun/prism/tkal/Window.java
Changeset: 4600cb2846c1
Author: Felipe Heidrich <felipe.heidrich at oracle.com>
Date: 2013-10-01 14:10 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/4600cb2846c1
RT-32829: loading of embedded font definitions doesn't work in PrismFontLoader
! modules/graphics/src/main/java/com/sun/javafx/font/PrismFontLoader.java
Changeset: 932cecc14e49
Author: Felipe Heidrich <felipe.heidrich at oracle.com>
Date: 2013-10-01 13:54 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/932cecc14e49
RT-32255 [win only]
! modules/graphics/src/main/java/com/sun/javafx/font/directwrite/DWFontFile.java
! modules/graphics/src/main/java/com/sun/javafx/font/directwrite/DWGlyph.java
! modules/graphics/src/main/java/com/sun/javafx/font/directwrite/DWGlyphLayout.java
! modules/graphics/src/main/java/com/sun/javafx/font/directwrite/ID2D1RenderTarget.java
! modules/graphics/src/main/java/com/sun/javafx/font/directwrite/IDWriteFactory.java
! modules/graphics/src/main/java/com/sun/javafx/font/directwrite/IDWriteFontFace.java
! modules/graphics/src/main/java/com/sun/javafx/font/directwrite/IDWriteLocalizedStrings.java
! modules/graphics/src/main/java/com/sun/javafx/font/directwrite/OS.java
! modules/graphics/src/main/native-font/directwrite.cpp
Changeset: 19431d2dcdd5
Author: rbair
Date: 2013-10-01 15:36 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/19431d2dcdd5
RT-33038: ScheduledService doesn't stop after calling cancel
Reviewed by: snorthov
! modules/graphics/src/main/java/javafx/concurrent/ScheduledService.java
! modules/graphics/src/main/java/javafx/concurrent/Service.java
! modules/graphics/src/test/java/javafx/concurrent/ScheduledServiceTest.java
! modules/graphics/src/test/java/javafx/concurrent/ServiceLifecycleTest.java
Changeset: 90e48442d0ff
Author: Martin Soch <Martin.Soch at oracle.com>
Date: 2013-10-02 10:07 +0200
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/90e48442d0ff
SW pipeline: improved fillRect with ImagePaint (RT-29811)
! modules/graphics/src/main/java/com/sun/prism/sw/SWGraphics.java
+ modules/graphics/src/main/java/com/sun/prism/sw/SWPaint.java
! modules/graphics/src/main/java/com/sun/prism/sw/SWUtils.java
! modules/graphics/src/main/native-prism-sw/JPiscesRenderer.c
! modules/graphics/src/main/native-prism-sw/PiscesPaint.c
! modules/graphics/src/main/native-prism-sw/PiscesRenderer.h
Changeset: 6204306cde59
Author: dmasada
Date: 2013-10-02 10:56 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/6204306cde59
RT-32264 Ensemble8: link to javafx.animation.Animation.Status is missing
! apps/samples/Ensemble8/src/generated/java/ensemble/generated/Samples.java
! apps/samples/Ensemble8/src/samples/java/ensemble/samples/graphics/bouncingballs/BouncingBallsApp.java
Changeset: 67b0664167d6
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-10-02 14:53 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/67b0664167d6
RT-33103: Children may change, iterate over a copy.
Reviewed by paru
! modules/graphics/src/main/java/javafx/scene/Parent.java
Changeset: 31c7ced6e2e6
Author: psomashe
Date: 2013-10-02 12:17 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/31c7ced6e2e6
RT-27768 : PieChart adding new data lead to incorrect style class updating.
reviwed by Jonathan.
! modules/controls/src/main/java/javafx/scene/chart/PieChart.java
Changeset: bd2f3d13cbf7
Author: psomashe
Date: 2013-10-02 12:18 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/bd2f3d13cbf7
RT-33245 Font is not applied to charts axis with caspian theme
reviwed by David.
! modules/controls/src/main/resources/com/sun/javafx/scene/control/skin/caspian/caspian.css
Changeset: 04dfdd1ed7be
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-10-02 15:26 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/04dfdd1ed7be
[TEST-ONLY] RT-33103 unit test
! modules/controls/src/test/java/javafx/scene/control/MiscellaneousTests.java
Changeset: 48e93b84056d
Author: rbair
Date: 2013-10-02 13:37 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/48e93b84056d
RT-32848: Add CENTER constant to BackgroundPosition
Reviewed-by: snorthov
! modules/graphics/src/main/java/javafx/scene/layout/BackgroundPosition.java
! modules/graphics/src/test/java/javafx/scene/layout/BackgroundPositionTest.java
Changeset: 043bd9ac4de2
Author: rbair
Date: 2013-10-02 13:40 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/043bd9ac4de2
[DOC-ONLY] Update Bounds class doc to discuss empty bounds. It is also described in isEmpty method documentation and already covered by tests.
! modules/graphics/src/main/java/javafx/geometry/Bounds.java
Changeset: e1f9a085f399
Author: rbair
Date: 2013-10-02 13:56 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e1f9a085f399
RT-33262: Not able to use Task and Service from the init method of Application
Reviewed-by: kcr
+ apps/toys/Hello/src/main/java/hello/HelloTask.java
! modules/graphics/src/main/java/javafx/concurrent/Service.java
! modules/graphics/src/main/java/javafx/concurrent/Task.java
! modules/graphics/src/main/java/javafx/geometry/Bounds.java
! modules/graphics/src/test/java/javafx/concurrent/AbstractTask.java
! modules/graphics/src/test/java/javafx/concurrent/ServiceLifecycleTest.java
! modules/graphics/src/test/java/javafx/concurrent/ServiceTest.java
! modules/graphics/src/test/java/javafx/concurrent/TestServiceFactory.java
Changeset: d70c498de565
Author: rbair
Date: 2013-10-02 13:59 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d70c498de565
RT-23446: Negative height or width should be forbidden
Reviewed-by: msladecek
! modules/graphics/src/main/java/javafx/scene/Group.java
! modules/graphics/src/main/java/javafx/scene/Node.java
! modules/graphics/src/main/java/javafx/scene/Parent.java
! modules/graphics/src/main/java/javafx/scene/layout/Region.java
! modules/graphics/src/test/java/javafx/scene/GroupTest.java
+ modules/graphics/src/test/java/javafx/scene/Node_layoutSizes_Test.java
! modules/graphics/src/test/java/javafx/scene/layout/RegionTest.java
! modules/swing/src/main/java/javafx/embed/swing/SwingNode.java
! modules/web/src/main/java/javafx/scene/web/WebView.java
Changeset: 1bbb02497363
Author: jgiles
Date: 2013-10-01 10:22 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/1bbb02497363
[DOC ONLY] RT-32230: CheckBoxTableCell page doesn't display some CSS styles
! modules/controls/src/main/java/javafx/scene/control/cell/CheckBoxTableCell.java
Changeset: 988cdf5dfc94
Author: jgiles
Date: 2013-10-02 10:10 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/988cdf5dfc94
RT-33106: Ensemble8: Service NPE on refresh button click
! modules/controls/src/main/java/javafx/scene/control/ListCell.java
! modules/controls/src/main/java/javafx/scene/control/TableCell.java
! modules/controls/src/main/java/javafx/scene/control/TableRow.java
! modules/controls/src/test/java/javafx/scene/control/ListCellTest.java
! modules/controls/src/test/java/javafx/scene/control/TableCellTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeCellTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeTableCellTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeTableRowTest.java
Changeset: 2f48570d437f
Author: jgiles
Date: 2013-10-02 12:29 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/2f48570d437f
RT-33301: ctrl+shift+down is looping in all virtualised controls
RT-33307: Ctrl+shift+up/down should map to up/down in virtualised controls when in single selection mode
! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/ListViewBehavior.java
! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TableViewBehaviorBase.java
! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TreeViewBehavior.java
! modules/controls/src/test/java/javafx/scene/control/ListViewKeyInputTest.java
! modules/controls/src/test/java/javafx/scene/control/TableViewKeyInputTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeTableViewKeyInputTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeViewKeyInputTest.java
Changeset: dfe5f213aab4
Author: jgiles
Date: 2013-10-02 15:00 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/dfe5f213aab4
RT-31206: [TableView] custom skin replacements fails, when columns or data is added.
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableViewSkinBase.java
Changeset: 5f4b2dc52be7
Author: psomashe
Date: 2013-10-02 15:04 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/5f4b2dc52be7
Fix RT-33036 Separator in ColorPicker ColorPalette is broken under Caspian.
reviewed by Jonathan.
! modules/controls/src/main/resources/com/sun/javafx/scene/control/skin/caspian/caspian.css
Changeset: 9b496ab6ad57
Author: dmasada
Date: 2013-10-02 15:31 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9b496ab6ad57
RT-29922 Ensemble8: remove builders (partial)
! apps/samples/Ensemble8/src/samples/java/ensemble/samples/animation/transitions/sequentialtransition/SequentialTransitionApp.java
! apps/samples/Ensemble8/src/samples/java/ensemble/samples/charts/area/stacked/StackedAreaChartApp.java
! apps/samples/Ensemble8/src/samples/java/ensemble/samples/charts/bar/stacked/StackedBarChartApp.java
! apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/colorpicker/ColorPickerApp.java
! apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/pagination/PaginationApp.java
! apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/splitpane/hiddensplitpane/HiddenSplitPaneApp.java
! apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/tab/tabpane/TabPaneApp.java
Changeset: bed4d07b03e8
Author: dmasada
Date: 2013-10-02 17:49 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/bed4d07b03e8
RT-29922 Ensemble8: remove builders (partial).Update generated sample info
! apps/samples/Ensemble8/src/generated/java/ensemble/generated/Samples.java
Changeset: 51aa0b68a442
Author: Yao Wang <yao.w.wang at oracle.com>
Date: 2013-10-02 18:06 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/51aa0b68a442
RT-33231: [JAVADOC] PhongMaterial JavaDoc fixes and clarifications
Summary: Fix format errors and Add spec that bumpMap property requires a normal map.
Reviewed-by: kcr
! modules/graphics/src/main/java/javafx/scene/paint/PhongMaterial.java
Changeset: 5677ce5e6af3
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-10-03 09:09 +0200
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/5677ce5e6af3
[DOC] RT-32520 FXML reference is outdated
! modules/fxml/src/main/docs/javafx/fxml/doc-files/fxml.css
! modules/fxml/src/main/docs/javafx/fxml/doc-files/introduction_to_fxml.html
Changeset: 98b9cd9ee0fc
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-10-03 13:49 +0200
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/98b9cd9ee0fc
[JAVADOC/DOC] RT-30851 FXMLLoader has many undocumented fields
! modules/fxml/src/main/docs/javafx/fxml/doc-files/introduction_to_fxml.html
! modules/fxml/src/main/java/javafx/fxml/FXMLLoader.java
Changeset: b182b0b07282
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-10-03 14:01 +0200
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b182b0b07282
RT-33052 Generify FXMLLoader.load instance methods
Reviewed-by: ekrejcir
! modules/fxml/src/main/java/javafx/fxml/FXMLLoader.java
Changeset: abbc53855b43
Author: flar <James.Graham at oracle.com>
Date: 2013-10-03 06:51 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/abbc53855b43
Fix RT-32472: NPE setting a broken image into a working ImageView with viewport
Reviewed by: kcr, ckyang
! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGImageView.java
Changeset: 8baf1c812ced
Author: Oldrich Maticka <oldrich.maticka at oracle.com>
Date: 2013-10-03 16:00 +0200
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/8baf1c812ced
iOS: replacing StringBuffer occurrences in favour of StringBuilder
! modules/web/src/ios/java/javafx/scene/web/ExportedJavaObject.java
! modules/web/src/ios/java/javafx/scene/web/JS2JavaBridge.java
! modules/web/src/ios/java/javafx/scene/web/JSONEncoder.java
Changeset: 5fd60ebdb9d5
Author: Lisa.Selle at oracle.com
Date: 2013-10-03 11:19 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/5fd60ebdb9d5
Fix for RT-32974 LensTouchInputSupport calls GestureSupport methods from the wrong thread. Move calls to correct thread.
Reviewed by Rafi Tayar.
Tested with HelloSanity on beagle/pi.
! modules/graphics/src/main/java/com/sun/glass/ui/lens/LensApplication.java
Changeset: 98ddce26ad7b
Author: prrace
Date: 2013-10-03 08:48 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/98ddce26ad7b
RT-32840: javadoc on javafx.print.Paper is not up to date
! modules/graphics/src/main/java/javafx/print/Paper.java
Changeset: b606518bf749
Author: kcr
Date: 2013-10-03 08:47 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b606518bf749
RT-32975: Exception in PlatformImpl.checkIdle with glass thread checks enabled
Reviewed-by: art, anthony
! modules/graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java
! modules/graphics/src/main/java/javafx/application/Platform.java
! modules/graphics/src/test/java/com/sun/javafx/pgstub/StubToolkit.java
! modules/graphics/src/test/java/javafx/scene/SceneTest.java
Changeset: 26fbef1eb521
Author: rbair
Date: 2013-10-03 09:03 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/26fbef1eb521
[REFACTOR-ONLY]: Added some tests for NGRegion, and also did some very coarse refactoring by breaking the render method up into several sub methods. The only actual code change I made was to a copy/paste bug that existed where bottom was using "right" in its computation. All region tests continue passing. Some new region tests are ignored because of existing bugs. I'm pushing this refactor first, so I can then fix those bugs I found.
! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGNode.java
! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGRegion.java
+ modules/graphics/src/test/java/com/sun/javafx/sg/prism/NGRegionTest.java
Changeset: e6ee45d834cb
Author: rbair
Date: 2013-10-03 09:32 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e6ee45d834cb
[TEST-ONLY] Updated NGRegionTest to make sure that swapping backgrounds on a Region always causes the opaque region to be marked invalid
! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGRegion.java
! modules/graphics/src/test/java/com/sun/javafx/sg/prism/NGRegionTest.java
Changeset: abc606e761fb
Author: rbair
Date: 2013-10-03 09:40 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/abc606e761fb
[IDEA-ONLY] Added IntelliJ IDEA project support for "system" tests
+ .idea/SystemTests.iml
! .idea/modules.xml
Changeset: da16b3edc363
Author: rbair
Date: 2013-10-03 09:44 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/da16b3edc363
[IDEA-ONLY] Fixed bad path to test/java
! .idea/SystemTests.iml
Changeset: f7b87969cd45
Author: David Hill <David.Hill at oracle.com>
Date: 2013-10-03 13:02 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/f7b87969cd45
RT-32249 fixing Full Screen overly hint
Summary: Changing full screen overlay hint when the default exit key has been changed
Reviewed-by: kcr, bair
! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/OverlayWarning.java
! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/WindowStage.java
! modules/graphics/src/main/java/javafx/stage/Stage.java
! modules/graphics/src/main/resources/com/sun/javafx/tk/quantum/QuantumMessagesBundle.properties
! modules/graphics/src/main/resources/com/sun/javafx/tk/quantum/QuantumMessagesBundle_de.properties
! modules/graphics/src/main/resources/com/sun/javafx/tk/quantum/QuantumMessagesBundle_es.properties
! modules/graphics/src/main/resources/com/sun/javafx/tk/quantum/QuantumMessagesBundle_fr.properties
! modules/graphics/src/main/resources/com/sun/javafx/tk/quantum/QuantumMessagesBundle_it.properties
! modules/graphics/src/main/resources/com/sun/javafx/tk/quantum/QuantumMessagesBundle_ja.properties
! modules/graphics/src/main/resources/com/sun/javafx/tk/quantum/QuantumMessagesBundle_ko.properties
! modules/graphics/src/main/resources/com/sun/javafx/tk/quantum/QuantumMessagesBundle_pt_BR.properties
! modules/graphics/src/main/resources/com/sun/javafx/tk/quantum/QuantumMessagesBundle_sv.properties
! modules/graphics/src/main/resources/com/sun/javafx/tk/quantum/QuantumMessagesBundle_zh_CN.properties
! modules/graphics/src/main/resources/com/sun/javafx/tk/quantum/QuantumMessagesBundle_zh_TW.properties
Changeset: 8b1a40fed5c8
Author: leifs
Date: 2013-10-03 10:52 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/8b1a40fed5c8
RT-20391: Mnemonic-parsing with special characters
Reviewed-by: mickf
! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TextBinding.java
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/LabeledSkinBase.java
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/Utils.java
! modules/controls/src/test/java/com/sun/javafx/scene/control/skin/ButtonSkinTest.java
Changeset: 4f55a53bfabd
Author: Felipe Heidrich <felipe.heidrich at oracle.com>
Date: 2013-10-03 09:30 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/4f55a53bfabd
RT-32255 [linux only]
! modules/graphics/src/main/java/com/sun/javafx/font/pango/FTFontFile.java
! modules/graphics/src/main/java/com/sun/javafx/font/pango/FTGlyph.java
! modules/graphics/src/main/java/com/sun/javafx/font/pango/PangoFactory.java
! modules/graphics/src/main/java/com/sun/javafx/font/pango/PangoGlyphLayout.java
! modules/graphics/src/main/native-font/freetype.c
Changeset: 50b282551554
Author: jgiles
Date: 2013-10-03 11:17 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/50b282551554
[TEST ONLY] RT-30739: UNIT-TEST: test_rt29930 failures in Controls unit tests.
Fixing and re-enabling tests related to RT-29930.
! modules/controls/src/test/java/javafx/scene/control/ListViewKeyInputTest.java
! modules/controls/src/test/java/javafx/scene/control/TableViewKeyInputTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeTableViewKeyInputTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeViewKeyInputTest.java
Changeset: 006b0519158b
Author: jgiles
Date: 2013-10-03 12:50 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/006b0519158b
RT-29320: ChoiceBoxTableCell ChoiceBox does not use TableCell's StringConverter
! modules/controls/src/main/java/javafx/scene/control/cell/CellUtils.java
! modules/controls/src/main/java/javafx/scene/control/cell/ChoiceBoxListCell.java
! modules/controls/src/main/java/javafx/scene/control/cell/ChoiceBoxTableCell.java
! modules/controls/src/main/java/javafx/scene/control/cell/ChoiceBoxTreeCell.java
! modules/controls/src/main/java/javafx/scene/control/cell/ChoiceBoxTreeTableCell.java
! modules/controls/src/main/java/javafx/scene/control/cell/ComboBoxListCell.java
! modules/controls/src/main/java/javafx/scene/control/cell/ComboBoxTableCell.java
! modules/controls/src/main/java/javafx/scene/control/cell/ComboBoxTreeCell.java
! modules/controls/src/main/java/javafx/scene/control/cell/ComboBoxTreeTableCell.java
! modules/controls/src/test/java/javafx/scene/control/cell/ChoiceBoxListCellTest.java
! modules/controls/src/test/java/javafx/scene/control/cell/ChoiceBoxTableCellTest.java
! modules/controls/src/test/java/javafx/scene/control/cell/ChoiceBoxTreeCellTest.java
! modules/controls/src/test/java/javafx/scene/control/cell/ChoiceBoxTreeTableCellTest.java
! modules/controls/src/test/java/javafx/scene/control/cell/ComboBoxListCellTest.java
! modules/controls/src/test/java/javafx/scene/control/cell/ComboBoxTableCellTest.java
! modules/controls/src/test/java/javafx/scene/control/cell/ComboBoxTreeCellTest.java
! modules/controls/src/test/java/javafx/scene/control/cell/ComboBoxTreeTableCellTest.java
Changeset: a217f67b7af6
Author: jgiles
Date: 2013-10-03 13:39 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/a217f67b7af6
RT-27177: [TreeTableView] ctrl+shift+up/down don't make scrolling.
! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/ListViewBehavior.java
! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TableViewBehaviorBase.java
! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TreeViewBehavior.java
Changeset: 40bfec414944
Author: Felipe Heidrich <felipe.heidrich at oracle.com>
Date: 2013-10-03 13:46 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/40bfec414944
RT-33300: AIOOBE in DWGlyphLayout
Reviewed-by: Philip Race
! modules/graphics/src/main/java/com/sun/javafx/font/directwrite/DWGlyphLayout.java
! modules/graphics/src/main/java/com/sun/javafx/font/directwrite/JFXTextRenderer.java
! modules/graphics/src/main/java/com/sun/javafx/font/directwrite/OS.java
! modules/graphics/src/main/native-font/directwrite.cpp
Changeset: 17d67b5a5a00
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-10-04 08:42 +0200
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/17d67b5a5a00
RT-33097 NPE when calling FXMLLoader.load() in a background thread
Reviewed by: ekrejcir
! modules/fxml/src/main/java/com/sun/javafx/fxml/BeanAdapter.java
Changeset: b05c5b6ee71c
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-10-04 08:45 +0200
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b05c5b6ee71c
RT-28121 FXMLLoader with setTemplate(true) doesn't allow Controller specification in fxml
Reviewed by: rbair, ekrejcir
! modules/fxml/src/main/java/javafx/fxml/FXMLLoader.java
Changeset: b3c81e6a32d0
Author: Petr Pchelko <petrpchelko at gmail.com>
Date: 2013-10-04 12:41 +0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b3c81e6a32d0
RT-26891: Re-enable glass thread checks by default once depenedent issues are fixed
! modules/graphics/src/main/java/com/sun/glass/ui/Application.java
Changeset: 7a8c5feb8c49
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-10-04 10:53 +0200
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/7a8c5feb8c49
RT-28121 - remove related test files
- modules/fxml/src/test/java/javafx/fxml/RT_23413Test.java
- modules/fxml/src/test/resources/javafx/fxml/rt_23413.fxml
Changeset: 60ad6d456028
Author: Anthony Petrov <anthony.petrov at oracle.com>
Date: 2013-10-04 15:53 +0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/60ad6d456028
RT-31943: Gtk: jni_GetStringUTFChars segfault while running in jruby/jrubyfx
Reviewed-by: Alexander Zvegintsev <alexander.zvegintsev at oracle.com>
! modules/graphics/src/main/native-glass/gtk/glass_general.h
! modules/graphics/src/main/native-glass/gtk/glass_screen.cpp
Changeset: 080c7905568c
Author: mickf
Date: 2013-10-04 13:53 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/080c7905568c
RT-30898 - Regression : Tab travsersal issue with ScrollPane, reviewed by David
! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/ScrollPaneBehavior.java
Changeset: 0917b41c31ac
Author: snorthov
Date: 2013-10-04 09:29 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0917b41c31ac
ECLIPSE: work around Eclipse jdk8 compiler problem
! modules/graphics/src/main/java/javafx/concurrent/Task.java
Changeset: 78ee0e010484
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-10-04 09:44 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/78ee0e010484
RT-33145: In SkinBase computeMinHeight and computeMinWidth, initialize minY/minX to max value and maxY/maxX to min value.
Reviewed by: jgiles
! modules/controls/src/main/java/javafx/scene/chart/PieChart.java
! modules/controls/src/main/java/javafx/scene/control/SkinBase.java
! modules/graphics/src/main/java/javafx/scene/layout/Region.java
Changeset: 6a633413eba4
Author: rbair
Date: 2013-10-04 09:57 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/6a633413eba4
RT-33357: CSS Parser dies on image-pattern and repeating-image-pattern with -ea flag
Reviewed-by: dgrieve
! modules/graphics/src/main/java/com/sun/javafx/css/parser/CSSParser.java
Changeset: 53288988ddf1
Author: dmasada
Date: 2013-10-04 10:37 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/53288988ddf1
Ensemble8: Add TreeTableView sample
! apps/samples/Ensemble8/src/generated/java/ensemble/generated/Samples.java
+ apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/treetableview/Inventory.java
+ apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/treetableview/Part.java
+ apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/treetableview/TreeTableViewApp.java
+ apps/samples/Ensemble8/src/samples/resources/ensemble/samples/controls/treetableview/preview.png
+ apps/samples/Ensemble8/src/samples/resources/ensemble/samples/controls/treetableview/preview at 2x.png
Changeset: c71c80693664
Author: prr
Date: 2013-10-04 11:05 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c71c80693664
RT-32841: Paper.Units does not need to be public
Reviewed by: kcr, jgodinez
! modules/graphics/src/main/java/com/sun/javafx/print/PrintHelper.java
+ modules/graphics/src/main/java/com/sun/javafx/print/Units.java
! modules/graphics/src/main/java/com/sun/prism/j2d/print/J2DPrinter.java
! modules/graphics/src/main/java/javafx/print/Paper.java
! modules/graphics/src/main/java/javafx/print/Printer.java
+ modules/graphics/src/test/java/test/javafx/print/PaperUnitsTest.java
Changeset: 137e59786fc1
Author: "Joseph Andresen<joseph.andresen at oracle.com>"
Date: 2013-10-04 12:21 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/137e59786fc1
RT-30750 Jitter on Resize Reviewed by: KevinR, SteveN, Artem, DaveH
! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/EmbeddedState.java
! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/QuantumToolkit.java
! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/SceneState.java
Changeset: 66325e8963ef
Author: "Joseph Andresen<joseph.andresen at oracle.com>"
Date: 2013-10-04 16:42 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/66325e8963ef
RT-28335 ArrayIndexOutOfBounds in canvas polys ReviewedBy: Jim,Kevin
! modules/graphics/src/main/java/javafx/scene/canvas/GraphicsContext.java
Changeset: b085eb56ae11
Author: jgiles
Date: 2013-10-04 15:51 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b085eb56ae11
RT-33108: CheckBoxTableCell unexpected behavior when TableView is sorted (items indexes change)
! modules/controls/src/main/java/javafx/scene/control/ListCell.java
! modules/controls/src/main/java/javafx/scene/control/TableCell.java
! modules/controls/src/main/java/javafx/scene/control/TableRow.java
! modules/controls/src/main/java/javafx/scene/control/TreeCell.java
! modules/controls/src/main/java/javafx/scene/control/TreeTableCell.java
! modules/controls/src/main/java/javafx/scene/control/TreeTableRow.java
! modules/controls/src/test/java/javafx/scene/control/ListCellTest.java
! modules/controls/src/test/java/javafx/scene/control/TableCellTest.java
! modules/controls/src/test/java/javafx/scene/control/TableViewTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeTableCellTest.java
Changeset: 0e6e79ce4263
Author: Alexander Kouznetsov
Date: 2013-10-07 10:00 +0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0e6e79ce4263
Ensemble8: Fix for RT-32264 Ensemble8: link to javafx.animation.Animation.Status is missing
! apps/samples/Ensemble8/src/app/java/ensemble/samplepage/Description.java
! apps/samples/Ensemble8/src/app/java/ensemble/samplepage/SamplePage.java
! apps/samples/Ensemble8/src/generated/java/ensemble/generated/Samples.java
! apps/samples/Ensemble8/src/samples/java/ensemble/samples/graphics/bouncingballs/BouncingBallsApp.java
Changeset: 84878f14f71b
Author: Alexander Kouznetsov
Date: 2013-10-07 10:37 +0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/84878f14f71b
Ensemble8: Additional fix for RT-32264 Ensemble8: link to javafx.animation.Animation.Status is missing
! apps/samples/Ensemble8/src/compiletime/java/ensemble/compiletime/BuildSamplesList.java
! apps/samples/Ensemble8/src/generated/java/ensemble/generated/Samples.java
Changeset: a554b76b5ee6
Author: Alexander Kouznetsov
Date: 2013-10-07 10:49 +0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/a554b76b5ee6
Ensemble8: Samples.java cleanup (Removed ".save" files, fixed "B?zier")
! apps/samples/Ensemble8/src/generated/java/ensemble/generated/Samples.java
Changeset: 93c09655d6a8
Author: Alexander Kouznetsov
Date: 2013-10-07 11:12 +0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/93c09655d6a8
Ensemble8: Explicitly specify UTF-8 encoding for streams in code generation phase.
! apps/samples/Ensemble8/src/compiletime/java/ensemble/compiletime/BuildSamplesList.java
Changeset: b275a99ef7f5
Author: Alexander Kouznetsov
Date: 2013-10-07 13:10 +0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b275a99ef7f5
Ensemble8: Removed builders from PlaygroundTabs.java
! apps/samples/Ensemble8/src/app/java/ensemble/samplepage/PlaygroundTabs.java
Changeset: 70b8c27e00e0
Author: Alexander Kouznetsov
Date: 2013-10-07 13:14 +0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/70b8c27e00e0
Ensemble8: Guarded XYDataVisualizer against NPEs.
! apps/samples/Ensemble8/src/app/java/ensemble/samplepage/XYDataVisualizer.java
Changeset: 77c02e6ffbe6
Author: Alexander Kouznetsov
Date: 2013-10-07 13:26 +0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/77c02e6ffbe6
Ensemble8: Removed builders from XYDataVisualizer.java.
! apps/samples/Ensemble8/src/app/java/ensemble/samplepage/XYDataVisualizer.java
Changeset: b20673c09b07
Author: Daniel Blaukopf <daniel.blaukopf at oracle.com>
Date: 2013-10-07 13:25 +0200
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b20673c09b07
RT-28763 FB: Rename LensApplication.startNativeEventLoop() to nativeEventLoop()
Summary: Cosmetic change so that a more appropriate function name shows up in logs
Reviewed-by: Assaf Yavnai, Rafi Tayar
! modules/graphics/src/main/java/com/sun/glass/ui/lens/LensApplication.java
! modules/graphics/src/main/native-glass/lens/LensApplication.c
Changeset: 093616690092
Author: Alexander Kouznetsov
Date: 2013-10-07 15:02 +0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/093616690092
Ensemble8: Fix for RT-30138 Ensemble8: Stacked Bar Chart: class cast exception
! apps/samples/Ensemble8/src/app/java/ensemble/samplepage/XYDataVisualizer.java
Changeset: 8f1dc4526871
Author: Alexander Kouznetsov
Date: 2013-10-07 15:20 +0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/8f1dc4526871
Ensemble8: Additional fix for RT-31427 Cursor sample in Ensemble8 doesn't look well with latest Lombard bits
! apps/samples/Ensemble8/src/samples/java/ensemble/samples/scenegraph/events/cursor/CursorApp.java
Changeset: cee9deb1d5e9
Author: art
Date: 2013-10-07 15:40 +0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/cee9deb1d5e9
RT-28495: Implement Platform.isSupported(INPUT_METHOD)
Reviewed-by: kcr, snorthov
! modules/graphics/src/main/java/com/sun/glass/ui/Application.java
! modules/graphics/src/main/java/com/sun/glass/ui/gtk/GtkApplication.java
! modules/graphics/src/main/java/com/sun/glass/ui/mac/MacApplication.java
! modules/graphics/src/main/java/com/sun/glass/ui/win/WinApplication.java
! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/QuantumToolkit.java
Changeset: 70451c5d10df
Author: Martin Soch <Martin.Soch at oracle.com>
Date: 2013-10-07 14:44 +0200
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/70451c5d10df
SW pipeline: PiscesRenderer refactoring (RT-32170)
! modules/graphics/src/main/java/com/sun/pisces/PiscesRenderer.java
! modules/graphics/src/main/native-prism-sw/JPiscesRenderer.c
Changeset: 4b5b42fd1c9d
Author: mickf
Date: 2013-10-07 16:15 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/4b5b42fd1c9d
RT-33371 - Regression : Tab travsersal issue with Accordion
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TitledPaneSkin.java
Changeset: 68546f1ae3cd
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-10-04 12:53 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/68546f1ae3cd
RT-33145: In SkinBase, add comments as to why variables are initialized to max and min values, and fix minX and maxX initialization in computePerfWidth.
Reviewed by: rbair, jgiles
! modules/controls/src/main/java/javafx/scene/chart/PieChart.java
! modules/controls/src/main/java/javafx/scene/control/SkinBase.java
Changeset: 9d2e2252eb11
Author: snorthov
Date: 2013-10-07 14:30 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9d2e2252eb11
RT-33258: Event locking when SWT-Shell opened via JavaFX
Summary: The InvokeLaterDispatcher was disabled when running embedded with SWT
Reviewed-by: ixmal, anthony
! modules/graphics/src/main/java/com/sun/glass/ui/gtk/GtkApplication.java
! modules/graphics/src/main/java/com/sun/glass/ui/mac/MacApplication.java
! modules/graphics/src/main/java/com/sun/glass/ui/win/WinApplication.java
Changeset: 18781eb28d4e
Author: kcr
Date: 2013-10-07 12:01 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/18781eb28d4e
RT-31064: Ability to get GridPane row count, column count, and cell bounds at runtime
Reviewed-by: rbair, msladecek
! modules/graphics/src/main/java/javafx/scene/layout/GridPane.java
Changeset: ab3b347eb645
Author: kcr
Date: 2013-10-07 12:01 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/ab3b347eb645
RT-31500: Gradle: build in debug mode by default
Reviewed-by: Felipe
! build.gradle
! buildSrc/android.gradle
! buildSrc/armv6hf.gradle
! buildSrc/armv6sf.gradle
! buildSrc/ios.gradle
! buildSrc/linux.gradle
! buildSrc/mac.gradle
! buildSrc/src/main/groovy/com/sun/javafx/gradle/LinkTask.groovy
! buildSrc/win.gradle
! buildSrc/x86egl.gradle
! gradle.properties.template
Changeset: 78d4d74d1100
Author: rbair
Date: 2013-10-07 16:23 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/78d4d74d1100
RT-33383: background-position: 50% does not center the image
Reviewed-by: dgrieve
! modules/graphics/src/main/java/com/sun/javafx/css/parser/CSSParser.java
Changeset: 94d55039bc0d
Author: rbair
Date: 2013-10-07 16:25 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/94d55039bc0d
[TEST-ONLY]: Moved many manual Region tests over to automated visual tests. Not all tests enabled. Finding bugs along the way in NGRegion.
- .idea/RegionTests.iml
! .idea/SystemTests.iml
! .idea/modules.xml
! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGRegion.java
- tests/manual/RegionTests/src/main/java/region/RegionBackgroundFillUITest.java
- tests/manual/RegionTests/src/main/java/region/RegionBackgroundImageUITest.java
- tests/manual/RegionTests/src/main/java/region/RegionBorderImageUITest.java
- tests/manual/RegionTests/src/main/java/region/RegionBorderStrokeUITest.java
- tests/manual/RegionTests/src/main/java/region/RegionShapeUITest.java
- tests/manual/RegionTests/src/main/java/region/RegionUITestBase.java
- tests/manual/RegionTests/src/main/resources/region/BlackButton.png
- tests/manual/RegionTests/src/main/resources/region/WindowsButton.png
- tests/manual/RegionTests/src/main/resources/region/border.png
- tests/manual/RegionTests/src/main/resources/region/border at 2x.png
- tests/manual/RegionTests/src/main/resources/region/checker.png
- tests/manual/RegionTests/src/main/resources/region/popover-no-arrow-empty.png
- tests/manual/RegionTests/src/main/resources/region/popover-no-arrow-empty at 2x.png
- tests/manual/RegionTests/src/main/resources/region/test20x20.png
- tests/manual/RegionTests/src/main/resources/region/test20x20 at 2x.png
- tests/manual/RegionTests/src/main/resources/region/test48x48.png
- tests/manual/RegionTests/src/main/resources/region/test48x48 at 2x.png
+ tests/system/src/test/java/javafx/scene/layout/RegionBackgroundFillUITest.java
+ tests/system/src/test/java/javafx/scene/layout/RegionBackgroundImageUITest.java
+ tests/system/src/test/java/javafx/scene/layout/RegionBorderImageUITest.java
+ tests/system/src/test/java/javafx/scene/layout/RegionBorderStrokeUITest.java
+ tests/system/src/test/java/javafx/scene/layout/RegionShapeUITest.java
+ tests/system/src/test/java/javafx/scene/layout/RegionUITestBase.java
! tests/system/src/test/java/testharness/VisualTestBase.java
+ tests/system/src/test/resources/javafx/scene/layout/RegionBackgroundImageUITest.html
+ tests/system/src/test/resources/javafx/scene/layout/border-stretch.png
+ tests/system/src/test/resources/javafx/scene/layout/border-uneven.png
+ tests/system/src/test/resources/javafx/scene/layout/border.png
+ tests/system/src/test/resources/javafx/scene/layout/test20x20.png
+ tests/system/src/test/resources/javafx/scene/layout/test20x20 at 2x.png
+ tests/system/src/test/resources/javafx/scene/layout/test48x48.png
+ tests/system/src/test/resources/javafx/scene/layout/test48x48 at 2x.png
Changeset: eff4787e6884
Author: Alexander Zvegintsev
Date: 2013-10-08 14:31 +0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/eff4787e6884
RT-24133 Gtk: URL is recognised both as FILE and as URL, linux only, DnD and Clipboard
! modules/graphics/src/main/native-glass/gtk/GlassSystemClipboard.cpp
! modules/graphics/src/main/native-glass/gtk/glass_dnd.cpp
! modules/graphics/src/main/native-glass/gtk/glass_general.cpp
! modules/graphics/src/main/native-glass/gtk/glass_general.h
Changeset: f2d3f04c1632
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-10-08 08:02 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/f2d3f04c1632
RT-33384: avoid using Double.MAX_VALUE and Double.MIN_VALUE
! modules/controls/src/main/java/javafx/scene/control/SkinBase.java
Changeset: 1b6d4c9bd1a7
Author: snorthov
Date: 2013-10-08 07:14 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/1b6d4c9bd1a7
ECLIPSE ONLY: fix .classpath
! .classpath
Changeset: 61727bf6e832
Author: kcr
Date: 2013-10-08 09:26 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/61727bf6e832
[TEST-ONLY] RT-32950: Enable excluded tests in gradle build
Reviewed-by: Chien
! build.gradle
! modules/base/src/test/java/javafx/binding/expression/AbstractNumberExpressionTest.java
Changeset: 093ea25436c7
Author: kcr
Date: 2013-10-08 09:26 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/093ea25436c7
RT-21415: Need to add javafx-src.zip to JDK 8 distribution
Reviewed-by: David Hill, Felipe
! build.gradle
! gradle.properties.template
Changeset: ab9489903f7b
Author: Yao Wang <yao.w.wang at oracle.com>
Date: 2013-10-08 09:30 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/ab9489903f7b
RT-26587: 3D Data validation AND RT-30451: FX 8 3D: Need to validate Mesh's data size
Summary: Validate input data during FX->NG sync stage. AND Need to validate the size and range of these arrays.
Reviewed-by: kcr and cyang
! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGShape3D.java
! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGTriangleMesh.java
! modules/graphics/src/main/java/com/sun/prism/impl/BaseMesh.java
! modules/graphics/src/main/java/javafx/scene/shape/Box.java
! modules/graphics/src/main/java/javafx/scene/shape/Cylinder.java
! modules/graphics/src/main/java/javafx/scene/shape/Sphere.java
! modules/graphics/src/main/java/javafx/scene/shape/TriangleMesh.java
Changeset: e6331b4daf15
Author: jgodinez
Date: 2013-10-08 09:38 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e6331b4daf15
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt
- .idea/RegionTests.iml
- modules/fxml/src/test/java/javafx/fxml/RT_23413Test.java
- modules/fxml/src/test/resources/javafx/fxml/rt_23413.fxml
- modules/graphics/src/main/java/com/sun/prism/tkal/Window.java
- tests/manual/RegionTests/src/main/java/region/RegionBackgroundFillUITest.java
- tests/manual/RegionTests/src/main/java/region/RegionBackgroundImageUITest.java
- tests/manual/RegionTests/src/main/java/region/RegionBorderImageUITest.java
- tests/manual/RegionTests/src/main/java/region/RegionBorderStrokeUITest.java
- tests/manual/RegionTests/src/main/java/region/RegionShapeUITest.java
- tests/manual/RegionTests/src/main/java/region/RegionUITestBase.java
- tests/manual/RegionTests/src/main/resources/region/BlackButton.png
- tests/manual/RegionTests/src/main/resources/region/WindowsButton.png
- tests/manual/RegionTests/src/main/resources/region/border.png
- tests/manual/RegionTests/src/main/resources/region/border at 2x.png
- tests/manual/RegionTests/src/main/resources/region/checker.png
- tests/manual/RegionTests/src/main/resources/region/popover-no-arrow-empty.png
- tests/manual/RegionTests/src/main/resources/region/popover-no-arrow-empty at 2x.png
- tests/manual/RegionTests/src/main/resources/region/test20x20.png
- tests/manual/RegionTests/src/main/resources/region/test20x20 at 2x.png
- tests/manual/RegionTests/src/main/resources/region/test48x48.png
- tests/manual/RegionTests/src/main/resources/region/test48x48 at 2x.png
Changeset: 88d3bef80ffc
Author: hudson
Date: 2013-10-10 10:25 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/88d3bef80ffc
Added tag 8.0-b111 for changeset e6331b4daf15
! .hgtags
More information about the openjfx-dev
mailing list