| CODENOTIFIER | HelpYou are not signed inSign in |
| Revision | Author | Date | Description |
|---|---|---|---|
| 3622 | scottb@google.com | 04 Sep 2008 18:38:41 | Adds Emma integration for client classes running in hosted mode. Here are the key parts: 1) Bridge Emma's RT class. This is necessary to allow classes living in the CCL to access the outside world, in this case the Emma coverage data hook points. 2) Allow instrumented classes to load from disk. This is necessary to pick up the modifications to pre-instrumented classes, which is the most common use case with Emma. This is the only case we currently support, although tobyr has some indication that Java class transformers might also work. We only conditionally read class files off disk because it's slower; you have to stat the class and java files to compare dates, and then actually read the bytes, whereas normally the compiled bytes are already in RAM. Instant hosted mode should level the playing field by always preferring disk. Review by: bobv |
| 3621 | scottb@google.com | 04 Sep 2008 18:12:50 | Fixes a bug in ASM where invalid input LVT entries can translate into negative length output LVT entries, which causes a ClassFormatError when the JVM tries to load it. See: http://forge.objectweb.org/tracker/?func=detail&atid=100023&aid=310932&group_id=23 The change simply omits any LVT entries with unresolved (and thus, invalid) start or end labels. Review by: tobyr (TBR) |
| 3619 | jlabanca@google.com | 04 Sep 2008 16:20:00 | MenuBar focuses itself when a MenuItem is selected for any reason so the user can seamlessly switch between the mouse and keyboard. However, this means that the SuggestBox loses focus as soon as the first suggestion is automatically highlighted. This patch makes the focus optional in MenuBar. Patch by: jlabanca
|
| 3609 | scottb@google.com | 03 Sep 2008 17:22:53 | Fixes issue #2607; TreeItemLogger now eagerly grabs exception info from a thrown exception to break lingering dependency on user code. Partial back-port from OOPHM. Suggested by: zundel
|
| 3608 | scottb@google.com | 03 Sep 2008 16:46:24 | Checkstyle fixes / sort / format of ClassCastTest. |
| 3607 | jlabanca@google.com | 03 Sep 2008 14:45:46 | One more fix to address Window level events. This time, all browsers except IE sink the events directly on the outer window. IE still embeds a script element on the outer window in order to sink events in the correct context. Patch by: jlabanca
|
| 3606 | jlabanca@google.com | 03 Sep 2008 11:31:54 | Fixes a bug in the way Window sinks events on the outer Window. In some cases, adding a script element to the page will not result in the script element being parsed synchronously, so we need to use the eval command to ensure the events are sunk on the outer Window. IE does not work with the eval command, so we use a deferred binding. Patch by: jlabanca
|
| 3598 | scottb@google.com | 29 Aug 2008 21:47:21 | Trap unchecked exceptions thrown by generators. Patch by: cromwellian
|
| 3597 | scottb@google.com | 29 Aug 2008 16:41:29 | Adds getLastModified() to CompilationUnit and its dependencies. Review by: bobv (TBR) |
| 3595 | scottb@google.com | 28 Aug 2008 20:26:44 | Cleanup after 1.5 merge. |
| 3593 | scottb@google.com | 28 Aug 2008 20:03:51 | Merging releases/1.5 into trunk svn merge -r3556:3587 https://google-web-toolkit.googlecode.com/svn/releases/1.5 . |
| 3591 | scottb@google.com | 28 Aug 2008 18:56:54 | Merging releases/1.5 into trunk svn merge -r3550:3556 https://google-web-toolkit.googlecode.com/svn/releases/1.5 . |
| 3590 | scottb@google.com | 28 Aug 2008 18:43:56 | Cleaning up r3589, merging of releases/1.5 into trunk Some added files failed to add. |