1. 8a1cb99 change to fix the JavaDoc error during build by mrrussell@google.com · 14 years ago
  2. 7127d08 Adding a new ElementBuilder API to build DOM Elements using the builder pattern. There are two implementations: one that builds using DOM manipulation, and another that builds using String concatenation and innerHtml. The latter can be user in a regular JVM to create an HTML string, which will hopefully help with server side rendering in the future. Both can be used on the client, which allows an app to optimize depending on which is faster. Once I incorporate this into Cell Widgets, I'll do performance metrics on real apps to compare the difference. by jlabanca@google.com · 14 years ago
  3. 618aafc Switching to the junit4 jars, although the @annotation stuff isn't going to work. Also switching to the non-junit4 testng jars, to avoid classpath order confusion. by fabbott@google.com · 14 years ago
  4. 6de0567 Add java.math and java.util.logging to list of packages to document by rice@google.com · 14 years ago
  5. 31697ab Use Java to generate the list of packages for javadoc by rice@google.com · 14 years ago
  6. 2d0463b Restore previously rolled-back doc build changes by rice@google.com · 14 years ago
  7. 7c71bc7 Rolling back r8960 because of ant build issues by conroy@google.com · 14 years ago
  8. 0b3d580 Create the list of packages to javadoc dynamically by gwt.mirrorbot@gmail.com · 14 years ago
  9. 3ffb33c Updating the doc build file to include the new examples for Cells. Fixing the links in the associated JavaDoc. by jlabanca@google.com · 14 years ago
  10. 9c875d7 Fixing the javadoc build breaks. One problem is that the doc/build.xml by fabbott@google.com · 14 years ago
  11. ed07433 Fix 'ant dist-dev' and 'ant-doc' builds: by rice@google.com · 14 years ago
  12. 8cbea25 Move the packages to include in the javadoc out of the build.xml file and into a properties file. by bobv@google.com · 15 years ago
  13. 7db260e Bikeshed is dead, so it's javadoc is too. by rjrjr@google.com · 15 years ago
  14. 49c6772 Removed the doc references for ValueStore. by amitmanjhi@google.com · 15 years ago
  15. c2f8468 Increase heap size used for building javadoc. by avassalotti@google.com · 15 years ago
  16. d54a4bd Mirroring got broken around the merge from branches/2.1, although I'm by gwt.mirrorbot@gmail.com · 15 years ago
  17. 2169352 Moving widget images into a doc-files directory under the ui package so they are visible in javadoc. by jlabanca@google.com · 15 years ago
  18. 39e4d34 Updates JreDocTool to print the JRE emulation reference HTML fragment to a file instead of stdout. by kplatfoot@google.com · 15 years ago
  19. 976dfd4 Add JSONP classes to Javadoc. by jat@google.com · 15 years ago
  20. 12cbdf2 Javadoc fixes for deRPC. by jat@google.com · 15 years ago
  21. 2d98f5d Including missing Javadocs from classes in rebind, server, and shared packages. by jat@google.com · 15 years ago
  22. 88869c1 Adds uibinder to javadoc. by bruce@google.com · 15 years ago
  23. 69dedf0 Fix javadoc tag errors. Many of these look fine in Eclipse but fail with by rice@google.com · 15 years ago
  24. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
  25. 0b8ac1f Add CssResource interface generator. by bobv@google.com · 15 years ago
  26. 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 16 years ago
  27. 0032383 Missed file from r5563 by fabbott@google.com · 16 years ago
  28. 50e5436 Addresses public issue 3550: Javadoc for com.google.gwt.i18n.client.constants is missing by kprobst@google.com · 16 years ago
  29. ed99028 Merge from 1.6 to trunk. by jat@google.com · 16 years ago
  30. 5323876 Merging releases/1.6@4669:4911 into trunk. by scottb@google.com · 16 years ago
  31. 170d878 Mostly superficial/aesthetic improvements to the doc build and javadoc content: by bruce@google.com · 16 years ago
  32. a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  33. f11e742 Down-merge of c4503 to trunk, adding new event stuff to the javadoc whitelist. by fabbott@google.com · 16 years ago
  34. 47bb29e Whitelisting the new event packages for javadoc. (This should be a by fabbott@google.com · 16 years ago
  35. 855126e Bump memory when building javadoc to see if this will fix breakage on continuous build. by bobv@google.com · 16 years ago
  36. e37bfbe Merge SOYC report branch into trunk. by bobv@google.com · 16 years ago
  37. 566806a Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  38. 0e2dc628 by fabbott@google.com · 17 years ago
  39. 6435ea2 Merging releases/1.5@r2994:r3048 into trunk. by scottb@google.com · 17 years ago
  40. b9a6744 Committed r3010 to wrong branch. by zundel@google.com · 17 years ago
  41. 40f7fa4 This change to the build system is necessary to generate the HTML output by zundel@google.com · 17 years ago
  42. 2d6b431 Added java.sql to the list of packages that should be documented in the generated JRE emulation wiki page. by kplatfoot@google.com · 17 years ago
  43. 61c8c33 Fixed a couple of reference in the doc build. by scottb@google.com · 17 years ago
  44. 00798f8 A small round of doc and error message fixes. by bruce@google.com · 17 years ago
  45. 99abf17 Move public Linker types into core.ext packages. by gwt.team.bobv · 17 years ago
  46. 3a9d9cc Add support for i18n annotations, including plural forms. by gwt.team.jat · 17 years ago
  47. 8521345 Fixed doc build for new benchmarks package location. by scottb@google.com · 17 years ago
  48. ee1c8bb Implements a new Doclet to generate .wiki output for the JRE emulation documentation. This Doclet generates a RefJreEmulation.wiki, which can then be imported into the code site svn to update the JRE emulation doc. This was created to replace the existing Doclet that produces HTML documentation for the JRE emul types. by scottb@google.com · 17 years ago
  49. 612b374 Don't build any doc except Javadoc. by scottb@google.com · 17 years ago
  50. 452a7e3 Changed build and compiler settings to use Java 5.0 syntax. by gwt.team.scottb · 18 years ago
  51. 4b500c1 Made the Getting Started guide work offline, and various other little doc tweaks for correctness/clarity. by gwt.team.bruce · 18 years ago
  52. 1a38430 Fixes issue #21. Adds the Serializable interface, updated the doc to include the new interface, and updated the documentation for IsSerializable. by gwt.team.mmendez · 18 years ago
  53. 4449b34 Fixes issue #702. Adds benchmarking capability to GWT as an extension to JUnit. by gwt.team.mmendez · 18 years ago
  54. 07598d3 Specifies to the doc build that source files are encoded as UTF-8. Matters for I18N javadoc. by gwt.team.bruce · 18 years ago
  55. c58dc4a This patch contains a refactoring of the RemoteServiceServlet class to separate out the RPC encoding, decoding, and invocation logic into a separate utility class. I added some unit tests and made minor modifications to the original patch to correct problems discovered during subsequent testing. Currently, the patch passes all unit tests in hosted and web modes. by gwt.team.mmendez · 18 years ago
  56. d475896 Fixes issue 544. Changes to avoid rebuilding the documentation. Reviewed by scottb. by gwt.team.jat · 18 years ago
  57. 428b263 Fixed Mac OS build by not requiring tools.jar on Mac by gwt.team.scottb · 18 years ago
  58. 66242e9 Got rid of tools.jar. by gwt.team.scottb · 18 years ago
  59. 952c83b Updated to build doc (albeit with warnings in some cases) with both JDK 1.4 and JDK 1.5 flavors. by gwt.team.bruce · 18 years ago
  60. 6ba31b8 Fixed up doc to build into build directory. by gwt.team.scottb · 18 years ago
  61. 89075d4 User doc now builds as part of the default ant task. by gwt.team.jgw · 18 years ago