Thu, 03 Jan 2013 16:20:21 +0100 Jaroslav Tulach Merging Lubo's fix in as all tests continue to pass
Thu, 03 Jan 2013 16:16:04 +0100 Lubomir Nerad Array flag in ByteCodeToJavaScript.countArgs is not reset to false for object types. The following signature '([Ljava/lang/Object;)I' is incorrectly reported to return array
Thu, 03 Jan 2013 11:29:22 +0100 Jaroslav Tulach Using 'o' instead of full name of java.lang.Object TypeNickNames
Thu, 03 Jan 2013 11:20:40 +0100 Jaroslav Tulach Using 's' instead of Ljava_lang_String_2 TypeNickNames
Thu, 03 Jan 2013 11:13:40 +0100 Jaroslav Tulach Removing no longer needed javascript file
Thu, 03 Jan 2013 11:11:30 +0100 Jaroslav Tulach Reliable indexOf on StringBuilder
Thu, 03 Jan 2013 09:14:57 +0100 Jaroslav Tulach clone works on arrays
Mon, 31 Dec 2012 17:50:27 +0100 Jaroslav Tulach Finally block is supported
Mon, 31 Dec 2012 12:44:51 +0100 Jaroslav Tulach Multiple exceptions in a single method supported
Sat, 29 Dec 2012 20:20:59 +0100 Jaroslav Tulach Ability to eliminate debug messages
Sat, 29 Dec 2012 20:10:10 +0100 Jaroslav Tulach Use only single try/catch on when there is no branching point
Sat, 29 Dec 2012 19:46:09 +0100 Jaroslav Tulach Constructors are not assigned to prototype, as they are not inherited. newInstance checks for access rights.
Sat, 29 Dec 2012 19:44:58 +0100 Jaroslav Tulach Providing access to compiled code
Sat, 29 Dec 2012 19:44:20 +0100 Jaroslav Tulach JavaScriptBody does not honor Object.equals. Keeping original Java code only
Sat, 29 Dec 2012 19:43:26 +0100 Jaroslav Tulach Check correct exception is thrown when accessing private constructor
Sat, 29 Dec 2012 19:42:47 +0100 Jaroslav Tulach Dump some information about executed code
Fri, 28 Dec 2012 12:35:32 +0100 Jaroslav Tulach Class.getMethods returns only public methods
Fri, 28 Dec 2012 08:48:08 +0100 Jaroslav Tulach Moving non-public access method into org.apidesign.bck2brwsr.emul package
Fri, 28 Dec 2012 07:59:43 +0100 Jaroslav Tulach Verifying that arrays are created with zeroed elements
Thu, 27 Dec 2012 19:50:16 +0100 Jaroslav Tulach Don't throw NPEs when executing the calculator demo
Thu, 27 Dec 2012 19:39:58 +0100 Jaroslav Tulach No need to profiles. Just run with -Dvmtest.brwsrs=firefox
Thu, 27 Dec 2012 17:17:24 +0100 Jaroslav Tulach No need for Js Test Driver files
Wed, 26 Dec 2012 17:43:31 +0100 Jaroslav Tulach Calling Arrays.deepHashCode causes the Bck2Brwsr VM to fail 'Type Mishmash' on stack
Wed, 26 Dec 2012 17:10:01 +0100 Jaroslav Tulach Work with all throwables
Tue, 25 Dec 2012 17:46:21 +0100 Jaroslav Tulach Keeping single instance of LaunchSetup
Tue, 25 Dec 2012 15:31:58 +0100 Jaroslav Tulach One can specify list of browsers to test in via 'vmtest.brwsrs' property
Tue, 25 Dec 2012 15:08:39 +0100 Jaroslav Tulach Hidding the launchers behind common fasade
Tue, 25 Dec 2012 14:07:02 +0100 Jaroslav Tulach Can execute the matrix multiplication test using VMTest
Tue, 25 Dec 2012 13:31:35 +0100 Jaroslav Tulach Removing unused imports
Mon, 24 Dec 2012 08:35:36 +0100 Jaroslav Tulach Merging Tomas Zezula's work on exceptions to default development line
Mon, 24 Dec 2012 08:33:40 +0100 Jaroslav Tulach Fixing license of files that are donated by us exceptions
Mon, 24 Dec 2012 08:30:20 +0100 Jaroslav Tulach Need to return null for unknown keys exceptions
Mon, 24 Dec 2012 08:19:55 +0100 Jaroslav Tulach Initial attempt to merge current default branch with exceptions exceptions
Mon, 24 Dec 2012 08:04:45 +0100 Jaroslav Tulach Keeping old name for static demo-calculator, as its build products are referenced by Hudson jobs
Mon, 24 Dec 2012 07:57:33 +0100 Jaroslav Tulach Merging launcher branch to default - seems to work reliably well
Mon, 24 Dec 2012 07:51:15 +0100 Jaroslav Tulach Archiving static compilation demo
Sun, 23 Dec 2012 23:30:06 +0100 Jaroslav Tulach Execution time reported by TestNG reflect the time it took to run the query inside of a browser launcher
Sun, 23 Dec 2012 18:24:18 +0100 Jaroslav Tulach Separating initialization and method execution on HTTP launcher as well launcher
Sun, 23 Dec 2012 17:02:34 +0100 Jaroslav Tulach JavaScript and HTTP launchers separated launcher
Sun, 23 Dec 2012 09:17:26 +0100 Jaroslav Tulach Trying again behavior of xdg-open on the hudson runner launcher
Sat, 22 Dec 2012 23:23:09 +0100 Jaroslav Tulach Bigger time out - 3min as the hudson.apidesign.org is very slow launcher
Sat, 22 Dec 2012 21:59:02 +0100 Jaroslav Tulach Disable usage of Desktop.browse, as we are unable to close the browser launcher
Sat, 22 Dec 2012 21:35:14 +0100 Jaroslav Tulach Closing the window when data are processed. launcher
Sat, 22 Dec 2012 21:00:23 +0100 Jaroslav Tulach Starting and also shutdowning the browser. Currently optimized from chrome launcher
Sat, 22 Dec 2012 15:01:20 +0100 Jaroslav Tulach Log also what is happening in the server launcher
Sat, 22 Dec 2012 14:55:49 +0100 Jaroslav Tulach Timeout per single test launcher
Fri, 21 Dec 2012 12:49:27 +0100 Jaroslav Tulach Using logger rather than System.err launcher
Fri, 21 Dec 2012 09:18:52 +0100 Jaroslav Tulach Print out the output of launched brwsr launcher
Thu, 20 Dec 2012 21:54:33 +0100 Jaroslav Tulach Moving the read method closer to the definition of the script launcher
Thu, 20 Dec 2012 21:53:58 +0100 Jaroslav Tulach Increasing timeout, so it can succeed on the build host machine launcher
Thu, 20 Dec 2012 21:39:16 +0100 Jaroslav Tulach Loaded classes need to have their static initializes invoked. Before accessing static field of a class, initializers need to be executed as well. launcher
Thu, 20 Dec 2012 16:17:31 +0100 Jaroslav Tulach Mojo for execution in a browser launcher
Thu, 20 Dec 2012 11:03:34 +0100 Jaroslav Tulach Using the Console for invoking VMTests in Rhino. All tests are passing now. launcher
Thu, 20 Dec 2012 08:59:47 +0100 Jaroslav Tulach Support for reflection on primitive types. All tests finish in the browser. launcher
Wed, 19 Dec 2012 16:43:37 +0100 Jaroslav Tulach Reflective calls on methods that return int launcher
Tue, 18 Dec 2012 16:04:37 +0100 Jaroslav Tulach Reasonable TYPE for primitive types launcher
Wed, 19 Dec 2012 11:12:04 +0100 Martin Soch Added tests for integer division and reminder after division. Removed JS version of String.hashCode since standard version is already correct. arithmetic
Tue, 18 Dec 2012 20:19:11 +0100 Martin Soch Added test for + - * operations in int32 arithmetic, updated JS generator to produce code for correct int32 arithmetic. arithmetic
Tue, 18 Dec 2012 13:25:32 +0100 Jaroslav Tulach Starting the HTTP server only once launcher
Tue, 18 Dec 2012 13:10:56 +0100 Jaroslav Tulach Can execute tests in real browser launcher