Tue, 30 Oct 2012 08:27:04 +0100ClassLoader and closeable interface are needed as well jdk7-b147
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 30 Oct 2012 08:27:04 +0100] rev 119
ClassLoader and closeable interface are needed as well

Mon, 29 Oct 2012 12:31:39 +0100We need Class.getResourceAsStream jdk7-b147
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 29 Oct 2012 12:31:39 +0100] rev 118
We need Class.getResourceAsStream

Mon, 29 Oct 2012 13:05:56 +0100Code completion for the ids in the XHTML page
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 29 Oct 2012 13:05:56 +0100] rev 117
Code completion for the ids in the XHTML page

Tue, 23 Oct 2012 16:50:27 +0200Some basic operations needed for a trivial calculator
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 23 Oct 2012 16:50:27 +0200] rev 116
Some basic operations needed for a trivial calculator

Wed, 17 Oct 2012 15:59:04 +0200Support for switch
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 17 Oct 2012 15:59:04 +0200] rev 115
Support for switch

Tue, 16 Oct 2012 18:04:11 +0200Same basic operations with Number subclasses now work
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 16 Oct 2012 18:04:11 +0200] rev 114
Same basic operations with Number subclasses now work

Tue, 16 Oct 2012 17:40:51 +0200compile just once
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 16 Oct 2012 17:40:51 +0200] rev 113
compile just once

Tue, 16 Oct 2012 17:24:43 +0200Don't need dependency on JUnit
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 16 Oct 2012 17:24:43 +0200] rev 112
Don't need dependency on JUnit

Tue, 16 Oct 2012 17:18:37 +0200Fixing license
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 16 Oct 2012 17:18:37 +0200] rev 111
Fixing license

Tue, 16 Oct 2012 17:17:43 +0200Polishing imports, removing debug messages
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 16 Oct 2012 17:17:43 +0200] rev 110
Polishing imports, removing debug messages

Tue, 16 Oct 2012 16:51:22 +0200Maven mojo to generate the Javascript during compilation phase
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 16 Oct 2012 16:51:22 +0200] rev 109
Maven mojo to generate the Javascript during compilation phase

Tue, 16 Oct 2012 13:23:04 +0200Deduce name of the class to generate from the name of the HTML page
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 16 Oct 2012 13:23:04 +0200] rev 108
Deduce name of the class to generate from the name of the HTML page

Tue, 16 Oct 2012 12:49:59 +0200mvn clean install on root project succeeds
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 16 Oct 2012 12:49:59 +0200] rev 107
mvn clean install on root project succeeds

Tue, 16 Oct 2012 12:42:00 +0200Fixing license in all files
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 16 Oct 2012 12:42:00 +0200] rev 106
Fixing license in all files

Tue, 16 Oct 2012 12:27:15 +0200Removing unneeded file
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 16 Oct 2012 12:27:15 +0200] rev 105
Removing unneeded file

Tue, 16 Oct 2012 11:55:56 +0200Concatenation of strings works
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 16 Oct 2012 11:55:56 +0200] rev 104
Concatenation of strings works

Thu, 11 Oct 2012 10:43:17 -0700Less compilation during test execution
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 11 Oct 2012 10:43:17 -0700] rev 103
Less compilation during test execution

Thu, 11 Oct 2012 10:03:21 -0700Static methods needs to be in the prototype, as the bytecode can refer to them as being in a subclass
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 11 Oct 2012 10:03:21 -0700] rev 102
Static methods needs to be in the prototype, as the bytecode can refer to them as being in a subclass

Thu, 11 Oct 2012 06:16:00 -0700The emulation approach turned to be working well. Let's merge it to trunk.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 11 Oct 2012 06:16:00 -0700] rev 101
The emulation approach turned to be working well. Let's merge it to trunk.

Thu, 11 Oct 2012 06:15:22 -0700Now we are able to change a title of a page inside of a browser emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 11 Oct 2012 06:15:22 -0700] rev 100
Now we are able to change a title of a page inside of a browser

Thu, 11 Oct 2012 04:11:42 -0700Multiparameter static methods with JavaScriptBody work now emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 11 Oct 2012 04:11:42 -0700] rev 99
Multiparameter static methods with JavaScriptBody work now

Wed, 10 Oct 2012 16:49:45 -0700Support reordering of class declarations emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 10 Oct 2012 16:49:45 -0700] rev 98
Support reordering of class declarations

Tue, 09 Oct 2012 18:47:42 -0700Better order of static initializers emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 09 Oct 2012 18:47:42 -0700] rev 97
Better order of static initializers

