1. 4fdd3df DeadCodeElimination should only run once. by scottb@google.com · 15 years ago
  2. 9c9e009 Update development mode bootstrap script to include browser refresh recommendation by fredsa@google.com · 15 years ago
  3. 4c12fa3 Fix null exception in HostedLinker which is run by GWTShell by unnurg@google.com · 15 years ago
  4. 21e0ee6 Add Support for server side script selection in linker by unnurg@google.com · 15 years ago
  5. c1eb4c1 Add CLDR import code, and external projects for CLDR data/tools. by jat@google.com · 15 years ago
  6. 69fa63f Sort & format by scottb@google.com · 15 years ago
  7. a67dc87 synchronize ResourceOracleImpl.refresh() by conroy@google.com · 15 years ago
  8. bdaf135 Fix the DevMode Swing UI to avoid clipping buttons when the URL by jat@google.com · 15 years ago
  9. 845dd59 Fix Eclipse / Checkstyle / Javadoc warnings by rice@google.com · 15 years ago
  10. 58d705b Fixes to use Java 1.5 compatible JARs by rchandia@google.com · 15 years ago
  11. 1dc131c Intern strings in the compiler AST to reduce memory footprint. by conroy@google.com · 15 years ago
  12. aecc2bb Fixes NPE in GenerateJavaScriptAST when SOYC is enabled. by scottb@google.com · 15 years ago
  13. 9f858e5 Update rules for standalone gwt-compiler. by scottb@google.com · 15 years ago
  14. 673b3b3 Remove misleading change record from MethodInliner. by scottb@google.com · 15 years ago
  15. 8403e09 Correcting for mirroring bugs between r8882 and r8889. The cause is as by fabbott@google.com · 15 years ago
  16. e986e48 Integrate new, faster, Javascript function clustering by cromwellian@google.com · 15 years ago
  17. ecac59d Adds a way to tune the optimization level in steps from by zundel@google.com · 15 years ago
  18. 5a196b8 Remove the output from the link step before attempting to by zundel@google.com · 15 years ago
  19. 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
  20. 6bc9895 Fix NPE in TypeOracle build. by scottb@google.com · 15 years ago
  21. 93a28be Re-roll r870801. by conroy@google.com · 15 years ago
  22. 46b4b61 Rolls back r8845, "Reduce DevMode memory footprint by using a WeakInterner by rjrjr@google.com · 15 years ago
  23. a3a8de9 Reduce DevMode memory footprint by using a WeakInterner for potentially duplicated strings by conroy@google.com · 15 years ago
  24. b0947e1 Gets the code splitter to be effective even in draft compile mode. by spoon@google.com · 15 years ago
  25. 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
  26. 0ecbe65 Re-rolling r8752 and r8762. by scottb@google.com · 15 years ago
  27. 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
  28. f58a3eb Don't inline functions with more than 50 statements. by scottb@google.com · 15 years ago
  29. 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
  30. 1f7009d Rolling back r8752 and r8762 for now. by scottb@google.com · 15 years ago
  31. 88ab769 Add error message when non-static inner class throws NoSuchMethodException by zhuyi@google.com · 15 years ago
  32. 98c3da5 Rollback of issue 887801 by conroy@google.com · 15 years ago
  33. 546ae04 Removes @Override annotations on methods implementing interfaces. by spoon@google.com · 15 years ago
  34. 8b27826 Optimize ResourceOracle refresh by doing multiple oracles at the same time by conroy@google.com · 15 years ago
  35. 2e84b96 Fixes speedTracerLogger.markTimline call, updates statistics to by zundel@google.com · 15 years ago
  36. e0a4cf8 The cross-site iframe linker now loads deferred JS code via script tags holding by spoon@google.com · 15 years ago
  37. 63c38e4 Adds a -strict option to the GWT compiler. If this option is specified, by spoon@google.com · 15 years ago
  38. b1074db Adds JClassType.getInheritableMethods(). by t.broyer@gmail.com · 15 years ago
  39. a183f25 JClassType.getOverridableMethods() could return methods overridden as 'final'. by t.broyer@gmail.com · 15 years ago
  40. b449176 Comments / cleanup for RPC generators. by scottb@google.com · 15 years ago
  41. f697bd5 Enum name obfuscation. Added configuration property by jbrosenberg@google.com · 15 years ago
  42. 8d40412 Fix DevMode memory leaks by attaching cache lifetimes to the GeneratorContext by conroy@google.com · 15 years ago
  43. e7926b1 Add statistics to optimizers by zundel@google.com · 15 years ago
  44. bdabce3 Add -ea to JVM and GWT args for tests by kjin@google.com · 15 years ago
  45. a4695a1 Adds source infos in the test AST nodes in ConstantsAssumptionTest. by spoon@google.com · 15 years ago
  46. b10c8b6 Re-rolled r8701. by tobyr@google.com · 15 years ago
  47. f747b65 Rolling back due load test failures. by chak@google.com · 15 years ago
  48. f900a31 Remove -dumpSignatures in favor of a simpler command line invocation to get GWT's JRE support. by scottb@google.com · 15 years ago
  49. 17b3f0c Add Late Loading support to xsiframe linker by unnurg@google.com · 15 years ago
  50. 7a4f588 Rolled back r8701 due to test problems. by tobyr@google.com · 15 years ago
  51. 639c812 Add @UiChild annotation to specify how UiBinder should add a child element. by sonnyf@google.com · 15 years ago
  52. 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
  53. a790a7f Fixes a strange compiler bug where types generated into new packages may not be found. by scottb@google.com · 15 years ago
  54. f044829 Initial add of generator for RequestFactoryEditorDriver. by bobv@google.com · 15 years ago
  55. d65e98a Updates the reflective visitor pattern uses in GenerateJavaAST by zundel@google.com · 15 years ago
  56. 066cb0e Fixes failing assertions in ResourceOracle tests. by scottb@google.com · 15 years ago
  57. 93f5e28 Fixes assertion errors not being caught in BrowserChannelTest. by scottb@google.com · 15 years ago
  58. b34c7f4 Adds a hack to pre-initialize the Java Graphics2D library. by zundel@google.com · 15 years ago
  59. 7f96f06 Fix assertion error in CastNormalizer. by jbrosenberg@google.com · 15 years ago
  60. 9d0327e Fixes NPE when JDT doesn't generate a class file. by scottb@google.com · 15 years ago
  61. 0bcbca6 Updated GWT code with the latest Apache HttpClient 4.0. Removed httpclient-3. by flin@google.com · 15 years ago
  62. 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
  63. b1349ba Drop v1 plugin support from xsiframe linker by unnurg@google.com · 15 years ago
  64. 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
  65. a2cb2f8 Adds a baseTime property to top level events to help re-normalize by zundel@google.com · 15 years ago
  66. ce6c0fe Cleanups on NameFactory and AbstractClientBundleGenerator. by scottb@google.com · 15 years ago
  67. 659efb9 Always use unix-style line endings in Generators. by scottb@google.com · 15 years ago
  68. 529603c Removes superClass field from JReferenceType in favor of pushing down to some subclasses. by scottb@google.com · 15 years ago
  69. 8712bdf Re-rolling r8522: Change to CompilationStateBuilder to prevent recursive invalidation on changed units. by scottb@google.com · 15 years ago
  70. 9ac1251 Report CompilationState errors deterministically. by scottb@google.com · 15 years ago
  71. dbab79d Adds a markTimeline() method to SpeedTracerLogger. by zundel@google.com · 15 years ago
  72. 9e9a754 Add DevMode support for the xsiframe linker by unnurg@google.com · 15 years ago
  73. e83a7cf Rolling back r8550: Change to CompilationStateBuilder to prevent recursive invalidation on changed units. by roytiburcio@google.com · 15 years ago
  74. cfb6554 Allow merging of modules with the same prefix, for example if you have a by fabbott@google.com · 15 years ago
  75. 597ab4b Change to CompilationStateBuilder to prevent recursive invalidation on changed units. by scottb@google.com · 15 years ago
  76. 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
  77. a01bbf4 Re-rolling r8522: For synthetic this refs, use params rather than fields while in constructors by scottb@google.com · 15 years ago
  78. 40adf9c Removes vestiges of TypeOracle support for local types. by scottb@google.com · 15 years ago
  79. 7b78390 Upgraded HtmlUnit to 2.8. by flin@google.com · 15 years ago
  80. 67afd8f Remove stale comment in BuildTypeMap by scottb@google.com · 15 years ago
  81. bcdb100 Refactor TypeOracle to prevent external mutations. by scottb@google.com · 15 years ago
  82. 9197350 Fixing capitalization of 'GWT Development Mode' in hosted.html by fredsa@google.com · 15 years ago
  83. de99bd3 Removes CompilationUnit.isCompiled(). by scottb@google.com · 15 years ago
  84. b5eb477 Rolling back r8522: For synthetic this refs, use params rather than fields while in constructors by scottb@google.com · 15 years ago
  85. 955ac9b For synthetic this refs, use params rather than fields while in constructors by scottb@google.com · 15 years ago
  86. 2778c04 Add @Override tags in order to be able to enable Eclipse warnings without being drowned by rice@google.com · 15 years ago
  87. 9111d72 Annotate the SpeedTracer log data with some extra info. by conroy@google.com · 15 years ago
  88. 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
  89. c3dca8b Recommiting the new CrossSiteIframeLinker. by spoon@google.com · 15 years ago
  90. 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
  91. 85b9a78 Refactor SpeedTracerLogger to use Event objects for controlling start/stop by conroy@google.com · 15 years ago
  92. c208db5 - Adds more instrumentation of the Compiler with SpeedTracerLogger. by zundel@google.com · 15 years ago
  93. ae423fe Add SpeedTracerLogger instrumentation to DevMode by conroy@google.com · 15 years ago
  94. ed81c5a Reintroduce changes from r8440, with a fix to ZipFileResource and update related tests. by conroy@google.com · 15 years ago
  95. 8385787 Put in a new fix for DevMode logging that uses bytecode rewriting rather than swapping out by unnurg@google.com · 15 years ago
  96. 5e98b00 Cleanup some test infrastructure by scottb@google.com · 15 years ago
  97. 17e79f6 Rollback r8440 changes again by conroy@google.com · 15 years ago
  98. 5c8bd80 SpeedTracerLogger: Don't throw exceptions on missed events. Instead, try to recover gracefully. by conroy@google.com · 15 years ago
  99. 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
  100. ddfbd38 Removes the unnecessary ErrorCompilationUnit. by scottb@google.com · 15 years ago