hg: openjfx/2.1/master/rt: 67 new changesets (original) (raw)

hang.vo at oracle.com hang.vo at oracle.com
Wed Feb 29 10:46:12 PST 2012


Changeset: 5c33cfdf1492 Author: leifs Date: 2012-02-21 15:27 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/5c33cfdf1492

Fixed RT-19772: [SplitMenuButton] onAction event handler is not called

! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/MenuButtonBehaviorBase.java

Changeset: 1db52c557d59 Author: David Grieve<david.grieve at oracle.com> Date: 2012-02-21 21:37 -0500 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/1db52c557d59

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

Changeset: eeba3fb115a7 Author: David Grieve<david.grieve at oracle.com> Date: 2012-02-21 21:36 -0500 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/eeba3fb115a7

RT-18981: add ObservableList errorsProperty() to StyleManager.

! javafx-ui-common/src/com/sun/javafx/css/StyleHelper.java ! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java ! javafx-ui-common/src/com/sun/javafx/css/parser/CSSParser.java

Changeset: b41d357ea70b Author: David Grieve<david.grieve at oracle.com> Date: 2012-02-21 21:40 -0500 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/b41d357ea70b

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

Changeset: 9d38b97a2595 Author: rbair Date: 2012-02-21 21:44 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/9d38b97a2595

[TEST ONLY] Fix for RT-19311: LabelTest and ListCellTest rely on reflecting the internal implementation of properties. Well, the tests still rely on the internals and something could be done about it, but the reflection code was updated and the tests pass again.

! javafx-ui-controls/test/javafx/scene/control/ControlTestUtils.java ! javafx-ui-controls/test/javafx/scene/control/LabelTest.java ! javafx-ui-controls/test/javafx/scene/control/ListCellTest.java

Changeset: c028e06a54a6 Author: jgiles Date: 2012-02-22 10:02 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/c028e06a54a6

RT-19801: Editable ComboBox height is inconsistent with non-editable ComboBox height

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css

Changeset: fbc6ed1b61ac Author: jgiles Date: 2012-02-22 10:43 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/fbc6ed1b61ac

RT-19794: ListView cell height calculation changed in b13

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/CellSkinBase.java

Changeset: 87ed5e29e111 Author: jgiles Date: 2012-02-22 11:12 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/87ed5e29e111

RT-19789: [ListView] scrollTo works not accordingly to docs.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/VirtualContainerBase.java

Changeset: 4372b685d044 Author: jgiles Date: 2012-02-23 08:58 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/4372b685d044

RT-19830: ComboBox right border is blurry at certain font sizes (e.g. 13px)

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxBaseSkin.java

Changeset: a6b53af081f3 Author: jgiles Date: 2012-02-23 10:00 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/a6b53af081f3

RT-19276: CSS ladders work not correctly with "dark" backgrounds

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ProgressIndicatorSkin.java ! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css

Changeset: a4bd53640282 Author: jgiles Date: 2012-02-23 10:16 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/a4bd53640282

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

Changeset: a5abd4f0ae84 Author: Paru Somashekar <paru.somashekar at oracle.com> Date: 2012-02-22 14:58 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/a5abd4f0ae84

fix RT-19788 : MenuBar: NPE when adding a MenuBar into scene graph. RT-19840 : Slider axis tick mark fill and font can not be set via CSS

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/MenuBarSkin.java ! javafx-ui-controls/src/javafx/scene/chart/Axis.java

Changeset: 370ef30f2e04 Author: Paru Somashekar <paru.somashekar at oracle.com> Date: 2012-02-22 23:34 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/370ef30f2e04

fix RT-19461 MenuBar: shortcuts does not work after pressing F10

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/MenuBarSkin.java

Changeset: 923d30bbd673 Author: Kinsley Wong Date: 2012-02-23 11:09 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/923d30bbd673

RT-19798: TitledPane has an asymetric behavior: it resizes its child in only one direction.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TitledPaneSkin.java

Changeset: 83eb92734b84 Author: Paru Somashekar <paru.somashekar at oracle.com> Date: 2012-02-23 13:49 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/83eb92734b84

fix RT-19817 NPE when adding CustomMenuItem with a null Node in a Menu

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ContextMenuContent.java

Changeset: 3fef8ef5fef7 Author: jgiles Date: 2012-02-24 08:51 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/3fef8ef5fef7

RT-19858: IndexOutOfBoundsException in TreeView / SelectionModel

! javafx-ui-controls/src/javafx/scene/control/MultipleSelectionModelBase.java

