1. 18d2875 Clarify JsniCollector.SourceCache comment. by scottb@google.com · 15 years ago
  2. 7855f95 Updated SOYC dashboard styling. by kprobst@google.com · 15 years ago
  3. 27fb244 Propagate log colors to lower-priority ancestors. by jat@google.com · 15 years ago
  4. 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
  5. 11974b2 Modified the remote UI protocol to send an initialization message with the by rdayal@google.com · 15 years ago
  6. 6d71ba1 Fixes an overly long filename in a compile report. by spoon@google.com · 15 years ago
  7. 52f72f8 Fixes an NPE when a logged exception returns null for the stack trace. by mmendez@google.com · 15 years ago
  8. fd52b1f During a module transition, remove all enqueued JS jobs. Seems to fix the by amitmanjhi@google.com · 15 years ago
  9. c2a8326 We were failing to close the newly-opened FileInputStream, and thankfully StandardGeneratorContextTest caught it. by scottb@google.com · 15 years ago
  10. 6c23880 Rewrites some if statements into boolean expressions. by scottb@google.com · 15 years ago
  11. 2bc072d Fixes a very obscure bug in ControlFlowAnalyzer. by scottb@google.com · 15 years ago
  12. 69dedf0 Fix javadoc tag errors. Many of these look fine in Eclipse but fail with by rice@google.com · 15 years ago
  13. 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
  14. 49c413c Code cleanup forCompositeTreeLogger, AbstractTreeLogger by scottb@google.com · 15 years ago
  15. 0d980ef Remove two unused imports by rice@google.com · 15 years ago
  16. e2101d8 IO improvements to DiskCache and UnifiedAST. by scottb@google.com · 15 years ago
  17. 63f9676 Fixing svn props on many java files where this was missing. by scottb@google.com · 15 years ago
  18. 351e583 Implements "-XshardPrecompile" for sharding the precompilation. by scottb@google.com · 15 years ago
  19. e8967a2 A PermutationResult is now integrally tied to a Permutation. by scottb@google.com · 15 years ago
  20. ab27191 Refactor SOYC to produce artifacts more directly. by scottb@google.com · 15 years ago
  21. 5c75220 Refactor StandardLinkerContext output/extra/file/jar implementation to not suck. by scottb@google.com · 15 years ago
  22. 4c66da8 Makes StandardGeneratedResource portable. by scottb@google.com · 15 years ago
  23. a237a5f Update doc on ArgHandlerDumpSignatures and ArgHandlerMaxPermsPerPrecompile. by scottb@google.com · 15 years ago
  24. b862f1a Sort Properties.java by scottb@google.com · 15 years ago
  25. 19480e9 Fix warnings by removing or suppressing warnings for: by rice@google.com · 15 years ago
  26. 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
  27. 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
  28. f45b47f Rolling back r6449 (Soyc test). by kprobst@google.com · 15 years ago
  29. 05a590d Reduces some compiler spew. by kprobst@google.com · 15 years ago
  30. 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
  31. d4a0f1a Adds basic test case for SOYC. by kprobst@google.com · 15 years ago
  32. 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
  33. 5e58f0d Add a 'sessionId' field to GWT lightweight metrics events, which is set to the value of by rice@google.com · 15 years ago
  34. 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
  35. 33cff9f Merge branch 'remote-ui-communication' at r6431 into trunk by mmendez@google.com · 15 years ago
  36. 44f8d29 Bugfix when rewriting static calls with JMultiExpr qualifiers by rjrjr@google.com · 15 years ago
  37. 1dd84c5 Revert "Cleans up SOYC options: ", trunk@6416, due to checkstyle build break. by rjrjr@google.com · 15 years ago
  38. b4e9b3c Cleans up SOYC options: by kprobst@google.com · 15 years ago
  39. bbd43b0 Don't print stack trace when we lose the remote OOPHM connection. by jat@google.com · 15 years ago
  40. b984cf0 Add URL help on warning message for an old plugin. by jat@google.com · 15 years ago
  41. eb73662 Fix SingleJsoImpl hosted mode crash with contravariant return types in virtual by jat@google.com · 15 years ago
  42. b92ef9a Remove last traces of dev/oophm. by jat@google.com · 15 years ago
  43. a81c396 Move dev/oophm/* to dev/core in preparation of deleting the oophm directory. by jat@google.com · 15 years ago
  44. 3de84af Add back a HostedMode entry point that logs a warning and redirects to DevMode. by jat@google.com · 15 years ago
  45. 54a6014 Rename HostedMode to DevMode and HostedModeBase to DevModeBase. by jat@google.com · 15 years ago
  46. 5fc785a After upgrading HtmlUnit from 2.5 to 2.7-snapshot, sending an explicit QUIT by amitmanjhi@google.com · 15 years ago
  47. 69f6d39 Fix for Issue #4002 Patch by: cromwellian Review by: scottb by cromwellian · 15 years ago
  48. 6f6bafc Fix JsInliner improperly inlining array, object, and function literals. by cromwellian · 15 years ago
  49. 58090c8 Initial add of Scheduler API. by rjrjr@google.com · 15 years ago
  50. 3279b3f Add $entry magic function to guarantee correct entry and exit of GWT code from ex by rjrjr@google.com · 15 years ago
  51. f7480d6 Adds com/google/gwt/soyc/** to standalone compiler. by scottb@google.com · 15 years ago
  52. 64a55cb Add back IE proxy handling for CheckForUpdates. by jat@google.com · 15 years ago
  53. b128350 Modifying hosted.html so it only reaches up to windows that it has permission to access. by jlabanca@google.com · 15 years ago
  54. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
  55. 5868bc7 Reverted c6310 (which created a temporary directory for updating HtmlUnit, by amitmanjhi@google.com · 15 years ago
  56. 6fc7f4d Abstract out the UI so that an external tool can supply its own (such as the by jat@google.com · 15 years ago
  57. 095e0aa Overhaul of SOYC dashboard styling. by kprobst@google.com · 15 years ago
  58. 39f4ee4 Various fixes for deRPC. by bobv@google.com · 15 years ago
  59. 9edc581 Patch to enable upgrade to latest HtmlUnit snapshots. Created a temporary dir by amitmanjhi@google.com · 15 years ago
  60. 357b901 Changed the plugin code, in response to changes in HtmlUnit's internal Api in by amitmanjhi@google.com · 15 years ago
  61. e606905 Adding a white background the to noscript warning so it shows up against all backgrounds. by jlabanca@google.com · 15 years ago
  62. 875439d Adding the suffix ".if.enabled" to emma ant targets to avoid confusion. The targets are noops if emma.enabled is not defined. by jlabanca@google.com · 15 years ago
  63. 7d15c80 Catching up to build changes needed by trunk@6264 tools/soyc/images is dead by rjrjr@google.com · 15 years ago
  64. 379e70d Update from trunk@6270 by rjrjr@google.com · 15 years ago
  65. d50bb57 This patch has the compiler run the SOYC dashboard if -soyc is specified. The by spoon@google.com · 15 years ago
  66. b659bc7 Patch incorporates Ray's comments on the deadlock fix and fixes checkstyle issues. by amitmanjhi@google.com · 15 years ago
  67. 8c47f40 Patch fixes the deadlock issue with the HtmlUnit plugin in the UiSuite. by amitmanjhi@google.com · 15 years ago
  68. 670bcce Merge through trunk@6239 by rjrjr@google.com · 15 years ago
  69. 52ac42b Merge up to trunk @r6200. by jat@google.com · 15 years ago
  70. c0e9c9f Ant fixes to make test failure correctly blocking, and to cover the core/*,oophm/* pattern in dev more properly. TODO to remove that part once core & oophm merge, and there's (normatively) just src, super, test. by fabbott@google.com · 16 years ago
  71. b4085ba The patch explicitly check if "this" is null, when invoking a static method and throw a by amitmanjhi@google.com · 16 years ago
  72. be08411 Fix test failure introduced in GC fix, and an unused warning. by jat@google.com · 16 years ago
  73. c389b06 Checkstyle fix, unused import in BrowserChannel.java by rjrjr@google.com · 16 years ago
  74. 4320eaf Reformat JavaScriptObjectNormalizer. by bobv@google.com · 16 years ago
  75. 2e032bf Fix compiler and hosted-mode crash caused by virtual overrides in SingleJsoImpl types. by bobv@google.com · 16 years ago
  76. 481f92d Fix GC handling for HtmlUnit in development mode. by jat@google.com · 16 years ago
  77. b62c310 Remove SWT references and related mac-specific changes from the build files. by amitmanjhi@google.com · 16 years ago
  78. 267e944 Propagating the command-line logLevel to JUnit's logger in headless mode. by amitmanjhi@google.com · 16 years ago
  79. 00a1345 Changed the logLevel in HtmlUnitSessionHandler from ERROR to INFO. by amitmanjhi@google.com · 16 years ago
  80. 7dc9b9e Another unused import snipped by rjrjr@google.com · 16 years ago
  81. 92e688e Snip unused imports, fix checkstyle break by rjrjr@google.com · 16 years ago
  82. 4e26cc6 Revert unnecessary change to GWTShellServlet, update Eclipse instructions by jat@google.com · 16 years ago
  83. c090a07 Remove orphaned build files, fix incorrect reference. by jat@google.com · 16 years ago
  84. e07256f Fix dev tests. by jat@google.com · 16 years ago
  85. b7e1d81 Fix checkstyle errors. by jat@google.com · 16 years ago
  86. 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 16 years ago
  87. bd5e9c6 Update from trunk by rjrjr@google.com · 16 years ago
  88. f41dc6e Pass the SourceInfo of the mainType instead of null to JReboundEntryPoint when the binding isn't immediately known. Prevents an AssertionError when using the -manual flag. by jlabanca@google.com · 16 years ago
  89. fff3f88 Patch to pass java exceptions encountered during JS execution back to Java land. by amitmanjhi@google.com · 16 years ago
  90. 200f123 - Fixes the incompatible exceptions in JSValueGlue by amitmanjhi@google.com · 16 years ago
  91. 883e092 Fix path issue in SoycDashboard after moving soyc resources to a sub-directory. by kprobst@google.com · 16 years ago
  92. d23d67d Soyc dashboard: Adds permutation info to index page for each permutation by kprobst@google.com · 16 years ago
  93. 8334c30 Use <pre> around exception stack traces to preserve whitespace and use a by jat@google.com · 16 years ago
  94. f18984c Adds the htmlunit dependency to oophm. "ant dist-dev" passes by amitmanjhi@google.com · 16 years ago
  95. 0160397 Commiting the initial version of the HtmlUnit plugin. Many tests, including all by amitmanjhi@google.com · 16 years ago
  96. 55cc5f4 Fix NPE when -logdir is not specified. by jat@google.com · 16 years ago
  97. 38529e8 Unbreak the build. by jat@google.com · 16 years ago
  98. 0dee736 adding a -logdir flag to hosted mode; no more taking screenshots of interesting stuff. by fabbott@google.com · 16 years ago
  99. 3404283 Updates Soyc dashboard settings processing to be more flexible with respect to symbol maps format. In particular, it now includes leading lines in symbol maps files that do not conform to the # { ... } format. by kprobst@google.com · 16 years ago
  100. ddbecbc Allow naming a runAsync call using a class literal. There are now by spoon@google.com · 16 years ago