hg: openjfx/9/rt: 44 new changesets

kevin.rushforth at oracle.com kevin.rushforth at oracle.com
Tue Jan 19 20:55:44 UTC 2016


Changeset: 572a0599ee8c
Author:    jgiles
Date:      2016-01-11 13:37 +1300
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/572a0599ee8c

8146480: Hidden TableColumns create problem with re-ordering columns using the mouse

! modules/controls/src/main/java/javafx/scene/control/skin/NestedTableColumnHeader.java
! modules/controls/src/main/java/javafx/scene/control/skin/TableColumnHeader.java
! modules/controls/src/main/java/javafx/scene/control/skin/TableHeaderRow.java

Changeset: 9b7e677b5314
Author:    jgiles
Date:      2016-01-13 10:42 +1300
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/9b7e677b5314

8144501: TreeTableView's selectedItems reports include null items.

! modules/controls/src/main/java/javafx/scene/control/MultipleSelectionModelBase.java
! modules/controls/src/main/java/javafx/scene/control/TableView.java
! modules/controls/src/main/java/javafx/scene/control/TreeTableView.java
! modules/controls/src/test/java/test/javafx/scene/control/TableViewSelectionModelImplTest.java
! modules/controls/src/test/java/test/javafx/scene/control/TreeTableViewSelectionModelImplTest.java

Changeset: 6d0881d315d2
Author:    kcr
Date:      2016-01-12 15:10 -0800
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/6d0881d315d2

8144490: Update assemblyIdentity version in javapackager manifest for Verona
Reviewed-by: cbensen

! build.gradle

Changeset: 016699a35e07
Author:    jgiles
Date:      2016-01-13 14:13 +1300
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/016699a35e07

8144956: Remove impl_cssGet*InitialValue() methods from Node and Labeled

! modules/controls/src/main/java/javafx/scene/control/Accordion.java
! modules/controls/src/main/java/javafx/scene/control/ButtonBar.java
! modules/controls/src/main/java/javafx/scene/control/Cell.java
! modules/controls/src/main/java/javafx/scene/control/Control.java
! modules/controls/src/main/java/javafx/scene/control/Hyperlink.java
! modules/controls/src/main/java/javafx/scene/control/Label.java
! modules/controls/src/main/java/javafx/scene/control/Labeled.java
! modules/controls/src/main/java/javafx/scene/control/MenuBar.java
! modules/controls/src/main/java/javafx/scene/control/ProgressBar.java
! modules/controls/src/main/java/javafx/scene/control/ProgressIndicator.java
! modules/controls/src/main/java/javafx/scene/control/RadioButton.java
! modules/controls/src/main/java/javafx/scene/control/ScrollBar.java
! modules/controls/src/main/java/javafx/scene/control/ScrollPane.java
! modules/controls/src/main/java/javafx/scene/control/Separator.java
! modules/controls/src/main/java/javafx/scene/control/SplitPane.java
! modules/controls/src/main/java/javafx/scene/control/ToggleButton.java
! modules/controls/src/main/java/javafx/scene/control/ToolBar.java
! modules/graphics/src/main/java/javafx/scene/Node.java

Changeset: 765fd07f22fc
Author:    mbilla
Date:      2016-01-13 11:24 +0300
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/765fd07f22fc

8146715: Input fields accepting characters beyond maxlength attribute
Reviewed-by: arajkumar, azvegint, kcr

! modules/web/src/main/native/Source/WebCore/html/TextFieldInputType.cpp

Changeset: e798692dff17
Author:    mbilla
Date:      2016-01-13 11:27 +0300
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/e798692dff17

8146715: Input fields accepting characters beyond maxlength attribute
Reviewed-by: azvegint, kcr

! modules/web/src/main/native/Source/WebCore/platform/java/api/BackForwardListJava.cpp

Changeset: 47510c59184e
Author:    vadim
Date:      2016-01-13 23:27 +0300
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/47510c59184e

8145518: MapExpressionHelper.SimpleChange.toString() missing space character

! modules/base/src/main/java/com/sun/javafx/binding/MapExpressionHelper.java

Changeset: c14b590f8527
Author:    ckyang
Date:      2016-01-13 15:43 -0800
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/c14b590f8527

8090185: Ubuntu: switching to fullscreen from primary stage in browser displays grey screen
Reviewed-by: kcr

! modules/graphics/src/main/java/com/sun/prism/es2/ES2SwapChain.java

Changeset: eb68eb4abdb4
Author:    vadim
Date:      2016-01-14 16:36 +0300
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/eb68eb4abdb4

8146641: Webview unit test failure with Jake

! modules/web/src/test/java/test/javafx/scene/web/JavaScriptBridgeTest.java

Changeset: a45ff0ba1ff0
Author:    ddhill
Date:      2016-01-14 09:38 -0500
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/a45ff0ba1ff0

8145203: Refactor systemTests for clear separation of tests
Reviewed-by: kcr

