hg: openjfx/8/controls/rt: 30 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Tue Mar 19 14:34:22 PDT 2013
Changeset: 19a9210e89e2
Author: hudson
Date: 2013-03-14 15:53 -0700
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/19a9210e89e2
Added tag 8.0-b81 for changeset f114202c0208
! .hgtags
Changeset: fe5a6223ed42
Author: rbair
Date: 2013-03-12 09:36 -0700
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/fe5a6223ed42
RT-28932: TransformChangedEvent TRANSFORM_CHANGED event type has the wrong name
Summary: The TransformChangedEvent reused the "ACTION" name, which results in an exception if both the TransformChangedEvent and ActionEvent are used in the same app. Unit test supplied with the fix.
! javafx-ui-common/src/javafx/scene/transform/TransformChangedEvent.java
! javafx-ui-common/test/unit/javafx/scene/transform/TransformChangedEventTest.java
Changeset: b93620846ba4
Author: rbair
Date: 2013-03-12 16:13 -0700
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/b93620846ba4
Merge
Changeset: 5fe0d1ba95aa
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-03-13 10:08 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/5fe0d1ba95aa
RT-28718 Support permutation changes after add/remove changes in ObservableListBase
! javafx-beans/src/javafx/collections/ListChangeBuilder.java
! javafx-beans/test/javafx/collections/ListChangeBuilderTest.java
! javafx-beans/test/javafx/collections/MockListObserver.java
Changeset: abe7e78f8bad
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-03-13 10:24 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/abe7e78f8bad
Dead code cleanup
! javafx-beans/src/javafx/collections/ListChangeBuilder.java
Changeset: f9de458279a2
Author: dmasada
Date: 2013-03-13 08:55 -0700
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/f9de458279a2
RT-28764 Ensemble8: use ConditionalFeature to decide what demos to show
! apps/samples/Ensemble8/src/app/ensemble/SampleCategory.java
! apps/samples/Ensemble8/src/app/ensemble/SampleInfo.java
! apps/samples/Ensemble8/src/app/ensemble/samplepage/Description.java
! apps/samples/Ensemble8/src/app/ensemble/search/IndexSearcher.java
+ apps/samples/Ensemble8/src/app/ensemble/util/FeatureChecker.java
! apps/samples/Ensemble8/src/compiletime/ensemble/compiletime/BuildSamplesList.java
! apps/samples/Ensemble8/src/compiletime/ensemble/compiletime/CodeGenerationUtils.java
! apps/samples/Ensemble8/src/compiletime/ensemble/compiletime/Sample.java
! apps/samples/Ensemble8/src/generated/ensemble/generated/Samples.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/charts/bar/audio/AudioBarChartApp.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/media/advancedmedia/AdvancedMediaApp.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/media/alphamediaplayer/AlphaMediaPlayerApp.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/media/audioclip/AudioClipApp.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/media/overlaymediaplayer/OverlayMediaPlayerApp.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/media/streamingmediaplayer/StreamingMediaPlayerApp.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/scenegraph/events/multitouch/MultiTouchApp.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/web/htmleditor/HTMLEditorApp.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/web/webview/WebViewApp.java
Changeset: e403dc5b195c
Author: jgodinez
Date: 2013-03-13 09:08 -0700
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/e403dc5b195c
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt
Changeset: d1dbad1c94b9
Author: rbair
Date: 2013-03-13 09:41 -0700
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/d1dbad1c94b9
Updated gradle build to work on linux
! build.gradle
Changeset: d72a3b54194d
Author: rbair
Date: 2013-03-13 11:51 -0700
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/d72a3b54194d
[TEST-ONLY] Updated the test to use a local file instead of package.html because the new build system doesn't put javadoc files in the same places as class files, so this failed.
! javafx-ui-common/test/unit/com/sun/javafx/css/converters/URLConverterTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/converters/some.txt
Changeset: 4158528794cd
Author: rbair
Date: 2013-03-13 11:58 -0700
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/4158528794cd
RT-28886: Image URL_QUICKMATCH would be better as a cached Pattern
Contributed By:neugens
! build.gradle
! javafx-ui-common/src/javafx/scene/image/Image.java
Changeset: 61f4628db358
Author: Felipe Heidrich <felipe.heidrich at oracle.com>
Date: 2013-03-13 13:48 -0700
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/61f4628db358
[Eclipse only] adding xtext nature to rt project
! .project
Changeset: 1c16ab0343bf
Author: Felipe Heidrich <felipe.heidrich at oracle.com>
Date: 2013-03-13 13:50 -0700
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/1c16ab0343bf
minor: fix double semicolon in css file
! apps/experiments/Modena/src/modena/TestApp.css
Changeset: 4d82f948c42f
Author: Daniel Blaukopf <daniel.blaukopf at oracle.com>
Date: 2013-03-13 15:05 -0700
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/4d82f948c42f
RT-28943 Use ConditionalFeatures instead of PlatformUtil.isEmbedded()
! javafx-ui-common/src/com/sun/javafx/application/PlatformImpl.java
! javafx-ui-common/src/com/sun/javafx/scene/traversal/TraversalEngine.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/ListCellBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TableCellBehaviorBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TextAreaBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TextFieldBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TextInputControlBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TextInputControlBindings.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TreeCellBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ContextMenuSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ScrollBarSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ScrollPaneSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TabPaneSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableColumnHeader.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextAreaSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextFieldSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextInputControlSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/VirtualFlow.java
Changeset: 88de15f1c7d9
Author: Daniel Blaukopf <daniel.blaukopf at oracle.com>
Date: 2013-03-13 15:26 -0700
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/88de15f1c7d9
Fixed typo that broke the build
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TextInputControlBindings.java
Changeset: 7a3db91a4561
Author: rbair
Date: 2013-03-13 15:36 -0700
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/7a3db91a4561
RT-28968: javafx-beans not being tested
Summary: Now testing javafx-beans again. There were 4 failing tests which were ignored pursuant to a fix for RT-28969
! javafx-beans/test/javafx/beans/property/ListPropertyBaseTest.java
Changeset: 3d3dd969e631
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-03-14 10:17 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/3d3dd969e631
Fixed javafx collections tests + minor code fix that was found after tests were fixed.
! javafx-beans/src/com/sun/javafx/collections/VetoableListDecorator.java
! javafx-beans/src/javafx/collections/ListChangeListener.java
! javafx-beans/test/javafx/beans/property/ListPropertyBaseTest.java
! javafx-beans/test/javafx/collections/MockListObserver.java
Changeset: 4d5247c56a5d
Author: Petr Pchelko <petr.pchelko at oracle.com>
Date: 2013-03-14 16:50 +0400
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/4d5247c56a5d
RT-24453 Mac: ComboBox, ChoiceBox, ListView when selected cause NetBeans RCP Application menubar to disappear
Reviewed-by: Anthony
! glass/glass-lib-macosx/src/GlassApplication.m
! glass/glass/src/com/sun/glass/ui/Application.java
! glass/glass/src/com/sun/glass/ui/mac/MacApplication.java
! javafx-ui-quantum/src/com/sun/javafx/tk/quantum/GlassSystemMenu.java
Changeset: de3ebe903c58
Author: Petr Pchelko <petr.pchelko at oracle.com>
Date: 2013-03-14 17:04 +0400
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/de3ebe903c58
RT-28542 cancelling DirectoryChooser selection leads to NPE
Reviewed-by: Anthony
! glass/glass/src/com/sun/glass/ui/gtk/GtkCommonDialogs.java
! glass/glass/src/com/sun/glass/ui/win/WinCommonDialogs.java
Changeset: c2e2112b523c
Author: Eva Krejcirova <eva.krejcirova at oracle.com>
Date: 2013-03-14 15:25 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/c2e2112b523c
RT-26547: Scenegraph doesn't handle null values passed for enum arguments (and other values)
! javafx-ui-common/src/javafx/scene/effect/ColorInput.java
! javafx-ui-common/src/javafx/scene/effect/DisplacementMap.java
! javafx-ui-common/src/javafx/scene/effect/DropShadow.java
! javafx-ui-common/src/javafx/scene/effect/InnerShadow.java
! javafx-ui-common/src/javafx/scene/effect/Light.java
! javafx-ui-common/src/javafx/scene/effect/Lighting.java
! javafx-ui-common/src/javafx/scene/effect/Shadow.java
! javafx-ui-common/src/javafx/scene/layout/FlowPane.java
! javafx-ui-common/src/javafx/scene/layout/GridPane.java
! javafx-ui-common/src/javafx/scene/layout/HBox.java
! javafx-ui-common/src/javafx/scene/layout/StackPane.java
! javafx-ui-common/src/javafx/scene/layout/TilePane.java
! javafx-ui-common/src/javafx/scene/layout/VBox.java
! javafx-ui-common/src/javafx/scene/shape/Arc.java
! javafx-ui-common/test/unit/javafx/scene/effect/ColorInputTest.java
! javafx-ui-common/test/unit/javafx/scene/effect/DisplacementMapTest.java
! javafx-ui-common/test/unit/javafx/scene/effect/DistantLightTest.java
! javafx-ui-common/test/unit/javafx/scene/effect/DropShadowTest.java
! javafx-ui-common/test/unit/javafx/scene/effect/InnerShadowTest.java
! javafx-ui-common/test/unit/javafx/scene/effect/LightingTest.java
! javafx-ui-common/test/unit/javafx/scene/effect/ShadowTest.java
! javafx-ui-common/test/unit/javafx/scene/image/ImageViewTest.java
! javafx-ui-common/test/unit/javafx/scene/layout/FlowPaneTest.java
! javafx-ui-common/test/unit/javafx/scene/layout/GridPaneTest.java
! javafx-ui-common/test/unit/javafx/scene/layout/HBoxTest.java
! javafx-ui-common/test/unit/javafx/scene/layout/StackPaneTest.java
! javafx-ui-common/test/unit/javafx/scene/layout/TilePaneTest.java
! javafx-ui-common/test/unit/javafx/scene/layout/VBoxTest.java
! javafx-ui-common/test/unit/javafx/scene/shape/ArcTest.java
Changeset: 1a058c3aeb05
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-03-14 15:33 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/1a058c3aeb05
RT-28961 BooleanExpression created by methods and(), or() are not cleaned
! javafx-beans/nbproject/project.xml
! javafx-beans/src/javafx/beans/binding/Bindings.java
Changeset: c01cba0a1e6f
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-03-14 15:43 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/c01cba0a1e6f
merge
Changeset: eb2fd3306c9a
Author: snorthov
Date: 2013-03-14 16:58 -0400
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/eb2fd3306c9a
RT-28993: can't debug on mac inside IDE
! glass/glass-lib-macosx/src/GlassTimer.m
Changeset: d0f2b546a80c
Author: dmasada
Date: 2013-03-15 17:40 -0700
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/d0f2b546a80c
RT-28991 Ensemble8: HTMLEditor needs to fit on screen better
! apps/samples/Ensemble8/src/samples/ensemble/samples/web/htmleditor/HTMLEditorApp.java
Changeset: 69643789d32a
Author: Radko Najman <radko.najman at oracle.com>
Date: 2013-03-18 10:30 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/69643789d32a
RT-28735: Cover FXCollections methods with unit tests
! javafx-beans/src/javafx/collections/FXCollections.java
! javafx-beans/test/javafx/collections/FXCollectionsTest.java
+ javafx-beans/test/javafx/collections/ObservableListEmptyTest.java
+ javafx-beans/test/javafx/collections/ObservableListIteratorTest.java
- javafx-beans/test/javafx/collections/ObservableListIteratorTestBase.java
- javafx-beans/test/javafx/collections/ObservableListIterator_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableListIterator_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableListIterator_P3_Test.java
+ javafx-beans/test/javafx/collections/ObservableListTest.java
- javafx-beans/test/javafx/collections/ObservableListTestBase.java
- javafx-beans/test/javafx/collections/ObservableListTestBase_Empty.java
- javafx-beans/test/javafx/collections/ObservableList_Empty_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableList_Empty_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableList_Empty_P3_Test.java
- javafx-beans/test/javafx/collections/ObservableList_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableList_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableList_P3_Test.java
+ javafx-beans/test/javafx/collections/ObservableMapTest.java
- javafx-beans/test/javafx/collections/ObservableMapTestBase.java
- javafx-beans/test/javafx/collections/ObservableMap_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableMap_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableMap_P3_Test.java
- javafx-beans/test/javafx/collections/ObservableMap_P4_Test.java
+ javafx-beans/test/javafx/collections/ObservableSetTest.java
- javafx-beans/test/javafx/collections/ObservableSetTestBase.java
- javafx-beans/test/javafx/collections/ObservableSet_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableSet_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableSet_P3_Test.java
+ javafx-beans/test/javafx/collections/ObservableSubListIteratorTest.java
- javafx-beans/test/javafx/collections/ObservableSubListIteratorTestBase.java
- javafx-beans/test/javafx/collections/ObservableSubListIterator_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableSubListIterator_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableSubListIterator_P3_Test.java
+ javafx-beans/test/javafx/collections/ObservableSubListTest.java
- javafx-beans/test/javafx/collections/ObservableSubListTestBase.java
- javafx-beans/test/javafx/collections/ObservableSubList_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableSubList_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableSubList_P3_Test.java
! javafx-beans/test/javafx/collections/TestedObservableLists.java
+ javafx-beans/test/javafx/collections/TestedObservableMaps.java
+ javafx-beans/test/javafx/collections/TestedObservableSets.java
+ javafx-beans/test/javafx/collections/UnmodifiableObservableMapTest.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMapTestBase.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMap_P1_Test.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMap_P2_Test.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMap_P3_Test.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMap_P4_Test.java
Changeset: a3bfe0d84b14
Author: Richard Bair <richard.bair at oracle.com>
Date: 2013-03-19 00:54 -0700
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/a3bfe0d84b14
Rebuilt the native build support for Gradle so that we don't use the makefiles at all anymore, and the native sub projects were removed and instead are just source directories in the graphics project. Everything was tested on Mac, Linux (32bit) and Windows (64 bit but 32 bit JVM). The code needs to be factored and made much better (lots of nasty details were discovered along the way), but at least things are mostly building. On Windows we need a better mechanism for identifying the build paths -- maybe we need to go back to the VSProperties generation routine, but I hope not.
! build.gradle
! generator.gradle
! settings.gradle
Changeset: 2cbe9eff02b2
Author: Lubomir Nerad <lubomir.nerad at oracle.com>
Date: 2013-03-19 10:19 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/2cbe9eff02b2
Fix for RT-28853: Setting eventDispatcher to null causes NPE later (in event handling)
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/stage/Window.java
! javafx-ui-common/test/unit/javafx/scene/Scenegraph_eventHandlers_Test.java
Changeset: fc1e38c49db7
Author: Martin Soch <Martin.Soch at oracle.com>
Date: 2013-03-19 10:58 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/fc1e38c49db7
SW pipeline: update of input parametrs checks in Pisces renderer
! prism-sw-native/include/PiscesRenderer.h
! prism-sw-native/include/PiscesRenderer.inl
! prism-sw-native/include/PiscesUtil.h
! prism-sw-native/src/JPiscesRenderer.c
! prism-sw/src/com/sun/pisces/GradientColorMap.java
! prism-sw/src/com/sun/pisces/PiscesRenderer.java
Changeset: 0d29aa4bde9c
Author: Martin Soch <Martin.Soch at oracle.com>
Date: 2013-03-19 15:13 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/0d29aa4bde9c
SW pipeline: stroke shouldn't be applied when rendering glyph-list (RT-27211)
! prism-sw/src/com/sun/prism/sw/SWGraphics.java
Changeset: bca7b8cc76b8
Author: jgodinez
Date: 2013-03-19 10:22 -0700
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/bca7b8cc76b8
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt
- javafx-beans/test/javafx/collections/ObservableListIteratorTestBase.java
- javafx-beans/test/javafx/collections/ObservableListIterator_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableListIterator_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableListIterator_P3_Test.java
- javafx-beans/test/javafx/collections/ObservableListTestBase.java
- javafx-beans/test/javafx/collections/ObservableListTestBase_Empty.java
- javafx-beans/test/javafx/collections/ObservableList_Empty_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableList_Empty_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableList_Empty_P3_Test.java
- javafx-beans/test/javafx/collections/ObservableList_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableList_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableList_P3_Test.java
- javafx-beans/test/javafx/collections/ObservableMapTestBase.java
- javafx-beans/test/javafx/collections/ObservableMap_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableMap_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableMap_P3_Test.java
- javafx-beans/test/javafx/collections/ObservableMap_P4_Test.java
- javafx-beans/test/javafx/collections/ObservableSetTestBase.java
- javafx-beans/test/javafx/collections/ObservableSet_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableSet_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableSet_P3_Test.java
- javafx-beans/test/javafx/collections/ObservableSubListIteratorTestBase.java
- javafx-beans/test/javafx/collections/ObservableSubListIterator_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableSubListIterator_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableSubListIterator_P3_Test.java
- javafx-beans/test/javafx/collections/ObservableSubListTestBase.java
- javafx-beans/test/javafx/collections/ObservableSubList_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableSubList_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableSubList_P3_Test.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMapTestBase.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMap_P1_Test.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMap_P2_Test.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMap_P3_Test.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMap_P4_Test.java
Changeset: 9cd4222cfa62
Author: Paru Somashekar <parvathi.somashekar at oracle.com>
Date: 2013-03-19 22:28 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9cd4222cfa62
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TableCellBehaviorBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TreeCellBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ContextMenuSkin.java
- javafx-ui-controls/test/javafx/scene/control/KeyEventFirer.java
- javafx-ui-controls/test/javafx/scene/control/KeyModifier.java
- javafx-ui-controls/test/javafx/scene/control/MouseEventGenerator.java
More information about the openjfx-dev
mailing list