hg: openjfx/8/controls/rt: 5 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Thu Sep 13 19:03:44 PDT 2012
Changeset: 8130462bc94f
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-09-10 19:44 -0400
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/8130462bc94f
RT-22076: use bits for styleclass
! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/ParentStyleManager.java
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/SceneStyleManager.java
! javafx-ui-common/src/com/sun/javafx/css/Selector.java
! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/javafx/scene/Node.java
Changeset: 222bae9d4cd9
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-09-11 20:35 -0400
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/222bae9d4cd9
RT-23461: partition css selectors into maps for faster lookup
! javafx-ui-common/nbproject/project.xml
! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/ParentStyleManager.java
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/SceneStyleManager.java
! javafx-ui-common/src/com/sun/javafx/css/Selector.java
+ javafx-ui-common/src/com/sun/javafx/css/SelectorPartitioning.java
! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
! 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/Stylesheet.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/test/unit/com/sun/javafx/css/Node_cssStyleMap_Test.java
! javafx-ui-common/test/unit/com/sun/javafx/css/RuleTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/SelectorPartitioningTest.java
! javafx-ui-common/test/unit/com/sun/javafx/css/StyleablePropertyTest.java
! javafx-ui-controls/src/javafx/scene/control/Control.java
Changeset: 26cfaf711edb
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-09-11 20:39 -0400
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/26cfaf711edb
branch merge
! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/ParentStyleManager.java
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/SceneStyleManager.java
! javafx-ui-common/src/com/sun/javafx/css/Selector.java
! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
! 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/Stylesheet.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/BackgroundFill.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/BackgroundFillConverter.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/BackgroundImage.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/BackgroundImageConverter.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/Border.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/BorderImage.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/BorderImageConverter.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/BorderStyle.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/Repeat.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/ShapeChangeListener.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/StrokeBorder.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/StrokeBorderConverter.java
- javafx-ui-common/src/com/sun/javafx/scene/text/FontManager.java
- javafx-ui-common/test/unit/com/sun/javafx/css/StyleConverterTest.java
! javafx-ui-common/test/unit/com/sun/javafx/css/StyleablePropertyTest.java
- javafx-ui-common/test/unit/com/sun/javafx/scene/text/FontManagerTest.java
- javafx-ui-common/test/unit/com/sun/javafx/scene/text/fonts.mf
- javafx-ui-controls/src/com/sun/javafx/scene/control/Keystroke.java
! javafx-ui-controls/src/javafx/scene/control/Control.java
Changeset: c5c10c94fa3c
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-09-13 16:17 -0400
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/c5c10c94fa3c
branch merge
Changeset: 6b6962fcc056
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-09-13 16:17 -0400
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/6b6962fcc056
RT-23461: partition css selectors into maps for faster lookup
! javafx-ui-common/src/com/sun/javafx/css/SelectorPartitioning.java
! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
! javafx-ui-common/src/com/sun/javafx/css/StyleHelper.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/Parent.java
! javafx-ui-common/test/unit/com/sun/javafx/css/StyleablePropertyTest.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java
! javafx-ui-controls/test/com/sun/javafx/scene/control/skin/LabeledTextTest.java
More information about the openjfx-dev
mailing list