Mon, 13 May 2013 14:53:16 +0200 Jaroslav Tulach Verifies the compilation and test execution works on both profiles: fxbrwsr as well as bck2brwsr
Mon, 13 May 2013 14:25:37 +0200 Jaroslav Tulach Moving archetype tests into separate module - at that moment it is possible to use the previously generated archetype
Mon, 13 May 2013 11:39:33 +0200 Jaroslav Tulach First sketch of the Knockout4J archetype
Thu, 09 May 2013 23:25:10 +0200 Jaroslav Tulach Using an updated version of launchers
Thu, 09 May 2013 21:49:33 +0200 Jaroslav Tulach Support other methods for XHR as well
Fri, 03 May 2013 11:19:23 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Fri, 03 May 2013 11:18:41 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.2
Fri, 03 May 2013 10:27:06 +0200 Jaroslav Tulach A way to parse an input stream and create a JSON object
Wed, 01 May 2013 07:20:06 +0200 Jaroslav Tulach Merging in recent updates needed to produce release-0.1
Wed, 01 May 2013 07:06:43 +0200 Jaroslav Tulach Making more things private, removing KOList and providing some fake Javadoc
Tue, 30 Apr 2013 17:28:02 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Tue, 30 Apr 2013 17:27:18 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.1
Mon, 29 Apr 2013 13:40:20 +0200 Jaroslav Tulach Group id of this binding is org.apidesign.html
Mon, 29 Apr 2013 12:53:39 +0200 Jaroslav Tulach Use centralized reference to bck2brwsr version
Mon, 29 Apr 2013 12:50:19 +0200 Jaroslav Tulach Putting the bck2brwsr bindings into html.java.net repository
Mon, 24 Jun 2013 14:18:17 +0200 Jaroslav Tulach No need for register method when we can do it via the HTTP classloader
Mon, 24 Jun 2013 14:17:42 +0200 Jaroslav Tulach Simplifying constructor classloader
Fri, 21 Jun 2013 22:34:09 +0200 Jaroslav Tulach Dynamic way of registering Http resources classloader
Fri, 21 Jun 2013 15:21:09 +0200 Jaroslav Tulach Ability to execute test methods annotated by other annotations than @BrwsrTest classloader
Thu, 20 Jun 2013 10:22:50 +0200 Jaroslav Tulach Using the Browser Bootstrap classloader classloader
Mon, 17 Jun 2013 19:55:31 +0200 Jaroslav Tulach Using the same trick with call also inside WebView classloader
Mon, 17 Jun 2013 19:52:10 +0200 Jaroslav Tulach null-related tests are passing now classloader
Mon, 17 Jun 2013 19:36:24 +0200 Jaroslav Tulach Initial attempt to pass this into non-static methods classloader
Mon, 17 Jun 2013 18:27:15 +0200 Jaroslav Tulach Ideally we should have no need to define the system property anymore classloader
Mon, 17 Jun 2013 17:40:30 +0200 Jaroslav Tulach Console using JavaScriptBody classloader
Mon, 17 Jun 2013 16:17:46 +0200 Jaroslav Tulach Allow overloaded @JavaScriptBody methods classloader
Mon, 17 Jun 2013 16:14:55 +0200 Jaroslav Tulach Read bytes properly classloader
Mon, 17 Jun 2013 11:00:51 +0200 Jaroslav Tulach @JavaScriptBody methods may be native classloader
Thu, 13 Jun 2013 16:48:17 +0200 Jaroslav Tulach New classloader can be used to load the twitter application classloader
Wed, 12 Jun 2013 18:19:29 +0200 Jaroslav Tulach Trying to use JsClassLoader in FX launcher classloader
Tue, 11 Jun 2013 15:11:56 +0200 Jaroslav Tulach Pass in location of startpage file
Tue, 11 Jun 2013 09:13:33 +0200 Jaroslav Tulach Can invoke method with int params and return type classloader
Mon, 10 Jun 2013 18:19:40 +0200 Jaroslav Tulach Separating the Fn class outside of the classloader and moving methods the generated code deals with into it classloader
Mon, 10 Jun 2013 18:12:38 +0200 Jaroslav Tulach Initial version of ClassLoader that understands @JavaScriptBody classloader
Sat, 08 Jun 2013 12:09:10 +0200 Jaroslav Tulach LiveHTML WebKitDebugging protocol through CLI that supports --livehtml command
Fri, 31 May 2013 09:16:23 +0200 Jaroslav Tulach Transparent background
Fri, 31 May 2013 09:12:10 +0200 Jaroslav Tulach Toggle button to enable/disable Firebug
Thu, 30 May 2013 06:09:42 +0200 Jaroslav Tulach When in debug mode, add toolbar
Tue, 28 May 2013 21:49:38 +0200 Jaroslav Tulach Make sure the launchers run on JDK6
Tue, 28 May 2013 21:49:11 +0200 Jaroslav Tulach Need transitive runtime dependencies
Tue, 28 May 2013 13:33:12 +0200 Anton Epple Added ServiceProvider Annotation sound
Tue, 28 May 2013 13:27:34 +0200 Anton Epple refactoring sound
Tue, 28 May 2013 13:26:37 +0200 Anton Epple implementation of sound api sound
Tue, 28 May 2013 08:50:06 +0200 Anton Epple small refactoring (back to drawXXX instead of paintXXX) canvas
Mon, 27 May 2013 15:26:43 +0200 Anton Epple removed some dependencies canvas
Mon, 27 May 2013 14:13:01 +0200 Anton Epple fixed bugs in Image Handling canvas
Mon, 27 May 2013 12:53:39 +0200 Anton Epple fix bug in Color canvas
Mon, 27 May 2013 11:31:41 +0200 Anton Epple RGBA values for ImageData canvas
Mon, 27 May 2013 11:26:55 +0200 Anton Epple RGBA values for ImageData canvas
Mon, 27 May 2013 11:18:05 +0200 Anton Epple A bit JavaDoc canvas
Mon, 27 May 2013 10:39:09 +0200 Anton Epple added cached object to image hashCode/equals canvas
Mon, 27 May 2013 10:24:34 +0200 Anton Epple removed factory methods for style. Those are in GraphicsContext now for consistency (GraphicsContext should create all graphics related Objects). canvas
Mon, 27 May 2013 10:19:36 +0200 Anton Epple Grouped Style subclasses as static inner classes of Style canvas
Mon, 27 May 2013 10:18:43 +0200 Anton Epple Grouped Style subclasses as static inner classes of Style canvas
Mon, 27 May 2013 10:04:39 +0200 Anton Epple Added Color as style canvas
Mon, 27 May 2013 10:00:12 +0200 Anton Epple Added Color as style canvas
Mon, 27 May 2013 08:33:59 +0200 Lubomir Nerad Added bck2BrwsrCnvrt to externs closure
Fri, 24 May 2013 18:04:55 +0200 Lubomir Nerad Merge with trunk closure
Mon, 27 May 2013 08:30:30 +0200 Anton Epple Readded Image and ImageData to have the complete API again. No need to use Data in API anymore. Added caching to Image. Image are not required to be added to the page anymore, but are created in javaScript instead. canvas
Mon, 27 May 2013 08:30:18 +0200 Anton Epple Readded Image and ImageData to have the complete API again. No need to use Data in API anymore. Added caching to Image. Image are not required to be added to the page anymore, but are created in javaScript instead. canvas