Tue, 09 Oct 2012 18:26:23 -0700push grows the array emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 09 Oct 2012 18:26:23 -0700] rev 96
push grows the array

Tue, 09 Oct 2012 11:12:20 -0700We don't want special settings emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 09 Oct 2012 11:12:20 -0700] rev 95
We don't want special settings

Tue, 09 Oct 2012 11:11:58 -0700Concatenation of string and integer works emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 09 Oct 2012 11:11:58 -0700] rev 94
Concatenation of string and integer works

Mon, 08 Oct 2012 17:10:27 -0700Concatanation of strings sort of works (but produces wrong result) emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 08 Oct 2012 17:10:27 -0700] rev 93
Concatanation of strings sort of works (but produces wrong result)

Wed, 03 Oct 2012 08:19:44 -0700Merging the strings work into the emulation attempt emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 03 Oct 2012 08:19:44 -0700] rev 92
Merging the strings work into the emulation attempt

Wed, 03 Oct 2012 08:05:24 -0700Annotation to control conversion to JavaScript strings
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 03 Oct 2012 08:05:24 -0700] rev 91
Annotation to control conversion to JavaScript

Sun, 30 Sep 2012 19:40:04 -0700Separate the read method strings
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 19:40:04 -0700] rev 90
Separate the read method

Sun, 30 Sep 2012 19:01:46 -0700Don't call to System emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 19:01:46 -0700] rev 89
Don't call to System

Sun, 30 Sep 2012 18:58:50 -0700assertion status method is used by compiler emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 18:58:50 -0700] rev 88
assertion status method is used by compiler

Sun, 30 Sep 2012 18:57:15 -0700Merge of Boolean emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 18:57:15 -0700] rev 87
Merge of Boolean

Sun, 30 Sep 2012 18:42:44 -0700Need boolean as well jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 18:42:44 -0700] rev 86
Need boolean as well

Sun, 30 Sep 2012 18:40:47 -0700Removing methods from Character emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 18:40:47 -0700] rev 85
Removing methods from Character

Sun, 30 Sep 2012 18:29:37 -0700Almost compilable emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 18:29:37 -0700] rev 84
Almost compilable

Sun, 30 Sep 2012 17:42:21 -0700Serialization and printStackTrace commented out for now emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 17:42:21 -0700] rev 83
Serialization and printStackTrace commented out for now

Sun, 30 Sep 2012 17:40:28 -0700Merging removal of NPE emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 17:40:28 -0700] rev 82
Merging removal of NPE

Sun, 30 Sep 2012 17:40:14 -0700Removing misplaced class jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 17:40:14 -0700] rev 81
Removing misplaced class

Sun, 30 Sep 2012 17:39:50 -0700The getPrimitiveClass method is called from many places emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 17:39:50 -0700] rev 80
The getPrimitiveClass method is called from many places

Sun, 30 Sep 2012 17:29:51 -0700Disabling serialization for now emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 17:29:51 -0700] rev 79
Disabling serialization for now

Sun, 30 Sep 2012 17:26:01 -0700Bringing in OutOfMemoryError emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 17:26:01 -0700] rev 78
Bringing in OutOfMemoryError

Sun, 30 Sep 2012 17:25:41 -0700OutOfMem extends VirtualMachineErr jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 17:25:41 -0700] rev 77
OutOfMem extends VirtualMachineErr

Sun, 30 Sep 2012 17:23:09 -0700StringBuilder throws OutOfMemoryError jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 17:23:09 -0700] rev 76
StringBuilder throws OutOfMemoryError

Sun, 30 Sep 2012 17:21:04 -0700Use trivial char <-> byte conversions emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 17:21:04 -0700] rev 75
Use trivial char <-> byte conversions

Sun, 30 Sep 2012 17:17:00 -0700Don't support other encodings than UTF-8 emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 17:17:00 -0700] rev 74
Don't support other encodings than UTF-8

Sun, 30 Sep 2012 17:12:18 -0700Copy array the old way emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 17:12:18 -0700] rev 73
Copy array the old way

Sun, 30 Sep 2012 17:10:32 -0700Centralize all calls to System.arraycopy under one method in String emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 17:10:32 -0700] rev 72
Centralize all calls to System.arraycopy under one method in String

Sun, 30 Sep 2012 14:37:39 -0700Merging exceptions, and etc. emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 14:37:39 -0700] rev 71
Merging exceptions, and etc.

Sun, 30 Sep 2012 14:36:45 -0700AssertionError is necessary for NetBeans to recognize JDK 1.4 jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 30 Sep 2012 14:36:45 -0700] rev 70
AssertionError is necessary for NetBeans to recognize JDK 1.4

