1. 2ab698f Fixes the test failure. Junit on cmd-line was failing because one of the by amitmanjhi@google.com · 16 years ago
  2. 4cc0074 This patch adds a modular testing framework for adding ApiChecker tests. In by amitmanjhi@google.com · 16 years ago
  3. c5ddf2b Minor re-factoring. Sort & format by amitmanjhi@google.com · 16 years ago
  4. 2062d8d Adding addAll as a whitelist entry to the api checker. Review by:jlabanca by ecc@google.com · 16 years ago
  5. 8856cb6 (i) Prior to this patch, all files in the junit and benchmarks modules were by amitmanjhi@google.com · 16 years ago
  6. 333d3b9 This simple patch: (i) fixes a NPE when running apiChecker using gwt-trunk jars, (ii) rightly excludes the source files from the gwt-api-checker.jar by amitmanjhi@google.com · 16 years ago
  7. 75522d5 1) Adds command-line flags to allow the user to specify a reference jar and gwt dev by amitmanjhi@google.com · 16 years ago
  8. 802720f Updating api-checker config. by ecc@google.com · 16 years ago
  9. 58751e0 Fixed 2 issues with the api-checker. by amitmanjhi@google.com · 16 years ago
  10. 3058827 Fixes the build break from 4192. by amitmanjhi@google.com · 16 years ago
  11. 73e6448 Deprecates event listeners, introduces event handlers by rjrjr@google.com · 16 years ago
  12. de58a82 1) Instead of api-checking the branch against 1.4, the branch is now checked by amitmanjhi@google.com · 16 years ago
  13. ea8905b Back porting several recent trunk fixes into releases/1.6: by scottb@google.com · 16 years ago
  14. 6e2abd9 Adds getLastModified() to CompilationUnit and its dependencies. by scottb@google.com · 17 years ago
  15. 0e2dc628 by fabbott@google.com · 17 years ago
  16. 41356c7 sort & format by amitmanjhi@google.com · 17 years ago
  17. c3ddabe Moved the checkExceptions method so that instead of a static method, it becomes by amitmanjhi@google.com · 17 years ago
  18. ed5d3ba sort & format by amitmanjhi@google.com · 17 years ago
  19. c5d293f Build fix: make as much state immutable as possible; this fixes an NPE when invoking from the test constructor. by scottb@google.com · 17 years ago
  20. d00d208 Build fix: excluding all impl packages from checking; removing whitelist entries made unnecessary. by scottb@google.com · 17 years ago
  21. 9947d52 Support "excludePackages" as a way to logically exclude packages from API checking whose source files must be available to create a consistent TypeOracle. by scottb@google.com · 17 years ago
  22. df971cb Unchecked exceptions should not affect the API of a method. by scottb@google.com · 17 years ago
  23. d9816db Sort & format by scottb@google.com · 17 years ago
  24. c31c6ce Adds exceptions for overloaded constructors in widgets (exceedingly subtle case by jgw@google.com · 17 years ago
  25. 3953226 Patch to print a success/failure message when the api checker completes, and to by amitmanjhi@google.com · 17 years ago
  26. 6f39356 1. ApiChecker was broken after FSOD. This patch fixes it. by amitmanjhi@google.com · 17 years ago
  27. 63f3260 FLAMING SWORD OF DEATH by scottb@google.com · 17 years ago
  28. 831b44c Adding Amit's API Checker, with build target by fabbott@google.com · 17 years ago
  29. e50c104 Removed warnings + method name tweak in api-checker. by scottb@google.com · 17 years ago
  30. ffc9e23 Initial check-in of the API compatibility checker. by spoon@google.com · 17 years ago
  31. 30d9ac6 Somehow we forgot to update this as part of the linker merge. by scottb@google.com · 17 years ago
  32. 799633f Add GWTTestSuite to bin GWTTestCases to minimize the number of times the test cases must switch between GWT Modules. by gwt.team.bobv · 17 years ago
  33. 45c5374 ReportViewer's helper text was not showing up on the the initial load. by scottb@google.com · 17 years ago
  34. ecee168 Added simple history support to benchmark viewer. by scottb@google.com · 17 years ago
  35. 5345c0e - Moved benchmark viewer out of the junit package and into its own by scottb@google.com · 17 years ago
  36. 326928a Use implicit ports. by scottb@google.com · 17 years ago
  37. b13142a Merging 1.4 release branch from r1384 to r1400 into trunk. by gwt.team.scottb · 18 years ago
  38. 213986c Fixes issues 1180 and 1181. In addition, it also normalizes the scales for graphs of the same benchmark and includes several UI improvements (styling, hyperlinks, improved reports list, to name a few). by gwt.team.mmendez · 18 years ago
  39. 73470db Fixes issue 1078. The primitive wrapper classes in our JRE emulation libraries should have been updated to use "final transient" instance fields instead of "final" instance fields as part of r1043. by gwt.team.mmendez · 18 years ago
  40. adaa270 Fixes issue 976. The benchmarkViewer will run in hybrid mode now. by gwt.team.mmendez · 18 years ago
  41. 4b85cd5 Fixes issues #988 "Fix module copyrights to use apache google header" by gwt.team.bruce · 18 years ago
  42. 0f9f317 1) Format and Organize Imports of all java files in benchmark-viewer. I don't know whether the Org Imports was necessary, but the formatting was off. by gwt.team.scottb · 18 years ago
  43. 5836e03 Removed a bad reference to gnujaxp.jar by gwt.team.tobyr · 18 years ago
  44. 4449b34 Fixes issue #702. Adds benchmarking capability to GWT as an extension to JUnit. by gwt.team.mmendez · 18 years ago