Changeset: 8a50cdc7d962 Author: jgiles Date: 2012-02-24 09:17 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/8a50cdc7d962

RT-17694: Adding Nodes to the TableRowSkin causes class cast runtime exception when sorting on the column header

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableRowSkin.java

Changeset: b9f404a5f630 Author: jgiles Date: 2012-02-24 11:19 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/b9f404a5f630

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

Changeset: 318cf28b4bfc Author: Paru Somashekar <paru.somashekar at oracle.com> Date: 2012-02-23 16:26 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/318cf28b4bfc

moving javafx-ui-charts from rt-closed to rt. (RT-19671 - open source Charts)

! build.xml

Changeset: b0c533906a3e Author: Paru Somashekar <paru.somashekar at oracle.com> Date: 2012-02-23 16:44 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/b0c533906a3e

forgot to push these files part of charts move

Changeset: 566ebf9c97f9 Author: Kinsley Wong Date: 2012-02-23 17:03 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/566ebf9c97f9

RT-19853: TabPane: NullPointerException

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TabPaneSkin.java

Changeset: 730f28ffddc6 Author: jgiles Date: 2012-02-24 14:50 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/730f28ffddc6

Fixing the build from the recent move of javafx-ui-charts out into the open.

! build.xml ! javafx-ui-charts/build-closed.xml ! javafx-ui-charts/project.properties ! javafx-ui-controls/build-closed.xml

Changeset: e758a208bd53 Author: jgiles Date: 2012-02-24 14:52 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/e758a208bd53

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

Changeset: 32bf89055a6b Author: David Grieve<david.grieve at oracle.com> Date: 2012-02-24 00:10 -0500 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/32bf89055a6b

RT-19351: rename method to impl_, mark as deprecated, add deprecated and treatasprivate to javadoc

! javafx-ui-common/src/javafx/scene/Node.java ! javafx-ui-common/src/javafx/scene/shape/Line.java ! javafx-ui-common/src/javafx/scene/shape/Path.java ! javafx-ui-common/src/javafx/scene/shape/Polyline.java ! javafx-ui-common/src/javafx/scene/shape/Shape.java

Changeset: 5fcf131770dc Author: David Grieve<david.grieve at oracle.com> Date: 2012-02-24 00:10 -0500 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/5fcf131770dc

RT-18981: overlooked some errors in CSSParser that should be added to errorsProperty

! javafx-ui-common/src/com/sun/javafx/css/parser/CSSParser.java

Changeset: db06729b73d4 Author: David Grieve<david.grieve at oracle.com> Date: 2012-02-24 10:56 -0500 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/db06729b73d4

RT-19884: add errors from loading skins to stylemanager error list

! javafx-ui-controls/src/javafx/scene/control/Control.java ! javafx-ui-controls/src/javafx/scene/control/PopupControl.java

Changeset: e3d64f94da8f Author: Paru Somashekar <paru.somashekar at oracle.com> Date: 2012-02-24 09:24 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/e3d64f94da8f

fix broken build ( test )

! javafx-ui-charts/project.properties

Changeset: 58cbcbfc2f6c Author: Kinsley Wong Date: 2012-02-24 11:48 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/58cbcbfc2f6c

RT-19871: StackOverFlow with TitlePane inside Accordion component.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/AccordionSkin.java

Changeset: c04c6cd9cae4 Author: Paru Somashekar <paru.somashekar at oracle.com> Date: 2012-02-24 13:58 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/c04c6cd9cae4

fix broken test build after charts move.

! javafx-ui-charts/project.properties

Changeset: 39d9408c4356 Author: David Grieve<david.grieve at oracle.com> Date: 2012-02-24 16:58 -0500 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/39d9408c4356

RT-16308: if there is no matching style and the property inherits, check to see if the user set the value. if so, return skip

! javafx-ui-common/src/com/sun/javafx/css/StyleHelper.java

Changeset: 61f320cc8028 Author: Kinsley Wong Date: 2012-02-24 13:58 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/61f320cc8028

RT-19866:TitledPane content is visible behind the TitleRegion when expanding or collapsing.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TitledPaneSkin.java

Changeset: 11f8a5d9549d Author: Kinsley Wong Date: 2012-02-24 13:58 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/11f8a5d9549d

Merge

Changeset: 762cc06624f9 Author: Kinsley Wong Date: 2012-02-24 14:15 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/762cc06624f9

RT-19894: TabPane: NPE

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TabPaneSkin.java

