Sat, 11 Jan 2014 13:22:30 +0100Need to point to the right class name (after the rename)
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Sat, 11 Jan 2014 13:22:30 +0100] rev 454
Need to point to the right class name (after the rename)

Sat, 11 Jan 2014 07:57:44 +0100Generic way to applyBindings
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Sat, 11 Jan 2014 07:57:44 +0100] rev 453
Generic way to applyBindings

Sat, 11 Jan 2014 06:10:42 +0100Be enabled even if there is no active presenter currently
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Sat, 11 Jan 2014 06:10:42 +0100] rev 452
Be enabled even if there is no active presenter currently

Fri, 10 Jan 2014 15:49:27 +0100Use Java bodies of @JavaScriptBody methods if there is no presenter
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Fri, 10 Jan 2014 15:49:27 +0100] rev 451
Use Java bodies of @JavaScriptBody methods if there is no presenter

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