Thu, 14 Mar 2013 09:22:28 +0100 Jaroslav Tulach Hacky way (relies on singleton) to get FX working. Can attach @On(event=CLICK) and show alert in FX WebView now fx
Wed, 13 Mar 2013 16:20:03 +0100 Jaroslav Tulach Initial attempt to use JavaFX: When running with -Dvmtest.brwsrs=fx, it runs the tests inside of WebView fx
Tue, 12 Mar 2013 21:22:33 +0100 Jaroslav Tulach Limit the number of nested for cycles by some constant
Tue, 12 Mar 2013 15:14:20 +0100 Jaroslav Tulach Splitting out several complicated (with loops) code generators into separate methods
Tue, 12 Mar 2013 13:54:26 +0100 Lubomir Nerad Merge with trunk closure
Tue, 12 Mar 2013 13:01:34 +0100 Jaroslav Tulach Print out details about the exception
Tue, 12 Mar 2013 09:25:08 +0100 Jaroslav Tulach Replacing for/switch flow control with multiple labeled for loops allowing fast jump back and if blocks for relatively cheap fall through. Local measurements on chrome indicate 30% speedup in the matrix multiplication benchmark.
Mon, 11 Mar 2013 20:53:18 +0100 Jaroslav Tulach Trying to get better results with .csv file
Mon, 11 Mar 2013 20:37:59 +0100 Jaroslav Tulach Filter out other results than those related to tenThousandIterations tests executed on browsers
Mon, 11 Mar 2013 19:41:06 +0100 Jaroslav Tulach Converting the times into properties file
Sun, 10 Mar 2013 21:28:50 +0100 Jaroslav Tulach Expand the array rather than copying it
Sun, 10 Mar 2013 21:28:00 +0100 Jaroslav Tulach Trying to make the static compilation mode as close to lazy one as possible: Class initializer method are not executed until the class is really referenced.
Sun, 10 Mar 2013 21:27:06 +0100 Jaroslav Tulach Don't generate too much empty lines
Sun, 10 Mar 2013 21:26:22 +0100 Jaroslav Tulach Make sure Number method are initialized on all number primitive values soon
Sun, 10 Mar 2013 09:31:14 +0100 Jaroslav Tulach String referencing id needs to be named id now.
Sun, 10 Mar 2013 09:29:03 +0100 Jaroslav Tulach String referencing id needs to be named id now. Update to new spec version.
Sat, 09 Mar 2013 16:09:35 +0100 Jaroslav Tulach Generated code is usually huge - start with large buffer
Sat, 09 Mar 2013 15:29:57 +0100 Jaroslav Tulach Don't append .0 when there is 'e' in the number
Sat, 09 Mar 2013 14:12:29 +0100 Jaroslav Tulach systemProperties has been deprecated, using systemPropertyVariables
Sat, 09 Mar 2013 11:58:50 +0100 Jaroslav Tulach doubleToLongBits and floatToIntBits implemented via typed arrays. Requires real browser (Rhino does not support typed arrays) and as such creating new module to hold the tests and execute them in 'brwsr' mode.
Sat, 09 Mar 2013 11:57:04 +0100 Jaroslav Tulach Don't convert int-like numbers to double
Fri, 08 Mar 2013 23:43:01 +0100 Jaroslav Tulach Only add the trailing '.0' if the number is known to be integer. Otherwise accept the string as provided by JavaScript
Fri, 08 Mar 2013 00:42:02 +0100 Jaroslav Tulach Verify nbactions.xml have the right version. Update everything to 0.5-SNAPSHOT.
Fri, 08 Mar 2013 00:41:04 +0100 Jaroslav Tulach Don't deploy dew
Thu, 07 Mar 2013 23:34:33 +0100 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Thu, 07 Mar 2013 23:34:05 +0100 Jaroslav Tulach [maven-release-plugin] copy for tag release-${releaseVersion}
Thu, 07 Mar 2013 23:33:50 +0100 Jaroslav Tulach [maven-release-plugin] prepare release release-${releaseVersion} release-0.4
Thu, 07 Mar 2013 22:47:35 +0100 Jaroslav Tulach Using more appealing name
Thu, 07 Mar 2013 22:35:15 +0100 Jaroslav Tulach Making sure the archetype always uses current version of bck2brwsr
Tue, 05 Mar 2013 23:09:28 +0100 Jaroslav Tulach Generating the whole emulation Javadoc in rt/emul/compact by using includeDependencySources
Tue, 05 Mar 2013 22:30:15 +0100 Jaroslav Tulach Generating the javadoc for the compact profile, as well as emul parent project. The parent Javadoc is more suitable for being shown to people.
Tue, 05 Mar 2013 22:10:13 +0100 Jaroslav Tulach Javadoc for minimal emulation library
Tue, 05 Mar 2013 19:00:36 +0100 Jaroslav Tulach Support for event parameters for methods annotated by @On(event). Basic idea by me, tests provided by Toni. Thanks a lot.
Tue, 05 Mar 2013 18:47:29 +0100 Jaroslav Tulach Merging Toni's fix for the canvas getHeight/Width methods
Tue, 05 Mar 2013 07:57:16 +0100 toni epple Fixed typo canvas
Mon, 04 Mar 2013 19:20:40 +0100 Jaroslav Tulach Moving the bytecode parser into a single class inside the vm module - Nexus does not like modules without javadoc and I certainly don't want to publish javadoc for the former javap
Mon, 04 Mar 2013 16:17:44 +0100 toni epple fixed bug in Canvas getWidth and getHeight canvas
Mon, 04 Mar 2013 16:15:38 +0100 toni epple merging from default canvas
Sun, 03 Mar 2013 22:50:02 +0100 Jaroslav Tulach The order of dimensions was reverted
Sat, 02 Mar 2013 17:02:00 +0100 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Sat, 02 Mar 2013 17:00:04 +0100 Jaroslav Tulach [maven-release-plugin] copy for tag bck2brwsr-0.3
Fri, 01 Mar 2013 22:08:37 +0100 Jaroslav Tulach [maven-release-plugin] prepare release bck2brwsr-0.3 bck2brwsr-0.3
Fri, 01 Mar 2013 17:22:14 +0100 Jaroslav Tulach Using 'vmtest.js' property with possibly value 'brwsr' and default value 'script'
Fri, 01 Mar 2013 17:21:33 +0100 Jaroslav Tulach Encode UTF-8 bytes, not characters
Fri, 01 Mar 2013 17:20:56 +0100 Jaroslav Tulach Shortening the result, so it fits into query part of URL
Fri, 01 Mar 2013 14:10:57 +0100 Jaroslav Tulach Allow execution in browser rather than Rhino. This should speed up our tests. Had to workaround Grizlly/Chrome misunderstanding about UTF-8
Thu, 28 Feb 2013 22:14:05 +0100 Jaroslav Tulach By default skip javadoc, enable it only on modules with an API for public consumption
Thu, 28 Feb 2013 22:01:57 +0100 Jaroslav Tulach Generate Javadoc for the experimental HTML page API
Thu, 28 Feb 2013 21:35:55 +0100 Jaroslav Tulach Better VM test Javadoc
Thu, 28 Feb 2013 21:14:11 +0100 Jaroslav Tulach No Javadoc for our mojo objects
Thu, 28 Feb 2013 21:11:45 +0100 Jaroslav Tulach No Javadoc for our javap copy
Thu, 28 Feb 2013 21:00:39 +0100 Jaroslav Tulach Few tweaks to launcher's Javadoc
Thu, 28 Feb 2013 20:51:53 +0100 Jaroslav Tulach Proper Javadoc for Bck2Brwsr Native annotations
Thu, 28 Feb 2013 13:00:24 +0100 Jaroslav Tulach Can use valueOf to get primitive value from all wrapper types
Thu, 28 Feb 2013 10:39:40 +0100 Jaroslav Tulach All primitive type wrappers (including Character and Boolean) now have proper valueOf implementation
Thu, 28 Feb 2013 09:50:14 +0100 Jaroslav Tulach Merge of new advances in arithmetic including JavaScript Number having all methods of java.lang.Number and good valueOf implementation
Thu, 28 Feb 2013 07:48:54 +0100 Jaroslav Tulach releasing the compiled code as soon as it is no longer needed to prevent OutOfMemoryError when adding more and more tests
Wed, 27 Feb 2013 23:40:32 +0100 Jaroslav Tulach Compare objects without conversions
Wed, 27 Feb 2013 23:40:18 +0100 Jaroslav Tulach Placing the toString and valueOf methods into java.lang.String prototype
Wed, 27 Feb 2013 21:45:41 +0100 Jaroslav Tulach 3 -> 2