Fri, 10 Jan 2014 11:35:47 +0100toRaw is a public API for accessing the raw object representing a Technology in a BrwsrCtx. In case of ko4j, this returns the JSON object with all the ko.observable properties, etc.
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Fri, 10 Jan 2014 11:35:47 +0100] rev 450
toRaw is a public API for accessing the raw object representing a Technology in a BrwsrCtx. In case of ko4j, this returns the JSON object with all the ko.observable properties, etc.

Fri, 10 Jan 2014 11:26:38 +0100Adding javadoc parameters
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Fri, 10 Jan 2014 11:26:38 +0100] rev 449
Adding javadoc parameters

Fri, 10 Jan 2014 10:07:31 +0100Pointing to hg.netbeans.org
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Fri, 10 Jan 2014 10:07:31 +0100] rev 448
Pointing to hg.netbeans.org

Thu, 09 Jan 2014 23:42:48 +0100ko4j seems to work OK - merging into default branch
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 09 Jan 2014 23:42:48 +0100] rev 447
ko4j seems to work OK - merging into default branch

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