hg: openjfx/8/master/rt: 18 new changesets

hang.vo at oracle.com hang.vo at oracle.com
Thu Oct 18 14:39:01 PDT 2012


Changeset: 91c30a8859db
Author:    rbair
Date:      2012-09-20 22:51 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/91c30a8859db

Improved handling of thumb size, from previous patch 81cc13fe6f96

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

Changeset: 408ee6a41174
Author:    David Hill
Date:      2012-10-09 17:44 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/408ee6a41174

Automated merge with ssh://javafxsrc.us.oracle.com//javafx/8.0/scrum//graphics/jfx/rt


Changeset: 19bdbf3b30ee
Author:    David Hill
Date:      2012-10-12 11:01 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/19bdbf3b30ee

Automated merge with ssh://javafxsrc.us.oracle.com//javafx/8.0/scrum//graphics/jfx/rt


Changeset: 7831b4f4de86
Author:    Martin Sladecek <martin.sladecek at oracle.com>
Date:      2012-10-16 14:37 +0200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/7831b4f4de86

RT-25147 [FindBugs] GradientUtils$Point - A mutable static field could be changed by malicious code or by accident from another package.

! javafx-ui-common/src/com/sun/javafx/scene/paint/GradientUtils.java

Changeset: bae4dedcad85
Author:    Martin Sladecek <martin.sladecek at oracle.com>
Date:      2012-10-16 14:39 +0200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/bae4dedcad85

merge


Changeset: 4dd0ce0f750e
Author:    Lubomir Nerad <lubomir.nerad at oracle.com>
Date:      2012-10-16 14:41 +0200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/4dd0ce0f750e

Fix for RT-25148: [FindBugs] Toolkit.java - A mutable static field could be changed by malicious code or by accident from another package.

! javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java

Changeset: a49900764c1d
Author:    jpgodine at JPGODINE-LAP.st-users.us.oracle.com
Date:      2012-10-16 09:40 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/a49900764c1d

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


Changeset: 988f6f79107b
Author:    rbair
Date:      2012-10-10 11:30 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/988f6f79107b

Fix for RT-25049: SplitMenuButton have gap.

As near as I can tell, they have a gap going back a long way. In fact, the gap is still there with Region caching disabled (in fact with region caching turned on, you don't get this gap at all, so I think this error came from some time in the past). The MenuButtonSkinBase layout was incorrect, along with the CSS.

! javafx-ui-common/src/javafx/scene/layout/CornerRadii.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/MenuButtonSkinBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css

Changeset: 32ed56155a53
Author:    rbair
Date:      2012-10-11 10:10 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/32ed56155a53

Updated documentation to indicate contents draw over borders on regions.

! javafx-ui-common/src/javafx/scene/doc-files/cssref.html

Changeset: 8d346510b927
Author:    leifs
Date:      2012-10-11 12:48 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/8d346510b927

Additional fix for RT-25049 to avoid label truncation.

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

Changeset: 41cfd7b80910
Author:    David Grieve<david.grieve at oracle.com>
Date:      2012-10-11 15:13 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/41cfd7b80910

RT-25016: calculated value not stored in cache when styles are recalculted. remove fastpath check and always cache calculated value. ensure inline styles are cached locally

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

Changeset: ef37b66b00b0
Author:    David Grieve<david.grieve at oracle.com>
Date:      2012-10-11 15:58 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/ef37b66b00b0

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


Changeset: 09253f3afb0b
Author:    leifs
Date:      2012-10-11 13:04 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/09253f3afb0b

Make VK_TYPE_NAMES array package private.

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

Changeset: 393c90eb52e0
Author:    David Grieve<david.grieve at oracle.com>
Date:      2012-10-12 14:51 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/393c90eb52e0

RT-25225: default background color should be transparent per w3c spec

! javafx-ui-common/src/javafx/scene/layout/Background.java

Changeset: 9352015d712d
Author:    David Grieve<david.grieve at oracle.com>
Date:      2012-10-12 14:51 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9352015d712d

RT-24784: ensure parent style manager is properly initialized

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

Changeset: c731a926c171
Author:    mickf
Date:      2012-10-16 14:13 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c731a926c171

RT-20786 : Focus couldn't be received or traversed.

! javafx-ui-common/src/com/sun/javafx/scene/KeyboardShortcutsHandler.java
! javafx-ui-common/src/javafx/scene/Scene.java

Changeset: 97d1312344e8
Author:    leifs
Date:      2012-10-16 13:34 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/97d1312344e8

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


Changeset: dafaa830d4d0
Author:    hudson
Date:      2012-10-18 14:33 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/dafaa830d4d0

Added tag 8.0-b61 for changeset 97d1312344e8

! .hgtags



More information about the openjfx-dev mailing list