Sat, 29 Sep 2012 11:37:46 +0200Adding also strict math jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 11:37:46 +0200] rev 69
Adding also strict math

Sat, 29 Sep 2012 11:01:22 +0200More exceptions and finally bringing in Character jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 11:01:22 +0200] rev 68
More exceptions and finally bringing in Character

Sat, 29 Sep 2012 10:56:23 +0200Bringing in math & numbers jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 10:56:23 +0200] rev 67
Bringing in math & numbers

Sat, 29 Sep 2012 10:52:05 +0200Exceptions and annotations jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 10:52:05 +0200] rev 66
Exceptions and annotations

Sat, 29 Sep 2012 10:47:42 +0200Commenting out methods that should not be implemented in JavaScript version emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 10:47:42 +0200] rev 65
Commenting out methods that should not be implemented in JavaScript version

Sat, 29 Sep 2012 08:26:30 +0200Commenting out extra-adventurous methods in String emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 08:26:30 +0200] rev 64
Commenting out extra-adventurous methods in String

Sat, 29 Sep 2012 08:18:39 +0200Bringing in Comparator emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 08:18:39 +0200] rev 63
Bringing in Comparator

Sat, 29 Sep 2012 08:18:18 +0200We need comparator as String exposes its implementation jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 08:18:18 +0200] rev 62
We need comparator as String exposes its implementation

Sat, 29 Sep 2012 08:13:32 +0200Removing references to classes that would create too big transitive dependencies emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 08:13:32 +0200] rev 61
Removing references to classes that would create too big transitive dependencies

Sat, 29 Sep 2012 07:50:39 +0200Bringing in Appendable emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 07:50:39 +0200] rev 60
Bringing in Appendable

Sat, 29 Sep 2012 07:50:20 +0200We need appendable for StringBuilder jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 07:50:20 +0200] rev 59
We need appendable for StringBuilder

Sat, 29 Sep 2012 07:49:34 +0200Less dependencies on other packages emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 07:49:34 +0200] rev 58
Less dependencies on other packages

Sat, 29 Sep 2012 06:47:28 +0200Bringing in 3rd batch of JDK classes emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 06:47:28 +0200] rev 57
Bringing in 3rd batch of JDK classes

Sat, 29 Sep 2012 06:47:05 +02003rd batch of classes jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 06:47:05 +0200] rev 56
3rd batch of classes

Sat, 29 Sep 2012 06:42:45 +0200Why is there an import of this kind? emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 06:42:45 +0200] rev 55
Why is there an import of this kind?

Sat, 29 Sep 2012 06:41:48 +0200Removing unused import emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 06:41:48 +0200] rev 54
Removing unused import

Sat, 29 Sep 2012 06:39:39 +0200Merging second batch of JDK classes emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 06:39:39 +0200] rev 53
Merging second batch of JDK classes

Sat, 29 Sep 2012 06:38:34 +0200More classes that could not be found jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 06:38:34 +0200] rev 52
More classes that could not be found

Sat, 29 Sep 2012 06:34:18 +0200Make it compilable with JDK1.6 emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 06:34:18 +0200] rev 51
Make it compilable with JDK1.6

Sat, 29 Sep 2012 06:29:06 +0200Added tag jdk7-b147_base for changeset 0a115f1c6f3c emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Sep 2012 06:29:06 +0200] rev 50
Added tag jdk7-b147_base for changeset 0a115f1c6f3c

Fri, 28 Sep 2012 17:59:03 +0200Bringing in core Java classes as of OpenJDK tag jdk7-b147 emul jdk7-b147_base
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Sep 2012 17:59:03 +0200] rev 49
Bringing in core Java classes as of OpenJDK tag jdk7-b147

Fri, 28 Sep 2012 14:58:21 +0200Supporting iconst_m1
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Sep 2012 14:58:21 +0200] rev 48
Supporting iconst_m1

Fri, 28 Sep 2012 14:47:12 +0200New advances in support of null strings
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Sep 2012 14:47:12 +0200] rev 47
New advances in support of null

Fri, 28 Sep 2012 14:45:00 +0200Understands aconst_null. To achieve that we realized that invokeinterface bytecode is followed by four bytes, not just two.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Sep 2012 14:45:00 +0200] rev 46
Understands aconst_null. To achieve that we realized that invokeinterface bytecode is followed by four bytes, not just two.

Fri, 28 Sep 2012 14:06:57 +0200new String(char[]).toString() works strings
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Sep 2012 14:06:57 +0200] rev 45
new String(char[]).toString() works