! build.gradle
+ modules/graphics/src/test/java/com/sun/javafx/application/PlatformImplShim.java
- tests/system/src/test/java/com/sun/glass/ui/DefaultExceptionHandlerTest.java
- tests/system/src/test/java/com/sun/glass/ui/ExceptionHandlerTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/CreateDeviceTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/DoubleClickTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/DragAndDropTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/DragTouchInAndOutAWindowTest.java
+ tests/system/src/test/java/com/sun/glass/ui/monocle/FramebufferShim.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/FramebufferTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/FuzzyTapTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/InputDevicePropertyTest.java
+ tests/system/src/test/java/com/sun/glass/ui/monocle/IntSetShim.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/IntSetTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/LensUInput.java
+ tests/system/src/test/java/com/sun/glass/ui/monocle/LinuxInputDeviceRegistryShim.java
+ tests/system/src/test/java/com/sun/glass/ui/monocle/LinuxInputShim.java
+ tests/system/src/test/java/com/sun/glass/ui/monocle/LinuxSystemShim.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/ModalDialogTest.java
+ tests/system/src/test/java/com/sun/glass/ui/monocle/MonocleApplicationShim.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/MonocleApplicationTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/MonocleUInput.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/MouseLagTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/MultiTouch2Test.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/MultiTouch3Test.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/NativeUInput.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/ParameterizedTestBase.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/RapidTapTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/RobotTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/RotateTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/ScrollTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/ScrollTestBase.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/ScrollThresholdTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/SimpleMouseTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/SingleTouchNonFullScreenTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/SingleTouchTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/SwipeSimpleTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/SwipeTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TestApplication.java
! tests/system/src/test/java/com/sun/glass/ui/monocle/TestLog.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TestRunnable.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TouchButtonTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TouchEventLookaheadTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TouchExceptionTest.java
+ tests/system/src/test/java/com/sun/glass/ui/monocle/TouchFilterShim.java
+ tests/system/src/test/java/com/sun/glass/ui/monocle/TouchInputShim.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TouchLagTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TouchPipelineTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TouchTestBase.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/UInput.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/USKeyboardTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/ZoomTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/headless/HeadlessGeometry1Test.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/headless/HeadlessGeometry2Test.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/DellP2714TDevice.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice1.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice2.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice3.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice4.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice5.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice6.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDeviceBase.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxSingleTouchDevice1.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxSingleTouchDevice2.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxSingleTouchDeviceBase.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/NTrigDevice.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/SamsungLMS700KF07004Device.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/SingleTouchDevice1.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/SingleTouchDevice2.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/TabletDevice.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/TestDevice.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/TestTouchDevice.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/TestTouchDevices.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/TouchRevolutionFusionDevice.java
- tests/system/src/test/java/com/sun/javafx/application/ListenerError1Test.java
- tests/system/src/test/java/com/sun/javafx/application/ListenerError2Test.java
- tests/system/src/test/java/com/sun/javafx/application/ListenerException1Test.java
- tests/system/src/test/java/com/sun/javafx/application/ListenerException2Test.java
- tests/system/src/test/java/com/sun/javafx/application/ListenerExitTest.java
- tests/system/src/test/java/com/sun/javafx/application/ListenerIdle1Test.java
- tests/system/src/test/java/com/sun/javafx/application/ListenerIdle2Test.java
- tests/system/src/test/java/com/sun/javafx/application/ListenerTestCommon.java
- tests/system/src/test/java/com/sun/javafx/application/PlatformStartupCommon.java
- tests/system/src/test/java/com/sun/javafx/application/PlatformStartupExplicitTest.java
- tests/system/src/test/java/com/sun/javafx/application/PlatformStartupImplicitTest.java
- tests/system/src/test/java/com/sun/javafx/application/RunLaterTest.java
- tests/system/src/test/java/com/sun/javafx/application/SceneGraphThread1Test.java
- tests/system/src/test/java/com/sun/javafx/application/SceneGraphThread2Test.java
- tests/system/src/test/java/com/sun/javafx/application/SceneGraphThread3Test.java
- tests/system/src/test/java/com/sun/javafx/application/SceneGraphThread4Test.java
- tests/system/src/test/java/com/sun/javafx/application/SceneGraphThreadCommon.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitCommon.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicit1Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicit2Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicitError1Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicitError2Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicitException1Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicitException2Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitImplicitErrorTest.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitImplicitExceptionTest.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitImplicitTest.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicit1Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicit2Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicitError1Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicitError2Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicitException1Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicitException2Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowImplicitErrorTest.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowImplicitExceptionTest.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowImplicitTest.java
- tests/system/src/test/java/com/sun/javafx/application/SwingExitCommon.java
- tests/system/src/test/java/com/sun/javafx/application/SwingExitExplicit1Test.java
- tests/system/src/test/java/com/sun/javafx/application/SwingExitExplicit2Test.java
- tests/system/src/test/java/com/sun/javafx/application/SwingExitImplicitTest.java
- tests/system/src/test/java/com/sun/javafx/application/SwingNoExit.java
- tests/system/src/test/java/com/sun/javafx/application/TaskbarApp1Test.java
- tests/system/src/test/java/com/sun/javafx/application/TaskbarApp2Test.java
- tests/system/src/test/java/com/sun/javafx/application/TaskbarApp3Test.java
- tests/system/src/test/java/com/sun/javafx/application/TaskbarApp4Test.java
- tests/system/src/test/java/com/sun/javafx/application/TaskbarApp5Test.java
- tests/system/src/test/java/com/sun/javafx/application/TaskbarAppCommon.java
- tests/system/src/test/java/com/sun/javafx/css/StylesheetWithSecurityManagerTest.java
- tests/system/src/test/java/com/sun/javafx/image/impl/ImageRaceTest.java
- tests/system/src/test/java/com/sun/javafx/sg/prism/NGHelper.java
- tests/system/src/test/java/com/sun/javafx/sg/prism/RT36296Test.java
- tests/system/src/test/java/com/sun/javafx/tk/quantum/CloseWindowTest.java
- tests/system/src/test/java/com/sun/javafx/tk/quantum/WindowSceneInitDisposeTest.java
- tests/system/src/test/java/helloworld/CustomSecurityManagerTest.java
- tests/system/src/test/java/helloworld/RectangleTest.java
- tests/system/src/test/java/javafx/embed/swing/RT23603Test.java
- tests/system/src/test/java/javafx/embed/swing/RT30650GUI.java
- tests/system/src/test/java/javafx/embed/swing/RT30650Test.java
- tests/system/src/test/java/javafx/embed/swing/RT32570Test.java
- tests/system/src/test/java/javafx/scene/Snapshot1Test.java
- tests/system/src/test/java/javafx/scene/Snapshot2Test.java
- tests/system/src/test/java/javafx/scene/SnapshotCommon.java
- 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/javafx/scene/text/TextNodeTest.java
- tests/system/src/test/java/javafx/stage/NestedEventLoopTest.java
- tests/system/src/test/java/javafx/stage/ShowAndWaitTest.java
- tests/system/src/test/java/launchertest/Constants.java
- tests/system/src/test/java/launchertest/MainLauncherTest.java
- tests/system/src/test/java/launchertest/TestApp.java
- tests/system/src/test/java/launchertest/TestAppCCL.java
- tests/system/src/test/java/launchertest/TestAppCCL1.java
- tests/system/src/test/java/launchertest/TestAppCCL2.java
- tests/system/src/test/java/launchertest/TestAppNoMain.java
- tests/system/src/test/java/launchertest/TestAppNoMainCCL.java
- tests/system/src/test/java/launchertest/TestAppNoMainCCL2.java
- tests/system/src/test/java/launchertest/TestAppNoMainCCL3.java
- tests/system/src/test/java/launchertest/TestAppNoMainThreadCheck.java
- tests/system/src/test/java/launchertest/TestAppThreadCheck.java
- tests/system/src/test/java/launchertest/TestHeadlessApp.java
- tests/system/src/test/java/launchertest/TestNotApplication.java
- tests/system/src/test/java/launchertest/TestNotApplicationCCL.java
- tests/system/src/test/java/launchertest/TestNotApplicationCCLApp.java
- tests/system/src/test/java/launchertest/TestNotApplicationThreadCheck.java
- tests/system/src/test/java/launchertest/TestPreloader.java
- tests/system/src/test/java/launchertest/TestStartupApp1.java
- tests/system/src/test/java/launchertest/TestStartupApp2.java
- tests/system/src/test/java/launchertest/TestStartupAppNoMain.java
- tests/system/src/test/java/launchertest/TestStartupJFXPanel.java
- tests/system/src/test/java/launchertest/TestStartupNotApplication.java
- tests/system/src/test/java/painttest/ImagePaintTest.java
- tests/system/src/test/java/renderlock/RenderLock1Test.java
- tests/system/src/test/java/renderlock/RenderLockCommon.java
- tests/system/src/test/java/sandbox/Constants.java
- tests/system/src/test/java/sandbox/SandboxAppTest.java
- tests/system/src/test/java/sandbox/app/FXApp.java
- tests/system/src/test/java/sandbox/app/FXNonApp.java
- tests/system/src/test/java/sandbox/app/JFXPanelApp.java
- tests/system/src/test/java/sandbox/app/JFXPanelImplicitExitApp.java
- tests/system/src/test/java/sandbox/app/Util.java
- tests/system/src/test/java/scenegraph/JDK8130122Test.java
- tests/system/src/test/java/shutdowntest/Constants.java
- tests/system/src/test/java/shutdowntest/ShutdownHookApp.java
- tests/system/src/test/java/shutdowntest/ShutdownHookTest.java
+ tests/system/src/test/java/test/com/sun/glass/ui/DefaultExceptionHandlerTest.java
+ tests/system/src/test/java/test/com/sun/glass/ui/ExceptionHandlerTest.java
+ tests/system/src/test/java/test/com/sun/glass/ui/monocle/FramebufferTest.java
+ tests/system/src/test/java/test/com/sun/glass/ui/monocle/IntSetTest.java
+ tests/system/src/test/java/test/com/sun/glass/ui/monocle/LensUInput.java
+ tests/system/src/test/java/test/com/sun/glass/ui/monocle/NativeUInput.java
+ tests/system/src/test/java/test/com/sun/glass/ui/monocle/TestRunnable.java
+ tests/system/src/test/java/test/com/sun/glass/ui/monocle/headless/HeadlessGeometry1Test.java
+ tests/system/src/test/java/test/com/sun/glass/ui/monocle/headless/HeadlessGeometry2Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/ListenerError1Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/ListenerError2Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/ListenerException1Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/ListenerException2Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/ListenerExitTest.java
+ tests/system/src/test/java/test/com/sun/javafx/application/ListenerIdle1Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/ListenerIdle2Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/ListenerTestCommon.java
+ tests/system/src/test/java/test/com/sun/javafx/application/PlatformStartupCommon.java
+ tests/system/src/test/java/test/com/sun/javafx/application/PlatformStartupExplicitTest.java
+ tests/system/src/test/java/test/com/sun/javafx/application/PlatformStartupImplicitTest.java
+ tests/system/src/test/java/test/com/sun/javafx/application/RunLaterTest.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SceneGraphThread1Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SceneGraphThread2Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SceneGraphThread3Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SceneGraphThread4Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SceneGraphThreadCommon.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleExitCommon.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleExitExplicit1Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleExitExplicit2Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleExitExplicitError1Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleExitExplicitError2Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleExitExplicitException1Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleExitExplicitException2Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleExitImplicitErrorTest.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleExitImplicitExceptionTest.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleExitImplicitTest.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleNoShowExplicit1Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleNoShowExplicit2Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleNoShowExplicitError1Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleNoShowExplicitError2Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleNoShowExplicitException1Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleNoShowExplicitException2Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleNoShowImplicitErrorTest.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleNoShowImplicitExceptionTest.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SingleNoShowImplicitTest.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SwingExitCommon.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SwingExitExplicit1Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SwingExitExplicit2Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SwingExitImplicitTest.java
+ tests/system/src/test/java/test/com/sun/javafx/application/SwingNoExit.java
+ tests/system/src/test/java/test/com/sun/javafx/application/TaskbarApp1Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/TaskbarApp2Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/TaskbarApp3Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/TaskbarApp4Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/TaskbarApp5Test.java
+ tests/system/src/test/java/test/com/sun/javafx/application/TaskbarAppCommon.java
+ tests/system/src/test/java/test/com/sun/javafx/css/StylesheetWithSecurityManagerTest.java
+ tests/system/src/test/java/test/com/sun/javafx/image/impl/ImageRaceTest.java
+ tests/system/src/test/java/test/com/sun/javafx/sg/prism/RT36296Test.java
+ tests/system/src/test/java/test/com/sun/javafx/tk/quantum/CloseWindowTest.java
+ tests/system/src/test/java/test/com/sun/javafx/tk/quantum/WindowSceneInitDisposeTest.java
+ tests/system/src/test/java/test/javafx/scene/Snapshot1Test.java
+ tests/system/src/test/java/test/javafx/scene/Snapshot2Test.java
+ tests/system/src/test/java/test/javafx/scene/SnapshotCommon.java
+ tests/system/src/test/java/test/javafx/scene/text/TextNodeTest.java
+ tests/system/src/test/java/test/javafx/stage/NestedEventLoopTest.java
+ tests/system/src/test/java/test/javafx/stage/ShowAndWaitTest.java
+ tests/system/src/test/java/test/launchertest/Constants.java
+ tests/system/src/test/java/test/launchertest/MainLauncherTest.java
+ tests/system/src/test/java/test/launchertest/TestApp.java
+ tests/system/src/test/java/test/launchertest/TestAppCCL.java
+ tests/system/src/test/java/test/launchertest/TestAppCCL1.java
+ tests/system/src/test/java/test/launchertest/TestAppCCL2.java
+ tests/system/src/test/java/test/launchertest/TestAppNoMain.java
+ tests/system/src/test/java/test/launchertest/TestAppNoMainCCL.java
+ tests/system/src/test/java/test/launchertest/TestAppNoMainCCL2.java
+ tests/system/src/test/java/test/launchertest/TestAppNoMainCCL3.java
+ tests/system/src/test/java/test/launchertest/TestAppNoMainThreadCheck.java
+ tests/system/src/test/java/test/launchertest/TestAppThreadCheck.java
+ tests/system/src/test/java/test/launchertest/TestHeadlessApp.java
+ tests/system/src/test/java/test/launchertest/TestNotApplication.java
+ tests/system/src/test/java/test/launchertest/TestNotApplicationCCL.java
+ tests/system/src/test/java/test/launchertest/TestNotApplicationCCLApp.java
+ tests/system/src/test/java/test/launchertest/TestNotApplicationThreadCheck.java
+ tests/system/src/test/java/test/launchertest/TestPreloader.java
+ tests/system/src/test/java/test/launchertest/TestStartupApp1.java
+ tests/system/src/test/java/test/launchertest/TestStartupApp2.java
+ tests/system/src/test/java/test/launchertest/TestStartupAppNoMain.java
+ tests/system/src/test/java/test/launchertest/TestStartupJFXPanel.java
+ tests/system/src/test/java/test/launchertest/TestStartupNotApplication.java
+ tests/system/src/test/java/test/renderlock/RenderLock1Test.java
+ tests/system/src/test/java/test/renderlock/RenderLockCommon.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/CreateDeviceTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/DoubleClickTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/DragAndDropTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/DragTouchInAndOutAWindowTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/FuzzyTapTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/InputDevicePropertyTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/ModalDialogTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/MonocleApplicationTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/MonocleUInput.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/MouseLagTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/MultiTouch2Test.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/MultiTouch3Test.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/ParameterizedTestBase.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/RapidTapTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/RobotTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/RotateTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/ScrollTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/ScrollTestBase.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/ScrollThresholdTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/SimpleMouseTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/SingleTouchNonFullScreenTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/SingleTouchTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/SwipeSimpleTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/SwipeTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/TestApplication.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/TouchButtonTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/TouchEventLookaheadTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/TouchExceptionTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/TouchLagTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/TouchPipelineTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/TouchTestBase.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/UInput.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/USKeyboardTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/ZoomTest.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/DellP2714TDevice.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice1.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice2.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice3.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice4.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice5.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice6.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDeviceBase.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/EGalaxSingleTouchDevice1.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/EGalaxSingleTouchDevice2.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/EGalaxSingleTouchDeviceBase.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/NTrigDevice.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/SamsungLMS700KF07004Device.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/SingleTouchDevice1.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/SingleTouchDevice2.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/TabletDevice.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/TestDevice.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/TestTouchDevice.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/TestTouchDevices.java
+ tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/TouchRevolutionFusionDevice.java
+ tests/system/src/test/java/test/robot/helloworld/CustomSecurityManagerTest.java
+ tests/system/src/test/java/test/robot/helloworld/RectangleTest.java
+ tests/system/src/test/java/test/robot/javafx/embed/swing/RT23603Test.java
+ tests/system/src/test/java/test/robot/javafx/embed/swing/RT30650GUI.java
+ tests/system/src/test/java/test/robot/javafx/embed/swing/RT30650Test.java
+ tests/system/src/test/java/test/robot/javafx/embed/swing/RT32570Test.java
+ tests/system/src/test/java/test/robot/javafx/scene/layout/RegionBackgroundFillUITest.java
+ tests/system/src/test/java/test/robot/javafx/scene/layout/RegionBackgroundImageUITest.java
+ tests/system/src/test/java/test/robot/javafx/scene/layout/RegionBorderImageUITest.java
+ tests/system/src/test/java/test/robot/javafx/scene/layout/RegionBorderStrokeUITest.java
+ tests/system/src/test/java/test/robot/javafx/scene/layout/RegionShapeUITest.java
+ tests/system/src/test/java/test/robot/javafx/scene/layout/RegionUITestBase.java
+ tests/system/src/test/java/test/robot/painttest/ImagePaintTest.java
+ tests/system/src/test/java/test/robot/scenegraph/JDK8130122Test.java
+ tests/system/src/test/java/test/robot/test3d/MeshCompareTest.java
+ tests/system/src/test/java/test/robot/test3d/NearAndFarClipTest.java
+ tests/system/src/test/java/test/robot/test3d/RT35019Test.java
+ tests/system/src/test/java/test/robot/test3d/Snapshot3DTest.java
+ tests/system/src/test/java/test/robot/test3d/TriangleMeshPNTValidationTest.java
+ tests/system/src/test/java/test/robot/test3d/TriangleMeshValidationTest.java
+ tests/system/src/test/java/test/robot/testharness/VisualTestBase.java
+ tests/system/src/test/java/test/sandbox/Constants.java
+ tests/system/src/test/java/test/sandbox/SandboxAppTest.java
+ tests/system/src/test/java/test/sandbox/app/FXApp.java
+ tests/system/src/test/java/test/sandbox/app/FXNonApp.java
+ tests/system/src/test/java/test/sandbox/app/JFXPanelApp.java
+ tests/system/src/test/java/test/sandbox/app/JFXPanelImplicitExitApp.java
+ tests/system/src/test/java/test/sandbox/app/Util.java
+ tests/system/src/test/java/test/shutdowntest/Constants.java
+ tests/system/src/test/java/test/shutdowntest/ShutdownHookApp.java
+ tests/system/src/test/java/test/shutdowntest/ShutdownHookTest.java
+ tests/system/src/test/java/test/util/Util.java
- tests/system/src/test/java/test3d/MeshCompareTest.java
- tests/system/src/test/java/test3d/NearAndFarClipTest.java
- tests/system/src/test/java/test3d/RT35019Test.java
- tests/system/src/test/java/test3d/Snapshot3DTest.java
- tests/system/src/test/java/test3d/TriangleMeshPNTValidationTest.java
- tests/system/src/test/java/test3d/TriangleMeshValidationTest.java
- tests/system/src/test/java/testharness/VisualTestBase.java
- tests/system/src/test/java/util/Util.java
- tests/system/src/test/resources/com/sun/javafx/css/StylesheetTest.css
- 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
- tests/system/src/test/resources/sandbox/app/test.css
- tests/system/src/test/resources/sandbox/app/test.fxml
- tests/system/src/test/resources/sandbox/app/test.html
- tests/system/src/test/resources/sandbox/test.policy
+ tests/system/src/test/resources/test/com/sun/javafx/css/StylesheetTest.css
+ tests/system/src/test/resources/test/robot/javafx/scene/layout/RegionBackgroundImageUITest.html
+ tests/system/src/test/resources/test/robot/javafx/scene/layout/border-stretch.png
+ tests/system/src/test/resources/test/robot/javafx/scene/layout/border-uneven.png
+ tests/system/src/test/resources/test/robot/javafx/scene/layout/border.png
+ tests/system/src/test/resources/test/robot/javafx/scene/layout/test20x20.png
+ tests/system/src/test/resources/test/robot/javafx/scene/layout/test20x20 at 2x.png
+ tests/system/src/test/resources/test/robot/javafx/scene/layout/test48x48.png
+ tests/system/src/test/resources/test/robot/javafx/scene/layout/test48x48 at 2x.png
+ tests/system/src/test/resources/test/sandbox/app/test.css
+ tests/system/src/test/resources/test/sandbox/app/test.fxml
+ tests/system/src/test/resources/test/sandbox/app/test.html
+ tests/system/src/test/resources/test/sandbox/test.policy

