hg: openjfx/8/controls/rt: RT-31994: If stylesheet url is not null, convert to uri and use uri to resolve resource path. If stylesheet url is null (as is the case for in-line styles) fall back to application's class-loader's getResource. Code is similar to that in Image.

hang.vo at oracle.com hang.vo at oracle.com
Wed Aug 14 14:17:09 PDT 2013


Changeset: ae3ab9e4b891
Author:    David Grieve<david.grieve at oracle.com>
Date:      2013-08-14 17:12 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/ae3ab9e4b891

RT-31994: If stylesheet url is not null, convert to uri and use uri to resolve resource path. If stylesheet url is null (as is the case for in-line styles) fall back to application's class-loader's getResource. Code is similar to that in Image.

! modules/graphics/src/main/java/com/sun/javafx/css/CssError.java
! modules/graphics/src/main/java/com/sun/javafx/css/Declaration.java
! modules/graphics/src/main/java/com/sun/javafx/css/Rule.java
! 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/converters/URLConverter.java
! modules/graphics/src/main/java/com/sun/javafx/css/parser/CSSParser.java
! modules/graphics/src/main/java/javafx/scene/CssStyleHelper.java
! modules/graphics/src/test/java/com/sun/javafx/css/StylesheetTest.java
! modules/graphics/src/test/java/com/sun/javafx/css/URLTypeTest.java
! modules/graphics/src/test/java/com/sun/javafx/css/converters/URLConverterTest.java



More information about the openjfx-dev mailing list