Changeset: 361d97db0d1c
Author:    hudson
Date:      2013-09-05 07:34 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/361d97db0d1c

Added tag 8.0-b106 for changeset e0f3abebc024

! .hgtags

Changeset: 673a1107114b
Author:    jgiles
Date:      2013-09-04 10:44 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/673a1107114b

RT-32684: onEdit<> events are never fired in tree table

! modules/controls/src/main/java/javafx/scene/control/TreeTableView.java
! modules/controls/src/test/java/javafx/scene/control/TreeTableCellTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeTableRowTest.java

Changeset: 771594e0b347
Author:    jgiles
Date:      2013-09-04 13:06 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/771594e0b347

RT-32683: F2 cause editing to cancel in TreeView

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/VirtualFlow.java
! 
modules/controls/src/main/java/javafx/scene/control/cell/TextFieldTreeCell.java
! 
modules/controls/src/main/java/javafx/scene/control/cell/TextFieldTreeTableCell.java
! modules/controls/src/test/java/javafx/scene/control/TreeViewKeyInputTest.java

Changeset: 9dafb5c352f3
Author:    jgiles
Date:      2013-09-04 14:10 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9dafb5c352f3

RT-32621: ProgressBar cells are rendered after collapsing root

! modules/controls/src/main/java/javafx/scene/control/TableCell.java
! modules/controls/src/main/java/javafx/scene/control/TreeTableCell.java

Changeset: 6c9898b47f64
Author:    jgiles
Date:      2013-09-04 14:11 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6c9898b47f64

[TEST ONLY] slightly improved test infrastructure for virtualFlow controls and 
mouse event firing.

! 
modules/controls/src/test/java/com/sun/javafx/scene/control/infrastructure/MouseEventFirer.java
! 
modules/controls/src/test/java/com/sun/javafx/scene/control/infrastructure/VirtualFlowTestUtils.java

Changeset: 9257caffde99
Author:    jgiles
Date:      2013-09-04 14:53 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9257caffde99

[TEST ONLY] Re-enabling test for RT-28556.

! modules/controls/src/test/java/javafx/scene/control/TreeViewTest.java

Changeset: e94c28bc5396
Author:    jgiles
Date:      2013-09-04 15:57 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/e94c28bc5396

Automated merge with 
ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/controls/jfx/rt


Changeset: bab22eeb95fd
Author:    mickf
Date:      2013-09-04 13:49 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/bab22eeb95fd

RT-15121) ScrollBar emitting requestLayout() up hierarchy every time it's value 
changes

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ScrollBarSkin.java

Changeset: c1e031aecfea
Author:    mickf
Date:      2013-09-05 15:27 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c1e031aecfea

RT-20698 : Pannable ScrollPane behaves badly when content changes during panning

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ScrollPaneSkin.java

Changeset: d6db14ea1ca7
Author:    David Grieve<david.gri...@oracle.com>
Date:      2013-09-05 17:02 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/d6db14ea1ca7

RT-29773: take sub-property style if it is closer or more specific than font 
shorthand

! modules/graphics/src/main/java/com/sun/javafx/css/parser/CSSParser.java
! modules/graphics/src/main/java/javafx/scene/CssStyleHelper.java
! modules/graphics/src/test/java/com/sun/javafx/css/FontTypeTest.java
! 
modules/graphics/src/test/resources/com/sun/javafx/css/HonorDeveloperSettingsTest_AUTHOR.css

Changeset: 39bc7a47c6cb
Author:    David Grieve<david.gri...@oracle.com>
Date:      2013-09-05 17:02 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/39bc7a47c6cb

RT-24621: if node has same cssFlag value as parent, process parent first

! modules/graphics/src/main/java/javafx/scene/Node.java

Changeset: 5c3ec77e5d2a
Author:    David Grieve<david.gri...@oracle.com>
Date:      2013-09-05 17:02 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5c3ec77e5d2a

RT-31865: check error status of image, return null from CSS image cache if 
image isError

! modules/controls/src/main/java/javafx/scene/control/Labeled.java
! modules/graphics/src/main/java/com/sun/javafx/css/StyleManager.java

Changeset: 5707c927c106
Author:    David Grieve<david.gri...@oracle.com>
Date:      2013-09-05 20:03 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5707c927c106

[TEST ONLY] RT-31865 caused failures in RegionCSSTest. Need to register images 
with stub toolkit

! modules/graphics/src/main/java/com/sun/javafx/css/StyleManager.java
! modules/graphics/src/main/java/javafx/scene/layout/Background.java
! modules/graphics/src/main/java/javafx/scene/layout/BackgroundConverter.java
! modules/graphics/src/test/java/javafx/scene/layout/RegionCSSTest.java

