1. b95ce09 Update JDT from 3.4.2 to 3.4.2_r894. by rdayal@google.com · 13 years ago
  2. 2ea9697 Upgrade GWT's Guava library to 10.0.1 by cromwellian@google.com · 13 years ago
  3. 388124a Add jarjar'ed version of latest closure compiler to gwt tools dependencies in preparation for Closure Compiler integration. by cromwellian@google.com · 13 years ago
  4. b3fe7bb Clean up ant build files and Eclipse dev classpath. by jat@google.com · 13 years ago
  5. 39341aa Re-rolling sourcemap support after rollback. Jar-jared sourcemap.jar dependency and reverted regression in StackTraceCollector.splice(). by cromwellian@google.com · 13 years ago
  6. b7b4d71 Roll back Source Map support for GWT due to breakages seen by various teams by unnurg@google.com · 13 years ago
  7. 2240765 Add SourceMap support to GWT by cromwellian@google.com · 13 years ago
  8. 5260c88 Upgrade GWT's htmlunit dependencies. by cromwellian@google.com · 13 years ago
  9. 48d73ec Update the flute jar to accept double colon notation in css selectors, rename by unnurg@google.com · 14 years ago
  10. b5cf73e Modify the version of xalan-2.7.1.jar used to stop including an old version of the Java Cup runtime (version .10). Add java-cup-11a.jar (version .11a) to the tools/lib directory. by jacobr@google.com · 14 years ago
  11. 0be5b49 Removing a stray junit dep missed in r9870. by fabbott@google.com · 14 years ago
  12. 4f6b2a0 Moving UnitTestTreeLogger from dev/core/src to dev/core/tests, so gwt-dev by fabbott@google.com · 14 years ago
  13. 618aafc Switching to the junit4 jars, although the @annotation stuff isn't going to work. Also switching to the non-junit4 testng jars, to avoid classpath order confusion. by fabbott@google.com · 14 years ago
  14. 683be14 Fixes rebased guava library without using JarJar by rchandia@google.com · 14 years ago
  15. 5e17389 Public: Add the hibernate validator jar to the dev build. by nchalko@google.com · 14 years ago
  16. c1eb4c1 Add CLDR import code, and external projects for CLDR data/tools. by jat@google.com · 14 years ago
  17. 58d705b Fixes to use Java 1.5 compatible JARs by rchandia@google.com · 14 years ago
  18. 9f858e5 Update rules for standalone gwt-compiler. by scottb@google.com · 14 years ago
  19. 93a28be Re-roll r870801. by conroy@google.com · 15 years ago
  20. 46b4b61 Rolls back r8845, "Reduce DevMode memory footprint by using a WeakInterner by rjrjr@google.com · 15 years ago
  21. a3a8de9 Reduce DevMode memory footprint by using a WeakInterner for potentially duplicated strings by conroy@google.com · 15 years ago
  22. 0d848f8 Add streaming HTML parser library to tools/lib, as well as the guava library it depends on. by xtof@google.com · 15 years ago
  23. bdabce3 Add -ea to JVM and GWT args for tests by kjin@google.com · 15 years ago
  24. 0bcbca6 Updated GWT code with the latest Apache HttpClient 4.0. Removed httpclient-3. by flin@google.com · 15 years ago
  25. 7b78390 Upgraded HtmlUnit to 2.8. by flin@google.com · 15 years ago
  26. 15193aa Rollback update to Jetty7 since it is causing classloader problems in by amitmanjhi@google.com · 15 years ago
  27. c278ce8 Make GWT depend on json-1.5.jar that contains 1.5 compatible bytecode instead by amitmanjhi@google.com · 15 years ago
  28. a2d7312 Wholesale move of the app, requestfactory, and valuestore packages from the bikeshed dir to user dir. by amitmanjhi@google.com · 15 years ago
  29. edfd992 Update to Jetty 7.0.2. by jat@google.com · 15 years ago
  30. 7bc436e Add additional predefined Date/Time formats and the ability to generate custom localized formats. by jat@google.com · 15 years ago
  31. 569d591 Rollback of date/time format changes due to failing internal tests. by jat@google.com · 15 years ago
  32. b580c91 Add additional predefined Date/Time formats and the ability to generate custom localized formats. by jat@google.com · 15 years ago
  33. a15c79b Upgraded to a dethreaded HtmlUnit r5607. Removed @DoNotRunWith annotation by amitmanjhi@google.com · 15 years ago
  34. 3f5e6da Upgrade to HtmlUnit 2.7 build r5424. Removing annotations for fixed HtmlUnit bugs. by flin@google.com · 15 years ago
  35. c2163e6 Adding RegExp to public GWT (native version, pure Java version, tests) by tomerigo@google.com · 15 years ago
  36. 9356917 Allow CssResource to handle identifiers containing underscores or that have a leading hyphen. by bobv@google.com · 15 years ago
  37. 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
  38. 11974b2 Modified the remote UI protocol to send an initialization message with the by rdayal@google.com · 15 years ago
  39. 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
  40. 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
  41. f45b47f Rolling back r6449 (Soyc test). by kprobst@google.com · 15 years ago
  42. d4a0f1a Adds basic test case for SOYC. by kprobst@google.com · 15 years ago
  43. 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
  44. 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
  45. 33cff9f Merge branch 'remote-ui-communication' at r6431 into trunk by mmendez@google.com · 15 years ago
  46. b92ef9a Remove last traces of dev/oophm. by jat@google.com · 15 years ago
  47. f7480d6 Adds com/google/gwt/soyc/** to standalone compiler. by scottb@google.com · 15 years ago
  48. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
  49. 5868bc7 Reverted c6310 (which created a temporary directory for updating HtmlUnit, by amitmanjhi@google.com · 15 years ago
  50. 9edc581 Patch to enable upgrade to latest HtmlUnit snapshots. Created a temporary dir by amitmanjhi@google.com · 15 years ago
  51. 7d15c80 Catching up to build changes needed by trunk@6264 tools/soyc/images is dead by rjrjr@google.com · 15 years ago
  52. 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
  53. e07256f Fix dev tests. by jat@google.com · 16 years ago
  54. 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 16 years ago
  55. f6dd014 More ant tweaks, this time to speed dev and jni tests by not attempting to test the OS'es we're not on. by fabbott@google.com · 16 years ago
  56. 0e2dc628 by fabbott@google.com · 17 years ago
  57. 14c5b9d Converted all ant files to unix line endings. by gwt.team.scottb · 18 years ago
  58. 36f322f Refactored buildsystem for consistency and generality. by gwt.team.scottb · 18 years ago
  59. ab0aa68 Initial subversion import. by gwt.team.scottb · 18 years ago