Changeset: 7fec546aa42a Author: David Grieve<david.gri...@oracle.com> Date: 2014-02-05 16:42 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7fec546aa42a
RT-35584: css code should not set logging level. ! modules/graphics/src/main/java/com/sun/javafx/css/parser/CSSParser.java ! modules/graphics/src/main/java/javafx/scene/CssStyleHelper.java Changeset: d6df3cd61d08 Author: David Grieve<david.gri...@oracle.com> Date: 2014-02-05 16:43 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d6df3cd61d08 RT-33789: if the ProgressBar was indeterminate and still is indeterminate, don't update the bar width ! apps/toys/Hello/src/main/java/hello/HelloProgressBar.java ! apps/toys/Hello/src/main/java/hello/HelloProgressIndicator.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ProgressBarSkin.java