Wed, 18 Sep 2013 11:25:14 +0200 Anton Epple testing if i screwed up again... canvas
Wed, 18 Sep 2013 11:20:57 +0200 Anton Epple merging latest changes from default canvas
Tue, 17 Sep 2013 15:00:48 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Tue, 17 Sep 2013 15:00:31 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.8
Tue, 17 Sep 2013 15:00:18 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.8 release-0.8
Tue, 17 Sep 2013 14:25:30 +0200 Jaroslav Tulach #5368: Provide some implementation of wait and notify
Tue, 17 Sep 2013 14:02:59 +0200 Jaroslav Tulach Works without issues with html.java.net version 0.6
Sun, 15 Sep 2013 18:24:48 +0200 Jaroslav Tulach Use the new netbeans.inspect property to connect to the IDE
Thu, 12 Sep 2013 14:15:47 +0200 Jaroslav Tulach Updating to recent changes in html.java.net APIs
Thu, 12 Sep 2013 12:26:23 +0200 Jaroslav Tulach Merging in Simplified implementation of thread local that assumes we run in a single thread
Thu, 12 Sep 2013 12:19:53 +0200 Jaroslav Tulach Need access to thread local class jdk7-b147
Wed, 11 Sep 2013 14:45:06 +0200 Jaroslav Tulach exit will close the browser
Tue, 10 Sep 2013 15:40:00 +0200 Jaroslav Tulach Actually also register the WebSocket transfer to the bck2brwsr context
Tue, 10 Sep 2013 15:39:33 +0200 Jaroslav Tulach Convert the Level names to names of methods on console object
Tue, 10 Sep 2013 15:17:54 +0200 Jaroslav Tulach More flexible way of referring to jfxrt.jar that works on JDK7 as well as JDK8
Mon, 09 Sep 2013 20:33:52 +0200 Jaroslav Tulach Verify all placeholders are substituted when building final ZIP distribution
Mon, 09 Sep 2013 19:35:12 +0200 Jaroslav Tulach Keeping just the ko-archetype for bck2brwsr and fxbrwsr
Mon, 09 Sep 2013 17:34:30 +0200 Jaroslav Tulach Rewritting the archetype to be simpler and more easily modifiable to one's needs
Mon, 09 Sep 2013 15:26:12 +0200 Jaroslav Tulach Basic implementation of String.split
Mon, 09 Sep 2013 06:08:00 +0200 Jaroslav Tulach Can mix static pages and generated bck2brwsr.js
Sun, 08 Sep 2013 11:42:01 +0200 Anton Epple public constructor for Pattern canvas
Sun, 08 Sep 2013 11:23:45 +0200 Anton Epple readded nanotime after merge canvas
Sun, 08 Sep 2013 11:22:51 +0200 Anton Epple merging latest changes from default canvas
Sun, 08 Sep 2013 10:58:10 +0200 Anton Epple added api method to merge images. canvas
Sun, 08 Sep 2013 10:44:22 +0200 Anton Epple removed Diamond operator to make compatible with -source 1.6 canvas
Sat, 07 Sep 2013 18:41:21 +0200 Anton Epple public constructor for color canvas
Sat, 07 Sep 2013 18:28:09 +0200 Anton Epple Merging latest changes from main line canvas
Sat, 07 Sep 2013 18:25:09 +0200 Anton Epple changes to canvas and graphicsenv to support additional methods fillPolygon and mergeImages canvas
Sat, 07 Sep 2013 18:10:35 +0200 Anton Epple added System.nanotime canvas
Sat, 07 Sep 2013 20:59:25 +0200 Jaroslav Tulach Well, sometimes it is necessary to depend on SNAPSHOTs
Sat, 07 Sep 2013 13:56:22 +0200 Jaroslav Tulach Re-implementation of the JDK APIs to fit into the browser
Sat, 07 Sep 2013 13:55:09 +0200 Jaroslav Tulach Merge of JDK1.7 build 147 version of classes
Sat, 07 Sep 2013 13:51:24 +0200 Jaroslav Tulach Additional set of classes to make porting of lookup library more easier jdk7-b147
Sat, 07 Sep 2013 14:59:24 +0200 Anton Epple merging with default sound
Thu, 05 Sep 2013 09:36:06 +0200 Jaroslav Tulach Need to make sure an object implements all transitive interfaces, not just those specified directly
Thu, 29 Aug 2013 16:49:00 +0000 Jaroslav Tulach The archetype now needs Throwable.printStackTrace() thus providing some trivial implementation
Thu, 29 Aug 2013 16:24:04 +0000 Jaroslav Tulach Passes json-tck tests with rev. 09aaf52b71c5 of net.java.html APIs
Thu, 29 Aug 2013 14:35:01 +0000 Jaroslav Tulach WebSocketTest passes OK against modified version of 0.5 net.java.html APIs - rev. b04268c0ded9
Thu, 29 Aug 2013 08:00:42 +0000 Jaroslav Tulach Don't propagate non-ClassNotFoundException error from Class.forName
Thu, 29 Aug 2013 07:59:21 +0000 Jaroslav Tulach getClass() on JavaScript function should return some class, at least Object.class
Tue, 27 Aug 2013 23:05:02 +0200 Jaroslav Tulach Let's try to use 0.5 version
Mon, 26 Aug 2013 08:56:37 +0200 Jaroslav Tulach First updates to run with forthcoming version 0.5 - WebSockets in FX launcher and etc.
Fri, 12 Jul 2013 16:06:38 +0200 Jaroslav Tulach Needs to mangle the parameters to convert / to _
Fri, 12 Jul 2013 16:05:33 +0200 Jaroslav Tulach Double.valueOf returns instance of Double
Fri, 12 Jul 2013 14:51:33 +0200 Jaroslav Tulach Fixing imports
Fri, 12 Jul 2013 13:41:23 +0200 Jaroslav Tulach Use transitive compile time dependencies
Fri, 12 Jul 2013 11:07:58 +0200 Jaroslav Tulach Make sure callback with parameters works. Plus get ready to usage of $ sign in $JsCallbacks$ naming scheme.
Thu, 11 Jul 2013 22:36:01 +0200 Jaroslav Tulach Recognizes callback to static Java methods
Thu, 11 Jul 2013 20:33:19 +0200 Jaroslav Tulach net.java.html's JavaScriptBody annotation is handled with the help of $JsCallbacks$ generated helper class
Wed, 10 Jul 2013 13:31:00 +0200 Jaroslav Tulach net.java.html.js.JavaScriptBody may contain javacall attribute
Wed, 10 Jul 2013 09:54:14 +0200 Jaroslav Tulach Test to verify basic javacall works
Tue, 09 Jul 2013 21:06:35 +0200 Jaroslav Tulach Basic support for net.java.html.js annotations
Fri, 28 Jun 2013 16:10:26 +0200 Jaroslav Tulach System built on top of net.java.html.boot classloader seems to be working without problems. Merging to default branch
Fri, 28 Jun 2013 11:57:46 +0200 Jaroslav Tulach ArchetypeTest is passing now classloader
Thu, 27 Jun 2013 10:43:09 +0200 Jaroslav Tulach Fixing versioning in the archetype classloader
Thu, 27 Jun 2013 10:05:00 +0200 Jaroslav Tulach Old handlers are sometimes used even after remoteHttpHandler is called. Invalidate old handlers by forcing them to delegate to the latest one. classloader
Thu, 27 Jun 2013 06:59:33 +0200 Jaroslav Tulach Get ready for object being null classloader
Wed, 26 Jun 2013 20:27:06 +0200 Jaroslav Tulach Using the net.java.html's ko-fx implementation classloader
Wed, 26 Jun 2013 20:11:13 +0200 Jaroslav Tulach ko-fx tests are passing now classloader
Wed, 26 Jun 2013 20:03:40 +0200 Jaroslav Tulach Compiles fully classloader