1. 89c0673 ssue: 211 by gwt.team.ecc · 17 years ago
  2. 1f4891d Adds GWT.getVersion() which returns (in hosted mode) the version of GWT that is running or (in web mode) the version of GWT the app was compiled with. by gwt.team.scottb · 17 years ago
  3. c32674a Manually sorted GWT.java-hosted by gwt.team.scottb · 17 years ago
  4. 33948e8 Allow RPC to support DTOs with non-public no-arg constructors. by gwt.team.bobv · 17 years ago
  5. 31b31da Forgot that enumerated types that are subclassed will be abstract, yet they require an instantiate method on their generated field serializer. Ran the full RPC suite against the change this time. by gwt.team.mmendez · 17 years ago
  6. ce248c8 Extend JSNI syntax to allow invocation of Java constructors via ::new. by gwt.team.bobv · 17 years ago
  7. 8d2e7b3 Forgot to update the copyright date as part of r1699. by gwt.team.mmendez · 17 years ago
  8. 20d0637 Fixes "Unresolvable native reference to method 'instantiate' in type {TypeName}_FieldSerializer" errors introduced in the GWT 1.5 code base. by gwt.team.mmendez · 17 years ago
  9. 81b753c Fix issue #1586. The i18nCreator did not have a way to create a ConstantsWithLookup derived interface.The code to generate an interface that extends ConstantsWithLookup is already there, the tool was just missing arguments to invoke it. This patch adds a -createConstantsWithLookup argument to be passed to I18NCreator and the I18NSync main classes. by gwt.team.rdayal · 17 years ago
  10. d67cc00 Formatting fixes. by gwt.team.scottb · 17 years ago
  11. b815f19 (forgot a file) by gwt.team.scottb · 17 years ago
  12. 47e16ae Implements the Java assert statement in web mode via a compiler flag, "-ea". This is mimic the JVM option to enable assertions. When the option is not specified, the compiler will continue to optimize out all assert statements as it does currently. by gwt.team.scottb · 17 years ago
  13. 3c63c33 Fixes several compiler problems related to varargs. by gwt.team.scottb · 17 years ago
  14. 96fc353 Apply JsStringInterner to the selection script. by gwt.team.bobv · 17 years ago
  15. faaedba Updated Eclipse format settings to Eclipse 3.3. by gwt.team.scottb · 17 years ago
  16. 31b832b Removing unnecessary blank lines from StackPanel. by gwt.team.ecc · 17 years ago
  17. 3f58c29 by gwt.team.ecc · 17 years ago
  18. 21585d5 Updates the checkstyle copyright notice to allow 2008 as a valid year. by gwt.team.ecc · 17 years ago
  19. 9abd4e1 by gwt.team.zundel · 17 years ago
  20. 8db581c It turns out our cleverness trying to make this fast defeated us. Doing the simple thing turns out to be faster on both IE and FF for all reasonable values I can measure. by gwt.team.scottb · 17 years ago
  21. 29802ce Updated assertion. by gwt.team.mmendez · 17 years ago
  22. 691ca8d Asserted that the erased version of a generic type equals the raw version of a generic type based on a post mortem code review of r1676. by gwt.team.mmendez · 17 years ago
  23. acd3fa4 Removes unnecessary calls to superclass clinits that occur after a subclass clinit has already run. by gwt.team.scottb · 17 years ago
  24. 84c6898 Code size optimization for Throwable's most common use cases. by gwt.team.scottb · 17 years ago
  25. 090948b Implemented Class.getEnumConstants() in the compiler and JRE. by gwt.team.scottb · 17 years ago
  26. e75e4d1 Hopefully last tweak to MenuBar... by gwt.team.ecc · 17 years ago
  27. f203331 Fixing previous commit by making the dependent styles lower case. by gwt.team.ecc · 17 years ago
  28. abce009 Fixes an unreleased bug where RPC could generate a proxy that contained duplicate create* methods; one for a generic type and a separate one for its corresponding raw type. by gwt.team.mmendez · 17 years ago
  29. 7c2b155 Fixes issue 1928 by gwt.team.ecc · 17 years ago
  30. ea8e83f Reformatting using eclipse gwt plugin. by gwt.team.ecc · 17 years ago
  31. a46d346 Added wrapper styles to support rounded tabs Patch by: jlabanca Review by: ecc by gwt.team.ecc · 17 years ago
  32. 44d1887 Bumping up memory footprint for JUnit tests, some tests were failing with out of heap. by gwt.team.scottb · 17 years ago
  33. 4dc2053 Increasing timeout from 5 seconds to 10 seconds due to test failures. by gwt.team.scottb · 17 years ago
  34. 902f46c Updates TypeOracleBuilder from r1654 to use Class.asSubclass to cast Class<?> to Class<? extends Annotation>. by gwt.team.mmendez · 17 years ago
  35. 3945a6c Removed the RPC warning regarding exclusion of final fields from serialization. Also updated RemoteService.gwt.xml to document that the gwt.suppressNonStaticFinalFieldWarnings property is deprecated and ignored. by gwt.team.mmendez · 17 years ago
  36. a179516 Sort & format. by gwt.team.scottb · 17 years ago
  37. 82fbe42 Fixes Integer and IntegerTest to unbreak the build. by gwt.team.scottb · 17 years ago
  38. 06640f5 Adding disabled styling for CheckBox as part of creating a default GWT css. by gwt.team.ecc · 17 years ago
  39. 0f4b6d2 Add an explicit check for the toString function for compatibility with IE <object> elements. by gwt.team.bobv · 17 years ago
  40. 5920cdd Updated TypeOracleBuilder to allow initializing annotation values from constant fields such as Long.MAX_VALUE and from constant conditional expressions. I renamed evaluateExpression to evaluateConstantExpression to more closely reflect its purpose. The annotation test cases were updated to check for these new cases. by gwt.team.mmendez · 17 years ago
  41. 0c72484 Improves JUnit's local web test performance by setting the user-agent property to exactly the single value required by the running hosted browser. This means one single permutation is created, instead of the current total, based on the number of user-agents defined in UserAgent.gwt.xml. by gwt.team.scottb · 17 years ago
  42. 1ba8217 - Removed some virtual overrides wonkiness with a helper method in JTypeOracle by gwt.team.scottb · 17 years ago
  43. e9f860e Fixes two very subtle bugs in TypeTightener: by gwt.team.scottb · 17 years ago
  44. 0628843 Prevents another type of inlining recursion sickness in the compiler. by gwt.team.scottb · 17 years ago
  45. c2155aa Cleaned up some code for 1.5. Also tweaked the JMethodBody.toString() for better debugging experience. by gwt.team.scottb · 17 years ago
  46. 18db14e The current solution of passing a bunch of boolean parameters around is getting unwieldy. I've refactored all this stuff out into a class to encapsulate the compiler options. Then when we add new options, we can do so with a minimal amount of code. by gwt.team.scottb · 17 years ago
  47. fc0e89d Java 1.5 generification of JTypeOracle. by gwt.team.scottb · 17 years ago
  48. 13bf689 Updated module DTD reflects ant-style filtering on <source> and <super-source> tags. by gwt.team.scottb · 17 years ago
  49. 46dd2ea Fixes a problem in the pruner where removing parameters from a method where a caller has "extra" parameters would cause an ICE. by gwt.team.scottb · 17 years ago
  50. cb22dbb Adds a -validateOnly flag to the compiler, which ensures that all code on the source path is translatable and there are no errors in deferred binding, but does not produce any output. by gwt.team.scottb · 17 years ago
  51. 8489c0b Fixed my bad formatting mojo. :( by gwt.team.scottb · 17 years ago
  52. aba2d27 1) Adds a test to MiscellaneousTest to ensure that virtual dispatch to String works correctly. by gwt.team.scottb · 17 years ago
  53. 13c52d1 The currently implementation of resource generation is kind of borked. If you attempt to generate a file that exists on the public path, the generated file will "win" in the compiler output folder. However, the shell servlet will always serve the version off of the public path, creating an inconsistency. Another problem with the current system is that files from a previous compilation sitting in the output folder will actually prevent a generator from creating new files. by gwt.team.scottb · 17 years ago
  54. 7d85cbb Fix for issue 1867, where replacing radio button name disabled events. by gwt.team.ecc · 17 years ago
  55. 34da478 Somehow I was trying to index "Sequence" rather than "CharSequence". by gwt.team.scottb · 17 years ago
  56. 3fd3ac0 Missed an erasure case in the compiler. by gwt.team.scottb · 17 years ago
  57. 6270b59 Removed bogus references to LongTest. by gwt.team.scottb · 17 years ago
  58. 79936ae Fixes a bad assumption in TypeTightener that the first argument of a static impl is always the this argument. Adds explicit metadata to such a parameter. by gwt.team.scottb · 17 years ago
  59. 31cd838 Implements missing 1.5 features from the Java number classes. IntegerTest is currently broken. by gwt.team.scottb · 17 years ago
  60. 8d5f111 Adds the ant-style filtering to the source and super-source elements of the module XML file. by gwt.team.scottb · 17 years ago
  61. 57e8f58 Tweaks to r1590, mostly formatting. by gwt.team.scottb · 17 years ago
  62. 5d81c10 Fixes issue #1907. Puts parentheses around a comma expression that appears inside of an object literal. Also adds tests to ensure correctness. by gwt.team.scottb · 17 years ago
  63. cab1cd8 Inner classes of parameterized types were failing to resolve because the lookup name included the type parameter information. Updated to use the constantPool name for local types and the compound name for all others. by gwt.team.mmendez · 17 years ago
  64. 8b5262d Forgot to commit this change as part of r1593 (enables the testing of enums over RPC). by gwt.team.mmendez · 17 years ago
  65. ef71e9e Updated the RPCSuite to include the EnumsTest test cases. by gwt.team.mmendez · 17 years ago
  66. 6597825 Updates RPC to allow the proper use of generics and enumerated types. Also added a new unit test to cover enumerated types over RPC. by gwt.team.mmendez · 17 years ago
  67. 59d7d02 JArrayType.getSuperclass() should always return java.lang.Object. by gwt.team.mmendez · 17 years ago
  68. a75d876 Adds support for Class.getSuperclass() needed to implement Enum.getDeclaringClass(). The corresponding test cases were updated accordingly. by gwt.team.mmendez · 17 years ago
  69. 9ec1ef9 Fixed documentation to describe the SuppressWarnings annotation instead of the Overrides annotation. by gwt.team.mmendez · 17 years ago
  70. 200dc9d Patch by:jlanbanca by gwt.team.ecc · 17 years ago
  71. de1f04a Fixes annotations that reference class literals; we were refencing the resolved type of the annotation value instead of its target type. The annotation unit test was updated to test this case and it was added to the TypeOracle test suite. by gwt.team.mmendez · 17 years ago
  72. 10950f5 Fixes ThreadLocalTreeLoggerProxy nesting problems by explicitly pushing and popping state. by gwt.team.scottb · 17 years ago
  73. 88456a5 This patch adds a new flag -XdisableAggressiveOptimization to the compiler and hosted-mode shell that will disable MethodInliner and JsInliner. by gwt.team.scottb · 17 years ago
  74. 87a4d7e This patch addresses a minor documentation change. In the generated .java code created by the applicationCreator tool, a comment made a mysterious reference that a "real" application would attach widgets according to a CSS class. This technique is hardly ever used, so the reference to it was removed. Also added a caveat about referencing elements using fixed IDs. by gwt.team.rdayal · 17 years ago
  75. 6e2a60a Fix issue #1205.Added a src='javascript:false;' attribute to the iframe in the FormPanel. This is similar to the src="javascript:'';" used in the history iframe. by gwt.team.rdayal · 17 years ago
  76. b978f5d Fix issue #1643. Removed the setWidth method from DialogBox as the setWidth method in PopupPanel already sets the width of the main wrapper element as we want it to do. by gwt.team.rdayal · 17 years ago
  77. ad2f5dc This patch updates the isAssignableFrom and isAssignableTo methods on the different TypeOracle types to complete their corresponding contracts. For example, JTypeParameters were not enforcing the constraint of all of their bounds and JRealClassTypes were only considering types that appeared explicitly in its type hierachy. by gwt.team.mmendez · 17 years ago
  78. 612dcee Fixes issue 1139, add java.io.Serializable to our JRE classes. EnumMap, EnumSet, LinkedHashMap and LinkedHashSet were excluded because they are not yet complete. by gwt.team.mmendez · 17 years ago
  79. feecde5 Adds instructions for importing eclipse projects and creating launch configs. by gwt.team.scottb · 17 years ago
  80. a5d865f Updates the TypeOracleBuilder to create generic types for local types whose enclosing method declares type parameters. Prior to this change, users could encounter an assertion failure from JParameterizedType line 313. by gwt.team.mmendez · 17 years ago
  81. 970a165 Target gwt-dev-windows by default. Also adds source lookup for Tomcat. by gwt.team.scottb · 17 years ago
  82. ee137ed Fix issue #1504. Minor documentation change which updates the ListBox setSelectedIndex(int) method javadoc comment. This method leaves the list with only a single item selected, which may not be what a developer of a mutliple-selection list expects. Added a pointer to setSelectedItem(int, boolean). by gwt.team.rdayal · 17 years ago
  83. fe4a1af Fixes a ClassCastException in the TypeOracle. JDT was using a parameterized type binding to reference a non-generic, static inner class of a generic type. by gwt.team.mmendez · 17 years ago
  84. 4c7fb10 Slightly faster implementation of HashMap.hasStringValue() on most browser by using the 'in' keyword. by gwt.team.scottb · 17 years ago
  85. 1b5bd92 Fixed for problems caused by r1555. The problem was that doing an arrayList.add(Element) would not wrap the element going into JSNI, and the object would fail a dynamic type check upon retrieval. by gwt.team.scottb · 17 years ago
  86. 1c509ea Remove synthetic clinit calls that are now empty. by gwt.team.scottb · 17 years ago
  87. 4c1f949 Tightened up clinit computation. by gwt.team.scottb · 17 years ago
  88. b025de5 I should not be checking in code while Bruce and Toby are talking over my desk. by gwt.team.scottb · 17 years ago
  89. 8b36785 Added some dictionary words. by gwt.team.scottb · 17 years ago
  90. 7e22f75 Whoops, fixed bad launch config. by gwt.team.scottb · 17 years ago
  91. bba3615 Adding launch configs for Hello sample. by gwt.team.scottb · 17 years ago
  92. 82859dd Javadoc tweaks to some implementation methods in HashMap. by gwt.team.scottb · 17 years ago
  93. 15f7b75 JLocalDeclarationStatements were erroneously keeping locals from being pruned. We can now correctly prune locals. by gwt.team.scottb · 17 years ago
  94. 5ac1c12 I reformulated HashMap a bit to make it take advantage of the new new best practices in terms of what the compiler can do. The primary goal was to make get/put/contains inlinable, so the static type information can be used at the call site to eliminate some of the instance checking. This doesn't quite work as well as it could yet due to our not tracking whether something may be null, but I except another round of optimizations to make this even better. by gwt.team.scottb · 17 years ago
  95. a34b6db Make JsVars implement Iterable. by gwt.team.bobv · 17 years ago
  96. b9281df Code gen optimization: only emit clinit() calls into static methods that can possibly be the target of a cross-class call. by gwt.team.scottb · 17 years ago
  97. 8a67435 Fixes a problem where inlining an JS method with no return statement fails to evaluate to "undefined". by gwt.team.scottb · 17 years ago
  98. 667edc4 Adds setCaption() and print() to the Window class. Patch by: ajr Review by: jgw by gwt.team.jgw · 17 years ago
  99. 2b1a4d5 Fix tests, rename tests to end in *Test, correct timezone issue in DateTime by gwt.team.jat · 17 years ago
  100. 0cfb529 Removes unnecessary wrapJSO calls when the JavaScriptObject is being passed into JavaScript. by gwt.team.scottb · 17 years ago