Thu, 09 Jan 2014 20:39:23 +0100ko4j registers implementation of Transfer and WSTransfer based on XHR and WebSocket from a browser. The Java implementations of these interfaces has been moved to ko-ws-tyrus module. JavaScript arrays passed as parameters to Java callback methods need to be wrapped. UniversalKO
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 09 Jan 2014 20:39:23 +0100] rev 446
ko4j registers implementation of Transfer and WSTransfer based on XHR and WebSocket from a browser. The Java implementations of these interfaces has been moved to ko-ws-tyrus module. JavaScript arrays passed as parameters to Java callback methods need to be wrapped.

Thu, 09 Jan 2014 19:12:55 +0100Removing unused imports UniversalKO
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 09 Jan 2014 19:12:55 +0100] rev 445
Removing unused imports

Thu, 09 Jan 2014 15:43:04 +0100Updating references to ko4j UniversalKO
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 09 Jan 2014 15:43:04 +0100] rev 444
Updating references to ko4j

Thu, 09 Jan 2014 15:07:00 +0100Fixing license for the rename files UniversalKO
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 09 Jan 2014 15:07:00 +0100] rev 443
Fixing license for the rename files

Thu, 09 Jan 2014 15:03:34 +0100Renaming to ko4j as now the support is trully generic UniversalKO
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 09 Jan 2014 15:03:34 +0100] rev 442
Renaming to ko4j as now the support is trully generic

Thu, 09 Jan 2014 11:53:46 +0100Behavior with respect to arrays is different between the two JavaScriptBody annotations, so support only the net.java.html.js one UniversalKO
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 09 Jan 2014 11:53:46 +0100] rev 441
Behavior with respect to arrays is different between the two JavaScriptBody annotations, so support only the net.java.html.js one

Thu, 09 Jan 2014 11:53:02 +0100Boolean is represented as integer on stack, so relax the test and allow it to be represented as number UniversalKO
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 09 Jan 2014 11:53:02 +0100] rev 440
Boolean is represented as integer on stack, so relax the test and allow it to be represented as number

Thu, 09 Jan 2014 11:14:27 +0100Support array return type UniversalKO
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 09 Jan 2014 11:14:27 +0100] rev 439
Support array return type

Wed, 08 Jan 2014 17:46:35 +0100Convert wrapped types to primitive values (because that is what bck2brwsr VM's valueOf on wrapper types does) UniversalKO
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Wed, 08 Jan 2014 17:46:35 +0100] rev 438
Convert wrapped types to primitive values (because that is what bck2brwsr VM's valueOf on wrapper types does)

Wed, 08 Jan 2014 17:45:49 +0100Adding new lines so the script can be debugged in a browser UniversalKO
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Wed, 08 Jan 2014 17:45:49 +0100] rev 437
Adding new lines so the script can be debugged in a browser