Changeset: a76f2fa17b56 Author: David Grieve<david.gri...@oracle.com> Date: 2014-04-14 17:32 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a76f2fa17b56
RT-36637: combed through css code to ensure stream resources are closed ! modules/graphics/src/main/java/com/sun/javafx/css/StyleManager.java ! modules/graphics/src/main/java/com/sun/javafx/css/Stylesheet.java ! modules/graphics/src/main/java/com/sun/javafx/css/parser/CSSParser.java Changeset: f8f8ab5638cf Author: David Grieve<david.gri...@oracle.com> Date: 2014-04-15 11:51 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f8f8ab5638cf RT-36672: move code to process css during layout back to impl_reapplyCSS, which is where it was priort to RT-36559 ! modules/graphics/src/main/java/javafx/scene/Node.java ! modules/graphics/src/main/java/javafx/scene/Parent.java