1. fb085c3 Added a test for issue 1897 "Attaching and detaching a RichTextArea too fast crashes GWT" to the museum. by jlabanca@google.com · 17 years ago
  2. 0d25650 Added checkstyle config for api-checker. by scottb@google.com · 17 years ago
  3. 56ad187 Adds an eclipse project for api-checker. by scottb@google.com · 17 years ago
  4. 8bf96e1 Modified the code museum to load all issues at starup and allow the user to select one at a time. Style sheets are loaded dynamically to avoid conflicts in style names. by jlabanca@google.com · 17 years ago
  5. 6fe8edd Initial commit towards adding a new "reference" section for the project's own reference over time, including an HTML encyclopedia (to easily reproducible/check HTML behavior across browsers) and a "code museum" that will house little code snippets that we create when testing issues, etc. The point is to accumulate a set of reference materials we can continue to keep around instead of editing Hello locally and throwing it away :-) by bruce@google.com · 17 years ago
  6. 8b035a8 Removed KitchenSink example as it is being replaced by the Showcase example. References to the KitchenSink example in the getting started guide have been replaced with Mail sample, including the associated images. by jlabanca@google.com · 17 years ago
  7. 37510d9 Removed unnecessary -Xcheck:jni vm argument from Hello launch configs. by knorton@google.com · 17 years ago
  8. 7fcf288 Added source references to Apache Commons Collections. by scottb@google.com · 17 years ago
  9. 9ddb1f1 Merging long emulation branch into trunk. Longs are now emulated in web mode as a pair of doubles, representing the upper and lower 32 by scottb@google.com · 17 years ago
  10. 40faa08 The Showcase sample demonstrates many of the features of GWT including Widget styles and animations, I18N support, general design patterns, other features. The Showcase is available in 4 languages and works well on all browsers. This version is almost complete, but Bruce, Joel and I decided to check it in before GWT 1.5 milestone 2 so we can receive feedback before the offical release. by gwt.team.jlabanca · 17 years ago
  11. edb4ca7 Moved ASM into a private package namespace in our source tree to avoid external class conflicts. by scottb@google.com · 17 years ago
  12. 3da39cd Removed Xerces from our distro; the functionality we needed is built into the 1.5 JRE. by scottb@google.com · 17 years ago
  13. cc80ab7 Roll-back accidental commit in r1933. by scottb@google.com · 17 years ago
  14. 7f6f311 Adding translatable-only benchmarks files to gwt-lang. by scottb@google.com · 17 years ago
  15. 3edd5e4 Merge: changes/scottb/jso -r1776:1933 Into: trunk@1933 by scottb@google.com · 17 years ago
  16. 8f49d77 Reverting 1833, which was an accidental commit. by spoon@google.com · 17 years ago
  17. f520e8f by spoon@google.com · 17 years ago
  18. c99c8fd Not sure why gwt-user needed an explicit JDT reference. by scottb@google.com · 17 years ago
  19. 2b3ed2b Updating GWT to use Eclipse JDT 3.3.1 rather than 3.1.1. by scottb@google.com · 17 years ago
  20. 7bdb8a3 Simplify gwt-servlet exclusion rules. by scottb@google.com · 17 years ago
  21. d5e21a5 Tightened checkstyle rules; fixed existing violations. by scottb@google.com · 17 years ago
  22. faaedba Updated Eclipse format settings to Eclipse 3.3. by gwt.team.scottb · 17 years ago
  23. 21585d5 Updates the checkstyle copyright notice to allow 2008 as a valid year. by gwt.team.ecc · 17 years ago
  24. feecde5 Adds instructions for importing eclipse projects and creating launch configs. by gwt.team.scottb · 17 years ago
  25. 970a165 Target gwt-dev-windows by default. Also adds source lookup for Tomcat. by gwt.team.scottb · 17 years ago
  26. b025de5 I should not be checking in code while Bruce and Toby are talking over my desk. by gwt.team.scottb · 17 years ago
  27. 8b36785 Added some dictionary words. by gwt.team.scottb · 17 years ago
  28. 7e22f75 Whoops, fixed bad launch config. by gwt.team.scottb · 17 years ago
  29. bba3615 Adding launch configs for Hello sample. by gwt.team.scottb · 17 years ago
  30. 9c58511 Upgrade xerces to the current version. Avoids AbstractMethodError in hosted by gwt.team.jat · 18 years ago
  31. 3f1f1a0 Updated instructions on checkstyle. by gwt.team.scottb · 18 years ago
  32. a471f34 Removed style requirement for whitespace around wildcard types. by gwt.team.knorton · 18 years ago
  33. 6ada1b9 Blowing away 1.4-specific eclipse settings. We'll see if we actually need them for 5.0. by gwt.team.scottb · 18 years ago
  34. 444169c Fixes issue #1297 by implementing a whitelist approach to types the server may serialize. The whitelist is generated by the compile process and must be included on the server. RemoteServiceServlet will attempt to load this file through ServletContext.getResource(). A failure to load the whilelist will result in 1.3.3 compatible behavior where java.io.Serializable is not considered a valid marker interface. This is to prevent a malicious client from causing a server to instantiable artibtrary types extending java.io.Serializable. by gwt.team.scottb · 18 years ago
  35. 2710418 Fixed formatting in a way that makes 3.3 work correctly. by gwt.team.scottb · 18 years ago
  36. 862e154 Made the jni-linux C++ project portable via linked resources. by gwt.team.scottb · 18 years ago
  37. 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
  38. d66e92e More dictionary entries. by gwt.team.scottb · 18 years ago
  39. 81c80b8 Fixing eol-style. by gwt.team.scottb · 18 years ago
  40. 160de24 Removing JUnit benchmarking stuff from gwt-servlet.jar. by gwt.team.scottb · 18 years ago
  41. b928157 Fixes issue 1081. The RPC proxy generator was rebuilding the serializable type oracle needlessly. It appears to have always done this. In this fix, I moved the building of the SerializableTypeOracle into the ProxyCreator after we determine that we actually need to regenerate the proxy code. We could refactor the code further but rather than add more risk, we chose to keep it to the minimal change. by gwt.team.mmendez · 18 years ago
  42. 0c90ed4 Fixes issues 242, 540, 933. by gwt.team.mmendez · 18 years ago
  43. 1844843 Received CLA from Mat Gessel; normalized header on ClassCastTestCase.java and therefore the checkstyle rules for test code. by gwt.team.scottb · 18 years ago
  44. fa5e56c The recent Benchmark changes broke TestSuites. The JUnitHostImpl has to be able to deal with "old" clients whose outstanding RPC requests are trying to get the next method for a test class which is no longer being run by JUnit. The servlet is required to send a "null" back to these clients to inform them they are done, and save the information about which method to execute next for the "new" clients which will be making their own RPC requests. by gwt.team.scottb · 18 years ago
  45. 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
  46. ec74d6b This fixes issue #785 and re-enables a disabled test in HostedTest related to hosted mode wrapped Java Objects answering "toString()" in JSNI code. by gwt.team.scottb · 18 years ago
  47. 66ca3d0 Canonical version should depend on gwt-dev-linux rather than windows. by gwt.team.scottb · 18 years ago
  48. 4449b34 Fixes issue #702. Adds benchmarking capability to GWT as an extension to JUnit. by gwt.team.mmendez · 18 years ago
  49. 0a92ede This is working towards issue #699. Historically, we have always hung static fields directly on the window object, which works fine in the iframe environment. Now that we need to run in the outer page, that won't work so well. by gwt.team.scottb · 18 years ago
  50. e4f0a42 Fix for issue #800. Adds getOverridableMethods() to JClassType. See the unit tests as well for the cases that are included/excluded. Also added some dictionary entries to allow JClassType to pass the spellchecker. by gwt.team.bruce · 18 years ago
  51. 6e05b04 Describes how to update your workspace to support the checkstyle settings for unit tests. I also added in a textual description of how to sort members (to avoid the necessity of opening that PNG file). by gwt.team.bruce · 18 years ago
  52. cd230cd Cleaned up SimpleRPC's .classpath and .project files. by gwt.team.scottb · 18 years ago
  53. e2ef502 Setting svn:eol-style to native for all .project and .classpath files. by gwt.team.scottb · 18 years ago
  54. 3545451 1) Adds a new checkstyle config intended to be used with unit tests. by gwt.team.bruce · 18 years ago
  55. 2d98ad3 Added new eclipse projects for simple RPC example. Reviewed by: mmendez by gwt.team.ecc · 18 years ago
  56. c85cb7f Fixes issues #472, #627, #736, #739 by gwt.team.jat · 18 years ago
  57. de85c1f Merging startup optimization into trunk from branches/opt_imgs_and_startup@538. Had to hand-merge several things. by gwt.team.scottb · 18 years ago
  58. 39240a8 This change addresses the third part of issue #610. Instead of putting each class's typename into the generated code as a full string literal, each class name is broken into package + class. All of the packages are declared at the global level with obfuscated identifiers. This yields a very nice code size reduction. by gwt.team.scottb · 18 years ago
  59. 7ea7298 This patch updates our checkstyle rules to accept zero or more spaces on lines 3, 7, and 9 of our standard file headers. This should address IntelliJ's removal of superfluous whitespace. by gwt.team.mmendez · 18 years ago
  60. f806738 With this change, we can now prune variables that are assigned to, but never read from. Once this occurs, we go back and fix up any assignment sites by replacing the assignment expression with the right hand side of the assignment. This change also enables pruning of local variables. (+spelling fixes) by gwt.team.scottb · 18 years ago
  61. 11fe7dc This patch updates our checkstyle rules to accept either 2006 or 2007 for the copyright date in our standard file header. by gwt.team.mmendez · 18 years ago
  62. ee138fa Rolling back accidental trunk mods committed in r276. by gwt.team.scottb · 18 years ago
  63. 1bf2ada gvn sync: XXX by gwt.team.hcc · 18 years ago
  64. e24e827 Fix Eclipse setup documentation: missing spaces, missing JDK_HOME classpath variable. Reviewed by scottb. by gwt.team.jat · 18 years ago
  65. 276a80f Fix for issue 561, approved by Scott by gwt.team.jat · 18 years ago
  66. 66a0402 Only checkstyle source directories. by gwt.team.scottb · 18 years ago
  67. 111f83e filters non-source directories by gwt.team.ecc · 18 years ago
  68. 3c8d2e2 filters non-source directories by gwt.team.ecc · 18 years ago
  69. 8cf9848 filters non-source directories by gwt.team.ecc · 18 years ago
  70. 15fb3cd filters non-source directories by gwt.team.ecc · 18 years ago
  71. e218cac filters non-source directories by gwt.team.ecc · 18 years ago
  72. 214d3a9 filters non-source directories by gwt.team.ecc · 18 years ago
  73. e73e11f filters non-source directories by gwt.team.ecc · 18 years ago
  74. 1891a10 filters non-source directories by gwt.team.ecc · 18 years ago
  75. b486b32 added checkstyle to lang by gwt.team.ecc · 18 years ago
  76. 950681a Correct line endings on files with CRLF in the repository by gwt.team.jat · 18 years ago
  77. 5a031dd Added section on filtering out .svn/ folders when building. by gwt.team.scottb · 18 years ago
  78. f2321cf Moved README.txt from eclipse/settings/code-style to eclipse/ and expanded it to cover workspace variables, spelling dictionary, and project importing. It is now a general-purpose "How to setup Eclipse" document instead of just focusing on code style. by gwt.team.scottb · 18 years ago
  79. 1416698 Removing user-specific launch configs by gwt.team.scottb · 18 years ago
  80. b05c900 Implemented a TarCat Ant task to slurp tars directly into other tars. This allows us to preserve things like permissions and symlinks on hostile operating systems. by gwt.team.scottb · 18 years ago
  81. a2d10b4 Update from Ant 1.6.1 to 1.6.5. by gwt.team.scottb · 18 years ago
  82. a684795 Adding a prebuild gwt-customchecks.jar to make it simpler for by gwt.team.knorton · 18 years ago
  83. 7696a32 Patched up README, fixed doctool build by gwt.team.scottb · 18 years ago
  84. e0e1bd7 Checkstyle enabled. by gwt.team.ecc · 18 years ago
  85. ff691cc Checkstyle enabled. by gwt.team.ecc · 18 years ago
  86. f3d6494 Checkstyle enabled. by gwt.team.ecc · 18 years ago
  87. 4c1d598 Checkstyle enabled. by gwt.team.ecc · 18 years ago
  88. 068ce9b Checkstyle enabled. by gwt.team.ecc · 18 years ago
  89. 9074c22 Checkstyle enabled. by gwt.team.ecc · 18 years ago
  90. cd9065b Checkstyle enabled. by gwt.team.ecc · 18 years ago
  91. 55f2372 by gwt.team.ecc · 18 years ago
  92. b24d1ca Checkstyle enabled. by gwt.team.ecc · 18 years ago
  93. 501d981 Checkstyle enabled. by gwt.team.ecc · 18 years ago
  94. dee67ed Checkstyle enabled. by gwt.team.ecc · 18 years ago
  95. 32a653b .project with Checkstyle by gwt.team.ecc · 18 years ago
  96. da2eb2f Added checkstyle nature by gwt.team.ecc · 18 years ago
  97. a4894bb Removed 3.2 xml tags by gwt.team.scottb · 18 years ago
  98. 47c959a by gwt.team.ecc · 18 years ago
  99. 5f79b80 by gwt.team.ecc · 18 years ago
  100. fa63851 Changed mac specific checkstyle config to include the path dev/mac/src. by gwt.team.knorton · 18 years ago