1. 40adf9c Removes vestiges of TypeOracle support for local types. by scottb@google.com · 15 years ago
  2. 67afd8f Remove stale comment in BuildTypeMap by scottb@google.com · 15 years ago
  3. bcdb100 Refactor TypeOracle to prevent external mutations. by scottb@google.com · 15 years ago
  4. 9197350 Fixing capitalization of 'GWT Development Mode' in hosted.html by fredsa@google.com · 15 years ago
  5. de99bd3 Removes CompilationUnit.isCompiled(). by scottb@google.com · 15 years ago
  6. b5eb477 Rolling back r8522: For synthetic this refs, use params rather than fields while in constructors by scottb@google.com · 15 years ago
  7. 955ac9b For synthetic this refs, use params rather than fields while in constructors by scottb@google.com · 15 years ago
  8. 2778c04 Add @Override tags in order to be able to enable Eclipse warnings without being drowned by rice@google.com · 15 years ago
  9. 9111d72 Annotate the SpeedTracer log data with some extra info. by conroy@google.com · 15 years ago
  10. 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
  11. c3dca8b Recommiting the new CrossSiteIframeLinker. by spoon@google.com · 15 years ago
  12. 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
  13. 85b9a78 Refactor SpeedTracerLogger to use Event objects for controlling start/stop by conroy@google.com · 15 years ago
  14. c208db5 - Adds more instrumentation of the Compiler with SpeedTracerLogger. by zundel@google.com · 15 years ago
  15. ae423fe Add SpeedTracerLogger instrumentation to DevMode by conroy@google.com · 15 years ago
  16. ed81c5a Reintroduce changes from r8440, with a fix to ZipFileResource and update related tests. by conroy@google.com · 15 years ago
  17. 8385787 Put in a new fix for DevMode logging that uses bytecode rewriting rather than swapping out by unnurg@google.com · 15 years ago
  18. 17e79f6 Rollback r8440 changes again by conroy@google.com · 15 years ago
  19. 5c8bd80 SpeedTracerLogger: Don't throw exceptions on missed events. Instead, try to recover gracefully. by conroy@google.com · 15 years ago
  20. 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
  21. ddfbd38 Removes the unnecessary ErrorCompilationUnit. by scottb@google.com · 15 years ago
  22. 1c2ce0b Reintroduces changes from r8440 by conroy@google.com · 15 years ago
  23. 15e7957 Ensure that we give createTempFile at least 3 characters for the prefix by conroy@google.com · 15 years ago
  24. 31c333f Fix warnings and checkstyle errors by rice@google.com · 15 years ago
  25. 24571c4 rollback of optimizations that caused problems for some projects by unnurg@google.com · 15 years ago
  26. 8f5ac69 Optimize ResourceOracle Refresh by removing some archaic guarantees and some by conroy@google.com · 15 years ago
  27. 19989a6 Remove bogus @SuppressWarnings that eclipse wanted by rjrjr@google.com · 15 years ago
  28. e8bbe79 - Refactors SpeedTracerLogger so that the start() and stop() methods are static by zundel@google.com · 15 years ago
  29. 91d8bfd Fix 1.6 style @Overrides, and quiet a warning. by rjrjr@google.com · 15 years ago
  30. 5abe009 Ensure bridgeMethods is initialized, even when constructed from other subtypes, such as MissingTypeBinding. by tobyr@google.com · 15 years ago
  31. 02a1160 More steps toward separate compilation. by tobyr@google.com · 15 years ago
  32. 15193aa Rollback update to Jetty7 since it is causing classloader problems in by amitmanjhi@google.com · 15 years ago
  33. aa5398b Add some missing ASM classes by tobyr@google.com · 15 years ago
  34. e6fc013 Rolling back the cross-site linker using an iframe. It's not clear this is a safe change for all apps. by spoon@google.com · 15 years ago
  35. 4e996fe Modifies the cross-site linker to put its code in an iframe by spoon@google.com · 15 years ago
  36. 3306c97 Adds a class to log performance information in a format by zundel@google.com · 15 years ago
  37. 81a68ac Adds BinaryTypeBinding from JDT 3.4.2 in preparation for changes. by tobyr@google.com · 15 years ago
  38. 7b856a0 Add first-class support for [array].length in the compiler. by tobyr@google.com · 15 years ago
  39. 3cd0a92 Improve ExpressionAnalyzer with newer compiler info. by scottb@google.com · 15 years ago
  40. 6d40553 Wrap GWT.runAsync() entry points with $entry . by spoon@google.com · 15 years ago
  41. bdb912c Stop including backtraces whenever an annotation class is either by bowdidge@google.com · 15 years ago
  42. 1714263 Adds Java classes for JSON serialization/deserialization to complement by zundel@google.com · 15 years ago
  43. e216d8f Fixing CFG handling of labelled breaks inside the switch. by aizatsky@google.com · 15 years ago
  44. aa1f76b Do some cleanup on BuildTypeMap. by tobyr@google.com · 15 years ago
  45. 2d25998 Implement GWT.isProdMode() by scottb@google.com · 15 years ago
  46. af5d767 Fix some bugs in symbol dumping. by scottb@google.com · 15 years ago
  47. e80a1ee SafeASTVisitor unilaterally avoids visiting error/unreachable local types by scottb@google.com · 15 years ago
  48. 080b643 Allows Linkers to mark themselves as shardable by including a by spoon@google.com · 15 years ago
  49. 1badded Add numeric types required for autoboxing support to INDEX_TYPES_SET. by tobyr@google.com · 15 years ago
  50. c6b9d18 Fixes a bug where temp local declarations could sometimes end up in a for statement's increments list. by scottb@google.com · 15 years ago
  51. f28d77a JSNI ::new() now targets constructors directly. by scottb@google.com · 15 years ago
  52. 5ed7c38 Reorder outer 'this' constructor arguments to come before user arguments. by scottb@google.com · 15 years ago
  53. 62e51a6 Fix abs breakage, the compiler was rewriting 0.0-x with -x, which by jat@google.com · 15 years ago
  54. 14e8c21 Normalize Array.getClass() by scottb@google.com · 15 years ago
  55. edfd992 Update to Jetty 7.0.2. by jat@google.com · 15 years ago
  56. 4f3e817 Work around Safari 5 failures where right-shift of a non-integer is not by jat@google.com · 15 years ago
  57. 7c394a5 The DevMode JSO changes are too complex to integrate as a single change. Need to find a better strategy. by bobv@google.com · 15 years ago
  58. 2928a18 Reintroduces DevMode JSO rewrite after correcting VerificationErrors. by bobv@google.com · 15 years ago
  59. 5807b49 Reduce Eclipse warnings to a dull roar by rice@google.com · 15 years ago
  60. 5d51f8e Roll back JSO changes due to reports of NPEs in MethodWriter. by bobv@google.com · 15 years ago
  61. 50dca76 Reintroduces DevMode JSO rewrite after correcting VerificationErrors. by bobv@google.com · 15 years ago
  62. b4931f3 Adds more logging to JUnitShell. The redundant logging will be removed later. by amitmanjhi@google.com · 15 years ago
  63. 7d73777 Update HtmlUnit logging. by amitmanjhi@google.com · 15 years ago
  64. 38b3eca Removes the -XshardPrecompile option. by spoon@google.com · 15 years ago
  65. d9f13ab Add Firefox 3.7alpha support (still need Windows changes). by jat@google.com · 15 years ago
  66. ad33b8c Add useful hooks into GWT to allow other tools to parse and analyze Java code. by bowdidge@google.com · 15 years ago
  67. ccef588 Moving gwt logging over from the IO branch. Changed the gwt.logging by unnurg@google.com · 15 years ago
  68. 8db0725 Optimize CfgBuilder.BuilderVisitor.addNode(). by avassalotti@google.com · 15 years ago
  69. e8ac334 A new model for external types by scottb@google.com · 15 years ago
  70. dfa2a06 Rolling back DevMode JSO change due to VerifyError. by bobv@google.com · 15 years ago
  71. a3bc0d8 Part 2: Update DevMode JSO runtime to new model. by bobv@google.com · 15 years ago
  72. 60fe18a Fixes pathological slowness in remote UI logger (GPE). by scottb@google.com · 15 years ago
  73. bbb8202 Faster version of LongLib by rice@google.com · 15 years ago
  74. d54a4bd Mirroring got broken around the merge from branches/2.1, although I'm by gwt.mirrorbot@gmail.com · 15 years ago
  75. 81b79bd Set the superclass of the value map inner class to be Object. Every class deserves to have a superclass. by bowdidge@google.com · 15 years ago
  76. a85192c Adds some additional api area to our test compilation units. by scottb@google.com · 15 years ago
  77. 993ff82 Merges r8060 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
  78. 11b85e1 Merging from the 2.1 I/O branch through r8059 by spoon@google.com · 15 years ago
  79. 08c1520 Merges r7984 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
  80. 2846ba5 Merges r7983 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
  81. e13bab5 Fixes a bug in the compile report dashboard where entries with same sizes were by kprobst@google.com · 15 years ago
  82. 254362c Introducing lattice TOP for constants. Making it starting value. by aizatsky@google.com · 15 years ago
  83. d770fa5 CFG: fixing case fallthrough. by aizatsky@google.com · 15 years ago
  84. ab11e00 Fixing division by zero while evaluating constant expression. by aizatsky@google.com · 15 years ago
  85. d413ce0 The gflow constant analyzer assumes that parameters by spoon@google.com · 15 years ago
  86. abc6da7 Updates the list of aggressive optimizations to be those by spoon@google.com · 15 years ago
  87. 7f3adca Re-rolling r7955: JUnitShell now subclasses DevMode instead of GWTShell. by scottb@google.com · 15 years ago
  88. 8a78d4c Rolling back the recent change to JUnitShell pending discussion by spoon@google.com · 15 years ago
  89. 8e16dbe Fix missing flush in sending a SwitchTransport message. by jat@google.com · 15 years ago
  90. 49867cd Update some old selection script templates for modern dev mode by scottb@google.com · 15 years ago
  91. ec121f8 JUnitShell now subclasses DevMode instead of GWTShell. by scottb@google.com · 15 years ago
  92. e1c76f7 Log AssertionErrors thrown by Generators to improve developer experience. by bobv@google.com · 15 years ago
  93. 658cc74 Sort & format. by scottb@google.com · 15 years ago
  94. 083b65b CFG: Always jumping to first case statement by aizatsky@google.com · 15 years ago
  95. 0c5c2ef Fixes a couple of issues with the RemoteUI and GPE DevMode view interaction. The problem is GPE shows the startup URLs in the DevMode view _before_ the modules were fully loaded. The root issue is GPE does not receive the moduleLoadComplete message. When we went to push this message to GPE, we discovered the protobuf is too restricted: the RequestType cannot have new values and maintain backwards compatibility. This is because requestType is a "required" field, so older GPE versions will not understand the new moduleLoadComplete message and thus have an undefined requestType, at which point an error is thrown because requestType is required. by jasonparekh@google.com · 15 years ago
  96. 368fc5b For compatibility with linkers that don't yet understand soft by spoon@google.com · 15 years ago
  97. 972b1f9 Fixes ICE in JsInliner. by scottb@google.com · 15 years ago
  98. 1c8b065 Have JsInliner refuse to interpose a new expression by spoon@google.com · 15 years ago
  99. 8a75f87 Allowing null clinit. by aizatsky@google.com · 15 years ago
  100. 2a00458 When analyzing method signatures to look up a JSNI by spoon@google.com · 15 years ago