- 8b5d293 Merged a fix to tmpdir creation, so the gwt-tmp layer can't create by fabbott@google.com · 16 years ago
- 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
- 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
- a87b27d Fixes issue 3064. A virtual method call through an interface type by spoon@google.com · 16 years ago
- 8eecc1f Run jarjar on gwt-dev-platform.jar, for all three platforms, so that by spoon@google.com · 16 years ago
- fac1759 Remove missing plugin warnings with XPCOM, fix reference to external.initModule by jat@google.com · 16 years ago
- cbae25e Merging releases/1.6@4366 :4385 into trunk. by jat@google.com · 16 years ago
- 93f3776 Fix OOPHM breakage from latest merge. by jat@google.com · 16 years ago
- 946c97a Sort/format/remove checkstyle warnings. by jat@google.com · 16 years ago
- e5d2854 Sort/format/remove checkstyle warnings. by jat@google.com · 16 years ago
- e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
- 310dbfd Have ControlFlowAnalyzer record fields that are written. Previously, by spoon@google.com · 16 years ago
- 8d41815 When runAsync is not used, don't emit a __gwtStartLoadingFragment() by spoon@google.com · 16 years ago
- 278b479 Add a compiler flag -XdisableRunAsync to disable code-splitting on a per-compile basis. by bobv@google.com · 16 years ago
- f7955ea Added functionality to map runAsync split points and fragment numbers to the methods that they are placed in. This information is accessed by SOYC and displayed in the SOYC dashboard. by kprobst@google.com · 16 years ago
- ac93662 Fix a ClassCircularityError caused by a supertype having a JSNI reference to a subtype. by bobv@google.com · 16 years ago
- 65b2f4f Modifies the IFrame linker so that any deferred-loaded JavaScript by spoon@google.com · 16 years ago
- c746465 Remove JDK 1.6 dependency from OOPHM shell. by jat@google.com · 16 years ago
- 3ac2cc7 OOPHM Checkstyle warning removal. by jat@google.com · 16 years ago
- 9544d4f Removing bad import, desk check by spoon. by ecc@google.com · 16 years ago
- e37bfbe Merge SOYC report branch into trunk. by bobv@google.com · 16 years ago
- 003f7a6 Replace use of RandomAccessFile with FileOutputStream, which avoids by jat@google.com · 16 years ago
- 4e209a0 Change hosted.html to get its gwt.hosted parameter from the outer frame rather by jat@google.com · 16 years ago
- 5478bc5 Does a better job of code splitting for static fields. Previously, by spoon@google.com · 16 years ago
- cd3a1a9 Checkstyle warnings + removing .settings folder until we can make an across-the-board decision. by scottb@google.com · 16 years ago
- 70bbb92 Merging releases/1.6@4147:4198 into trunk. by scottb@google.com · 16 years ago
- 04912f2 Merge OOPHM into trunk as a separate project, that will produce a jar which can by jat@google.com · 16 years ago
- e7068d8 Merging releases/1.6@4130:4147 into trunk. by scottb@google.com · 16 years ago
- 2137856 Merging releases/1.6@4025:4130 into trunk; supercedes trunk:c4118. by scottb@google.com · 16 years ago
- 5b3d538 Gives legacy defaults for -extra and -workDir, to smooth migration by spoon@google.com · 16 years ago
- 14ba35e Fixes the cross-site linker template to account for the change, probably in revision by spoon@google.com · 16 years ago
- 8dec422 When generating serializers and deserializers for RPC, don't support by spoon@google.com · 16 years ago
- 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
- c0e1f21 Fixes the URL for the hosted.html file when using by spoon@google.com · 16 years ago
- 38fe1f6 When creating a script tag to load code for runAsync, by spoon@google.com · 16 years ago
- 2678d4e Removes UpRefVisitor from ControlFlowAnalyzer, which scans the whole by spoon@google.com · 16 years ago
- c715878 Fixes CodeSplitter to address a third load-order by spoon@google.com · 16 years ago
- e10ac6f This patch adds a better code-splitting strategy for implementing by spoon@google.com · 16 years ago
- 2e8ef32 Merging from releases/1.6@3878:3944 by scottb@google.com · 16 years ago
- c3f5a90 Support GWT.runAsync by splitting the JavaScript code by spoon@google.com · 16 years ago
- 4692d3d Fix build break from 1.6 merge. by jat@google.com · 16 years ago
- 74bb585 Merging from releases/1.6@3739:3876 by jat@google.com · 16 years ago
- 36099b1 SOYC work to pass the caller's class into calls to SourceInfo.makeChild() and J(s)Program.createSourceInfoSynthetic(). by bobv@google.com · 16 years ago
- fe671bc SOYC work to correlate SourceInfo objects with Classes, Methods, Fields, and Functions. by bobv@google.com · 16 years ago
- ea2722f Give the generated entry method an enclosing class. This by spoon@google.com · 16 years ago
- b94c147 As requested in issue 2923, visitors of a JsCatch will also by spoon@google.com · 16 years ago
- 77a1452 This is a better way to find the appropriate no arg constructor; in some circumstances the original code would erroneously return a superclass constructor. by scottb@google.com · 16 years ago
- e9bf32b Fix SOYC-related slowdown in non-SOYC compiles. by bobv@google.com · 16 years ago
- 7ad11f9 Java 1.5 cleanup. by scottb@google.com · 17 years ago
- 44fd465 Revert ModuleDefLoader change from r3684. by bobv@google.com · 17 years ago
- 5ba0c5b Add inital SourceInfo tracking to the GWT compiler to support Story Of Your Compile work. by bobv@google.com · 17 years ago
- d3fca05 Build fix: follow on to r3562. by scottb@google.com · 17 years ago
- 1b420bf 1) Adds the concept of module "configuration" properties which do not affect deferred-binding decisions and may be set to any string value. These configuration properties are exposed to Generators and Linkers as a means of providing global configuration information. by scottb@google.com · 17 years ago
- 1fbb51a Two tweaks to improve Array instantiation performance. by scottb@google.com · 17 years ago
- 78b9fec Support Java 6 as a source language. For 1.5 VMs, rewrite v6 class files to v5. by scottb@google.com · 17 years ago
- 76edf77 Merge disparate code for creating JDT compiler options; simple refactor. by scottb@google.com · 17 years ago
- 3b1edcc Change instance initializer in About.java to static. Most of the work, though, was on the Ant files such that once the filtered copies have already been generated, they will re-generate IFF the gwt OR svn versions have changed (i.e. after an svn up). by fabbott@google.com · 17 years ago
- 5da9113 Merge 1.5 branch changes. by bobv@google.com · 17 years ago
- 9f89297 Adds Emma integration for client classes running in hosted mode. Here are the key parts: by scottb@google.com · 17 years ago
- 406fcd8 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. by scottb@google.com · 17 years ago
- 3bfc7e7 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. by scottb@google.com · 17 years ago
- 10363be Trap unchecked exceptions thrown by generators. by scottb@google.com · 17 years ago
- 6e2abd9 Adds getLastModified() to CompilationUnit and its dependencies. by scottb@google.com · 17 years ago
- 566806a Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
- bd9fe8c Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
- 788dbe1 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
- 40b80b6 Fixes issue #2379; unstable generators should not crash the compiler or hosted mode. by scottb@google.com · 17 years ago
- 0e2dc628 by fabbott@google.com · 17 years ago
- 5f9b1c6 Adds WindowScrollListener support to the Window. This patch also moves the initHandlers method out of the *Template.js files and into Window, reducing the size of the nocache files by 1.5k. The Window class now injects the initWindowHandlers method onto the outer window as needed, then removes it immediately. by jlabanca@google.com · 17 years ago
- 4a87ea1 Adding SVN branding of About.* with svn branch@version information by fabbott@google.com · 17 years ago
- 9da5012 When tightening method calls, use a more reliable technique to by spoon@google.com · 17 years ago
- 96c7556 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
- 60d329f Semantics of JClassType.isDefaultInstantiable() now actually match the Javadoc. GWTRunnerGenerator now deals better with nested classes. by scottb@google.com · 17 years ago
- 7c699eb Catch our ThreadDeath to avoid tripping up debuggers. by scottb@google.com · 17 years ago
- 9dbc150 Fix to propagate OOMs correctly. by scottb@google.com · 17 years ago
- 4bc5bb3 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
- 10d0258 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
- f1e5adb Fixes a race condition between the final worker thread and the main thread seeing that no threads are left. by scottb@google.com · 17 years ago
- 7207a89 Better cloning support for JGwtCreate expressions; does not try to create new instantiation expressions late in the game. by scottb@google.com · 17 years ago
- 1d181d9 Remove mutable static data to instance data for thread safety. by scottb@google.com · 17 years ago
- 2269498 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
- d45f90c Refactor of multithreading compiler. This splits the logic out into new classes to get it out of the main GWTCompiler class. It also uses java.util.concurrency instead of primitive locks, so it should be a bit easier to determine what's going on. by scottb@google.com · 17 years ago
- 68cd70e Make compiler go faster. Particularly when you have: by scottb@google.com · 17 years ago
- 6e306e6 Disables constant folding in two cases where a division by zero could result. by spoon@google.com · 17 years ago
- 5543272 GWTShellServlet was keeping files locked too long due to extra inefficient connection acquisition. by scottb@google.com · 17 years ago
- 4c26ea3 Build break; forgot to check in dependency of r3247. by scottb@google.com · 17 years ago
- 22113cd Peephole optimization to speed up basic visitation a tiny bit. by scottb@google.com · 17 years ago
- 5cc0248 Turned off spammy generator perf logging. by scottb@google.com · 17 years ago
- 1eadbdc Avoid recomputing strongname twice. by scottb@google.com · 17 years ago
- fc9aa12 Merging revs 3170 to 3188 from GWT 1.5 branch back into trunk. by zundel@google.com · 17 years ago
- 0eb88b4 Merging releases/1.5@r3125:r3170 into trunk. by scottb@google.com · 17 years ago
- 6851019 We were failing to staticify certain call sites simply because no new static impl methods are created. by scottb@google.com · 17 years ago
- 0391cd0 Merging releases/1.5@r3078:r3125 into trunk. by zundel@google.com · 17 years ago
- 6ea01d7 This makes LongLib.toString faster by only dividing once each time through the loop by spoon@google.com · 17 years ago
- 0986505 Merging releases/1.5@r3048:r3078 into trunk. by jlabanca@google.com · 17 years ago
- 6435ea2 Merging releases/1.5@r2994:r3048 into trunk. by scottb@google.com · 17 years ago
- 41eaeda Tweaks the toString() of new array nodes to look more like Java source code. by spoon@google.com · 17 years ago
- 1ab58a6 Merging releases/1.5@2992:2994 trunk to pick up ResourceOracleImpl fix with nested active packages. by scottb@google.com · 17 years ago
- 9de92df Merging releases/1.5@2941:2990 trunk. by scottb@google.com · 17 years ago
- 88ad0ca Adds additional GWTBridge methods to allow useful faking-out for non-GWTTestCase JUnit support, and potentially server-side use. by scottb@google.com · 17 years ago