1. d9d4507 Use gwt.codesvr instead of gwt.hosted in JUnitShell by rice+legacy@google.com · 15 years ago
  2. 313fa77 Unify DevMode's startupModules and alreadySeen modules to simplify code. by scottb@google.com · 15 years ago
  3. f9e1ab1 Compile report artifacts are now printed to the extras directory rather than the public war directory. by kprobst@google.com · 15 years ago
  4. 911440a Makes the -remoteUI flag undocumented. Cleans up the help text a little for a variety of flags. by bruce@google.com · 15 years ago
  5. b14b3b4 Drop Request/Response Logging Levels down to TRACE when using the Remote UI. A bit of a hack had to be added to achieve this; we'll have to think of an improved way to pass this type of information to other areas of the system (such as SCLs) in the near future. by rdayal@google.com · 15 years ago
  6. a6de216 Fix mentions of 'hosted mode' in comments by rice+legacy@google.com · 15 years ago
  7. 9bd2c80 Fix up native lines + mime type svn props. by scottb@google.com · 15 years ago
  8. 48eb108 GWTShell must not link public and autogenerated artifacts into the shell generated resource directory. by scottb@google.com · 15 years ago
  9. 061e02b JUnit's -noserver option was not actually doing anything useful. by scottb@google.com · 15 years ago
  10. 838a666 In JsniChecker, suppressed warnings should cascade down to nested members. by scottb@google.com · 15 years ago
  11. f13deb0 JsniChecker should support the "::new" syntax. by scottb@google.com · 15 years ago
  12. 443a329 Fixes an NPE in JsniChecker; improves test coverage on JsniCollector and JsniChecker. by scottb@google.com · 15 years ago
  13. ae12d73 Rearrange how module logging is handled. by jat@google.com · 15 years ago
  14. 44d382d Fix remaining user-visible "hosted" references, cleanup javadoc. by jat@google.com · 15 years ago
  15. bc14bb1 One-line fix to building with Precompile/CompilePerms/Link. by spoon@google.com · 15 years ago
  16. a8dec65 Properly sorts the get/setCodeServerPort methods by bruce@google.com · 15 years ago
  17. 547c1d6 Tweak log levels and don't launchURLs if we are using the RemoteUI. by mmendez@google.com · 15 years ago
  18. d7f5d84 Renamed the portHosted option to codeServerPort and associated types. by mmendez@google.com · 15 years ago
  19. b8464de Revert "Operations like i += d where i is an int and d is a double are not properly" due by rjrjr@google.com · 15 years ago
  20. 4124dfc Pin modules in DevMode/DevModeBase until they are actually invoked. by rice@google.com · 15 years ago
  21. aa83757 Add a prefetch queue to AsyncFragmentLoader. User code can add split points to by spoon@google.com · 15 years ago
  22. a565724 Operations like i += d where i is an int and d is a double are not properly by spoon@google.com · 15 years ago
  23. 7db9821 Add support for calling into OS X's Application class to set the Dock icon and clean up the application menu. by bobv@google.com · 15 years ago
  24. f4ab090 Fix breakage against JDK 1.5 due to r6973. by jat@google.com · 15 years ago
  25. 264d4df Reduce unnecessary public visibility, add javadoc. by jat@google.com · 15 years ago
  26. 4e88e90 Reduce log levels for DevMode startup and remove stderr logging of startup URL. by jat@google.com · 15 years ago
  27. 7047d35 Adding a slew of reserved words, taken from mozilla and microsoft sites by fabbott@google.com · 15 years ago
  28. 92f752d Adds additional icon sizes so Alt-Tab (etc) doesn't try and scale up the 16x16 by jat@google.com · 15 years ago
  29. 923da25 Change font in bottom panel of Swing tree logger to match the upper panel. by jat@google.com · 15 years ago
  30. 7b4a545 GWTShell now reuses dev mode linking code to populate its generated resources directory. by scottb@google.com · 15 years ago
  31. 50c5ca6 Cleanup of ModuleDef loading. by scottb@google.com · 15 years ago
  32. e3f10af Fix thread safety issues in GwtLocaleFactoryImpl and LocaleUtils. by jat@google.com · 15 years ago
  33. 78de928 Fixes workDir directory contention between multiple concurrent hosted mode sessions. by scottb@google.com · 15 years ago
  34. 5914e0f Remove unused method from ModuleSpace. by scottb@google.com · 15 years ago
  35. 9b0118b Fixes a race condition creating StandardGeneratorContext's diskCache. by scottb@google.com · 15 years ago
  36. 0780856 SOYC artifacts should be private. by scottb@google.com · 15 years ago
  37. a949cfb Restore behavior where hosted mode linking will not overwrite a newer compiled selection script. by scottb@google.com · 15 years ago
  38. ceb757b Work around JSNI uses of JSOs as maps on Chrome in DevMode (where the plugin by jat@google.com · 15 years ago
  39. 0433781 Fix generators being interleaved between threads, since most generators are by jat@google.com · 15 years ago
  40. bf07f70 Updates the query param to the canonical "gwt.codesvr" instead of the legacy "gwt.hosted". by bruce@google.com · 15 years ago
  41. c365a48 Makes the "missing plugin" iframe take up the entire window for a reasonably nice look that works across browsers. by bruce@google.com · 15 years ago
  42. 7d6e7b4 Fix Issue 4045: cannot start in Turkish locale by rice@google.com · 15 years ago
  43. 2680a74 Synchronizing OophmSessionHandler#loadModule to ensure that two modules never load at the same time. by jlabanca@google.com · 15 years ago
  44. 1737510 Adds a start() method to MessageTransport. The message transport threads are no longer started in the constructor; they are only started once the start() method is called. by rdayal@google.com · 15 years ago
  45. ac9a27f Synchronizing ModuleDef#getResourceOracle(), which causes things to break in dev mode because we sometimes create a bunch of oracles that step on each other. Also synchronizing some generator classes that use a cache. by jlabanca@google.com · 15 years ago
  46. 40df3aa Fix a problem with local static classes, plus clean up naming, comments by jat@google.com · 15 years ago
  47. 3692b6f This patch for a problem discussed on GWTC, fixes a problem in getting the real by jat@google.com · 15 years ago
  48. 1eaa30a Merge r6869 from releases/2.0 into trunk. This fixes line endings and by jat@google.com · 15 years ago
  49. 5d8d33f Fixes a unit testing break introduced by r6859. by mmendez@google.com · 15 years ago
  50. c7d9e51 Close the socket used by the MessageTransport class if we experience any errors. Included Scott's assertion message improvements from http://gwt-code-reviews.appspot.com/100805. by mmendez@google.com · 15 years ago
  51. 7a56672 Sandboxes AbstractCompiler so that the backreference can be detached from internal JDT types. by scottb@google.com · 15 years ago
  52. 60e54bb Removes OptionCompilationStateRetained in favor of a new GC strategy. by scottb@google.com · 15 years ago
  53. 5c1bd78 FindJsniRefVisitor can no longer beSloppy(). by scottb@google.com · 15 years ago
  54. fdb5fa1 Make AnnotationProxyFactory store an unmofiable minimal map. by scottb@google.com · 15 years ago
  55. 7ad1bb2 Fixes a bug where using GWT 2.0 tip, and GAE 1.2.6 blows up with a Bus error. It is not entirely clear why this happens but the JVM shutsdown with no real feedback. by mmendez@google.com · 15 years ago
  56. b37f847 Resubmit of 6681 with a fix to ignore all virtual methods. by spoon@google.com · 15 years ago
  57. 60e2e1f Fix external issue 4140: Javascript deserialization error on JPA-annotated classes by rice@google.com · 15 years ago
  58. acf78ba r6834 broke the -gen option since GeneratedUnitWithFile delegates to its supertype, which always requires the DiskCache to be available. by bobv@google.com · 15 years ago
  59. b20e6a8 Major refactor of CompilationState and associated classes to fix concurrent refresh problems. by scottb@google.com · 15 years ago
  60. 2b88523 Refactors JSNI parsing/error reporting from GenerateJavaAST to JsniCollector. by scottb@google.com · 15 years ago
  61. 74ee4d5 Format GenerateJavaAST by scottb@google.com · 15 years ago
  62. 1cadca0 Moving several files from com.google.gwt.dev.javac.impl -> com.google.gwt.dev.javac by scottb@google.com · 15 years ago
  63. eaa565d Adding some useful PerfLogger messages. by scottb@google.com · 15 years ago
  64. e6c2915 Remove spammy logging from SoycTest. by scottb@google.com · 15 years ago
  65. 817fb0d Fix NPE when an unknown type is referenced in a class signature (this could be by jat@google.com · 15 years ago
  66. 70e58b9 Change top-window calculation to not follow the opener trail, and checkin by jat@google.com · 15 years ago
  67. f052b18 Missed update to GenerateJavaAST for final/volatile consistency. by bobv@google.com · 15 years ago
  68. 44652d8 Mark artificially-rescued fields as volatile. by bobv@google.com · 15 years ago
  69. 1505801 Fixes a problem where the DevMode server was hanging when the remote UI was shut by rdayal@google.com · 15 years ago
  70. 888f673 Generators now exist per-StandardGeneratorContext to avoid concurrency issues. by scottb@google.com · 15 years ago
  71. 9affbdb Model Enum.valueOf and Enum.values in TypeOracle since they are an implicit part of the language. by scottb@google.com · 15 years ago
  72. 65accff Shuffles some test classes around; adds missing tests to JavaCompilationSuite convenience test suite. by scottb@google.com · 15 years ago
  73. b8fd5ea Change missing plugin URL. by jat@google.com · 15 years ago
  74. 5742b64 Simplify resolution of annotations in TypeOracle. by scottb@google.com · 15 years ago
  75. d52a9ba TypeOracle now builds from bytecode instead of JDT structures (part of Instant Hosted Mode work). by scottb@google.com · 15 years ago
  76. a0ae7eb Big refactoring of test code and api-checker to remove dependencies on CompilationUnit. by scottb@google.com · 15 years ago
  77. 31d98e7 Remove an outdated reference to the compile/browse button by rice@google.com · 15 years ago
  78. 655fe8d When using the -remoteUI switch, the Main and Server loggers now log their by rdayal@google.com · 15 years ago
  79. 63c7541 Changes to the Message wire format: by rdayal@google.com · 15 years ago
  80. 011d43d Fixes two bugs in SOYC dashboard: by kprobst@google.com · 15 years ago
  81. 192041d Avoid infinite loop in hosted.html getTopWindow. by jat@google.com · 15 years ago
  82. 482479b Threading visitor implementation for JVisitor. Now both visit and by spoon@google.com · 15 years ago
  83. 6dbf448 Improve JsStaticEval to be able to perform optimizations on trees of JsBinaryOperations. by bobv@google.com · 15 years ago
  84. c4de756 Adds the needsAttention flag to the remote UI protocol. by mmendez@google.com · 15 years ago
  85. c83f845 Don't log UnableToCompleteException stack traces, that's not what they're for. by rjrjr@google.com · 15 years ago
  86. a0c780a Centralize a few standard MockJavaResources by rjrjr@google.com · 15 years ago
  87. 3b30b9d ModuleContext should not create a zillion TypeOracles. by scottb@google.com · 15 years ago
  88. 6d86bf7 TypeOracle.sort methods should be static. by scottb@google.com · 15 years ago
  89. f0dd144 Removing lots of old, unneeded code from DevMode hierarchy. by scottb@google.com · 15 years ago
  90. f57cb5e @Deprecate Resource.getURL() which isn't generally safe, and removes all overrides. by scottb@google.com · 15 years ago
  91. ff44d38 Looser coupling for ArtificialRescueChecker. by scottb@google.com · 15 years ago
  92. 8463b0a Slick trick with CompiledClass source location allows a much looser coupling of compilation unit validation code. by scottb@google.com · 15 years ago
  93. 589ca58 Give transient generated units a real source location & precompute hash while source is available. by scottb@google.com · 15 years ago
  94. 24a7f9f Add various ways of launching a browser for HelpInfo links, add support for by jat@google.com · 15 years ago
  95. 757abd4 Revert trunk@6681 "SameParameterValue optimization," due to build break. by rjrjr@google.com · 15 years ago
  96. c5b24fe SameParameterValue optimization. by spoon@google.com · 15 years ago
  97. 71a8608 Fix generic parameters for SingleJsoImpl types. by bobv@google.com · 15 years ago
  98. aa702eb Method overloads fix for SingleJsoImpl. by bobv@google.com · 15 years ago
  99. 67a1998 Fix ordering problem with SwingTreeLogger. The problem is that SwingWorker by jat@google.com · 15 years ago
  100. 3504238 Renames CompiledClass.getBinaryName() -> CompiledClass.getInternalName(). by scottb@google.com · 15 years ago