Fri, 27 Sep 2013 20:20:50 +0200 Jaroslav Tulach JavaOne attendees asked for support for String.replaceAll, so here it is
Thu, 26 Sep 2013 16:40:32 -0700 Anton Epple documentation canvas
Thu, 26 Sep 2013 16:33:04 -0700 Anton Epple documentation canvas
Fri, 27 Sep 2013 00:49:48 +0200 Jaroslav Tulach Use factory method to create GraphicsContext canvas
Fri, 27 Sep 2013 00:41:07 +0200 Jaroslav Tulach Commenting out currently not needed methods canvas
Thu, 26 Sep 2013 23:50:31 +0200 Jaroslav Tulach Depend on 0.9-SNAPSHOT version of the API canvas
Thu, 26 Sep 2013 14:33:27 -0700 Anton Epple made image final canvas
Thu, 26 Sep 2013 14:26:58 -0700 Anton Epple license fixes canvas
Thu, 26 Sep 2013 14:20:18 -0700 Anton Epple refactoring for API review canvas
Thu, 26 Sep 2013 19:41:34 +0200 Jaroslav Tulach Don't generate the javascript, use the artifact from vm4brwsr project
Thu, 26 Sep 2013 19:39:14 +0200 Jaroslav Tulach Make the animations work on firefox and other non-webkit browsers
Thu, 26 Sep 2013 19:21:18 +0200 Jaroslav Tulach Use pre-compiled version of the VM javascript in generated archetypes
Wed, 25 Sep 2013 05:50:10 +0200 Jaroslav Tulach Adding missing license header
Mon, 23 Sep 2013 07:52:41 -0700 Anton Epple removed logger canvas
Mon, 23 Sep 2013 07:09:13 -0700 Anton Epple Fixed bug in logger & registered Graphicsenvironment service canvas
Mon, 23 Sep 2013 00:59:14 +0200 Jaroslav Tulach Can we run Javac in the bck2brwsr VM? javac
Sun, 22 Sep 2013 21:56:49 +0200 Jaroslav Tulach Need EnumSet for Javac
Sun, 22 Sep 2013 21:51:56 +0200 Jaroslav Tulach Merging EnumMap and set
Sun, 22 Sep 2013 21:49:42 +0200 Jaroslav Tulach Need EnumMap, EnumSet for the javac jdk7-b147
Sun, 22 Sep 2013 21:42:48 +0200 Jaroslav Tulach Trivial implementation of isWhitespace
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