1. 888f673 Generators now exist per-StandardGeneratorContext to avoid concurrency issues. by scottb@google.com · 15 years ago
  2. 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
  3. 65accff Shuffles some test classes around; adds missing tests to JavaCompilationSuite convenience test suite. by scottb@google.com · 15 years ago
  4. b8fd5ea Change missing plugin URL. by jat@google.com · 15 years ago
  5. 5742b64 Simplify resolution of annotations in TypeOracle. by scottb@google.com · 15 years ago
  6. d52a9ba TypeOracle now builds from bytecode instead of JDT structures (part of Instant Hosted Mode work). by scottb@google.com · 15 years ago
  7. a0ae7eb Big refactoring of test code and api-checker to remove dependencies on CompilationUnit. by scottb@google.com · 15 years ago
  8. 31d98e7 Remove an outdated reference to the compile/browse button by rice@google.com · 15 years ago
  9. 655fe8d When using the -remoteUI switch, the Main and Server loggers now log their by rdayal@google.com · 15 years ago
  10. 63c7541 Changes to the Message wire format: by rdayal@google.com · 15 years ago
  11. 011d43d Fixes two bugs in SOYC dashboard: by kprobst@google.com · 15 years ago
  12. 192041d Avoid infinite loop in hosted.html getTopWindow. by jat@google.com · 15 years ago
  13. 482479b Threading visitor implementation for JVisitor. Now both visit and by spoon@google.com · 15 years ago
  14. 6dbf448 Improve JsStaticEval to be able to perform optimizations on trees of JsBinaryOperations. by bobv@google.com · 15 years ago
  15. c4de756 Adds the needsAttention flag to the remote UI protocol. by mmendez@google.com · 15 years ago
  16. c83f845 Don't log UnableToCompleteException stack traces, that's not what they're for. by rjrjr@google.com · 15 years ago
  17. a0c780a Centralize a few standard MockJavaResources by rjrjr@google.com · 15 years ago
  18. 3b30b9d ModuleContext should not create a zillion TypeOracles. by scottb@google.com · 15 years ago
  19. 6d86bf7 TypeOracle.sort methods should be static. by scottb@google.com · 15 years ago
  20. f0dd144 Removing lots of old, unneeded code from DevMode hierarchy. by scottb@google.com · 15 years ago
  21. f57cb5e @Deprecate Resource.getURL() which isn't generally safe, and removes all overrides. by scottb@google.com · 15 years ago
  22. ff44d38 Looser coupling for ArtificialRescueChecker. by scottb@google.com · 15 years ago
  23. 8463b0a Slick trick with CompiledClass source location allows a much looser coupling of compilation unit validation code. by scottb@google.com · 15 years ago
  24. 589ca58 Give transient generated units a real source location & precompute hash while source is available. by scottb@google.com · 15 years ago
  25. 24a7f9f Add various ways of launching a browser for HelpInfo links, add support for by jat@google.com · 15 years ago
  26. 757abd4 Revert trunk@6681 "SameParameterValue optimization," due to build break. by rjrjr@google.com · 15 years ago
  27. c5b24fe SameParameterValue optimization. by spoon@google.com · 15 years ago
  28. 71a8608 Fix generic parameters for SingleJsoImpl types. by bobv@google.com · 15 years ago
  29. aa702eb Method overloads fix for SingleJsoImpl. by bobv@google.com · 15 years ago
  30. 67a1998 Fix ordering problem with SwingTreeLogger. The problem is that SwingWorker by jat@google.com · 15 years ago
  31. 3504238 Renames CompiledClass.getBinaryName() -> CompiledClass.getInternalName(). by scottb@google.com · 15 years ago
  32. a25b71b Adds a Throwable unit to JavaResourceBase. by scottb@google.com · 15 years ago
  33. bf713d1 Better failure messages for UnitTestTreeLogger on collections. by scottb@google.com · 15 years ago
  34. 9ca87f6 Extracts CompilationStateTestBase from CompilationStateTest to reuse. by scottb@google.com · 15 years ago
  35. a98c5a2 CompiledClasses now compute local class status from JDT. by scottb@google.com · 15 years ago
  36. 2707b14 Adds a name to all gwt.junit test targets so we can easily tell which one failed. by jlabanca@google.com · 15 years ago
  37. 1f3ca78 Shuffle startup ArgHandlers around so that options irrelevant to DevMode don't show up in its help page. by bobv@google.com · 15 years ago
  38. 2bd7eb3 Avoid use of Arrays.copyOf since that was added in JDK1.6. by jat@google.com · 15 years ago
  39. 145da0f Add support for more structured GWT versions. by jat@google.com · 15 years ago
  40. 18d2875 Clarify JsniCollector.SourceCache comment. by scottb@google.com · 15 years ago
  41. 7855f95 Updated SOYC dashboard styling. by kprobst@google.com · 15 years ago
  42. 27fb244 Propagate log colors to lower-priority ancestors. by jat@google.com · 15 years ago
  43. 7720e43 Adds patch to JsStaticEval to simplify literal1 + literal2 operations. (where literal can be one of: null, boolean, number, string) by cromwellian · 15 years ago
  44. 11974b2 Modified the remote UI protocol to send an initialization message with the by rdayal@google.com · 15 years ago
  45. 6d71ba1 Fixes an overly long filename in a compile report. by spoon@google.com · 15 years ago
  46. 52f72f8 Fixes an NPE when a logged exception returns null for the stack trace. by mmendez@google.com · 15 years ago
  47. fd52b1f During a module transition, remove all enqueued JS jobs. Seems to fix the by amitmanjhi@google.com · 15 years ago
  48. c2a8326 We were failing to close the newly-opened FileInputStream, and thankfully StandardGeneratorContextTest caught it. by scottb@google.com · 15 years ago
  49. 6c23880 Rewrites some if statements into boolean expressions. by scottb@google.com · 15 years ago
  50. 2bc072d Fixes a very obscure bug in ControlFlowAnalyzer. by scottb@google.com · 15 years ago
  51. 69dedf0 Fix javadoc tag errors. Many of these look fine in Eclipse but fail with by rice@google.com · 15 years ago
  52. 09b0070 Fixes a bug where JavaToJavaScriptCompiler assumes PropertyOracle#getSelectionProperty will return null if a property is not defined, but it actually throws a BadPropertyException. by jlabanca@google.com · 15 years ago
  53. 49c413c Code cleanup forCompositeTreeLogger, AbstractTreeLogger by scottb@google.com · 15 years ago
  54. 0d980ef Remove two unused imports by rice@google.com · 15 years ago
  55. e2101d8 IO improvements to DiskCache and UnifiedAST. by scottb@google.com · 15 years ago
  56. 63f9676 Fixing svn props on many java files where this was missing. by scottb@google.com · 15 years ago
  57. 351e583 Implements "-XshardPrecompile" for sharding the precompilation. by scottb@google.com · 15 years ago
  58. e8967a2 A PermutationResult is now integrally tied to a Permutation. by scottb@google.com · 15 years ago
  59. ab27191 Refactor SOYC to produce artifacts more directly. by scottb@google.com · 15 years ago
  60. 5c75220 Refactor StandardLinkerContext output/extra/file/jar implementation to not suck. by scottb@google.com · 15 years ago
  61. 4c66da8 Makes StandardGeneratedResource portable. by scottb@google.com · 15 years ago
  62. a237a5f Update doc on ArgHandlerDumpSignatures and ArgHandlerMaxPermsPerPrecompile. by scottb@google.com · 15 years ago
  63. b862f1a Sort Properties.java by scottb@google.com · 15 years ago
  64. 19480e9 Fix warnings by removing or suppressing warnings for: by rice@google.com · 15 years ago
  65. e29c1bd Exluding BrowserManagerTest from the dev tests. It is brought when we compile the user files (we need to compile hello sample for dev tests) because BrowserManagerTest is actually in user/src, not user/test. by jlabanca@google.com · 15 years ago
  66. c5c17c6 Recommitting r6449 (Adds basic test case for SOYC) with fix. Compiled user files are now added to javac.junit.out instead of javac.out to prevent rebuilding of dev. by jlabanca@google.com · 15 years ago
  67. f45b47f Rolling back r6449 (Soyc test). by kprobst@google.com · 15 years ago
  68. 05a590d Reduces some compiler spew. by kprobst@google.com · 15 years ago
  69. 9e844bd Cleans up SOYC options: -compileReport is now preferred way to generate SOYC reports, -soyc is now undocumented, and getting detailed SOYC report now automatically implies the regular SOYC report also. by kprobst@google.com · 15 years ago
  70. d4a0f1a Adds basic test case for SOYC. by kprobst@google.com · 15 years ago
  71. 126c9a3 Updates to use the rebased protobuf library. References to com.google.protobuf in RemoteMessageProto.java and ViewerServiceClient.java have been updated. Also updated licensing information to indicate that modifications to the library were made. by rdayal@google.com · 15 years ago
  72. 5e58f0d Add a 'sessionId' field to GWT lightweight metrics events, which is set to the value of by rice@google.com · 15 years ago
  73. dcf4f49 Fixes a couple of build-breaking, checkstyle violations: remove extra newline and don't checkstyle the protoc generated java source. by mmendez@google.com · 15 years ago
  74. 33cff9f Merge branch 'remote-ui-communication' at r6431 into trunk by mmendez@google.com · 15 years ago
  75. 44f8d29 Bugfix when rewriting static calls with JMultiExpr qualifiers by rjrjr@google.com · 15 years ago
  76. 1dd84c5 Revert "Cleans up SOYC options: ", trunk@6416, due to checkstyle build break. by rjrjr@google.com · 15 years ago
  77. b4e9b3c Cleans up SOYC options: by kprobst@google.com · 15 years ago
  78. bbd43b0 Don't print stack trace when we lose the remote OOPHM connection. by jat@google.com · 15 years ago
  79. b984cf0 Add URL help on warning message for an old plugin. by jat@google.com · 15 years ago
  80. eb73662 Fix SingleJsoImpl hosted mode crash with contravariant return types in virtual by jat@google.com · 15 years ago
  81. b92ef9a Remove last traces of dev/oophm. by jat@google.com · 15 years ago
  82. a81c396 Move dev/oophm/* to dev/core in preparation of deleting the oophm directory. by jat@google.com · 15 years ago
  83. 3de84af Add back a HostedMode entry point that logs a warning and redirects to DevMode. by jat@google.com · 15 years ago
  84. 54a6014 Rename HostedMode to DevMode and HostedModeBase to DevModeBase. by jat@google.com · 15 years ago
  85. 5fc785a After upgrading HtmlUnit from 2.5 to 2.7-snapshot, sending an explicit QUIT by amitmanjhi@google.com · 15 years ago
  86. 69f6d39 Fix for Issue #4002 Patch by: cromwellian Review by: scottb by cromwellian · 15 years ago
  87. 6f6bafc Fix JsInliner improperly inlining array, object, and function literals. by cromwellian · 15 years ago
  88. 58090c8 Initial add of Scheduler API. by rjrjr@google.com · 15 years ago
  89. 3279b3f Add $entry magic function to guarantee correct entry and exit of GWT code from ex by rjrjr@google.com · 15 years ago
  90. f7480d6 Adds com/google/gwt/soyc/** to standalone compiler. by scottb@google.com · 15 years ago
  91. 64a55cb Add back IE proxy handling for CheckForUpdates. by jat@google.com · 15 years ago
  92. b128350 Modifying hosted.html so it only reaches up to windows that it has permission to access. by jlabanca@google.com · 15 years ago
  93. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
  94. 5868bc7 Reverted c6310 (which created a temporary directory for updating HtmlUnit, by amitmanjhi@google.com · 15 years ago
  95. 6fc7f4d Abstract out the UI so that an external tool can supply its own (such as the by jat@google.com · 15 years ago
  96. 095e0aa Overhaul of SOYC dashboard styling. by kprobst@google.com · 15 years ago
  97. 39f4ee4 Various fixes for deRPC. by bobv@google.com · 15 years ago
  98. 9edc581 Patch to enable upgrade to latest HtmlUnit snapshots. Created a temporary dir by amitmanjhi@google.com · 15 years ago
  99. 357b901 Changed the plugin code, in response to changes in HtmlUnit's internal Api in by amitmanjhi@google.com · 15 years ago
  100. e606905 Adding a white background the to noscript warning so it shows up against all backgrounds. by jlabanca@google.com · 15 years ago