1. a40ec24 This is a first-pass at adding SafeHtml support to a subset of the widgets. In cases where the class implements HasHTML, HasSafeHtml has been implemented as well. In constructors that accept a string that can be parsed as Html, a SafeHtml constructor has been added. In cases where a method accepts a string that can be parsed as Html, a corresponding SafeHtml method has been added. by pdr@google.com · 14 years ago
  2. 31b85fa Allow RPC stats system extensions. by pmuetschard@google.com · 14 years ago
  3. 0d848f8 Add streaming HTML parser library to tools/lib, as well as the guava library it depends on. by xtof@google.com · 14 years ago
  4. 6cdbfdd JUnit ought to just serialize exceptions. by scottb@google.com · 15 years ago
  5. b26f928 Rollback of 847801 by pdr@google.com · 15 years ago
  6. 14dcd74 Add SafeHtml support to UI widgets (2) by pdr@google.com · 15 years ago
  7. 0aab8f6 CurrencyList now uses pure Java in dev mode. by scottb@google.com · 15 years ago
  8. 4e8d28a Update the maven script to push to the snapshot version. by rjrjr@google.com · 15 years ago
  9. ca5a60b Removed use of a global table (typeIdArray) for testing castability between types. This information is now stored per class prototype as a castableMap. by jbrosenberg@google.com · 15 years ago
  10. 75cc152 Update the script to target M3 in response to Roo's commit 476ec5f35a3d8fc65b66834527ca1 by amitmanjhi@google.com · 15 years ago
  11. eb3e87a Public: Add default validators for the standard constraints. by nchalko@google.com · 15 years ago
  12. 7b856a0 Add first-class support for [array].length in the compiler. by tobyr@google.com · 15 years ago
  13. cb89065 Updated the target in maven repo to M2. by amitmanjhi@google.com · 15 years ago
  14. 98b5297 Moved the maven_script.sh from bikeshed/scripts to tools/scripts by amitmanjhi@google.com · 15 years ago
  15. 7bc436e Add additional predefined Date/Time formats and the ability to generate custom localized formats. by jat@google.com · 15 years ago
  16. 569d591 Rollback of date/time format changes due to failing internal tests. by jat@google.com · 15 years ago
  17. b580c91 Add additional predefined Date/Time formats and the ability to generate custom localized formats. by jat@google.com · 15 years ago
  18. bbb8202 Faster version of LongLib by rice@google.com · 15 years ago
  19. 150a058 Revert "Re-working @UiField and Widget replacement to use DOM walking rather then IDs." by rjrjr@google.com · 15 years ago
  20. 1f8aead Re-working @UiField and Widget replacement to use DOM walking rather then IDs. by tstanis@google.com · 15 years ago
  21. d960884 Adds a Precompress linker that can be used to compress public artifacts by spoon@google.com · 15 years ago
  22. 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
  23. 8836122 Update API Checker for GWT 2.1. http://gwt-code-reviews.appspot.com/139803/show by jlabanca@google.com · 15 years ago
  24. 7dde137 Fix API checker change made in the wrong place. by jat@google.com · 15 years ago
  25. c2163e6 Adding RegExp to public GWT (native version, pure Java version, tests) by tomerigo@google.com · 15 years ago
  26. 34591c2 Fix API configs for NumberFormat changes. by jat@google.com · 15 years ago
  27. 4f6bdeb Fix benchmark viewer. by jat@google.com · 15 years ago
  28. b20e6a8 Major refactor of CompilationState and associated classes to fix concurrent refresh problems. by scottb@google.com · 15 years ago
  29. 1cadca0 Moving several files from com.google.gwt.dev.javac.impl -> com.google.gwt.dev.javac by scottb@google.com · 15 years ago
  30. a0ae7eb Big refactoring of test code and api-checker to remove dependencies on CompilationUnit. by scottb@google.com · 15 years ago
  31. e9b6909 Format ApiCompatibilityChecker by scottb@google.com · 15 years ago
  32. 75e1d81 Looks massive, but it's all moves, to finish isolating concrete by rjrjr@google.com · 15 years ago
  33. 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
  34. 476624f Deprecate ImageBundle in favor of ClientBundle and ImageResources. by bobv@google.com · 15 years ago
  35. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
  36. 5868bc7 Reverted c6310 (which created a temporary directory for updating HtmlUnit, by amitmanjhi@google.com · 15 years ago
  37. 7822e64 Updated htmlUnit from 5053 to 5070. by amitmanjhi@google.com · 15 years ago
  38. 744d784 The old uses of getCanonicalName() blithely assumed that the symlink-resolved by fabbott@google.com · 15 years ago
  39. 9edc581 Patch to enable upgrade to latest HtmlUnit snapshots. Created a temporary dir by amitmanjhi@google.com · 15 years ago
  40. b94b986 UiBinder Optimizations by rjrjr@google.com · 15 years ago
  41. 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
  42. 379e70d Update from trunk@6270 by rjrjr@google.com · 15 years ago
  43. d50bb57 This patch has the compiler run the SOYC dashboard if -soyc is specified. The by spoon@google.com · 15 years ago
  44. 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 15 years ago
  45. 78d3580 This patch moves SOYC's source code underneath dev/core/src. It leaves by spoon@google.com · 16 years ago
  46. 13fb59d Moves SOYC static resources--CSS and GIF files--into a subdirectory by spoon@google.com · 16 years ago
  47. 3a3ca90 1) Adds multi-permutation functionality to the dashboard. by kprobst@google.com · 16 years ago
  48. 3d81db2 Hello UiBinder by rjrjr@google.com · 16 years ago
  49. 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
  50. 678c695 A faster implementation of SOYC that by spoon@google.com · 16 years ago
  51. 8fa5ef0 Consistently name generated filenames with ".html" in the by spoon@google.com · 16 years ago
  52. ae13443 Rolling back r5798-5799 because they are causing tests to fail. by jlabanca@google.com · 16 years ago
  53. 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
  54. a2bb640 Rolling back to the last known good state: r5776 by amitmanjhi@google.com · 16 years ago
  55. 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
  56. 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
  57. dd419ab Exclude rpc/linker package to correct ApiChecker NPE failure. by bobv@google.com · 16 years ago
  58. bba30bf Exclude problematic files from ApiChecker. by bobv@google.com · 16 years ago
  59. 06109fa Has SOYC show dependency information for all of the dependency by spoon@google.com · 16 years ago
  60. 40cb7d9 Implement RPC for JDO persistent objects. by rice@google.com · 16 years ago
  61. 72f90b3 Sort and format. by spoon@google.com · 16 years ago
  62. dd208e6 Ant fixes for platform independence, for dist-dev not needing tools, and by fabbott@google.com · 16 years ago
  63. 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
  64. c246894 SOYC adds a drill-down size breakdown for the exclusive and leftover by spoon@google.com · 16 years ago
  65. 1699c3d One-line fix to SoycDashboard to put an additonal file by spoon@google.com · 16 years ago
  66. eb7544f Adds a -out argument to SoycDashboard specifying by spoon@google.com · 16 years ago
  67. 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
  68. 83b7623 Patch to make api-checker use Gwt1.6 as its reference Api instead of Gwt1.5 by amitmanjhi@google.com · 16 years ago
  69. c70f6f5 Addresses buganizer issue 1820736: Improve string literals listing in SOYC by kprobst@google.com · 16 years ago
  70. 215ff97 Removed the no-longer-necessary lines from the Api whitelist. by amitmanjhi@google.com · 16 years ago
  71. fe88820 This patch fixes issue 3445, allowing apiChecker to run using reference jars. by amitmanjhi@google.com · 16 years ago
  72. 5ead61f Issue 34812: Fix findbugs & checkstyle issues by rice@google.com · 16 years ago
  73. 43f3cc0 This patch fixes issue 3444 -- api-checker now accepts ant patterns in the excludes list. by amitmanjhi@google.com · 16 years ago
  74. eb8ce0d Make the apichecker ignore the user/linker package. by bobv@google.com · 16 years ago
  75. d5439a7 Sort and format. by spoon@google.com · 16 years ago
  76. e73afda Adjusts the SOYC dashboard to include a size breakdown of the initial download. by spoon@google.com · 16 years ago
  77. f3c01eb Build fix: ApiChecker should depend on gwt-dev instead of an explicit (old) JDT jar directly. by scottb@google.com · 16 years ago
  78. 831533b Inlined the table of runAsync fragments into the top-level HTML so by spoon@google.com · 16 years ago
  79. 871bbfe Deletes two malformed comments. by spoon@google.com · 16 years ago
  80. e898a60 Adds an entry to the API checker's config files to reflect by spoon@google.com · 16 years ago
  81. b51ebd6 Exclude non-client ClientBundle code from apichecker. by bobv@google.com · 16 years ago
  82. e363c99 Updates the classpath of apichecker's test in the build.xml file as per r5048 commit by amitmanjhi@google.com · 16 years ago
  83. 54c1bcc Fixes several checkstyle violations. by spoon@google.com · 16 years ago
  84. bebb573 Adds dependency information to SOYC reports, so it is clear why by spoon@google.com · 16 years ago
  85. ed99028 Merge from 1.6 to trunk. by jat@google.com · 16 years ago
  86. 7e8b053 Added some Api changes to the whitelist after confirming with John. by amitmanjhi@google.com · 16 years ago
  87. 5ad3881 Reversed c4906 because user/src/com/google/gwt/i18n/server is absent in the reference version. by amitmanjhi@google.com · 16 years ago
  88. 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
  89. f070ac6 Update to the config file due to John's Runtime locales stuff (r4905) by amitmanjhi@google.com · 16 years ago
  90. a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  91. 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
  92. 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
  93. a5f43bd Making dependency display optional. by kprobst@google.com · 16 years ago
  94. 6b91ec7 Updated dashboard to include method-level control-flow dependencies by kprobst@google.com · 16 years ago
  95. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  96. 46e3cae Added some css styling. by kprobst@google.com · 16 years ago
  97. 4acc48f Also cherry picked, for a build break, c4269, for a sporadic apicheck bug. by fabbott@google.com · 16 years ago
  98. 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
  99. 0c0a29e Including gwt-soyc-vis.jar in the distribution. by fabbott@google.com · 16 years ago
  100. c89f0ae Allowing dashboard to read gzipped input, since that's what we emit. by fabbott@google.com · 16 years ago