1. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
  2. 5868bc7 Reverted c6310 (which created a temporary directory for updating HtmlUnit, by amitmanjhi@google.com · 15 years ago
  3. 7822e64 Updated htmlUnit from 5053 to 5070. by amitmanjhi@google.com · 15 years ago
  4. 744d784 The old uses of getCanonicalName() blithely assumed that the symlink-resolved by fabbott@google.com · 15 years ago
  5. 9edc581 Patch to enable upgrade to latest HtmlUnit snapshots. Created a temporary dir by amitmanjhi@google.com · 15 years ago
  6. b94b986 UiBinder Optimizations by rjrjr@google.com · 15 years ago
  7. 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
  8. 379e70d Update from trunk@6270 by rjrjr@google.com · 15 years ago
  9. d50bb57 This patch has the compiler run the SOYC dashboard if -soyc is specified. The by spoon@google.com · 15 years ago
  10. 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 16 years ago
  11. 78d3580 This patch moves SOYC's source code underneath dev/core/src. It leaves by spoon@google.com · 16 years ago
  12. 13fb59d Moves SOYC static resources--CSS and GIF files--into a subdirectory by spoon@google.com · 16 years ago
  13. 3a3ca90 1) Adds multi-permutation functionality to the dashboard. by kprobst@google.com · 16 years ago
  14. 3d81db2 Hello UiBinder by rjrjr@google.com · 16 years ago
  15. 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
  16. 678c695 A faster implementation of SOYC that by spoon@google.com · 16 years ago
  17. 8fa5ef0 Consistently name generated filenames with ".html" in the by spoon@google.com · 16 years ago
  18. ae13443 Rolling back r5798-5799 because they are causing tests to fail. by jlabanca@google.com · 16 years ago
  19. 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
  20. a2bb640 Rolling back to the last known good state: r5776 by amitmanjhi@google.com · 16 years ago
  21. 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
  22. 35e6cb1 Fixes so apichecker works on Windows, by making the refJar path an ant "path" <arg> and splitting by fabbott@google.com · 16 years ago
  23. dd419ab Exclude rpc/linker package to correct ApiChecker NPE failure. by bobv@google.com · 16 years ago
  24. bba30bf Exclude problematic files from ApiChecker. by bobv@google.com · 16 years ago
  25. 06109fa Has SOYC show dependency information for all of the dependency by spoon@google.com · 16 years ago
  26. 40cb7d9 Implement RPC for JDO persistent objects. by rice@google.com · 16 years ago
  27. 72f90b3 Sort and format. by spoon@google.com · 16 years ago
  28. dd208e6 Ant fixes for platform independence, for dist-dev not needing tools, and by fabbott@google.com · 16 years ago
  29. 71e72af Ant top-level target rework to allow single-platform use. Not that whereas "ant build" used to imply, by dependence through -do, "dist", it is now just building (and the default target is changed to "dist"). For develepment work, consider "ant dist-dev" to build a single-platform distribution without docs or samples. For single-platform work, consider "ant dist-one" (or "ant buildonly," which now does only one platform). by fabbott@google.com · 16 years ago
  30. c246894 SOYC adds a drill-down size breakdown for the exclusive and leftover by spoon@google.com · 16 years ago
  31. 1699c3d One-line fix to SoycDashboard to put an additonal file by spoon@google.com · 16 years ago
  32. eb7544f Adds a -out argument to SoycDashboard specifying by spoon@google.com · 16 years ago
  33. 21493f1 MakeTopLevelHtmlForPerm had some inconsistencies in which methods were static and which weren't. This resulted in inconsistent-looking code in SoycDashboard, which calls a number of the methods in MakeTopLevelHtmlForPerm. by kprobst@google.com · 16 years ago
  34. 83b7623 Patch to make api-checker use Gwt1.6 as its reference Api instead of Gwt1.5 by amitmanjhi@google.com · 16 years ago
  35. c70f6f5 Addresses buganizer issue 1820736: Improve string literals listing in SOYC by kprobst@google.com · 16 years ago
  36. 215ff97 Removed the no-longer-necessary lines from the Api whitelist. by amitmanjhi@google.com · 16 years ago
  37. fe88820 This patch fixes issue 3445, allowing apiChecker to run using reference jars. by amitmanjhi@google.com · 16 years ago
  38. 5ead61f Issue 34812: Fix findbugs & checkstyle issues by rice@google.com · 16 years ago
  39. 43f3cc0 This patch fixes issue 3444 -- api-checker now accepts ant patterns in the excludes list. by amitmanjhi@google.com · 16 years ago
  40. eb8ce0d Make the apichecker ignore the user/linker package. by bobv@google.com · 16 years ago
  41. d5439a7 Sort and format. by spoon@google.com · 16 years ago
  42. e73afda Adjusts the SOYC dashboard to include a size breakdown of the initial download. by spoon@google.com · 16 years ago
  43. f3c01eb Build fix: ApiChecker should depend on gwt-dev instead of an explicit (old) JDT jar directly. by scottb@google.com · 16 years ago
  44. 831533b Inlined the table of runAsync fragments into the top-level HTML so by spoon@google.com · 16 years ago
  45. 871bbfe Deletes two malformed comments. by spoon@google.com · 16 years ago
  46. e898a60 Adds an entry to the API checker's config files to reflect by spoon@google.com · 16 years ago
  47. b51ebd6 Exclude non-client ClientBundle code from apichecker. by bobv@google.com · 16 years ago
  48. e363c99 Updates the classpath of apichecker's test in the build.xml file as per r5048 commit by amitmanjhi@google.com · 16 years ago
  49. 54c1bcc Fixes several checkstyle violations. by spoon@google.com · 16 years ago
  50. bebb573 Adds dependency information to SOYC reports, so it is clear why by spoon@google.com · 16 years ago
  51. ed99028 Merge from 1.6 to trunk. by jat@google.com · 16 years ago
  52. 7e8b053 Added some Api changes to the whitelist after confirming with John. by amitmanjhi@google.com · 16 years ago
  53. 5ad3881 Reversed c4906 because user/src/com/google/gwt/i18n/server is absent in the reference version. by amitmanjhi@google.com · 16 years ago
  54. 9fcbfe7 The file has to be excluded from the new Api. Completes the fix in c4906 to c4905. by amitmanjhi@google.com · 16 years ago
  55. f070ac6 Update to the config file due to John's Runtime locales stuff (r4905) by amitmanjhi@google.com · 16 years ago
  56. a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  57. 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
  58. 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
  59. a5f43bd Making dependency display optional. by kprobst@google.com · 16 years ago
  60. 6b91ec7 Updated dashboard to include method-level control-flow dependencies by kprobst@google.com · 16 years ago
  61. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  62. 46e3cae Added some css styling. by kprobst@google.com · 16 years ago
  63. 4acc48f Also cherry picked, for a build break, c4269, for a sporadic apicheck bug. by fabbott@google.com · 16 years ago
  64. 5056838 Small change to cut out runAsync display until we (Lex, I) decide on how runAsync and SOYC should be integrated. by kprobst@google.com · 16 years ago
  65. 0c0a29e Including gwt-soyc-vis.jar in the distribution. by fabbott@google.com · 16 years ago
  66. c89f0ae Allowing dashboard to read gzipped input, since that's what we emit. by fabbott@google.com · 16 years ago
  67. ab927e5 Added dummy test and checkstyle targets so that the build does not break. by kprobst@google.com · 16 years ago
  68. d092019 - now displaying dependencies at the class level - improved table layout by kprobst@google.com · 16 years ago
  69. 9e79481 SOYC Dashboard by kprobst@google.com · 16 years ago
  70. 8403666 Added SOYC Dashboard visualization to trunk/tools. See README in trunk/tools/soyc-vis for information on how to compile & run. by kprobst@google.com · 16 years ago
  71. 70bbb92 Merging releases/1.6@4147:4198 into trunk. by scottb@google.com · 16 years ago
  72. 2137856 Merging releases/1.6@4025:4130 into trunk; supercedes trunk:c4118. by scottb@google.com · 16 years ago
  73. 77e0cb9 Reverted the logging in r4073. by amitmanjhi@google.com · 16 years ago
  74. 7c405da LinkedHashMap_CustomFieldSerializer.java was included twice when building the by amitmanjhi@google.com · 16 years ago
  75. 59dcef3 Turning on logging to figure out what is going on in the build machine. Will by amitmanjhi@google.com · 16 years ago
  76. 6523b3a Made the comment clearer. No review needed by amitmanjhi@google.com · 16 years ago
  77. 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
  78. 581ce59 1) Flags api incompatibility whenever the api of an overridable api method evolves. by amitmanjhi@google.com · 16 years ago
  79. 6e2abd9 Adds getLastModified() to CompilationUnit and its dependencies. by scottb@google.com · 17 years ago
  80. 0e2dc628 by fabbott@google.com · 17 years ago
  81. 41356c7 sort & format by amitmanjhi@google.com · 17 years ago
  82. c3ddabe Moved the checkExceptions method so that instead of a static method, it becomes by amitmanjhi@google.com · 17 years ago
  83. ed5d3ba sort & format by amitmanjhi@google.com · 17 years ago
  84. 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
  85. d00d208 Build fix: excluding all impl packages from checking; removing whitelist entries made unnecessary. by scottb@google.com · 17 years ago
  86. 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
  87. df971cb Unchecked exceptions should not affect the API of a method. by scottb@google.com · 17 years ago
  88. d9816db Sort & format by scottb@google.com · 17 years ago
  89. c31c6ce Adds exceptions for overloaded constructors in widgets (exceedingly subtle case by jgw@google.com · 17 years ago
  90. 3953226 Patch to print a success/failure message when the api checker completes, and to by amitmanjhi@google.com · 17 years ago
  91. 6f39356 1. ApiChecker was broken after FSOD. This patch fixes it. by amitmanjhi@google.com · 17 years ago
  92. 63f3260 FLAMING SWORD OF DEATH by scottb@google.com · 17 years ago
  93. 831b44c Adding Amit's API Checker, with build target by fabbott@google.com · 17 years ago
  94. e50c104 Removed warnings + method name tweak in api-checker. by scottb@google.com · 17 years ago
  95. ffc9e23 Initial check-in of the API compatibility checker. by spoon@google.com · 17 years ago
  96. 30d9ac6 Somehow we forgot to update this as part of the linker merge. by scottb@google.com · 17 years ago
  97. 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
  98. 45c5374 ReportViewer's helper text was not showing up on the the initial load. by scottb@google.com · 17 years ago
  99. ecee168 Added simple history support to benchmark viewer. by scottb@google.com · 17 years ago
  100. 5345c0e - Moved benchmark viewer out of the junit package and into its own by scottb@google.com · 17 years ago