Changeset: 5a55d3cf9341 Author: Kinsley Wong Date: 2012-02-24 14:23 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/5a55d3cf9341

RT-19894: TabPane: NPE (checked in wrong diff by mistake.)

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TabPaneSkin.java

Changeset: a3dd5407f297 Author: jgiles Date: 2012-02-25 12:39 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/a3dd5407f297

Reapplying fix for RT-19310, which somehow got reverted.

! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/ListViewBehavior.java

Changeset: 566e65e000cc Author: jgiles Date: 2012-02-28 08:04 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/566e65e000cc

RT-19911: [EditableComboBox] on action event is called twice on commit

! javafx-ui-controls/src/javafx/scene/control/ComboBoxBase.java

Changeset: de0c4d432647 Author: jgiles Date: 2012-02-28 08:13 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/de0c4d432647

RT-19910: [EditableComboBox] dropDown appear immediately after disappearing.

! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/ComboBoxBaseBehavior.java ! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/ComboBoxListViewBehavior.java ! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java

Changeset: dca2e0a5da2c Author: jgiles Date: 2012-02-28 09:22 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/dca2e0a5da2c

RT-19926: TableView column border is misaligned with TableColumn header area

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/NestedTableColumnHeader.java ! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableCellSkin.java ! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableColumnHeader.java

Changeset: 9d5e5b603202 Author: jgiles Date: 2012-02-28 10:13 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/9d5e5b603202

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

Changeset: 9b8f4e1097d8 Author: Kinsley Wong Date: 2012-02-27 14:42 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/9b8f4e1097d8

RT-19851: Changing button graphic via css breaks the button behavior

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/LabeledSkinBase.java

Changeset: b907ebeae12c Author: jgiles Date: 2012-02-28 10:56 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/b907ebeae12c

RT-19428: TableView: wrong scrollbar positioning if parent container is Pane or Group

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableHeaderRow.java ! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/VirtualFlow.java

Changeset: 82c225cf134b Author: jgiles Date: 2012-02-28 11:13 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/82c225cf134b

RT-19915: ComboBox clears selection when using the keyboard

! javafx-ui-controls/src/javafx/scene/control/SingleSelectionModel.java

Changeset: 1faea8459118 Author: jgiles Date: 2012-02-28 11:44 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/1faea8459118

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

Changeset: 0459f9ce7898 Author: David Grieve<david.grieve at oracle.com> Date: 2012-02-27 20:15 -0500 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/0459f9ce7898

RT-16308: check subproperties before bailing on inherit with no matching style.

! javafx-ui-common/src/com/sun/javafx/css/StyleHelper.java

Changeset: 12943cd4f565 Author: jgiles Date: 2012-02-28 14:22 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/12943cd4f565

RT-19873: Text Items in the ListView go over each other for long wrapping texts

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ListCellSkin.java ! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css

Changeset: 6bb39907a6f3 Author: jgiles Date: 2012-02-28 14:31 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/6bb39907a6f3

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

Changeset: 2409294e8783 Author: rbair Date: 2012-02-27 18:28 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/2409294e8783

imported patch choice-box-perf

! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java ! javafx-ui-common/src/javafx/scene/Parent.java ! javafx-ui-common/src/javafx/scene/layout/Region.java ! javafx-ui-controls/src/javafx/scene/control/Control.java ! javafx-ui-controls/src/javafx/scene/control/PopupControl.java

Changeset: 4f5a6469f9e3 Author: jgiles Date: 2012-02-28 17:46 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/4f5a6469f9e3

RT-19933: ComboBox does not call StringConverter by default

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java

Changeset: f816a067750d Author: jgiles Date: 2012-02-28 17:58 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/f816a067750d

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

Changeset: c3fad1bef744 Author: jgiles Date: 2012-02-28 18:41 +1300 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/c3fad1bef744

Fix for build failure in controls repo.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableHeaderRow.java ! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/VirtualFlow.java

Changeset: 1a1429fdddf6 Author: David Grieve<david.grieve at oracle.com> Date: 2012-02-28 09:26 -0500 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/1a1429fdddf6

RT-19951: disable testParentMinPrefMaxWidthAreEqual and testParentMinPrefMaxHeightAreEqual in javafx.scene.layout.ResizabilityTest. These test pass on local builds but fail on hudson.

! javafx-ui-common/test/unit/javafx/scene/layout/ResizabilityTest.java