Changeset: 6644d7494665
Author:    dcherepanov
Date:      2016-01-14 18:27 +0300
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/6644d7494665

8088039: [launcher] Change Windows to use JLI rather than JNI
Reviewed-by: cbensen

! modules/fxpackager/src/main/native/library/common/Helpers.cpp
! modules/fxpackager/src/main/native/library/common/Helpers.h
! modules/fxpackager/src/main/native/library/common/JavaVirtualMachine.cpp
! modules/fxpackager/src/main/native/library/common/JavaVirtualMachine.h
! modules/fxpackager/src/main/native/library/common/WindowsPlatform.cpp

Changeset: 7b3b59e3d8c7
Author:    ddhill
Date:      2016-01-14 13:28 -0500
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/7b3b59e3d8c7

8147398: Move systemTest shims to proper module
Reviewed-by: kcr

+ modules/graphics/src/test/java/com/sun/glass/ui/monocle/FramebufferShim.java
+ modules/graphics/src/test/java/com/sun/glass/ui/monocle/IntSetShim.java
+ modules/graphics/src/test/java/com/sun/glass/ui/monocle/LinuxInputDeviceRegistryShim.java
+ modules/graphics/src/test/java/com/sun/glass/ui/monocle/LinuxInputShim.java
+ modules/graphics/src/test/java/com/sun/glass/ui/monocle/LinuxSystemShim.java
+ modules/graphics/src/test/java/com/sun/glass/ui/monocle/MonocleApplicationShim.java
+ modules/graphics/src/test/java/com/sun/glass/ui/monocle/TestLog.java
+ modules/graphics/src/test/java/com/sun/glass/ui/monocle/TouchFilterShim.java
+ modules/graphics/src/test/java/com/sun/glass/ui/monocle/TouchInputShim.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/FramebufferShim.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/IntSetShim.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/LinuxInputDeviceRegistryShim.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/LinuxInputShim.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/LinuxSystemShim.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/MonocleApplicationShim.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TestLog.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TouchFilterShim.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TouchInputShim.java

