Changeset: f487abfe1990 Author: Martin Sladecek <martin.slade...@oracle.com> Date: 2014-01-13 13:29 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f487abfe1990
RT-35237 When a Bidirectional binding fails, old value restoration may cause an exception hiding the real cause ! modules/base/src/main/java/com/sun/javafx/binding/BidirectionalBinding.java ! modules/base/src/test/java/com/sun/javafx/binding/BidirectionalBindingTest.java Changeset: 838ab16784b0 Author: Martin Sladecek <martin.slade...@oracle.com> Date: 2014-01-13 14:27 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/838ab16784b0 [JAVADOC] RT-35234 [Layout] Fix TODO comments in the API documentation ! modules/graphics/src/main/java/javafx/scene/layout/BorderImage.java ! modules/graphics/src/main/java/javafx/scene/layout/CornerRadii.java Changeset: 399f574b5ab8 Author: snorthov Date: 2014-01-10 15:05 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/399f574b5ab8 HelloSanity: print out when any action is invoked in a menu ! apps/toys/Hello/src/main/java/hello/TestBuilder.java