Mon, 24 Aug 2015 23:02:20 +0200Ignore the tests on all JDK8 and add today's new one. Seems to be broken as well.
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 24 Aug 2015 23:02:20 +0200] rev 957
Ignore the tests on all JDK8 and add today's new one. Seems to be broken as well.

Mon, 24 Aug 2015 22:37:29 +0200#254670: Need to convert enums to strings before passing them to knockout.js
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 24 Aug 2015 22:37:29 +0200] rev 956
#254670: Need to convert enums to strings before passing them to knockout.js

Sun, 02 Aug 2015 10:03:54 +0200Return type of @ComputedProperty's write method has to be void
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 02 Aug 2015 10:03:54 +0200] rev 955
Return type of @ComputedProperty's write method has to be void

Sun, 02 Aug 2015 09:59:37 +0200Fixing the 1st argument of the write method, so we can really check the error in second argument
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 02 Aug 2015 09:59:37 +0200] rev 954
Fixing the 1st argument of the write method, so we can really check the error in second argument

Sun, 19 Jul 2015 14:04:03 +0200#252862: Remember state of FXWebView from previous application run
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 19 Jul 2015 14:04:03 +0200] rev 953
#252862: Remember state of FXWebView from previous application run

Sun, 19 Jul 2015 13:09:06 +0200Moving the initial window position computation into separate method
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 19 Jul 2015 13:09:06 +0200] rev 952
Moving the initial window position computation into separate method

Wed, 15 Jul 2015 22:06:19 +0200#250450: Support for writable @ComputedProperty
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 15 Jul 2015 22:06:19 +0200] rev 951
#250450: Support for writable @ComputedProperty

Sat, 04 Jul 2015 22:41:17 +0200Replacing model really needs to change the reference, as they are usually mutable and even if they are equal at a moment, they may start to be different in the future.
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 04 Jul 2015 22:41:17 +0200] rev 950
Replacing model really needs to change the reference, as they are usually mutable and even if they are equal at a moment, they may start to be different in the future.

Fri, 03 Jul 2015 18:27:00 +0200Cloning should record its usage of all model's properties, so it can be used in @ComputedProperty methods.
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 03 Jul 2015 18:27:00 +0200] rev 949
Cloning should record its usage of all model's properties, so it can be used in @ComputedProperty methods.

Thu, 02 Jul 2015 08:27:47 +0200WebSocket transport without data() attribute is an error
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 02 Jul 2015 08:27:47 +0200] rev 948
WebSocket transport without data() attribute is an error