Changeset: ba7677485c4a
Author:    ddhill
Date:      2016-01-15 08:27 -0500
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/ba7677485c4a

8147416:  Refactor swing Tests to match the rest of the tests
Reviewed-by: kcr

- modules/swing/src/test/java/javafx/embed/swing/SwingFXUtilsTest.java
+ modules/swing/src/test/java/test/javafx/embed/swing/SwingFXUtilsTest.java

Changeset: 5ad1f293362b
Author:    ddhill
Date:      2016-01-15 09:25 -0500
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/5ad1f293362b

need to fix test log and others

- modules/graphics/src/test/java/com/sun/glass/ui/monocle/TestLog.java
+ modules/graphics/src/test/java/com/sun/glass/ui/monocle/TestLogShim.java
! modules/graphics/src/test/java/com/sun/glass/ui/monocle/TouchFilterShim.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/CreateDeviceTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/DoubleClickTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/DragAndDropTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/DragTouchInAndOutAWindowTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/FuzzyTapTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/ModalDialogTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/MouseLagTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/MultiTouch2Test.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/MultiTouch3Test.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/ParameterizedTestBase.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/RapidTapTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/RobotTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/RotateTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/ScrollTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/ScrollTestBase.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/SimpleMouseTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/SingleTouchNonFullScreenTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/SingleTouchTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/SwipeSimpleTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/SwipeTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/TestApplication.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/TouchButtonTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/TouchEventLookaheadTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/TouchExceptionTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/TouchLagTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/TouchPipelineTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/USKeyboardTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/ZoomTest.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDeviceBase.java
! tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/TestTouchDevice.java