Changeset: fa70a7506503
Author:    David Grieve<david.gri...@oracle.com>
Date:      2013-09-06 11:47 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/fa70a7506503

RT-32507: twiddleate the string before calling Cursor.cursor(string). Added 
more css cursor conversion unit tests.

! 
modules/graphics/src/main/java/com/sun/javafx/css/converters/CursorConverter.java
! modules/graphics/src/test/java/com/sun/javafx/css/CursorTypeTest.java

Changeset: c28a7f760bee
Author:    David Grieve<david.gri...@oracle.com>
Date:      2013-09-06 11:47 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c28a7f760bee

RT-27088: add -fx-close-tab-animation and -fx-open-tab-animation to cssref

! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html

Changeset: 554ecdb56a76
Author:    mickf
Date:      2013-09-09 14:16 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/554ecdb56a76

RT-32714 : Modena.jar  java.lang.NullPointerException to select colors

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ProgressIndicatorSkin.java

Changeset: 292dc67c024a
Author:    jgiles
Date:      2013-09-05 17:07 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/292dc67c024a

RT-32556: test_rt32383_pageUp/pageDown fail (on Mac)

! 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: 18c67af71f48
Author:    jgiles
Date:      2013-09-05 17:11 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/18c67af71f48

RT-30855: TableColumnBase contains strange @since tags.
The basic issue is that TableColumn has been around since JavaFX 2.0 (if memory 
serves), but recently a superclass was extracted out of this class (so it is 
@since JavaFX 8.0). Unfortunately, this confuses the TableColumn documentation. 
To rectify this, I am following Pavel's advice and removing the method-level 
@since annotations in TableColumnBase.

! modules/controls/src/main/java/javafx/scene/control/TableColumnBase.java

Changeset: 3a7177158a6c
Author:    jgiles
Date:      2013-09-05 17:14 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3a7177158a6c

[DOC ONLY] Slight cleanup on TableColumnBase javadoc.

! modules/controls/src/main/java/javafx/scene/control/TableColumnBase.java

Changeset: 4690ab589dbe
Author:    jgiles
Date:      2013-09-05 17:25 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/4690ab589dbe

RT-29902: [TableView, TreeTableView] progress bar in progressBarCell don't 
resize on column width.

! 
modules/controls/src/main/java/javafx/scene/control/cell/ProgressBarTableCell.java
! 
modules/controls/src/main/java/javafx/scene/control/cell/ProgressBarTreeTableCell.java
! 
modules/controls/src/test/java/javafx/scene/control/cell/ProgressBarTableCellTest.java
! 
modules/controls/src/test/java/javafx/scene/control/cell/ProgressBarTreeTableCellTest.java

Changeset: f3dcad659452
Author:    jgiles
Date:      2013-09-10 09:06 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f3dcad659452

Backed out changeset: 7ca7328377bc (RT-29824: The promptText for non-editable 
ComboBox should be gray color)
Prompt text is now displayed in ComboBox as it was previously, after being 
removed for a few months. Further discussion can be found in RT-29824.

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java

Changeset: cc0cbc9a12e1
Author:    jgiles
Date:      2013-09-10 09:46 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/cc0cbc9a12e1

RT-32787: Redraw issue with Accordion in SB 2

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/AccordionSkin.java

Changeset: d208527888ed
Author:    David Grieve<david.gri...@oracle.com>
Date:      2013-09-10 10:20 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/d208527888ed

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt


Changeset: 684fa356f9b5
Author:    mickf
Date:      2013-09-10 15:53 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/684fa356f9b5

RT-26637 : Disabled buttons should not fire.

! modules/controls/src/main/java/javafx/scene/control/Button.java
! modules/controls/src/main/java/javafx/scene/control/CheckBox.java
! modules/controls/src/main/java/javafx/scene/control/Hyperlink.java
! modules/controls/src/main/java/javafx/scene/control/MenuButton.java
! modules/controls/src/main/java/javafx/scene/control/SplitMenuButton.java
! modules/controls/src/main/java/javafx/scene/control/ToggleButton.java

Changeset: 3c1652de9d60
Author:    David Grieve<david.gri...@oracle.com>
Date:      2013-09-10 10:55 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3c1652de9d60

Automated merge with 
ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/controls/jfx/rt


Changeset: 7c4ead19a131
Author:    jgodinez
Date:      2013-09-10 10:29 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7c4ead19a131

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt

- 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/java/javafx/scene/Node.java
- 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

Reply via email to