Thu, 09 Jan 2014 20:39:23 +0100 Jaroslav Tulach 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. UniversalKO
Thu, 09 Jan 2014 19:12:55 +0100 Jaroslav Tulach Removing unused imports UniversalKO
Thu, 09 Jan 2014 15:43:04 +0100 Jaroslav Tulach Updating references to ko4j UniversalKO
Thu, 09 Jan 2014 15:07:00 +0100 Jaroslav Tulach Fixing license for the rename files UniversalKO
Thu, 09 Jan 2014 15:03:34 +0100 Jaroslav Tulach Renaming to ko4j as now the support is trully generic UniversalKO
Thu, 09 Jan 2014 11:53:46 +0100 Jaroslav Tulach Behavior with respect to arrays is different between the two JavaScriptBody annotations, so support only the net.java.html.js one UniversalKO
Thu, 09 Jan 2014 11:53:02 +0100 Jaroslav Tulach Boolean is represented as integer on stack, so relax the test and allow it to be represented as number UniversalKO
Thu, 09 Jan 2014 11:14:27 +0100 Jaroslav Tulach Support array return type UniversalKO
Wed, 08 Jan 2014 17:46:35 +0100 Jaroslav Tulach Convert wrapped types to primitive values (because that is what bck2brwsr VM's valueOf on wrapper types does) UniversalKO
Wed, 08 Jan 2014 17:45:49 +0100 Jaroslav Tulach Adding new lines so the script can be debugged in a browser UniversalKO
Wed, 08 Jan 2014 16:46:42 +0100 Jaroslav Tulach Check types of primitive values and their wrappers passed to JavaScript and what type they have UniversalKO
Wed, 08 Jan 2014 15:50:50 +0100 Jaroslav Tulach console logging is a feature of FX presenter, not KO binding UniversalKO
Wed, 08 Jan 2014 14:02:27 +0100 Jaroslav Tulach Return null instead of throwing exception UniversalKO
Wed, 08 Jan 2014 13:18:34 +0100 Jaroslav Tulach Adjusting to packaging change preprocess
Wed, 08 Jan 2014 13:17:31 +0100 Jaroslav Tulach Implementation package has been renamed to org.netbeans.html preprocess
Wed, 08 Jan 2014 13:07:24 +0100 Jaroslav Tulach Replacing the reflection based contract with usage of Executor and instanceof check UniversalKO
Wed, 08 Jan 2014 12:58:45 +0100 Jaroslav Tulach Implementation of knockout binding that does not rely on anything JavaFX specific UniversalKO
Wed, 08 Jan 2014 12:24:21 +0100 Jaroslav Tulach Arrays are copied when passed between Java and JavaScript
Wed, 08 Jan 2014 12:10:10 +0100 Jaroslav Tulach Let's stick with 1.6 source level
Tue, 07 Jan 2014 17:20:53 +0100 Jaroslav Tulach Improving Javadoc of the newly added method
Tue, 07 Jan 2014 15:52:26 +0100 Jaroslav Tulach Runs all the JavaScriptBody TCK tests
Tue, 07 Jan 2014 08:55:34 +0100 Jaroslav Tulach Additional merge from default branch preprocess
Tue, 07 Jan 2014 08:48:40 +0100 Jaroslav Tulach Extending the TCK with checks for proper behavior of JavaScriptBody annotations
Tue, 07 Jan 2014 08:44:50 +0100 Jaroslav Tulach Keeping the original archetype name. Prevents polution of the archetype namespace with too many knockout4j archetypes and also keeps the libraries separate from their currently suggested use.
Tue, 07 Jan 2014 08:32:36 +0100 Jaroslav Tulach Updating documentation to new org.netbeans.html namespace
Tue, 07 Jan 2014 08:21:57 +0100 Jaroslav Tulach Merging with most recent changes on the default branch. Including switch to org.netbeans.html namespace. preprocess
Mon, 06 Jan 2014 13:44:34 +0100 Jaroslav Tulach Get ready for running in a restricted environment where full reflection information is not available
Mon, 06 Jan 2014 11:07:19 +0100 Jaroslav Tulach Adding closing brace
Mon, 06 Jan 2014 09:44:07 +0100 Jaroslav Tulach OSGi version is good enough now - merging to default branch
Mon, 06 Jan 2014 09:43:52 +0100 Jaroslav Tulach Give it the right license osgi
Mon, 06 Jan 2014 09:38:00 +0100 Jaroslav Tulach Describing the SPI package purpose osgi
Mon, 06 Jan 2014 09:24:49 +0100 Jaroslav Tulach Using more modern version of opened parameter (sub)class with an inner class osgi
Mon, 06 Jan 2014 08:55:10 +0100 Jaroslav Tulach One class less: No need for a separate WrapperObject class osgi
Mon, 06 Jan 2014 08:49:02 +0100 Jaroslav Tulach Making yet another method that should be 'implement only' protected abstract osgi
Mon, 06 Jan 2014 08:37:00 +0100 Jaroslav Tulach Every method should have only one meaning: making those that have to be implemented protected abstract. osgi
Sun, 05 Jan 2014 23:24:07 +0100 Jaroslav Tulach Documenting the copyJSON method osgi
Sun, 05 Jan 2014 23:20:14 +0100 Jaroslav Tulach Renaming proto factory method osgi
Sun, 05 Jan 2014 23:14:06 +0100 Jaroslav Tulach Documenting constructor and registration methods of the Proto.Type class osgi
Sun, 05 Jan 2014 23:09:49 +0100 Jaroslav Tulach Documenting all methods of the Proto class osgi
Sun, 05 Jan 2014 22:48:45 +0100 Jaroslav Tulach Javadoc for the JSON and WebSocket communication methods osgi
Sun, 05 Jan 2014 22:37:59 +0100 Jaroslav Tulach Communication between internal Proto state and a Technology implementation is completely hidden from the SPI osgi
Sun, 05 Jan 2014 22:31:13 +0100 Jaroslav Tulach Hiding getBindings from public signatures osgi
Sun, 05 Jan 2014 22:26:35 +0100 Jaroslav Tulach Hiding initBindings from public signature osgi
Sun, 05 Jan 2014 22:08:25 +0100 Jaroslav Tulach Javadoc for convert methods osgi
Sun, 05 Jan 2014 21:36:33 +0100 Jaroslav Tulach Cleaning the javadoc a bit. Renaming the check method to verifyUnlocked osgi
Sun, 05 Jan 2014 08:51:20 +0100 Jaroslav Tulach Don't start grizzly and fragment as they are known not beign able to start osgi
Sun, 05 Jan 2014 08:34:52 +0100 Jaroslav Tulach Less distracting init message osgi
Sun, 05 Jan 2014 08:33:29 +0100 Jaroslav Tulach The OSGi classloading is not really transitive: So, if a loader that can see our class, can't see Test class, use the Test class that is next to us. osgi
Sun, 05 Jan 2014 08:24:58 +0100 Jaroslav Tulach More logging and checks osgi
Sun, 05 Jan 2014 08:07:06 +0100 Jaroslav Tulach Need to return before throwing UnsupportedOpEx osgi
Sun, 05 Jan 2014 07:55:10 +0100 Jaroslav Tulach Just five failing tests in OSGi mode osgi
Sun, 05 Jan 2014 07:54:30 +0100 Jaroslav Tulach Using ServiceLoader - need buddy policy in Equinox osgi
Sun, 05 Jan 2014 06:53:34 +0100 Jaroslav Tulach Better display name osgi
Sat, 04 Jan 2014 21:47:47 +0100 Jaroslav Tulach All tests in OSGi mode are executed (as we add new Equinox Hook), they however fail osgi
Sat, 04 Jan 2014 16:22:11 +0100 Jaroslav Tulach Removing useless imports osgi
Sat, 04 Jan 2014 16:18:56 +0100 Jaroslav Tulach Tests in Equinox initialize OK osgi
Sat, 04 Jan 2014 08:11:47 +0100 Jaroslav Tulach Resolves dependencies of json-tck osgi
Sat, 04 Jan 2014 07:27:11 +0100 Jaroslav Tulach Print out (and survive) the bundle start up problems osgi
Fri, 03 Jan 2014 10:38:00 +0100 Jaroslav Tulach TCK cannot reference impl package, needs to use Models.fromRaw osgi
Fri, 03 Jan 2014 10:03:04 +0100 Jaroslav Tulach WebSocket communication works without dependencies on the implementation osgi