1. 7bc436e Add additional predefined Date/Time formats and the ability to generate custom localized formats. by jat@google.com · 15 years ago
  2. 569d591 Rollback of date/time format changes due to failing internal tests. by jat@google.com · 15 years ago
  3. b580c91 Add additional predefined Date/Time formats and the ability to generate custom localized formats. by jat@google.com · 15 years ago
  4. bbb8202 Faster version of LongLib by rice@google.com · 15 years ago
  5. 150a058 Revert "Re-working @UiField and Widget replacement to use DOM walking rather then IDs." by rjrjr@google.com · 15 years ago
  6. 1f8aead Re-working @UiField and Widget replacement to use DOM walking rather then IDs. by tstanis@google.com · 15 years ago
  7. d960884 Adds a Precompress linker that can be used to compress public artifacts by spoon@google.com · 15 years ago
  8. 7e7d5cd HTTPRequest has been deprecated since GWT 1.5 in exchange for RequestBuilder. This patch removes it completely. by jlabanca@google.com · 15 years ago
  9. 8836122 Update API Checker for GWT 2.1. http://gwt-code-reviews.appspot.com/139803/show by jlabanca@google.com · 15 years ago
  10. 7dde137 Fix API checker change made in the wrong place. by jat@google.com · 15 years ago
  11. c2163e6 Adding RegExp to public GWT (native version, pure Java version, tests) by tomerigo@google.com · 15 years ago
  12. 34591c2 Fix API configs for NumberFormat changes. by jat@google.com · 15 years ago
  13. b20e6a8 Major refactor of CompilationState and associated classes to fix concurrent refresh problems. by scottb@google.com · 15 years ago
  14. 1cadca0 Moving several files from com.google.gwt.dev.javac.impl -> com.google.gwt.dev.javac by scottb@google.com · 15 years ago
  15. a0ae7eb Big refactoring of test code and api-checker to remove dependencies on CompilationUnit. by scottb@google.com · 15 years ago
  16. e9b6909 Format ApiCompatibilityChecker by scottb@google.com · 15 years ago
  17. 75e1d81 Looks massive, but it's all moves, to finish isolating concrete by rjrjr@google.com · 15 years ago
  18. 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
  19. 476624f Deprecate ImageBundle in favor of ClientBundle and ImageResources. by bobv@google.com · 15 years ago
  20. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
  21. 744d784 The old uses of getCanonicalName() blithely assumed that the symlink-resolved by fabbott@google.com · 15 years ago
  22. b94b986 UiBinder Optimizations by rjrjr@google.com · 15 years ago
  23. 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
  24. 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 16 years ago
  25. 3d81db2 Hello UiBinder by rjrjr@google.com · 16 years ago
  26. 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
  27. ae13443 Rolling back r5798-5799 because they are causing tests to fail. by jlabanca@google.com · 16 years ago
  28. 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
  29. a2bb640 Rolling back to the last known good state: r5776 by amitmanjhi@google.com · 16 years ago
  30. 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
  31. 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
  32. dd419ab Exclude rpc/linker package to correct ApiChecker NPE failure. by bobv@google.com · 16 years ago
  33. bba30bf Exclude problematic files from ApiChecker. by bobv@google.com · 16 years ago
  34. 40cb7d9 Implement RPC for JDO persistent objects. by rice@google.com · 16 years ago
  35. dd208e6 Ant fixes for platform independence, for dist-dev not needing tools, and by fabbott@google.com · 16 years ago
  36. 83b7623 Patch to make api-checker use Gwt1.6 as its reference Api instead of Gwt1.5 by amitmanjhi@google.com · 16 years ago
  37. 215ff97 Removed the no-longer-necessary lines from the Api whitelist. by amitmanjhi@google.com · 16 years ago
  38. fe88820 This patch fixes issue 3445, allowing apiChecker to run using reference jars. by amitmanjhi@google.com · 16 years ago
  39. 5ead61f Issue 34812: Fix findbugs & checkstyle issues by rice@google.com · 16 years ago
  40. 43f3cc0 This patch fixes issue 3444 -- api-checker now accepts ant patterns in the excludes list. by amitmanjhi@google.com · 16 years ago
  41. eb8ce0d Make the apichecker ignore the user/linker package. by bobv@google.com · 16 years ago
  42. f3c01eb Build fix: ApiChecker should depend on gwt-dev instead of an explicit (old) JDT jar directly. by scottb@google.com · 16 years ago
  43. e898a60 Adds an entry to the API checker's config files to reflect by spoon@google.com · 16 years ago
  44. b51ebd6 Exclude non-client ClientBundle code from apichecker. by bobv@google.com · 16 years ago
  45. e363c99 Updates the classpath of apichecker's test in the build.xml file as per r5048 commit by amitmanjhi@google.com · 16 years ago
  46. ed99028 Merge from 1.6 to trunk. by jat@google.com · 16 years ago
  47. 7e8b053 Added some Api changes to the whitelist after confirming with John. by amitmanjhi@google.com · 16 years ago
  48. 5ad3881 Reversed c4906 because user/src/com/google/gwt/i18n/server is absent in the reference version. by amitmanjhi@google.com · 16 years ago
  49. 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
  50. f070ac6 Update to the config file due to John's Runtime locales stuff (r4905) by amitmanjhi@google.com · 16 years ago
  51. a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  52. 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
  53. 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
  54. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  55. 4acc48f Also cherry picked, for a build break, c4269, for a sporadic apicheck bug. by fabbott@google.com · 16 years ago
  56. 70bbb92 Merging releases/1.6@4147:4198 into trunk. by scottb@google.com · 16 years ago
  57. 2137856 Merging releases/1.6@4025:4130 into trunk; supercedes trunk:c4118. by scottb@google.com · 16 years ago
  58. 77e0cb9 Reverted the logging in r4073. by amitmanjhi@google.com · 16 years ago
  59. 7c405da LinkedHashMap_CustomFieldSerializer.java was included twice when building the by amitmanjhi@google.com · 16 years ago
  60. 59dcef3 Turning on logging to figure out what is going on in the build machine. Will by amitmanjhi@google.com · 16 years ago
  61. 6523b3a Made the comment clearer. No review needed by amitmanjhi@google.com · 16 years ago
  62. 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
  63. 581ce59 1) Flags api incompatibility whenever the api of an overridable api method evolves. by amitmanjhi@google.com · 16 years ago
  64. 6e2abd9 Adds getLastModified() to CompilationUnit and its dependencies. by scottb@google.com · 17 years ago
  65. 0e2dc628 by fabbott@google.com · 17 years ago
  66. 41356c7 sort & format by amitmanjhi@google.com · 17 years ago
  67. c3ddabe Moved the checkExceptions method so that instead of a static method, it becomes by amitmanjhi@google.com · 17 years ago
  68. ed5d3ba sort & format by amitmanjhi@google.com · 17 years ago
  69. 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
  70. d00d208 Build fix: excluding all impl packages from checking; removing whitelist entries made unnecessary. by scottb@google.com · 17 years ago
  71. 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
  72. df971cb Unchecked exceptions should not affect the API of a method. by scottb@google.com · 17 years ago
  73. d9816db Sort & format by scottb@google.com · 17 years ago
  74. c31c6ce Adds exceptions for overloaded constructors in widgets (exceedingly subtle case by jgw@google.com · 17 years ago
  75. 3953226 Patch to print a success/failure message when the api checker completes, and to by amitmanjhi@google.com · 17 years ago
  76. 6f39356 1. ApiChecker was broken after FSOD. This patch fixes it. by amitmanjhi@google.com · 17 years ago
  77. 63f3260 FLAMING SWORD OF DEATH by scottb@google.com · 17 years ago
  78. 831b44c Adding Amit's API Checker, with build target by fabbott@google.com · 17 years ago
  79. e50c104 Removed warnings + method name tweak in api-checker. by scottb@google.com · 17 years ago
  80. ffc9e23 Initial check-in of the API compatibility checker. by spoon@google.com · 17 years ago