Changeset: 3ad1d2a8a950 Author: David Grieve<david.grieve at oracle.com> Date: 2012-02-28 09:29 -0500 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/3ad1d2a8a950

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

Changeset: df9ee4578abe Author: David Grieve<david.grieve at oracle.com> Date: 2012-02-28 09:39 -0500 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/df9ee4578abe

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

Changeset: 38646c36672e Author: Michael Heinrichs Date: 2012-02-22 15:39 +0100 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/38646c36672e

Fix in SequentialTransition [RT-19558]

! javafx-ui-common/src/javafx/animation/SequentialTransition.java

Changeset: 17632851da2d Author: Lubomir Nerad Date: 2012-02-23 13:07 +0100 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/17632851da2d

Partial RT-19320: reworked window bounds setting

Changeset: 1bdc3f227a08 Author: Lubomir Nerad Date: 2012-02-23 15:17 +0100 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/1bdc3f227a08

Partial RT-19320: fixed popup placement regression

! javafx-ui-common/src/javafx/stage/Window.java

Changeset: 7afc24e5b6c9 Author: prr Date: 2012-02-23 15:39 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/7afc24e5b6c9

Fixed RT-14283: Make Text non-final

! javafx-ui-common/src/javafx/scene/text/Text.java

Changeset: fe5614521012 Author: kcr Date: 2012-02-23 17:50 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/fe5614521012

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

Changeset: 05eb1b2572b4 Author: Lubomir Nerad Date: 2012-02-27 19:00 +0100 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/05eb1b2572b4

added tests for RT-19320 fixes

! javafx-ui-common/test/unit/javafx/stage/StageTest.java ! test-stub-toolkit/src/com/sun/javafx/pgstub/StubPopupStage.java ! test-stub-toolkit/src/com/sun/javafx/pgstub/StubStage.java

Changeset: 8226d9cf8d87 Author: Pavel Safrata <pavel.safrata at oracle.com> Date: 2012-02-28 16:10 +0100 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/8226d9cf8d87

RT-19950: fixed NPE caused by removing an open combo-box from scene.

! javafx-ui-common/src/javafx/scene/Scene.java

Changeset: e227c7b9cbc6 Author: Lubomir Nerad Date: 2012-02-28 17:55 +0100 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/e227c7b9cbc6

Fix for RT-19728: fixed Popup resizing when its content is changed through root node replacement

! javafx-ui-common/src/javafx/stage/PopupWindow.java ! javafx-ui-common/test/unit/javafx/stage/PopupTest.java

Changeset: 5ec0649d3c96 Author: rbair Date: 2012-02-28 09:45 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/5ec0649d3c96

Fix for RT-19580: all permissions required for the execution of javafx.concurrent.Service#reset() in embedded / webstart mode

! javafx-concurrent/src/javafx/concurrent/Service.java ! javafx-concurrent/test/javafx/concurrent/ServiceLifecycleTest.java

Changeset: c5afa656340a Author: jpgodine at JPGODINE-LAP.st-users.us.oracle.com Date: 2012-02-28 10:13 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/c5afa656340a

Automated merge with ssh://jpgodine@jfxsrc.us.oracle.com//javafx/2.1/MASTER/jfx//rt

Changeset: 52f883e9a2c5 Author: rbair Date: 2012-02-28 16:31 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/52f883e9a2c5

Fix for RT-19580: all permissions required for the execution of javafx.concurrent.Service#reset() in embedded / webstart mode

! javafx-concurrent/src/javafx/concurrent/Service.java

Changeset: e2c1cd779d25 Author: kcr Date: 2012-02-28 19:39 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/e2c1cd779d25

Follow-on fix from Rich Bair for unit test failures.

! javafx-ui-common/src/javafx/scene/Parent.java ! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/LabeledSkinBase.java ! javafx-ui-controls/test/com/sun/javafx/scene/control/skin/LabelSkinTest.java ! javafx-ui-controls/test/javafx/scene/control/PopupControlTest.java

Changeset: fc8a4ecd18db Author: kcr Date: 2012-02-28 19:39 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/fc8a4ecd18db

RT-19880: Move the JavaFX utility jar files from SDK/tools to SDK/lib to match JDK structure

! .idea/libraries/jfxrt_binary_stub.xml

Changeset: 7dc0a6f07718 Author: hudson Date: 2012-02-29 10:42 -0800 URL: http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/7dc0a6f07718

Added tag 2.1-b15 for changeset fc8a4ecd18db

! .hgtags



More information about the openjfx-dev mailing list