Changeset: 410a6fbaf4df
Author:    vadim
Date:      2016-01-15 19:28 +0300
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/410a6fbaf4df

8146916: FXCollections.unmodifiableObservableSet does not implement Set::contains
Reviewed-by: kcr

! modules/base/src/main/java/javafx/collections/FXCollections.java

Changeset: 3de3cb841a4b
Author:    kcr
Date:      2016-01-15 11:53 -0800
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/3de3cb841a4b

8147485: Revert fix for JDK-8090061 to push it with the correct commit message
Summary: Backed out changeset e798692dff17

! modules/web/src/main/native/Source/WebCore/platform/java/api/BackForwardListJava.cpp

Changeset: 8643ca988cef
Author:    mbilla
Date:      2016-01-13 11:27 +0300
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/8643ca988cef

8090061: [WebView] replace "char*" with "const char*" where appropriate
Reviewed-by: azvegint, kcr

! modules/web/src/main/native/Source/WebCore/platform/java/api/BackForwardListJava.cpp

Changeset: 85aa813cd25b
Author:    ddhill
Date:      2016-01-15 15:16 -0500
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/85aa813cd25b

8147459: fix resources for Swing test
Reviewed-by: kcr

! modules/swing/src/test/java/test/javafx/embed/swing/SwingFXUtilsTest.java
- modules/swing/src/test/resources/javafx/embed/swing/alpha.png
- modules/swing/src/test/resources/javafx/embed/swing/opaque.gif
- modules/swing/src/test/resources/javafx/embed/swing/opaque.jpg
- modules/swing/src/test/resources/javafx/embed/swing/opaque.png
- modules/swing/src/test/resources/javafx/embed/swing/trans.gif
+ modules/swing/src/test/resources/test/javafx/embed/swing/alpha.png
+ modules/swing/src/test/resources/test/javafx/embed/swing/opaque.gif
+ modules/swing/src/test/resources/test/javafx/embed/swing/opaque.jpg
+ modules/swing/src/test/resources/test/javafx/embed/swing/opaque.png
+ modules/swing/src/test/resources/test/javafx/embed/swing/trans.gif

