1. 69dedf0 Fix javadoc tag errors. Many of these look fine in Eclipse but fail with by rice@google.com · 15 years ago
  2. 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
  3. 49c413c Code cleanup forCompositeTreeLogger, AbstractTreeLogger by scottb@google.com · 15 years ago
  4. 0d980ef Remove two unused imports by rice@google.com · 15 years ago
  5. e2101d8 IO improvements to DiskCache and UnifiedAST. by scottb@google.com · 15 years ago
  6. 63f9676 Fixing svn props on many java files where this was missing. by scottb@google.com · 15 years ago
  7. 351e583 Implements "-XshardPrecompile" for sharding the precompilation. by scottb@google.com · 15 years ago
  8. e8967a2 A PermutationResult is now integrally tied to a Permutation. by scottb@google.com · 15 years ago
  9. ab27191 Refactor SOYC to produce artifacts more directly. by scottb@google.com · 15 years ago
  10. 5c75220 Refactor StandardLinkerContext output/extra/file/jar implementation to not suck. by scottb@google.com · 15 years ago
  11. 4c66da8 Makes StandardGeneratedResource portable. by scottb@google.com · 15 years ago
  12. a237a5f Update doc on ArgHandlerDumpSignatures and ArgHandlerMaxPermsPerPrecompile. by scottb@google.com · 15 years ago
  13. b862f1a Sort Properties.java by scottb@google.com · 15 years ago
  14. 19480e9 Fix warnings by removing or suppressing warnings for: by rice@google.com · 15 years ago
  15. 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
  16. 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
  17. f45b47f Rolling back r6449 (Soyc test). by kprobst@google.com · 15 years ago
  18. 05a590d Reduces some compiler spew. by kprobst@google.com · 15 years ago
  19. 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
  20. d4a0f1a Adds basic test case for SOYC. by kprobst@google.com · 15 years ago
  21. 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
  22. 5e58f0d Add a 'sessionId' field to GWT lightweight metrics events, which is set to the value of by rice@google.com · 15 years ago
  23. 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
  24. 33cff9f Merge branch 'remote-ui-communication' at r6431 into trunk by mmendez@google.com · 15 years ago
  25. 44f8d29 Bugfix when rewriting static calls with JMultiExpr qualifiers by rjrjr@google.com · 15 years ago
  26. 1dd84c5 Revert "Cleans up SOYC options: ", trunk@6416, due to checkstyle build break. by rjrjr@google.com · 15 years ago
  27. b4e9b3c Cleans up SOYC options: by kprobst@google.com · 15 years ago
  28. bbd43b0 Don't print stack trace when we lose the remote OOPHM connection. by jat@google.com · 15 years ago
  29. b984cf0 Add URL help on warning message for an old plugin. by jat@google.com · 15 years ago
  30. eb73662 Fix SingleJsoImpl hosted mode crash with contravariant return types in virtual by jat@google.com · 15 years ago
  31. b92ef9a Remove last traces of dev/oophm. by jat@google.com · 15 years ago
  32. a81c396 Move dev/oophm/* to dev/core in preparation of deleting the oophm directory. by jat@google.com · 15 years ago
  33. 3de84af Add back a HostedMode entry point that logs a warning and redirects to DevMode. by jat@google.com · 15 years ago
  34. 54a6014 Rename HostedMode to DevMode and HostedModeBase to DevModeBase. by jat@google.com · 15 years ago
  35. 5fc785a After upgrading HtmlUnit from 2.5 to 2.7-snapshot, sending an explicit QUIT by amitmanjhi@google.com · 15 years ago
  36. 69f6d39 Fix for Issue #4002 Patch by: cromwellian Review by: scottb by cromwellian · 15 years ago
  37. 6f6bafc Fix JsInliner improperly inlining array, object, and function literals. by cromwellian · 15 years ago
  38. 58090c8 Initial add of Scheduler API. by rjrjr@google.com · 15 years ago
  39. 3279b3f Add $entry magic function to guarantee correct entry and exit of GWT code from ex by rjrjr@google.com · 15 years ago
  40. f7480d6 Adds com/google/gwt/soyc/** to standalone compiler. by scottb@google.com · 15 years ago
  41. 64a55cb Add back IE proxy handling for CheckForUpdates. by jat@google.com · 15 years ago
  42. b128350 Modifying hosted.html so it only reaches up to windows that it has permission to access. by jlabanca@google.com · 15 years ago
  43. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
  44. 5868bc7 Reverted c6310 (which created a temporary directory for updating HtmlUnit, by amitmanjhi@google.com · 15 years ago
  45. 6fc7f4d Abstract out the UI so that an external tool can supply its own (such as the by jat@google.com · 15 years ago
  46. 095e0aa Overhaul of SOYC dashboard styling. by kprobst@google.com · 15 years ago
  47. 39f4ee4 Various fixes for deRPC. by bobv@google.com · 15 years ago
  48. 9edc581 Patch to enable upgrade to latest HtmlUnit snapshots. Created a temporary dir by amitmanjhi@google.com · 15 years ago
  49. 357b901 Changed the plugin code, in response to changes in HtmlUnit's internal Api in by amitmanjhi@google.com · 15 years ago
  50. e606905 Adding a white background the to noscript warning so it shows up against all backgrounds. by jlabanca@google.com · 15 years ago
  51. 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
  52. 7d15c80 Catching up to build changes needed by trunk@6264 tools/soyc/images is dead by rjrjr@google.com · 15 years ago
  53. 379e70d Update from trunk@6270 by rjrjr@google.com · 15 years ago
  54. d50bb57 This patch has the compiler run the SOYC dashboard if -soyc is specified. The by spoon@google.com · 15 years ago
  55. b659bc7 Patch incorporates Ray's comments on the deadlock fix and fixes checkstyle issues. by amitmanjhi@google.com · 15 years ago
  56. 8c47f40 Patch fixes the deadlock issue with the HtmlUnit plugin in the UiSuite. by amitmanjhi@google.com · 15 years ago
  57. 670bcce Merge through trunk@6239 by rjrjr@google.com · 15 years ago
  58. 52ac42b Merge up to trunk @r6200. by jat@google.com · 15 years ago
  59. 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 · 15 years ago
  60. b4085ba The patch explicitly check if "this" is null, when invoking a static method and throw a by amitmanjhi@google.com · 15 years ago
  61. be08411 Fix test failure introduced in GC fix, and an unused warning. by jat@google.com · 15 years ago
  62. c389b06 Checkstyle fix, unused import in BrowserChannel.java by rjrjr@google.com · 15 years ago
  63. 4320eaf Reformat JavaScriptObjectNormalizer. by bobv@google.com · 15 years ago
  64. 2e032bf Fix compiler and hosted-mode crash caused by virtual overrides in SingleJsoImpl types. by bobv@google.com · 15 years ago
  65. 481f92d Fix GC handling for HtmlUnit in development mode. by jat@google.com · 15 years ago
  66. b62c310 Remove SWT references and related mac-specific changes from the build files. by amitmanjhi@google.com · 15 years ago
  67. 267e944 Propagating the command-line logLevel to JUnit's logger in headless mode. by amitmanjhi@google.com · 15 years ago
  68. 00a1345 Changed the logLevel in HtmlUnitSessionHandler from ERROR to INFO. by amitmanjhi@google.com · 16 years ago
  69. 7dc9b9e Another unused import snipped by rjrjr@google.com · 16 years ago
  70. 92e688e Snip unused imports, fix checkstyle break by rjrjr@google.com · 16 years ago
  71. 4e26cc6 Revert unnecessary change to GWTShellServlet, update Eclipse instructions by jat@google.com · 16 years ago
  72. c090a07 Remove orphaned build files, fix incorrect reference. by jat@google.com · 16 years ago
  73. e07256f Fix dev tests. by jat@google.com · 16 years ago
  74. b7e1d81 Fix checkstyle errors. by jat@google.com · 16 years ago
  75. 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 16 years ago
  76. bd5e9c6 Update from trunk by rjrjr@google.com · 16 years ago
  77. 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
  78. fff3f88 Patch to pass java exceptions encountered during JS execution back to Java land. by amitmanjhi@google.com · 16 years ago
  79. 200f123 - Fixes the incompatible exceptions in JSValueGlue by amitmanjhi@google.com · 16 years ago
  80. 883e092 Fix path issue in SoycDashboard after moving soyc resources to a sub-directory. by kprobst@google.com · 16 years ago
  81. d23d67d Soyc dashboard: Adds permutation info to index page for each permutation by kprobst@google.com · 16 years ago
  82. 8334c30 Use <pre> around exception stack traces to preserve whitespace and use a by jat@google.com · 16 years ago
  83. f18984c Adds the htmlunit dependency to oophm. "ant dist-dev" passes by amitmanjhi@google.com · 16 years ago
  84. 0160397 Commiting the initial version of the HtmlUnit plugin. Many tests, including all by amitmanjhi@google.com · 16 years ago
  85. 55cc5f4 Fix NPE when -logdir is not specified. by jat@google.com · 16 years ago
  86. 38529e8 Unbreak the build. by jat@google.com · 16 years ago
  87. 0dee736 adding a -logdir flag to hosted mode; no more taking screenshots of interesting stuff. by fabbott@google.com · 16 years ago
  88. 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
  89. ddbecbc Allow naming a runAsync call using a class literal. There are now by spoon@google.com · 16 years ago
  90. c05c4d1 Eliminates some dead links from the Soyc dashboard when displayDependencies is off by kprobst@google.com · 16 years ago
  91. 45c43a6 Fixes bugs where a cloned JMethodCall fails to preserve an overridden return type. by scottb@google.com · 16 years ago
  92. b09f4fe Remove icons, add short text names for browser tabs in Swing UI. by jat@google.com · 16 years ago
  93. 24852bd Make the GWT compiler pluggable through an experimental "x.compiler.class" configuration property. by scottb@google.com · 16 years ago
  94. d462925 Give the hosted mode JavaScriptObject implementation class a public constructor so it can be instantiated without violating access. by scottb@google.com · 16 years ago
  95. a0b42eb Fix for issue 3535, whitelist/blacklist warnings suggest invalid argument by fredsa · 16 years ago
  96. 1d30610 Additional fix for issue 3903. Adds noscript tags to additional samples by fredsa · 16 years ago
  97. 49c1661 Unbreak build by making parallel changes in Win/Mac that were made in Linux. by jat@google.com · 16 years ago
  98. 11f740b Change the way tabs work in the OOPHM UI: by jat@google.com · 16 years ago
  99. d280650 Separates the ADD binary operation into two separate operations, by spoon@google.com · 16 years ago
  100. 78d3580 This patch moves SOYC's source code underneath dev/core/src. It leaves by spoon@google.com · 16 years ago