Thu, 28 Apr 2016 05:59:32 +0200Merging eval(@JavaScriptBody)
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 28 Apr 2016 05:59:32 +0200] rev 1955
Merging eval(@JavaScriptBody)

Thu, 28 Apr 2016 05:58:47 +0200Evaluate the JavaScriptResource scripts in a global scope EvalResource
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 28 Apr 2016 05:58:47 +0200] rev 1954
Evaluate the JavaScriptResource scripts in a global scope

Thu, 28 Apr 2016 05:54:52 +0200Only eval @JavaScriptBody resources, no other ones as those usually refer to internals of the VM EvalResource
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 28 Apr 2016 05:54:52 +0200] rev 1953
Only eval @JavaScriptBody resources, no other ones as those usually refer to internals of the VM

Wed, 27 Apr 2016 18:14:25 +0200eval(@JavaScriptResource) as string to prevent double obfuscation EvalResource
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Apr 2016 18:14:25 +0200] rev 1952
eval(@JavaScriptResource) as string to prevent double obfuscation

Sun, 24 Jan 2016 17:00:17 +0100Essential speedup when reading fields FasterSieve
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 24 Jan 2016 17:00:17 +0100] rev 1951
Essential speedup when reading fields

Sun, 24 Jan 2016 14:31:36 +0100Frequent access to mod32 operation defined on the Number.prototype is slowing things down significanty. FasterSieve
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 24 Jan 2016 14:31:36 +0100] rev 1950
Frequent access to mod32 operation defined on the Number.prototype is slowing things down significanty.

Wed, 27 Apr 2016 07:28:33 +0200Sample ko application is using JDK8 features. Disable it on JDK7
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Apr 2016 07:28:33 +0200] rev 1949
Sample ko application is using JDK8 features. Disable it on JDK7

Wed, 27 Apr 2016 06:38:18 +0200Propagate the exit code to Mojo
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Apr 2016 06:38:18 +0200] rev 1948
Propagate the exit code to Mojo

Wed, 27 Apr 2016 06:14:49 +0200Automatic testing of sample knockout based bck2brwsr application
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Apr 2016 06:14:49 +0200] rev 1947
Automatic testing of sample knockout based bck2brwsr application

Wed, 27 Apr 2016 06:13:59 +0200System.exit terminates associated launcher
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Apr 2016 06:13:59 +0200] rev 1946
System.exit terminates associated launcher

Wed, 27 Apr 2016 05:49:41 +0200Cancel previous timeouts and check for next one after executing one
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Apr 2016 05:49:41 +0200] rev 1945
Cancel previous timeouts and check for next one after executing one

Wed, 27 Apr 2016 04:01:39 +0200Using lamdas to schedule tasks
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Apr 2016 04:01:39 +0200] rev 1944
Using lamdas to schedule tasks

Tue, 26 Apr 2016 08:35:46 +0200emul.zip needs to initialize ClassPath dynamically
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Apr 2016 08:35:46 +0200] rev 1943
emul.zip needs to initialize ClassPath dynamically

Tue, 26 Apr 2016 08:05:09 +0200Don't include VM in VMTest initialization, let it be loaded on demand.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Apr 2016 08:05:09 +0200] rev 1942
Don't include VM in VMTest initialization, let it be loaded on demand.

Tue, 26 Apr 2016 08:04:12 +0200Adding sample module using knockout
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Apr 2016 08:04:12 +0200] rev 1941
Adding sample module using knockout

Tue, 26 Apr 2016 07:59:10 +0200Export externally referenced class and its methods
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Apr 2016 07:59:10 +0200] rev 1940
Export externally referenced class and its methods

Tue, 26 Apr 2016 06:03:37 +0200Strict check when using precompiled version of an OSGi library
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Apr 2016 06:03:37 +0200] rev 1939
Strict check when using precompiled version of an OSGi library

Tue, 26 Apr 2016 05:33:21 +0200Turning the VM into an OSGi bundle
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Apr 2016 05:33:21 +0200] rev 1938
Turning the VM into an OSGi bundle

Sun, 24 Apr 2016 15:09:40 +0200Compute csUrl first
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 24 Apr 2016 15:09:40 +0200] rev 1937
Compute csUrl first

Sun, 24 Apr 2016 15:07:44 +0200Append (true) to converted class name
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 24 Apr 2016 15:07:44 +0200] rev 1936
Append (true) to converted class name

Sun, 24 Apr 2016 14:17:09 +0200Directly referencing base classes as they have to be visible in the mini module
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 24 Apr 2016 14:17:09 +0200] rev 1935
Directly referencing base classes as they have to be visible in the mini module

Sun, 24 Apr 2016 08:28:22 +0200Use own implementation of replaceAll which is known to be always available
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 24 Apr 2016 08:28:22 +0200] rev 1934
Use own implementation of replaceAll which is known to be always available

Sun, 24 Apr 2016 06:51:32 +0200Disable to GC tests as they cause random problems in the FX launcher
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 24 Apr 2016 06:51:32 +0200] rev 1933
Disable to GC tests as they cause random problems in the FX launcher

Sat, 23 Apr 2016 05:43:17 +0200Pass in the reference to object that cannot be casted
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 23 Apr 2016 05:43:17 +0200] rev 1932
Pass in the reference to object that cannot be casted

Thu, 21 Apr 2016 06:23:16 +0200Convert undefined value read from arrays into null
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 21 Apr 2016 06:23:16 +0200] rev 1931
Convert undefined value read from arrays into null

Tue, 19 Apr 2016 07:24:30 +0200Make sure class cast exception contains the same message as produced by JDK
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 19 Apr 2016 07:24:30 +0200] rev 1930
Make sure class cast exception contains the same message as produced by JDK

Tue, 19 Apr 2016 05:31:17 +0200Get ready for missing output list element
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 19 Apr 2016 05:31:17 +0200] rev 1929
Get ready for missing output list element

Tue, 19 Apr 2016 05:27:43 +0200Using new line
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 19 Apr 2016 05:27:43 +0200] rev 1928
Using new line

Mon, 18 Apr 2016 07:32:35 +0200Launcher.createBrowser can specify its own page
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 18 Apr 2016 07:32:35 +0200] rev 1927
Launcher.createBrowser can specify its own page

Mon, 18 Apr 2016 05:15:11 +0200Include the unit test initialization script in generated bck2brwsr.js rather than embedding it in the harness.html page
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 18 Apr 2016 05:15:11 +0200] rev 1926
Include the unit test initialization script in generated bck2brwsr.js rather than embedding it in the harness.html page