Changeset: b2db117f3767
Author:    cbensen
Date:      2016-01-15 14:02 -0800
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/b2db117f3767

8146169: Javapackager displays version as 8.0 instead of 9.0 for JDK9
Reviewed-by: kcr
Summary: The javapackager version matches the JDK version.

! modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/PackagerLib.java

Changeset: 3c9ae5fcfad2
Author:    ddhill
Date:      2016-01-15 17:21 -0500
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/3c9ae5fcfad2

8147454: move systemsTest block later in build.gradle
Reviewed-by: kcr

! build.gradle

Changeset: 08d8d4870836
Author:    kcr
Date:      2016-01-15 14:23 -0800
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/08d8d4870836

8147490: Fix white space issue in JavaVirtualMachine.cpp

! modules/fxpackager/src/main/native/library/common/JavaVirtualMachine.cpp

Changeset: 463bf9497501
Author:    azvegint
Date:      2016-01-16 07:49 +0300
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/463bf9497501

8090160: A number of media/ DRT tests crash silently
Reviewed-by: azvegint, kcr, mbilla
Contributed-by: a.ankit.srivastava at oracle.com

! modules/web/src/main/native/Source/WebCore/platform/graphics/java/MediaPlayerPrivateJava.cpp
! modules/web/src/main/native/Source/WebCore/platform/graphics/java/MediaPlayerPrivateJava.h

Changeset: 2ca836984e7f
Author:    vadim
Date:      2016-01-16 07:46 +0300
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/2ca836984e7f

8145565: Stage.show() blocked for several minutes
Reviewed-by: kcr

! modules/controls/src/main/java/javafx/scene/control/skin/LabeledSkinBase.java
! modules/controls/src/test/java/test/javafx/scene/control/skin/ButtonSkinTest.java

Changeset: 82ecaebd44cf
Author:    mbilla
Date:      2016-01-16 11:36 +0300
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/82ecaebd44cf

8147410: Crash with long selector list
Reviewed-by: azvegint, kcr

! modules/web/src/main/native/Source/WebCore/css/CSSSelectorList.cpp
! modules/web/src/main/native/Source/WebCore/css/StyleRule.cpp
! modules/web/src/test/java/test/javafx/scene/web/CSSTest.java
+ modules/web/src/test/resources/test/html/longselectorlist.html

Changeset: 28341918c91e
Author:    kcr
Date:      2016-01-16 08:38 -0800
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/28341918c91e

Merge