Fri, 28 Sep 2012 13:15:45 +0200Support for String.getChars strings
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Sep 2012 13:15:45 +0200] rev 44
Support for String.getChars

Fri, 28 Sep 2012 13:01:17 +0200Merge of default branch that properly computes names of methods now strings
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Sep 2012 13:01:17 +0200] rev 43
Merge of default branch that properly computes names of methods now

Fri, 28 Sep 2012 12:58:20 +0200Unifying the way method names are constructed so they work for arrays as well
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Sep 2012 12:58:20 +0200] rev 42
Unifying the way method names are constructed so they work for arrays as well

Fri, 28 Sep 2012 09:29:53 +0200Specify version of maven-jar-plugin
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Sep 2012 09:29:53 +0200] rev 41
Specify version of maven-jar-plugin

Fri, 28 Sep 2012 08:00:05 +0200instanceOf can also be handled on the level of prototype
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Sep 2012 08:00:05 +0200] rev 40
instanceOf can also be handled on the level of prototype

Fri, 28 Sep 2012 07:55:15 +0200Using // for instructions
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Sep 2012 07:55:15 +0200] rev 39
Using // for instructions

Fri, 28 Sep 2012 07:52:17 +0200VMT should be in prototype
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Sep 2012 07:52:17 +0200] rev 38
VMT should be in prototype

Fri, 28 Sep 2012 07:48:24 +0200Skip private and static methods when generating the VMT
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Sep 2012 07:48:24 +0200] rev 37
Skip private and static methods when generating the VMT

Fri, 28 Sep 2012 07:43:53 +0200Implementation of two more methods for String - yet many are missing to make StringBuilder work strings
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Sep 2012 07:43:53 +0200] rev 36
Implementation of two more methods for String - yet many are missing to make StringBuilder work

Fri, 28 Sep 2012 07:27:34 +0200Basic emulation of java.lang.String that supports charAt strings
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Sep 2012 07:27:34 +0200] rev 35
Basic emulation of java.lang.String that supports charAt

Tue, 25 Sep 2012 17:30:13 +0200Initial tests to try to support strings strings
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 25 Sep 2012 17:30:13 +0200] rev 34
Initial tests to try to support strings

Tue, 25 Sep 2012 17:29:41 +0200Can we call a filter that takes an object array?
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 25 Sep 2012 17:29:41 +0200] rev 33
Can we call a filter that takes an object array?

Tue, 25 Sep 2012 14:19:12 +0200Handle methods that take and return array arguments
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 25 Sep 2012 14:19:12 +0200] rev 32
Handle methods that take and return array arguments

Tue, 25 Sep 2012 12:38:07 +0200Few more instructions
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 25 Sep 2012 12:38:07 +0200] rev 31
Few more instructions

Tue, 25 Sep 2012 12:26:29 +0200Support for casts
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 25 Sep 2012 12:26:29 +0200] rev 30
Support for casts

Tue, 25 Sep 2012 12:11:03 +0200Main method to compile some classes
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 25 Sep 2012 12:11:03 +0200] rev 29
Main method to compile some classes

Tue, 25 Sep 2012 09:55:34 +0200Support for @OnClick behavior
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 25 Sep 2012 09:55:34 +0200] rev 28
Support for @OnClick behavior

Tue, 25 Sep 2012 09:08:39 +0200Adding some different methods to various HTML elements and trying to override some methods with Element.js
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 25 Sep 2012 09:08:39 +0200] rev 27
Adding some different methods to various HTML elements and trying to override some methods with Element.js

Mon, 24 Sep 2012 15:06:43 +0200Can extract 'id' elements from a page and generate appropriate HTML page
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 24 Sep 2012 15:06:43 +0200] rev 26
Can extract 'id' elements from a page and generate appropriate HTML page

Mon, 24 Sep 2012 12:39:21 +0200Can find all IDs in an XHTML page
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 24 Sep 2012 12:39:21 +0200] rev 25
Can find all IDs in an XHTML page

Mon, 24 Sep 2012 11:22:50 +0200Fixing licenses by running mvn license:format -Dyear=2012
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 24 Sep 2012 11:22:50 +0200] rev 24
Fixing licenses by running mvn license:format -Dyear=2012

Mon, 24 Sep 2012 11:19:11 +0200Ignoring target files, adding master pom
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 24 Sep 2012 11:19:11 +0200] rev 23
Ignoring target files, adding master pom

Mon, 24 Sep 2012 11:07:38 +0200Getting ready for multiple projects inside one Hg repository
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 24 Sep 2012 11:07:38 +0200] rev 22
Getting ready for multiple projects inside one Hg repository

