- 5323876 Merging releases/1.6@4669:4911 into trunk. by scottb@google.com · 16 years ago
- ebef680 Updated gwt-dev Eclipse projects to use updated JDT. Updated weird cast case. by scottb@google.com · 16 years ago
- 7ad09d4 by rjrjr@google.com · 16 years ago
- 548b7a4 Update documentation to include new way of specifying the gwt-dev-<platform>.jar by jat@google.com · 16 years ago
- 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
- 1277ba8 Added missing fixups for 2.4->2.5 servlet API. by scottb@google.com · 16 years ago
- 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
- 5d56e26 Updating GWT to use servlet API 2.5 consistently. by scottb@google.com · 16 years ago
- 30e9775 Removing DynaTable2, which is no longer needed since DynaTable was converted. by scottb@google.com · 16 years ago
- 0ddb70d New-style samples. by scottb@google.com · 16 years ago
- c5bd1b2 Bump VM memory. by scottb@google.com · 16 years ago
- cbae25e Merging releases/1.6@4366 :4385 into trunk. by jat@google.com · 16 years ago
- 49f9869 Adds 2009 as a valid copyright year to gwt-checkstyle-tests. by jlabanca@google.com · 16 years ago
- 4e81c29 Adds 2009 as a valid year for GWT's copyright header. by ajr@google.com · 16 years ago
- b4c03e2 A couple of pieces left out of the previous commit. by jat@google.com · 16 years ago
- e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
- e3f980b Simplify launch configs to use default options. by scottb@google.com · 16 years ago
- ed91a9a Setting missing props. by scottb@google.com · 16 years ago
- c82a21a Implements a ${gwt_devjar} string substitution for launch configs. Individual users can therefore configure their own value, and it can vary across workspaces / branches. by scottb@google.com · 16 years ago
- 8d1da8f Adding instructions to ensure that eclipse is in 1.5 compliance mode. by ecc@google.com · 16 years ago
- 935ea70 Forgot to commit the updated eclipse/README.txt when I was removing references by amitmanjhi@google.com · 16 years ago
- f326b34 Merging in date picker branch into 1.6. by ecc@google.com · 16 years ago
- 4c30e76 First round of changes to implement WAR design. by scottb@google.com · 16 years ago
- 62d0a72 Missing file from r4201. by jat@google.com · 16 years ago
- 04912f2 Merge OOPHM into trunk as a separate project, that will produce a jar which can by jat@google.com · 16 years ago
- 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
- 2404092 Updates DynaTable2 build file as per the recent updates to support a WAR by amitmanjhi@google.com · 16 years ago
- 2e8ef32 Merging from releases/1.6@3878:3944 by scottb@google.com · 16 years ago
- b1da04c Updated launch configs to work better. by scottb@google.com · 16 years ago
- 721fcb0 Updating DynaTable2 for WAR mode! by scottb@google.com · 16 years ago
- 0817121 Initial support for WAR deployment. GWTCompiler happens to be backwards-compatible with the legacy format, but the behavior of the shell differs. Therefore we created a new entry point, GWTHosted, which is the new GWTShell and runs with WAR assumptions. by scottb@google.com · 16 years ago
- 74bb585 Merging from releases/1.6@3739:3876 by jat@google.com · 16 years ago
- 70d50a0 Updating build commands and launch configs in anticipation of bigger commit. by scottb@google.com · 16 years ago
- 6d261f1 Added a couple new launch configs for DynaTable2. by scottb@google.com · 16 years ago
- 2630b5b Added simple Jetty launching. by scottb@google.com · 16 years ago
- 75a8fde First draft mock up of DynaTable with war deployment style. by scottb@google.com · 16 years ago
- e0a6ae1 Cleanup after 1.5 merge. by scottb@google.com · 17 years ago
- 566806a Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
- 96c7556 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
- 5ea03ef Fix some spelling errors. by scottb@google.com · 17 years ago
- 0986505 Merging releases/1.5@r3048:r3078 into trunk. by jlabanca@google.com · 17 years ago
- 29666c8 Adds support for running GWT Unit Tests through a Selenium-RC server. by zundel@google.com · 17 years ago
- 363e38b Removing -server from canonical launch configs; it actually slows things down. by scottb@google.com · 17 years ago
- 7b1bd70 Replaced the ShowcaseGenerator in the Showcase example with a GWT Generator that runs when the app is compiled. The previous generator was a straight Java app that users needed to run manually in order to generate the Java source and CSS source available in the app, and the source needed to be saved in the trunk. Now, the souce code for each example in the Showcase is added to the public output directory at compile time, so the source is always up to date and does not need to be saved in the trunk. The "@gwt.XXX" tags have been replaced with Java annotations, and the the new generator uses the ClassLoader to read the annotations and open resources instead of using File paths, which can be problematic. by jlabanca@google.com · 17 years ago
- 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
- 0d25650 Added checkstyle config for api-checker. by scottb@google.com · 17 years ago
- 56ad187 Adds an eclipse project for api-checker. by scottb@google.com · 17 years ago
- 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
- 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
- 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
- 37510d9 Removed unnecessary -Xcheck:jni vm argument from Hello launch configs. by knorton@google.com · 17 years ago
- 7fcf288 Added source references to Apache Commons Collections. by scottb@google.com · 17 years ago
- 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
- 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
- edb4ca7 Moved ASM into a private package namespace in our source tree to avoid external class conflicts. by scottb@google.com · 17 years ago
- 3da39cd Removed Xerces from our distro; the functionality we needed is built into the 1.5 JRE. by scottb@google.com · 17 years ago
- cc80ab7 Roll-back accidental commit in r1933. by scottb@google.com · 17 years ago
- 7f6f311 Adding translatable-only benchmarks files to gwt-lang. by scottb@google.com · 17 years ago
- 3edd5e4 Merge: changes/scottb/jso -r1776:1933 Into: trunk@1933 by scottb@google.com · 17 years ago
- 8f49d77 Reverting 1833, which was an accidental commit. by spoon@google.com · 17 years ago
- f520e8f by spoon@google.com · 17 years ago
- c99c8fd Not sure why gwt-user needed an explicit JDT reference. by scottb@google.com · 17 years ago
- 2b3ed2b Updating GWT to use Eclipse JDT 3.3.1 rather than 3.1.1. by scottb@google.com · 17 years ago
- 7bdb8a3 Simplify gwt-servlet exclusion rules. by scottb@google.com · 17 years ago
- d5e21a5 Tightened checkstyle rules; fixed existing violations. by scottb@google.com · 17 years ago
- faaedba Updated Eclipse format settings to Eclipse 3.3. by gwt.team.scottb · 17 years ago
- 21585d5 Updates the checkstyle copyright notice to allow 2008 as a valid year. by gwt.team.ecc · 17 years ago
- feecde5 Adds instructions for importing eclipse projects and creating launch configs. by gwt.team.scottb · 17 years ago
- 970a165 Target gwt-dev-windows by default. Also adds source lookup for Tomcat. by gwt.team.scottb · 17 years ago
- b025de5 I should not be checking in code while Bruce and Toby are talking over my desk. by gwt.team.scottb · 17 years ago
- 8b36785 Added some dictionary words. by gwt.team.scottb · 17 years ago
- 7e22f75 Whoops, fixed bad launch config. by gwt.team.scottb · 17 years ago
- bba3615 Adding launch configs for Hello sample. by gwt.team.scottb · 17 years ago
- 9c58511 Upgrade xerces to the current version. Avoids AbstractMethodError in hosted by gwt.team.jat · 18 years ago
- 3f1f1a0 Updated instructions on checkstyle. by gwt.team.scottb · 18 years ago
- a471f34 Removed style requirement for whitespace around wildcard types. by gwt.team.knorton · 18 years ago
- 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
- 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
- 2710418 Fixed formatting in a way that makes 3.3 work correctly. by gwt.team.scottb · 18 years ago
- 862e154 Made the jni-linux C++ project portable via linked resources. by gwt.team.scottb · 18 years ago
- 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
- d66e92e More dictionary entries. by gwt.team.scottb · 18 years ago
- 81c80b8 Fixing eol-style. by gwt.team.scottb · 18 years ago
- 160de24 Removing JUnit benchmarking stuff from gwt-servlet.jar. by gwt.team.scottb · 18 years ago
- 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
- 0c90ed4 Fixes issues 242, 540, 933. by gwt.team.mmendez · 18 years ago
- 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
- 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
- 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
- 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
- 66ca3d0 Canonical version should depend on gwt-dev-linux rather than windows. by gwt.team.scottb · 18 years ago
- 4449b34 Fixes issue #702. Adds benchmarking capability to GWT as an extension to JUnit. by gwt.team.mmendez · 18 years ago
- 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
- 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
- 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
- cd230cd Cleaned up SimpleRPC's .classpath and .project files. by gwt.team.scottb · 18 years ago
- e2ef502 Setting svn:eol-style to native for all .project and .classpath files. by gwt.team.scottb · 18 years ago
- 3545451 1) Adds a new checkstyle config intended to be used with unit tests. by gwt.team.bruce · 18 years ago
- 2d98ad3 Added new eclipse projects for simple RPC example. Reviewed by: mmendez by gwt.team.ecc · 18 years ago
- c85cb7f Fixes issues #472, #627, #736, #739 by gwt.team.jat · 18 years ago