- modules/swing/src/test/java/javafx/embed/swing/SwingFXUtilsTest.java
- modules/swing/src/test/resources/javafx/embed/swing/alpha.png
- modules/swing/src/test/resources/javafx/embed/swing/opaque.gif
- modules/swing/src/test/resources/javafx/embed/swing/opaque.jpg
- modules/swing/src/test/resources/javafx/embed/swing/opaque.png
- modules/swing/src/test/resources/javafx/embed/swing/trans.gif
- tests/system/src/test/java/com/sun/glass/ui/DefaultExceptionHandlerTest.java
- tests/system/src/test/java/com/sun/glass/ui/ExceptionHandlerTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/CreateDeviceTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/DoubleClickTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/DragAndDropTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/DragTouchInAndOutAWindowTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/FramebufferTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/FuzzyTapTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/InputDevicePropertyTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/IntSetTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/LensUInput.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/ModalDialogTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/MonocleApplicationTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/MonocleUInput.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/MouseLagTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/MultiTouch2Test.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/MultiTouch3Test.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/NativeUInput.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/ParameterizedTestBase.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/RapidTapTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/RobotTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/RotateTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/ScrollTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/ScrollTestBase.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/ScrollThresholdTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/SimpleMouseTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/SingleTouchNonFullScreenTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/SingleTouchTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/SwipeSimpleTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/SwipeTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TestApplication.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TestLog.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TestRunnable.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TouchButtonTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TouchEventLookaheadTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TouchExceptionTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TouchLagTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TouchPipelineTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/TouchTestBase.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/UInput.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/USKeyboardTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/ZoomTest.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/headless/HeadlessGeometry1Test.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/headless/HeadlessGeometry2Test.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/DellP2714TDevice.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice1.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice2.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice3.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice4.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice5.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDevice6.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxMultiTouchDeviceBase.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxSingleTouchDevice1.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxSingleTouchDevice2.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/EGalaxSingleTouchDeviceBase.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/NTrigDevice.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/SamsungLMS700KF07004Device.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/SingleTouchDevice1.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/SingleTouchDevice2.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/TabletDevice.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/TestDevice.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/TestTouchDevice.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/TestTouchDevices.java
- tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/TouchRevolutionFusionDevice.java
- tests/system/src/test/java/com/sun/javafx/application/ListenerError1Test.java
- tests/system/src/test/java/com/sun/javafx/application/ListenerError2Test.java
- tests/system/src/test/java/com/sun/javafx/application/ListenerException1Test.java
- tests/system/src/test/java/com/sun/javafx/application/ListenerException2Test.java
- tests/system/src/test/java/com/sun/javafx/application/ListenerExitTest.java
- tests/system/src/test/java/com/sun/javafx/application/ListenerIdle1Test.java
- tests/system/src/test/java/com/sun/javafx/application/ListenerIdle2Test.java
- tests/system/src/test/java/com/sun/javafx/application/ListenerTestCommon.java
- tests/system/src/test/java/com/sun/javafx/application/PlatformStartupCommon.java
- tests/system/src/test/java/com/sun/javafx/application/PlatformStartupExplicitTest.java
- tests/system/src/test/java/com/sun/javafx/application/PlatformStartupImplicitTest.java
- tests/system/src/test/java/com/sun/javafx/application/RunLaterTest.java
- tests/system/src/test/java/com/sun/javafx/application/SceneGraphThread1Test.java
- tests/system/src/test/java/com/sun/javafx/application/SceneGraphThread2Test.java
- tests/system/src/test/java/com/sun/javafx/application/SceneGraphThread3Test.java
- tests/system/src/test/java/com/sun/javafx/application/SceneGraphThread4Test.java
- tests/system/src/test/java/com/sun/javafx/application/SceneGraphThreadCommon.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitCommon.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicit1Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicit2Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicitError1Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicitError2Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicitException1Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicitException2Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitImplicitErrorTest.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitImplicitExceptionTest.java
- tests/system/src/test/java/com/sun/javafx/application/SingleExitImplicitTest.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicit1Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicit2Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicitError1Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicitError2Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicitException1Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicitException2Test.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowImplicitErrorTest.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowImplicitExceptionTest.java
- tests/system/src/test/java/com/sun/javafx/application/SingleNoShowImplicitTest.java
- tests/system/src/test/java/com/sun/javafx/application/SwingExitCommon.java
- tests/system/src/test/java/com/sun/javafx/application/SwingExitExplicit1Test.java
- tests/system/src/test/java/com/sun/javafx/application/SwingExitExplicit2Test.java
- tests/system/src/test/java/com/sun/javafx/application/SwingExitImplicitTest.java
- tests/system/src/test/java/com/sun/javafx/application/SwingNoExit.java
- tests/system/src/test/java/com/sun/javafx/application/TaskbarApp1Test.java
- tests/system/src/test/java/com/sun/javafx/application/TaskbarApp2Test.java
- tests/system/src/test/java/com/sun/javafx/application/TaskbarApp3Test.java
- tests/system/src/test/java/com/sun/javafx/application/TaskbarApp4Test.java
- tests/system/src/test/java/com/sun/javafx/application/TaskbarApp5Test.java
- tests/system/src/test/java/com/sun/javafx/application/TaskbarAppCommon.java
- tests/system/src/test/java/com/sun/javafx/css/StylesheetWithSecurityManagerTest.java
- tests/system/src/test/java/com/sun/javafx/image/impl/ImageRaceTest.java
- tests/system/src/test/java/com/sun/javafx/sg/prism/NGHelper.java
- tests/system/src/test/java/com/sun/javafx/sg/prism/RT36296Test.java
- tests/system/src/test/java/com/sun/javafx/tk/quantum/CloseWindowTest.java
- tests/system/src/test/java/com/sun/javafx/tk/quantum/WindowSceneInitDisposeTest.java
- tests/system/src/test/java/helloworld/CustomSecurityManagerTest.java
- tests/system/src/test/java/helloworld/RectangleTest.java
- tests/system/src/test/java/javafx/embed/swing/RT23603Test.java
- tests/system/src/test/java/javafx/embed/swing/RT30650GUI.java
- tests/system/src/test/java/javafx/embed/swing/RT30650Test.java
- tests/system/src/test/java/javafx/embed/swing/RT32570Test.java
- tests/system/src/test/java/javafx/scene/Snapshot1Test.java
- tests/system/src/test/java/javafx/scene/Snapshot2Test.java
- tests/system/src/test/java/javafx/scene/SnapshotCommon.java
- 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/javafx/scene/text/TextNodeTest.java
- tests/system/src/test/java/javafx/stage/NestedEventLoopTest.java
- tests/system/src/test/java/javafx/stage/ShowAndWaitTest.java
- tests/system/src/test/java/launchertest/Constants.java
- tests/system/src/test/java/launchertest/MainLauncherTest.java
- tests/system/src/test/java/launchertest/TestApp.java
- tests/system/src/test/java/launchertest/TestAppCCL.java
- tests/system/src/test/java/launchertest/TestAppCCL1.java
- tests/system/src/test/java/launchertest/TestAppCCL2.java
- tests/system/src/test/java/launchertest/TestAppNoMain.java
- tests/system/src/test/java/launchertest/TestAppNoMainCCL.java
- tests/system/src/test/java/launchertest/TestAppNoMainCCL2.java
- tests/system/src/test/java/launchertest/TestAppNoMainCCL3.java
- tests/system/src/test/java/launchertest/TestAppNoMainThreadCheck.java
- tests/system/src/test/java/launchertest/TestAppThreadCheck.java
- tests/system/src/test/java/launchertest/TestHeadlessApp.java
- tests/system/src/test/java/launchertest/TestNotApplication.java
- tests/system/src/test/java/launchertest/TestNotApplicationCCL.java
- tests/system/src/test/java/launchertest/TestNotApplicationCCLApp.java
- tests/system/src/test/java/launchertest/TestNotApplicationThreadCheck.java
- tests/system/src/test/java/launchertest/TestPreloader.java
- tests/system/src/test/java/launchertest/TestStartupApp1.java
- tests/system/src/test/java/launchertest/TestStartupApp2.java
- tests/system/src/test/java/launchertest/TestStartupAppNoMain.java
- tests/system/src/test/java/launchertest/TestStartupJFXPanel.java
- tests/system/src/test/java/launchertest/TestStartupNotApplication.java
- tests/system/src/test/java/painttest/ImagePaintTest.java
- tests/system/src/test/java/renderlock/RenderLock1Test.java
- tests/system/src/test/java/renderlock/RenderLockCommon.java
- tests/system/src/test/java/sandbox/Constants.java
- tests/system/src/test/java/sandbox/SandboxAppTest.java
- tests/system/src/test/java/sandbox/app/FXApp.java
- tests/system/src/test/java/sandbox/app/FXNonApp.java
- tests/system/src/test/java/sandbox/app/JFXPanelApp.java
- tests/system/src/test/java/sandbox/app/JFXPanelImplicitExitApp.java
- tests/system/src/test/java/sandbox/app/Util.java
- tests/system/src/test/java/scenegraph/JDK8130122Test.java
- tests/system/src/test/java/shutdowntest/Constants.java
- tests/system/src/test/java/shutdowntest/ShutdownHookApp.java
- tests/system/src/test/java/shutdowntest/ShutdownHookTest.java
- tests/system/src/test/java/test3d/MeshCompareTest.java
- tests/system/src/test/java/test3d/NearAndFarClipTest.java
- tests/system/src/test/java/test3d/RT35019Test.java
- tests/system/src/test/java/test3d/Snapshot3DTest.java
- tests/system/src/test/java/test3d/TriangleMeshPNTValidationTest.java
- tests/system/src/test/java/test3d/TriangleMeshValidationTest.java
- tests/system/src/test/java/testharness/VisualTestBase.java
- tests/system/src/test/java/util/Util.java
- tests/system/src/test/resources/com/sun/javafx/css/StylesheetTest.css
- 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
- tests/system/src/test/resources/sandbox/app/test.css
- tests/system/src/test/resources/sandbox/app/test.fxml
- tests/system/src/test/resources/sandbox/app/test.html
- tests/system/src/test/resources/sandbox/test.policy

