Changeset: 52f7abe54d41 Author: mhowe Date: 2013-09-06 13:22 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/52f7abe54d41
RT-32070: javafxpackager.exe fails to run on Windows 7 [ngthomas, krushforth] ! build.gradle Changeset: 1f9bb8fd4c51 Author: ngthomas Date: 2013-09-10 14:12 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1f9bb8fd4c51 Merge ! build.gradle - modules/fxml/src/main/java/com/sun/javafx/fxml/ObservableListChangeEvent.java - modules/fxml/src/main/java/com/sun/javafx/fxml/ObservableMapChangeEvent.java - modules/graphics/src/android/java/com/oracle/dalvik/FXActivity.java.jfx78 - modules/graphics/src/main/native-prism-d3d/D3DWindow.cc - modules/web/src/main/java/com/sun/javafx/webkit/PolicyClientImpl.java - modules/web/src/main/native/Source/WebCore/storage/java/StorageAreaJava.cpp - modules/web/src/main/native/Source/WebCore/storage/java/StorageAreaJava.h - modules/web/src/main/native/Source/WebCore/storage/java/StorageNamespaceJava.cpp - modules/web/src/main/native/Source/WebCore/storage/java/StorageNamespaceJava.h - tests/app-lifecycle/LauncherTests/build.xml - tests/app-lifecycle/LauncherTests/manifest.mf - tests/app-lifecycle/LauncherTests/nbproject/build-impl.xml - tests/app-lifecycle/LauncherTests/nbproject/genfiles.properties - tests/app-lifecycle/LauncherTests/nbproject/project.properties - tests/app-lifecycle/LauncherTests/nbproject/project.xml - tests/app-lifecycle/LauncherTests/test/launchertest/Constants.java - tests/app-lifecycle/LauncherTests/test/launchertest/MainLauncherTest.java - tests/app-lifecycle/LauncherTests/test/launchertest/TestApp.java - tests/app-lifecycle/LauncherTests/test/launchertest/TestAppNoMain.java - tests/app-lifecycle/LauncherTests/test/launchertest/TestNotApplication.java - tests/app-lifecycle/LifeCycleTests/build.xml - tests/app-lifecycle/LifeCycleTests/manifest.mf - tests/app-lifecycle/LifeCycleTests/nbproject/build-impl.xml - tests/app-lifecycle/LifeCycleTests/nbproject/genfiles.properties - tests/app-lifecycle/LifeCycleTests/nbproject/project.properties - tests/app-lifecycle/LifeCycleTests/nbproject/project.xml - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerError1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerError2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerException1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerException2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerExitTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerIdle1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerIdle2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerTestCommon.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitCommon.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicit1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicit2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicitError1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicitError2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicitException1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicitException2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitImplicitErrorTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitImplicitExceptionTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitImplicitTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicit1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicit2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicitError1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicitError2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicitException1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicitException2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowImplicitErrorTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowImplicitExceptionTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowImplicitTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SwingExitCommon.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SwingExitExplicit1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SwingExitExplicit2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SwingExitImplicitTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp3Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp4Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp5Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarAppCommon.java - tests/app-lifecycle/LifeCycleTests/test/javafx/stage/ShowAndWaitTest.java - tests/app-lifecycle/LifeCycleTests/test/util/Util.java - tests/app-lifecycle/build.xml - tests/base.properties - tests/build-defs.xml - tests/build.xml - tests/common.properties - tests/glass/ExceptionHandler/build.xml - tests/glass/ExceptionHandler/test/com/sun/glass/ui/DefaultExceptionHandlerTest.java - tests/glass/ExceptionHandler/test/com/sun/glass/ui/ExceptionHandlerTest.java - tests/glass/build.xml - tests/graphics/MaterialTests/build.xml - tests/graphics/MaterialTests/manifest.mf - tests/graphics/MaterialTests/nbproject/build-impl.xml - tests/graphics/MaterialTests/nbproject/genfiles.properties - tests/graphics/MaterialTests/nbproject/project.properties - tests/graphics/MaterialTests/nbproject/project.xml - tests/graphics/MaterialTests/test/com/sun/javafx/sg/prism/NGHelper.java - tests/graphics/MaterialTests/test/com/sun/prism/es2/ES2Helper.java - tests/graphics/MaterialTests/test/javafx/scene/PhongMaterialTest.java - tests/graphics/SnapshotTests/build.xml - tests/graphics/SnapshotTests/manifest.mf - tests/graphics/SnapshotTests/nbproject/build-impl.xml - tests/graphics/SnapshotTests/nbproject/genfiles.properties - tests/graphics/SnapshotTests/nbproject/project.properties - tests/graphics/SnapshotTests/nbproject/project.xml - tests/graphics/SnapshotTests/test/javafx/scene/Snapshot1Test.java - tests/graphics/SnapshotTests/test/javafx/scene/Snapshot2Test.java - tests/graphics/SnapshotTests/test/javafx/scene/SnapshotCommon.java - tests/graphics/SnapshotTests/test/util2/Util.java - tests/graphics/SwingInterop/build.xml - tests/graphics/SwingInterop/nbproject/build-impl.xml - tests/graphics/SwingInterop/nbproject/genfiles.properties - tests/graphics/SwingInterop/nbproject/project.properties - tests/graphics/SwingInterop/nbproject/project.xml - tests/graphics/SwingInterop/test/javafx/embed/swing/RT23603Test.java - tests/graphics/SwingInterop/test/javafx/embed/swing/RT30650GUI.java - tests/graphics/SwingInterop/test/javafx/embed/swing/RT30650Test.java - tests/graphics/TextTests/build.xml - tests/graphics/TextTests/manifest.mf - tests/graphics/TextTests/nbproject/build-impl.xml - tests/graphics/TextTests/nbproject/genfiles.properties - tests/graphics/TextTests/nbproject/project.properties - tests/graphics/TextTests/nbproject/project.xml - tests/graphics/TextTests/test/javafx/scene/text/TextNodeTest.java - tests/graphics/build.xml - tests/quantum/CloseWindow/build.xml - tests/quantum/CloseWindow/test/com/sun/javafx/tk/quantum/CloseWindowTest.java - tests/quantum/WindowSceneInitDispose/build.xml - tests/quantum/WindowSceneInitDispose/test/com/sun/javafx/tk/quantum/WindowSceneInitDisposeTest.java - tests/quantum/build.xml Changeset: 7007eeeaa0e8 Author: hudson Date: 2013-09-12 07:42 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7007eeeaa0e8 Added tag 8.0-b107 for changeset 1f9bb8fd4c51 ! .hgtags Changeset: d94e6d5c110a Author: mv157916 Date: 2013-09-12 18:27 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/d94e6d5c110a RT-32903: Update the JDK build number to b107 in rt/build.properties file in the JavaFX 8 Master forest. ! build.properties Changeset: 984794e069b7 Author: leifs Date: 2013-09-10 16:16 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/984794e069b7 RT-32729: ctrl/cmd+backspace in text field appends 'space' ! modules/controls/src/main/java/javafx/scene/control/TextInputControl.java Changeset: f93c5d2552f8 Author: jgiles Date: 2013-09-11 09:58 +1200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f93c5d2552f8 RT-32839: CSS prints 'Could not resolve' errors for custom controls. ! modules/graphics/src/main/java/javafx/scene/Node.java Changeset: b2df95ef722e Author: psomashe Date: 2013-09-11 09:03 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b2df95ef722e RT-29349 GTk: ColorPicker custom color dialog doesn't open on Ubuntu. ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ColorPalette.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/CustomColorDialog.java Changeset: 80183062bb60 Author: David Grieve<[email protected]> Date: 2013-09-11 12:25 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/80183062bb60 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt ! modules/graphics/src/main/java/javafx/scene/Node.java Changeset: 3d37d549c360 Author: psomashe Date: 2013-09-11 09:57 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3d37d549c360 RT-20473 ChoiceBox javadoc describes non-existing functionality. ! modules/controls/src/main/java/javafx/scene/control/ChoiceBox.java Changeset: 000296470ed2 Author: leifs Date: 2013-09-11 11:41 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/000296470ed2 RT-30828: TextField/TextArea, caret movement problem for mixed text. ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TextInputControlBehavior.java Changeset: 35c444873188 Author: leifs Date: 2013-09-11 12:21 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/35c444873188 RT-32866: NPE when clicking in a TextField with a null text ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TextFieldBehavior.java Changeset: 650bfc677231 Author: leifs Date: 2013-09-11 12:34 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/650bfc677231 RT-32866: NPE when clicking in a TextField with a null text ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TextFieldSkin.java Changeset: 9ec7a4a558dc Author: David Grieve<[email protected]> Date: 2013-09-12 09:14 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9ec7a4a558dc RT-30663: remove call to fireValueChanged from Region backgroundProperty invalidated ! modules/graphics/src/main/java/javafx/scene/CssStyleHelper.java ! modules/graphics/src/main/java/javafx/scene/layout/Region.java Changeset: 7c578c0bd719 Author: jgiles Date: 2013-09-11 13:00 +1200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7c578c0bd719 RT-32827: 8.0-controls-scrum-744: up to 99% performance regression in Controls.ComboBox benchmark ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxPopupControl.java Changeset: beb28591908b Author: jgiles Date: 2013-09-12 10:28 +1200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/beb28591908b R-29383: Pressing ESCAPE in an editing cell in TableView caused the TableView losing focus Reviewed-by: psomashe ! modules/controls/src/main/java/javafx/scene/control/TableCell.java ! modules/controls/src/main/java/javafx/scene/control/TreeTableCell.java Changeset: 65bcff505d17 Author: jgiles Date: 2013-09-13 08:04 +1200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/65bcff505d17 RT-31375: [TableView] discontinuous selection starts from the next row/column This issue existed for all virtualised controls but has since been fixed, with an additional 32 unit tests developed to prevent regression. Reviewed-by: mickf ! 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: 7da89c6ed88e Author: psomashe Date: 2013-09-12 15:03 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7da89c6ed88e RT-32815 NPE when removing item from detached Menu reviewed Tom Schindl's patch to the bug report and added unit test. ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/MenuButtonSkinBase.java ! modules/controls/src/test/java/javafx/scene/control/MenuBarTest.java Changeset: 7a6922c97a29 Author: David Grieve<[email protected]> Date: 2013-09-13 13:23 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7a6922c97a29 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt Changeset: 9c36f86c825d Author: jgiles Date: 2013-09-13 13:06 +1200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9c36f86c825d RT-32906: [HTMLEditor] Font family button cell factory has updateItem called for all fonts ! modules/web/src/main/java/com/sun/javafx/scene/web/skin/HTMLEditorSkin.java Changeset: 9e0ec4e9eef2 Author: jgiles Date: 2013-09-13 17:31 +1200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9e0ec4e9eef2 RT-32828: NPE in VirtualFlow.fitCells ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/VirtualFlow.java Changeset: e7c8e1ec0e84 Author: David Grieve<[email protected]> Date: 2013-09-16 15:03 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/e7c8e1ec0e84 RT-32229: unit test ! modules/graphics/src/test/java/com/sun/javafx/css/StylesheetTest.java Changeset: 5bd907a630b0 Author: David Grieve<[email protected]> Date: 2013-09-16 15:03 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5bd907a630b0 RT-32229: track resolves always ! modules/graphics/src/main/java/javafx/scene/CssStyleHelper.java Changeset: dbbbd1dbfa4a Author: leifs Date: 2013-09-16 14:17 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/dbbbd1dbfa4a RT-32395: [DatePicker] Update UI to spec This includes removing the context menu from the popup. ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/DateCellBehavior.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/DatePickerContent.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/DatePickerHijrahContent.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/DatePickerSkin.java ! modules/controls/src/main/java/javafx/scene/control/DatePicker.java ! modules/controls/src/main/resources/com/sun/javafx/scene/control/skin/caspian/caspian.css ! modules/controls/src/main/resources/com/sun/javafx/scene/control/skin/modena/modena.css Changeset: f6155a8057f3 Author: jgiles Date: 2013-09-16 16:57 +1200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f6155a8057f3 [DOC ONLY] RT-32640: Class name mismatch in javafx.scene.control.Cell javadoc example ! modules/controls/src/main/java/javafx/scene/control/Cell.java Changeset: 9d21ed934fd0 Author: jgiles Date: 2013-09-17 10:21 +1200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9d21ed934fd0 RT-32963: [TreeTableView] Weird selection issue with root TreeItem Reviewed-by: psomashe ! modules/controls/src/main/java/javafx/scene/control/TreeTableView.java ! modules/controls/src/main/java/javafx/scene/control/TreeView.java ! modules/controls/src/test/java/javafx/scene/control/TreeTableViewMouseInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeViewMouseInputTest.java Changeset: 6e2462521fe1 Author: jgiles Date: 2013-09-17 10:23 +1200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6e2462521fe1 RT-32560: Focus is not moved back on anchor Reviewed-by: psomashe ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TableCellBehaviorBase.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TableRowBehavior.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TreeTableRowBehavior.java ! modules/controls/src/test/java/javafx/scene/control/ListViewMouseInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TableViewMouseInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeTableViewMouseInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeViewMouseInputTest.java Changeset: e346d89c380b Author: jgiles Date: 2013-09-17 10:25 +1200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/e346d89c380b RT-32869: Contextmenu of TextField not working in TableView Reviewed-by: psomashe ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/VirtualFlow.java ! modules/controls/src/test/java/com/sun/javafx/scene/control/infrastructure/MouseEventFirer.java ! modules/controls/src/test/java/javafx/scene/control/cell/TextFieldTableCellTest.java Changeset: 3911a222bf96 Author: leifs Date: 2013-09-16 20:11 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3911a222bf96 RT-32731: Incorrect ellipsis on different options of max and pref size ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/CheckBoxSkin.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/RadioButtonSkin.java Changeset: d71966968a9a Author: jgodinez Date: 2013-09-17 11:21 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/d71966968a9a Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt ! build.gradle ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxPopupControl.java - modules/fxml/src/main/java/com/sun/javafx/fxml/PropertyChangeEvent.java - modules/fxml/src/test/java/javafx/fxml/RT_16722ControllerB.java - modules/fxml/src/test/java/javafx/fxml/RT_16722Test.java - modules/fxml/src/test/java/javafx/fxml/RT_17714Controller.java - modules/fxml/src/test/java/javafx/fxml/RT_17714Controller2.java - modules/fxml/src/test/java/javafx/fxml/RT_17714Test.java - modules/fxml/src/test/java/javafx/fxml/RT_18229.java - modules/fxml/src/test/java/javafx/fxml/RT_18229Controller.java - modules/fxml/src/test/java/javafx/fxml/RT_21559.java - modules/fxml/src/test/java/javafx/fxml/RT_21559Controller.java - modules/fxml/src/test/java/javafx/fxml/RT_23244.java - modules/fxml/src/test/java/javafx/fxml/RT_25559Test.java - modules/fxml/src/test/resources/javafx/fxml/rt_16722.fxml - modules/fxml/src/test/resources/javafx/fxml/rt_17714.fxml - modules/fxml/src/test/resources/javafx/fxml/rt_18229.fxml - modules/fxml/src/test/resources/javafx/fxml/rt_21559.fxml - modules/fxml/src/test/resources/javafx/fxml/rt_23244.fxml - modules/fxml/src/test/resources/javafx/fxml/rt_25559.fxml - modules/fxml/src/test/resources/javafx/fxml/rt_25559_err1.fxml ! modules/graphics/src/main/java/javafx/scene/Node.java ! modules/graphics/src/main/java/javafx/scene/layout/Region.java - tests/system/src/test/java/util2/Util.java
