Tue, 15 Jan 2013 11:39:15 +0100 Jaroslav Tulach Are multi dimensional arrays properly initialized with 0? arithmetic
Tue, 15 Jan 2013 09:46:21 +0100 Jaroslav Tulach Proper type of subarrays of multi dimensional array arrays
Tue, 15 Jan 2013 09:32:11 +0100 Jaroslav Tulach Detect attempts to get a class for invalid array signature arrays
Tue, 15 Jan 2013 09:23:46 +0100 Jaroslav Tulach getComponentType works in possitive cases arrays
Tue, 15 Jan 2013 09:01:19 +0100 Jaroslav Tulach Class.forName('[Z') returns meaningful result arrays
Tue, 15 Jan 2013 09:00:43 +0100 Jaroslav Tulach More test on array reflection arrays
Mon, 14 Jan 2013 18:21:48 +0100 Jaroslav Tulach More reflection for arrays. getClass() and isArray() work.
Mon, 14 Jan 2013 14:23:27 +0100 Jaroslav Tulach Check empty char array is initialized with the right values arithmetic
Mon, 14 Jan 2013 14:20:49 +0100 Jaroslav Tulach Fill object arrays with null, otherwise use 0 arithmetic
Mon, 14 Jan 2013 13:21:40 +0100 Martin Soch Moving integer arithmetic expressions into Number.prototype arithmetic
Mon, 14 Jan 2013 11:52:38 +0100 Jaroslav Tulach Merging use of function.call into default branch. It seems to be the way to go.
Mon, 14 Jan 2013 11:30:56 +0100 Jaroslav Tulach Using 'this' in @JavaScriptBody instance methods UseFunctionCall
Mon, 14 Jan 2013 10:57:51 +0100 Jaroslav Tulach Following standard object oriented calling conventions. Method run of Runnable r can now be called as r.run__V() UseFunctionCall
Mon, 14 Jan 2013 09:52:51 +0100 Martin Soch merge on Arithmetic branch arithmetic
Mon, 14 Jan 2013 09:47:38 +0100 Martin Soch Byte arithmetic - added tests + conversion from int->byte. arithmetic
Mon, 14 Jan 2013 09:17:18 +0100 Martin Soch Short arithmetic - added tests and conversion int->short. arithmetic
Sun, 13 Jan 2013 23:07:54 +0100 Martin Soch Integer arithmetic expressions extracted into simple functions. arithmetic
Sun, 13 Jan 2013 06:59:05 +0100 Jaroslav Tulach Need to import other elements, so using wildcard import
Sat, 12 Jan 2013 20:27:52 +0100 Jaroslav Tulach Generic methods for querying and changing attributes
Sat, 12 Jan 2013 20:24:30 +0100 Jaroslav Tulach Allowing access to all onsmthng events of page elements
Sat, 12 Jan 2013 18:18:25 +0100 Jaroslav Tulach Class.cast and Class.isInstance work
Sat, 12 Jan 2013 17:35:01 +0100 Jaroslav Tulach Support execution through browser on Windows
Sat, 12 Jan 2013 16:29:29 +0100 Jaroslav Tulach Processor for @JavaScriptBody annotation to warn when incorrect number of args is used and to provide code completion to generate the field
Sat, 12 Jan 2013 15:44:09 +0100 Jaroslav Tulach Merging in integer arithmetic by Martin
Sat, 12 Jan 2013 15:40:20 +0100 Jaroslav Tulach Support for reflection on char parameter/return type
Sat, 12 Jan 2013 15:39:33 +0100 Jaroslav Tulach Computing the String hashCode in Java, but storing it in JavaScript arithmetic
Sat, 12 Jan 2013 10:44:37 +0100 Jaroslav Tulach Basic support for timer
Fri, 11 Jan 2013 16:36:28 +0100 Martin Soch merge with trunk arithmetic
Fri, 11 Jan 2013 16:07:55 +0100 Martin Soch putting back JavaScript version of String.hashCode() arithmetic
Fri, 11 Jan 2013 11:17:55 +0100 Jaroslav Tulach Adding forgotten licenses
Thu, 10 Jan 2013 20:15:11 +0100 Jaroslav Tulach Can read resources as streams
Thu, 10 Jan 2013 13:09:19 +0100 Jaroslav Tulach catch (Throwable t) caches everything (as usual in Java) including JavaScript own errors.
Thu, 10 Jan 2013 10:05:17 +0100 Jaroslav Tulach Milos pointed out its Velocity - e.g. we can replace characters in properties if we want
Wed, 09 Jan 2013 20:55:26 +0100 Jaroslav Tulach bck2brwsr archetype
Tue, 08 Jan 2013 16:32:11 +0100 Jaroslav Tulach Non-existing method query yield proper exception
Tue, 08 Jan 2013 16:26:36 +0100 Jaroslav Tulach Merging in NoSuchMethodException
Tue, 08 Jan 2013 16:01:25 +0100 Jaroslav Tulach Can invoke methods with parameters via reflection
Tue, 08 Jan 2013 16:25:01 +0100 Jaroslav Tulach NoSuchMethodException is needed by Class.getMethod jdk7-b147
Mon, 07 Jan 2013 18:40:20 +0100 Jaroslav Tulach Can work with methods without return type
Mon, 07 Jan 2013 18:33:03 +0100 Jaroslav Tulach Merging in Void
Mon, 07 Jan 2013 18:30:06 +0100 Jaroslav Tulach Adding Void to support invocation of methods without return type jdk7-b147
Mon, 07 Jan 2013 18:27:01 +0100 Jaroslav Tulach @Compare method can throw exceptions
Mon, 07 Jan 2013 17:22:59 +0100 Jaroslav Tulach Make sure this has some value
Mon, 07 Jan 2013 16:46:09 +0100 Jaroslav Tulach Object.clone seems to be well supported
Thu, 03 Jan 2013 16:30:09 +0100 Jaroslav Tulach Merge of using Arrays.deepHashCode again
Thu, 03 Jan 2013 16:25:58 +0100 Jaroslav Tulach Backed out changeset c02d1729f024: After Lubo's fix b2f68438b0e2 we can use Arrays.deepHashCode again.
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