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
Fri, 24 May 2013 16:45:32 +0200 Lubomir Nerad Partial fix for Bug 5032: added ArithmeticException to fixed dependencies closure
Fri, 24 May 2013 12:34:38 +0200 Anton Epple added caching of style to implementation canvas
Fri, 24 May 2013 12:29:58 +0200 Anton Epple added caching to style canvas
Fri, 24 May 2013 07:50:07 +0200 Anton Epple added missing dependency on canvas canvas
Fri, 24 May 2013 07:39:42 +0200 Anton Epple refactored maven archetype to work with updated API canvas
Fri, 24 May 2013 07:37:46 +0200 Anton Epple Added Dimension class to fix problem with TextMetrics canvas
Fri, 24 May 2013 07:36:58 +0200 Anton Epple Added Dimension class to fix problem with TextMetrics canvas
Thu, 23 May 2013 15:36:42 +0200 Anton Epple moved GRaphicsEnvironment to SPI package canvas
Thu, 23 May 2013 15:33:14 +0200 Anton Epple moved some non-api classes out of api package canvas
Thu, 23 May 2013 10:02:14 +0200 Anton Epple temporarily disabled ImageData before we found a nice solution. Maybe introduce PixelReader PixelWriter for GraphicsContext. canvas
Thu, 23 May 2013 09:56:49 +0200 Anton Epple temporarily disabled ImageData before we found a nice solution. Maybe introduce PixelReader PixelWriter for GraphicsContext. canvas
Thu, 23 May 2013 09:47:20 +0200 Anton Epple Limited extensibility of Style and it's three allowed subclasses canvas
Thu, 23 May 2013 08:15:11 +0200 Anton Epple moved creation of Gradient and patterns to GC and removed it from GE canvas
Thu, 23 May 2013 08:07:54 +0200 Anton Epple cleaned up method names (image ->imagedata) canvas
Wed, 22 May 2013 17:49:01 +0200 Anton Epple updated API canvas