1. 2ddc4d8 Add RequestFactory validator implemented as an annotation processor. by bobv@google.com · 14 years ago
  2. 8af231d Support RequestContext composition (issue 6234) and mix-in (issue 6035). by bobv@google.com · 14 years ago
  3. c0a2ce3 CompileModule creates a serialized set of compilation units to represent by zundel@google.com · 14 years ago
  4. 48d73ec Update the flute jar to accept double colon notation in css selectors, rename by unnurg@google.com · 14 years ago
  5. 18f24c0 Increasing the timeout of GWT user tests to 5 hours. Between the ever increasing number of test cases, and the new IE9 user agent, it takes longer to run tests on slower machines. by jlabanca@google.com · 14 years ago
  6. 92dd993 CompileModule / GwtAstBuilder by scottb@google.com · 14 years ago
  7. 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
  8. 4c81c39 Add a @TestNotCompatible for tests where the test code is not GWT compatible. by nchalko@google.com · 14 years ago
  9. ad61f1d Move the TCK report task to user/build.xml and delete samples/validationtck by nchalko@google.com · 14 years ago
  10. 0045701 Move all TCK test to users/test so they are run by the continuos build. by nchalko@google.com · 14 years ago
  11. a648abd Basic MessageIntrpolation. by nchalko@google.com · 14 years ago
  12. e88c8f6 Remove deprecated classextension from gwt by yaxin@google.com · 14 years ago
  13. e7a1360 Switch GWT svn to use easymock 3.0 by yaxin@google.com · 14 years ago
  14. 4973524 Public: custom serializer and other code needed to send constraint violations by nchalko@google.com · 14 years ago
  15. 2a94fde roll back 17758916 by nchalko@google.com · 14 years ago
  16. 8807273 Public: custom serializer and other code needed to send constraint violations by nchalko@google.com · 14 years ago
  17. 69da43f Public: First take at GWT validation that actually validates on the client side. by nchalko@google.com · 14 years ago
  18. bdabce3 Add -ea to JVM and GWT args for tests by kjin@google.com · 15 years ago
  19. d241b1d Added tests for constraint violations. by amitmanjhi@google.com · 15 years ago
  20. 9494eec Rolling back the following due to test failures: by jat@google.com · 15 years ago
  21. 9a4bdfc Added tests for constraint violations. by amitmanjhi@google.com · 15 years ago
  22. b289ff4 ant test needs these jars by kjin@google.com · 15 years ago
  23. b1077dc Public: Fix gwt compile errors in javax.validation. by nchalko@google.com · 15 years ago
  24. 860d8b4 PUBLIC: Fix compile errors in user/build.xml compile.tests target. by nchalko@google.com · 15 years ago
  25. eb3e87a Public: Add default validators for the standard constraints. by nchalko@google.com · 15 years ago
  26. 90f14a0 Make javax.validation available to gwt clients. by nchalko@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. d54a4bd Mirroring got broken around the merge from branches/2.1, although I'm by gwt.mirrorbot@gmail.com · 15 years ago
  30. 11b85e1 Merging from the 2.1 I/O branch through r8059 by spoon@google.com · 15 years ago
  31. 7f3adca Re-rolling r7955: JUnitShell now subclasses DevMode instead of GWTShell. by scottb@google.com · 15 years ago
  32. 8a78d4c Rolling back the recent change to JUnitShell pending discussion by spoon@google.com · 15 years ago
  33. ec121f8 JUnitShell now subclasses DevMode instead of GWTShell. by scottb@google.com · 15 years ago
  34. 6e5c766 Removing the batch argument from test targets in the user build file. We can specify it using test.args, and it isn't compatible with Xtries. by jlabanca@google.com · 15 years ago
  35. a7c82b0 Ant changes in response to a stable htmlUnit. by amitmanjhi@google.com · 15 years ago
  36. c2163e6 Adding RegExp to public GWT (native version, pure Java version, tests) by tomerigo@google.com · 15 years ago
  37. ffb28bb This patch switches all of our tests to standards mode, and adds all LayoutPanel tests to UISuite. Currently, we aren't running the LayoutPanel tests on our build system, so this change revealed a couple minor issues. LayoutImplIE6 has a bug that we already talked about. Standards mode tests currently do not even start in FF due to a parsing error. I added a common workaround to the junit-standards.html files. by jlabanca@google.com · 15 years ago
  38. c608a72 http://gwt-code-reviews.appspot.com/132817 by jgw@google.com · 15 years ago
  39. 9356917 Allow CssResource to handle identifiers containing underscores or that have a leading hyphen. by bobv@google.com · 15 years ago
  40. 1222504 New apps created with webAppCreator now defaults to standards mode. by jlabanca@google.com · 15 years ago
  41. 64c7be7 Replace JUnit's -web command-line flag with -prod (keeping -web as a deprecated synonym) by rice@google.com · 15 years ago
  42. 4a17d61 Wrapping selenium hosts in quotes so we can use spaces in the host names. by jlabanca@google.com · 15 years ago
  43. 7b7bf4b Fixes a regex expression in RunStyleSelenium to allow users to specify the path. by jlabanca@google.com · 15 years ago
  44. e60ddcc Change JUnit -standardsMode flag to -XstandardsMode and mark it as by rice@google.com · 15 years ago
  45. 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
  46. 391ffa0 Strangely, this works better across platforms. by scottb@google.com · 15 years ago
  47. 6de9756 Add support for checkstyle of tests; checkstyle user/tests; fix existing errors. by scottb@google.com · 15 years ago
  48. 821c090 Implement a -standardsMode flag for junit tests, but don't enable the by rice@google.com · 15 years ago
  49. 4c4d76d Adding properties to specify test args based on the compile type (dev/web and remote/selenium). Also readding the ability to specify test args on a test target basis, which was removed during the gwt 2.0 merge. These changes allow us to specify the user agents to compile for web mode, which will speed up builds considerably. by jlabanca@google.com · 15 years ago
  50. e77a714 Adding the missing -web option to test.nometa.remote target. by jlabanca@google.com · 15 years ago
  51. 4af1306 Adding properties to the user test targets to prevent parallel compiles, as we already did with the main test target. by jlabanca@google.com · 15 years ago
  52. 481db2d Adding option to set a specific threadCount for ant test targets. by jlabanca@google.com · 15 years ago
  53. 277d0ee Removing -precompile option from all test targets because it can cause sporadic failures in timed, asynchronous tests. by jlabanca@google.com · 15 years ago
  54. f780b7a Adding more parallization of test targets, preventing compilation for each target, and adding option to selectively disable targets. by jlabanca@google.com · 15 years ago
  55. 3d3977f Fix another mistake, this time in test.nometa.remote. by jat@google.com · 15 years ago
  56. 8cf77ce Increase timeout from 3 hours to 4, since Mac tests don't finish in by jat@google.com · 15 years ago
  57. 2bc5a3b Fix incorrect test reference. by jat@google.com · 15 years ago
  58. 2c4da86 Removed two unnecessary lines that were re-defining a property by amitmanjhi@google.com · 15 years ago
  59. c5a6ead The test target in user now runs sequentially because browser manager queues up too many requests in parallel. by jlabanca@google.com · 15 years ago
  60. 66eac84 Removing emma exclusions from build file now that we removed the line that triggers a javac bug in CoverageTest. by jlabanca@google.com · 15 years ago
  61. 57b6940 Clean up formatting and ant -p output in ant build files. by jat@google.com · 15 years ago
  62. 40d05b0 Fix error changing -draftCompile to just -draft when rearranging ant rules. by jat@google.com · 15 years ago
  63. bf79ddb Rearrange ant test targets. by jat@google.com · 15 years ago
  64. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
  65. bd20228 Like the other tests, test.remoteweb & .selenium should depend on compile & compile.tests, so they can run in isolation. Also, it's been long enough to discard the deprecated targets. by fabbott@google.com · 15 years ago
  66. 34ea8a2 Restores various unit tests of the UiBinder code generator. by rjrjr@google.com · 15 years ago
  67. 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
  68. 52ac42b Merge up to trunk @r6200. by jat@google.com · 15 years ago
  69. 5a06568 Fix inadvertent removal of -batch module from remoteweb and selenium tests. by jat@google.com · 15 years ago
  70. 720a2da Add -web to Selenium and RemoteWeb tests (otherwise the browsers have to have by jat@google.com · 15 years ago
  71. da699cb Disabled batch mode for test.noserver, test.web.draft, test.web.disableClassMetaData, test.hosted.emma by amitmanjhi@google.com · 15 years ago
  72. 8564810 Turning off the batch mode for test.hosted and test.web targets by amitmanjhi@google.com · 15 years ago
  73. acf97d3 Fix leftover path for dev/core compilation results. by jat@google.com · 15 years ago
  74. c090a07 Remove orphaned build files, fix incorrect reference. by jat@google.com · 15 years ago
  75. 24d9723 Fixes a bug where JUnitShell does not respect @DoNotRunWith annotations. by jlabanca@google.com · 15 years ago
  76. 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 15 years ago
  77. bc2b41b Adds a new option (-precompile) to JUnitShell to compile test modules before or during test runs, decreasing overall test time. Also adds the -userAgents option to specify remote browser user agents ahead of time, decreasing the number of permutations that need to be compiled for remote tests. by jlabanca@google.com · 16 years ago
  78. 0160397 Commiting the initial version of the HtmlUnit plugin. Many tests, including all by amitmanjhi@google.com · 16 years ago
  79. 5c12f74 Removing HtmlUnit from ant test target until the tests are more reliable. Also fixed a checkstyle error and a minor bug in a couple of tests. by jlabanca@google.com · 16 years ago
  80. 171f3f5 Removes javax/servlet/*.java source files from gwt-user.jar. by scottb@google.com · 16 years ago
  81. 1d4cf5b Re-introduces c5892 that rolled htmlunit dependencies in gwt_dev_jar and by amitmanjhi@google.com · 16 years ago
  82. d763031 Re-introducing c5890 and c5891, which updated the htmlunit dependencies and by amitmanjhi@google.com · 16 years ago
  83. 3ad5d68 Fixing the testcases parameter to gwt.junit in the test.web.htmlunit target. They currently point to default.web.tests, which were removed. by jlabanca@google.com · 16 years ago
  84. 2ac41c2 Reverting changes 5889 through 5892 in tools and trunk, due to build breakage by rjrjr@google.com · 16 years ago
  85. e71fee9 (i) Pulls htmlunit dependencies in gwt_dev_jar by amitmanjhi@google.com · 16 years ago
  86. 4f92dc0 Updates the htmlunit dependencies and restores the test.web.htmlunit test target. by amitmanjhi@google.com · 16 years ago
  87. 26cdec5 Turn on batching mode for disableClassMetaData and draftCompile, now that John by amitmanjhi@google.com · 16 years ago
  88. 8124456 This patch adds emma code coverage statistics to the output of an ant test when emma.enabled is set. by jlabanca@google.com · 16 years ago
  89. ac83771 Removed -batch module from web.disableMetaData tests to try to fix a build by zundel@google.com · 16 years ago
  90. 595dcdc Temporarily commented out test.web.htmlunit target by amitmanjhi@google.com · 16 years ago
  91. ea90ee9 Fixed the library path. by amitmanjhi@google.com · 16 years ago
  92. fef85fa This patch enables running web tests using HtmlUnit. Since not all tests, by amitmanjhi@google.com · 16 years ago
  93. ae13443 Rolling back r5798-5799 because they are causing tests to fail. by jlabanca@google.com · 16 years ago
  94. 47db691 Added emma code coverage generation to the build file. ant emma test emma.merge will generate emma reports for each test, then merge them. This is a resubmit of r5781 after verifying all remoteweb tests pass. by jlabanca@google.com · 16 years ago
  95. 6146b0c Two small config changes: by amitmanjhi@google.com · 16 years ago
  96. 882c68f 4 small changes: by amitmanjhi@google.com · 16 years ago
  97. a2bb640 Rolling back to the last known good state: r5776 by amitmanjhi@google.com · 16 years ago
  98. 2d31a55 Added emma code coverage generation to the build file. ant emma test emma.merge will generate emma reports for each test, then merge them. by jlabanca@google.com · 16 years ago
  99. 8406336 Making test.noserver actually use -noserver. by fabbott@google.com · 16 years ago
  100. f78c54b Changed the ant test timeout to a property so it can be overridden on slower computers... such as our test machines. by jlabanca@google.com · 16 years ago