Mon, 24 Sep 2012 09:35:00 +0200Basic support for manipulating array
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 24 Sep 2012 09:35:00 +0200] rev 21
Basic support for manipulating array

Fri, 21 Sep 2012 10:14:25 +0200Few more instructions required to load transitive closure of java/lang/Object
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 21 Sep 2012 10:14:25 +0200] rev 20
Few more instructions required to load transitive closure of java/lang/Object

Thu, 20 Sep 2012 14:35:21 +0200We can read definition of Object from the JDK. No need to provide default dummy implementation. InstanceSub is discovered automatically.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Sep 2012 14:35:21 +0200] rev 19
We can read definition of Object from the JDK. No need to provide default dummy implementation. InstanceSub is discovered automatically.

Thu, 20 Sep 2012 14:20:01 +0200The compilation to JavaScript now identifies list of external references and provides them back to the caller
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Sep 2012 14:20:01 +0200] rev 18
The compilation to JavaScript now identifies list of external references and provides them back to the caller

Thu, 20 Sep 2012 10:39:54 +0200instanceOf support
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Sep 2012 10:39:54 +0200] rev 17
instanceOf support

Thu, 20 Sep 2012 10:26:59 +0200Methods that accept and return objects are supported
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Sep 2012 10:26:59 +0200] rev 16
Methods that accept and return objects are supported

Thu, 20 Sep 2012 09:29:42 +0200Able to invoke interface methods
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Sep 2012 09:29:42 +0200] rev 15
Able to invoke interface methods

Wed, 19 Sep 2012 20:22:12 +0200Try multiple instances of the same class and make sure they don't influence their variables
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 19 Sep 2012 20:22:12 +0200] rev 14
Try multiple instances of the same class and make sure they don't influence their variables

Wed, 19 Sep 2012 19:57:45 +0200Can invoke overwritten methods
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 19 Sep 2012 19:57:45 +0200] rev 13
Can invoke overwritten methods

Wed, 19 Sep 2012 19:29:05 +0200Support for invoking virtual methods
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 19 Sep 2012 19:29:05 +0200] rev 12
Support for invoking virtual methods

Wed, 19 Sep 2012 18:53:16 +0200Need to rotate the order of method parameters
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 19 Sep 2012 18:53:16 +0200] rev 11
Need to rotate the order of method parameters

Sun, 16 Sep 2012 18:35:16 +0200Basic support for non-virtual instance methods and constructors
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 16 Sep 2012 18:35:16 +0200] rev 10
Basic support for non-virtual instance methods and constructors

Sun, 16 Sep 2012 07:28:57 +0200Support for static integer fields
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 16 Sep 2012 07:28:57 +0200] rev 9
Support for static integer fields

Sat, 15 Sep 2012 22:12:49 +0200Few more instructions, but not all of them are well implemented
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 15 Sep 2012 22:12:49 +0200] rev 8
Few more instructions, but not all of them are well implemented

Mon, 27 Aug 2012 15:16:39 +0200Conditional statement and and or
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 27 Aug 2012 15:16:39 +0200] rev 7
Conditional statement and and or

Mon, 27 Aug 2012 14:36:48 +0200Support for xor
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 27 Aug 2012 14:36:48 +0200] rev 6
Support for xor

Mon, 27 Aug 2012 14:27:06 +0200Support for factorial computed with a for cycle
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 27 Aug 2012 14:27:06 +0200] rev 5
Support for factorial computed with a for cycle

Mon, 27 Aug 2012 13:16:29 +0200Can compile recursive factorial
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 27 Aug 2012 13:16:29 +0200] rev 4
Can compile recursive factorial

Mon, 27 Aug 2012 06:12:35 +0200Using floor when converting from double, float to int, long. Support for more than four parameters
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 27 Aug 2012 06:12:35 +0200] rev 3
Using floor when converting from double, float to int, long. Support for more than four parameters

Mon, 27 Aug 2012 05:47:44 +0200Support for subtraction. Double occupies two slots. static import of byte codes.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 27 Aug 2012 05:47:44 +0200] rev 2
Support for subtraction. Double occupies two slots. static import of byte codes.

Mon, 27 Aug 2012 05:17:08 +0200Handle float multiplication
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 27 Aug 2012 05:17:08 +0200] rev 1
Handle float multiplication

Mon, 27 Aug 2012 05:08:30 +0200Initial version of the Bytecode to JavaScript translator
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 27 Aug 2012 05:08:30 +0200] rev 0
Initial version of the Bytecode to JavaScript translator