Changeset: bccedad1f44b
Author:    arajkumar
Date:      2016-01-18 09:38 +0300
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/bccedad1f44b

8144162: NullPointerException printed when loading webpage in WebView with anchor
Reviewed-by: azvegint, kcr

! modules/web/src/test/java/test/javafx/scene/web/MiscellaneousTest.java

Changeset: 23da5bee7c09
Author:    azvegint
Date:      2016-01-18 23:06 +0300
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/23da5bee7c09

8147572: 8144162 caused unit test compilation failure

! modules/web/src/test/java/test/javafx/scene/web/MiscellaneousTest.java

Changeset: 64f4605ad7b7
Author:    jgiles
Date:      2016-01-19 11:02 +1300
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/64f4605ad7b7

8089709: ListView: selectedIndices fires incorrect change on items modification

+ modules/controls/src/main/java/com/sun/javafx/scene/control/MultipleAdditionAndRemovedChange.java
! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/ListViewBehavior.java
! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TreeViewBehavior.java
! modules/controls/src/main/java/javafx/scene/control/MultipleSelectionModelBase.java
! modules/controls/src/test/java/test/javafx/scene/control/ListViewTest.java
! modules/controls/src/test/java/test/javafx/scene/control/TreeTableViewTest.java
! modules/controls/src/test/java/test/javafx/scene/control/TreeViewTest.java

Changeset: 71b0edc3c5f9
Author:    almatvee
Date:      2015-09-22 19:10 -0700
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/71b0edc3c5f9

8089735: More controlled crashes
Reviewed-by: stayer, kcr

! modules/media/src/main/native/jfxmedia/MediaManagement/MediaManager.cpp
+ modules/media/src/main/native/jfxmedia/Utils/win32/WinExceptionHandler.cpp
+ modules/media/src/main/native/jfxmedia/Utils/win32/WinExceptionHandler.h
! modules/media/src/main/native/jfxmedia/projects/win/Makefile
! modules/media/src/main/native/vs_project/jfxmedia/jfxmedia.vcxproj
! modules/media/src/main/native/vs_project/jfxmedia/jfxmedia.vcxproj.filters

Changeset: fa819feb9f63
Author:    kcr
Date:      2015-10-02 10:21 -0700
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/fa819feb9f63

Merge


Changeset: d07478f03228
Author:    kcr
Date:      2015-10-08 16:56 -0700
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/d07478f03228

Merge


Changeset: 58eeb699fcd1
Author:    kcr
Date:      2015-10-16 13:29 -0700
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/58eeb699fcd1

Merge


Changeset: cd63d3100363
Author:    kcr
Date:      2015-10-24 13:54 -0700
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/cd63d3100363

Merge


Changeset: 113e6a6e8f1d
Author:    kcr
Date:      2015-10-24 13:58 -0700
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/113e6a6e8f1d

Merge


Changeset: 6d412e922d3e
Author:    kcr
Date:      2015-10-29 16:03 -0700
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/6d412e922d3e

Merge


Changeset: 63b13ba44da0
Author:    kcr
Date:      2015-11-06 09:14 -0800
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/63b13ba44da0

Merge


Changeset: 7d794d02e051
Author:    kcr
Date:      2015-11-13 10:10 -0800
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/7d794d02e051

Merge


Changeset: 8fa18d48f9ee
Author:    kcr
Date:      2015-11-20 15:16 -0800
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/8fa18d48f9ee

Merge


Changeset: b617ed1d27f2
Author:    kcr
Date:      2015-12-02 11:20 -0800
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/b617ed1d27f2

Merge


Changeset: d97afed9a584
Author:    kcr
Date:      2015-12-10 16:55 -0800
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/d97afed9a584

Merge


Changeset: 7ffedf46d992
Author:    kcr
Date:      2015-12-18 12:38 -0800
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/7ffedf46d992

Merge


Changeset: eab557e2b9a3
Author:    kcr
Date:      2015-12-23 16:45 -0800
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/eab557e2b9a3

Merge


Changeset: cf024b0fadca
Author:    kcr
Date:      2016-01-07 09:41 -0800
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/cf024b0fadca

Merge


Changeset: b43a5bd9cbb1
Author:    kcr
Date:      2016-01-19 09:01 -0800
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/b43a5bd9cbb1

Merge




More information about the openjfx-changes mailing list