- 4fdd3df DeadCodeElimination should only run once. by scottb@google.com · 15 years ago
- 9c9e009 Update development mode bootstrap script to include browser refresh recommendation by fredsa@google.com · 15 years ago
- 4c12fa3 Fix null exception in HostedLinker which is run by GWTShell by unnurg@google.com · 15 years ago
- 21e0ee6 Add Support for server side script selection in linker by unnurg@google.com · 15 years ago
- c1eb4c1 Add CLDR import code, and external projects for CLDR data/tools. by jat@google.com · 15 years ago
- 69fa63f Sort & format by scottb@google.com · 15 years ago
- a67dc87 synchronize ResourceOracleImpl.refresh() by conroy@google.com · 15 years ago
- bdaf135 Fix the DevMode Swing UI to avoid clipping buttons when the URL by jat@google.com · 15 years ago
- 845dd59 Fix Eclipse / Checkstyle / Javadoc warnings by rice@google.com · 15 years ago
- 58d705b Fixes to use Java 1.5 compatible JARs by rchandia@google.com · 15 years ago
- 1dc131c Intern strings in the compiler AST to reduce memory footprint. by conroy@google.com · 15 years ago
- aecc2bb Fixes NPE in GenerateJavaScriptAST when SOYC is enabled. by scottb@google.com · 15 years ago
- 9f858e5 Update rules for standalone gwt-compiler. by scottb@google.com · 15 years ago
- 673b3b3 Remove misleading change record from MethodInliner. by scottb@google.com · 15 years ago
- 8403e09 Correcting for mirroring bugs between r8882 and r8889. The cause is as by fabbott@google.com · 15 years ago
- e986e48 Integrate new, faster, Javascript function clustering by cromwellian@google.com · 15 years ago
- ecac59d Adds a way to tune the optimization level in steps from by zundel@google.com · 15 years ago
- 5a196b8 Remove the output from the link step before attempting to by zundel@google.com · 15 years ago
- 1f0ef8b Cleanup and refactoring of GWT Bootstrap code. This cleanup is to try and make it more clear what's going on in the bootstrap, and also to hopefully set up the code in a way that SSSS can easily fit in. by unnurg@google.com · 15 years ago
- 6bc9895 Fix NPE in TypeOracle build. by scottb@google.com · 15 years ago
- 93a28be Re-roll r870801. by conroy@google.com · 15 years ago
- 46b4b61 Rolls back r8845, "Reduce DevMode memory footprint by using a WeakInterner by rjrjr@google.com · 15 years ago
- a3a8de9 Reduce DevMode memory footprint by using a WeakInterner for potentially duplicated strings by conroy@google.com · 15 years ago
- b0947e1 Gets the code splitter to be effective even in draft compile mode. by spoon@google.com · 15 years ago
- 7e1908e Fix GWTShell. Compare classpaths by content instead of reference in ResourceOracleImpl.refresh(). Note that this is still much faster than the old behavior of exploring each classpath individually. by conroy@google.com · 15 years ago
- 0ecbe65 Re-rolling r8752 and r8762. by scottb@google.com · 15 years ago
- 0d848f8 Add streaming HTML parser library to tools/lib, as well as the guava library it depends on. by xtof@google.com · 15 years ago
- f58a3eb Don't inline functions with more than 50 statements. by scottb@google.com · 15 years ago
- 49b5d6f Re-roll issue 887801. Update the embedded Tomcat server and don't let callers accidentally refresh 0 oracles. by conroy@google.com · 15 years ago
- 1f7009d Rolling back r8752 and r8762 for now. by scottb@google.com · 15 years ago
- 88ab769 Add error message when non-static inner class throws NoSuchMethodException by zhuyi@google.com · 15 years ago
- 98c3da5 Rollback of issue 887801 by conroy@google.com · 15 years ago
- 546ae04 Removes @Override annotations on methods implementing interfaces. by spoon@google.com · 15 years ago
- 8b27826 Optimize ResourceOracle refresh by doing multiple oracles at the same time by conroy@google.com · 15 years ago
- 2e84b96 Fixes speedTracerLogger.markTimline call, updates statistics to by zundel@google.com · 15 years ago
- e0a4cf8 The cross-site iframe linker now loads deferred JS code via script tags holding by spoon@google.com · 15 years ago
- 63c38e4 Adds a -strict option to the GWT compiler. If this option is specified, by spoon@google.com · 15 years ago
- b1074db Adds JClassType.getInheritableMethods(). by t.broyer@gmail.com · 15 years ago
- a183f25 JClassType.getOverridableMethods() could return methods overridden as 'final'. by t.broyer@gmail.com · 15 years ago
- b449176 Comments / cleanup for RPC generators. by scottb@google.com · 15 years ago
- f697bd5 Enum name obfuscation. Added configuration property by jbrosenberg@google.com · 15 years ago
- 8d40412 Fix DevMode memory leaks by attaching cache lifetimes to the GeneratorContext by conroy@google.com · 15 years ago
- e7926b1 Add statistics to optimizers by zundel@google.com · 15 years ago
- bdabce3 Add -ea to JVM and GWT args for tests by kjin@google.com · 15 years ago
- a4695a1 Adds source infos in the test AST nodes in ConstantsAssumptionTest. by spoon@google.com · 15 years ago
- b10c8b6 Re-rolled r8701. by tobyr@google.com · 15 years ago
- f747b65 Rolling back due load test failures. by chak@google.com · 15 years ago
- f900a31 Remove -dumpSignatures in favor of a simpler command line invocation to get GWT's JRE support. by scottb@google.com · 15 years ago
- 17b3f0c Add Late Loading support to xsiframe linker by unnurg@google.com · 15 years ago
- 7a4f588 Rolled back r8701 due to test problems. by tobyr@google.com · 15 years ago
- 639c812 Add @UiChild annotation to specify how UiBinder should add a child element. by sonnyf@google.com · 15 years ago
- 8b744aa Support adding code-gen/runtime related classes directly to the secondary JDT compilation for the GWT AST. by tobyr@google.com · 15 years ago
- a790a7f Fixes a strange compiler bug where types generated into new packages may not be found. by scottb@google.com · 15 years ago
- f044829 Initial add of generator for RequestFactoryEditorDriver. by bobv@google.com · 15 years ago
- d65e98a Updates the reflective visitor pattern uses in GenerateJavaAST by zundel@google.com · 15 years ago
- 066cb0e Fixes failing assertions in ResourceOracle tests. by scottb@google.com · 15 years ago
- 93f5e28 Fixes assertion errors not being caught in BrowserChannelTest. by scottb@google.com · 15 years ago
- b34c7f4 Adds a hack to pre-initialize the Java Graphics2D library. by zundel@google.com · 15 years ago
- 7f96f06 Fix assertion error in CastNormalizer. by jbrosenberg@google.com · 15 years ago
- 9d0327e Fixes NPE when JDT doesn't generate a class file. by scottb@google.com · 15 years ago
- 0bcbca6 Updated GWT code with the latest Apache HttpClient 4.0. Removed httpclient-3. by flin@google.com · 15 years ago
- 2e5d699 Removed Object.typeId from generated class prototypes, and from the compilation and linkage phases. Type cast checking depends only on the castableTypeMaps and queryIds now. by jbrosenberg@google.com · 15 years ago
- b1349ba Drop v1 plugin support from xsiframe linker by unnurg@google.com · 15 years ago
- 23a6341 Make xsiframe linker use a .js file for hosted mode so that cross site hosted mode will work by unnurg@google.com · 15 years ago
- a2cb2f8 Adds a baseTime property to top level events to help re-normalize by zundel@google.com · 15 years ago
- ce6c0fe Cleanups on NameFactory and AbstractClientBundleGenerator. by scottb@google.com · 15 years ago
- 659efb9 Always use unix-style line endings in Generators. by scottb@google.com · 15 years ago
- 529603c Removes superClass field from JReferenceType in favor of pushing down to some subclasses. by scottb@google.com · 15 years ago
- 8712bdf Re-rolling r8522: Change to CompilationStateBuilder to prevent recursive invalidation on changed units. by scottb@google.com · 15 years ago
- 9ac1251 Report CompilationState errors deterministically. by scottb@google.com · 15 years ago
- dbab79d Adds a markTimeline() method to SpeedTracerLogger. by zundel@google.com · 15 years ago
- 9e9a754 Add DevMode support for the xsiframe linker by unnurg@google.com · 15 years ago
- e83a7cf Rolling back r8550: Change to CompilationStateBuilder to prevent recursive invalidation on changed units. by roytiburcio@google.com · 15 years ago
- cfb6554 Allow merging of modules with the same prefix, for example if you have a by fabbott@google.com · 15 years ago
- 597ab4b Change to CompilationStateBuilder to prevent recursive invalidation on changed units. by scottb@google.com · 15 years ago
- ca5a60b Removed use of a global table (typeIdArray) for testing castability between types. This information is now stored per class prototype as a castableMap. by jbrosenberg@google.com · 15 years ago
- a01bbf4 Re-rolling r8522: For synthetic this refs, use params rather than fields while in constructors by scottb@google.com · 15 years ago
- 40adf9c Removes vestiges of TypeOracle support for local types. by scottb@google.com · 15 years ago
- 7b78390 Upgraded HtmlUnit to 2.8. by flin@google.com · 15 years ago
- 67afd8f Remove stale comment in BuildTypeMap by scottb@google.com · 15 years ago
- bcdb100 Refactor TypeOracle to prevent external mutations. by scottb@google.com · 15 years ago
- 9197350 Fixing capitalization of 'GWT Development Mode' in hosted.html by fredsa@google.com · 15 years ago
- de99bd3 Removes CompilationUnit.isCompiled(). by scottb@google.com · 15 years ago
- b5eb477 Rolling back r8522: For synthetic this refs, use params rather than fields while in constructors by scottb@google.com · 15 years ago
- 955ac9b For synthetic this refs, use params rather than fields while in constructors by scottb@google.com · 15 years ago
- 2778c04 Add @Override tags in order to be able to enable Eclipse warnings without being drowned by rice@google.com · 15 years ago
- 9111d72 Annotate the SpeedTracer log data with some extra info. by conroy@google.com · 15 years ago
- 5aff9a0 When dev mode fails to load a module, update the $wnd.title with a summary of the by fredsa@google.com · 15 years ago
- c3dca8b Recommiting the new CrossSiteIframeLinker. by spoon@google.com · 15 years ago
- 809ca71 Create a glass panel when dev mode fails to load your module, exactly like the glass panel which indicates by fredsa@google.com · 15 years ago
- 85b9a78 Refactor SpeedTracerLogger to use Event objects for controlling start/stop by conroy@google.com · 15 years ago
- c208db5 - Adds more instrumentation of the Compiler with SpeedTracerLogger. by zundel@google.com · 15 years ago
- ae423fe Add SpeedTracerLogger instrumentation to DevMode by conroy@google.com · 15 years ago
- ed81c5a Reintroduce changes from r8440, with a fix to ZipFileResource and update related tests. by conroy@google.com · 15 years ago
- 8385787 Put in a new fix for DevMode logging that uses bytecode rewriting rather than swapping out by unnurg@google.com · 15 years ago
- 5e98b00 Cleanup some test infrastructure by scottb@google.com · 15 years ago
- 17e79f6 Rollback r8440 changes again by conroy@google.com · 15 years ago
- 5c8bd80 SpeedTracerLogger: Don't throw exceptions on missed events. Instead, try to recover gracefully. by conroy@google.com · 15 years ago
- 85bbd6a Add a file check to handle edge cases like broken symbolic links when scanning directories for resources. by conroy@google.com · 15 years ago
- ddfbd38 Removes the unnecessary ErrorCompilationUnit. by scottb@google.com · 15 years ago