1. a867168 fixed a typo in StringBuilder by Daniel Kurka · 12 years ago
  2. 19f677f Adds the remaining (and more complex) Java 7 new language features. by Roberto Lublinerman · 12 years ago
  3. ff57701 Removes JavaScriptException dependency from c.g.gwt.core.shared. by Goktug Gokdogan · 12 years ago
  4. 94e0e84 Removes GWTTestCase.supportsAsync. by Goktug Gokdogan · 12 years ago
  5. 1e5311e Upgrade JDT to 3.8.3. by rluble@google.com · 12 years ago
  6. 76d8bfd add StringBuffer/Builder.reverse by dankurka@google.com · 12 years ago
  7. 9539881 add Class.getSimpleName to gwt emulation by kurka.daniel@gmail.com · 12 years ago
  8. e108976 Refactors c.g.gwt.junit to use common SerializableThrowable & StacktraceDeobfuscator. by goktug@google.com · 12 years ago
  9. 00c6ef7 Refactors c.g.gwt.logging to use SerializableThrowable. by goktug@google.com · 12 years ago
  10. f39f3d1 Moves GWTTestCase to Impl#setUncaughtExceptionHandlerForTest. by goktug@google.com · 12 years ago
  11. 6cf51c1 Adds stack traces to printStackTrace in java/lang/Throwable emulation. by goktug@google.com · 12 years ago
  12. 93268e8 Applying dmenzi's patch to fix issue 7291, which causes Integer.parseInt to fail on BlackBerry OS7. by ekuefler@google.com · 12 years ago
  13. 102aeb7 Adds additional error reporting to GWTTestCase to discover flakiness problems. by goktug@google.com · 12 years ago
  14. 1f33edc Cleans up few remaning issues from recent clean up in test infra. by goktug@google.com · 12 years ago
  15. 59fb8d6 Overhauls the generated code that is required by GWTTestCase to function. by goktug@google.com · 12 years ago
  16. 2cf8efe Removes deprecated checkpoint functionality from GWTTestCase. by goktug@google.com · 12 years ago
  17. 00c7ce4 Removes deprecated com.google.gwt.benchmarks.* by goktug@google.com · 12 years ago
  18. ae650ac Enables wrapping of un-serializable exceptions in web mode. by goktug@google.com · 12 years ago
  19. aaf8c3d Prevents GWTTestCase to become zombie when communication with backend fails. by goktug@google.com · 12 years ago
  20. e7adb3c fix BigDecimal.compareTo and precision for leading zeros by mdempsky@google.com · 12 years ago
  21. 625967f Fix Long.parseLong to correctly handle MIN_VALUE by t.broyer@gmail.com · 12 years ago
  22. e524276 Fix use-after-free bug in AbstractMap.remove() by kurka.daniel@gmail.com · 12 years ago
  23. b96f11a Issue 7713 - Float/Double parsing of NaN/Infinity by jat@jaet.org · 12 years ago
  24. 38fa7b8 Hack JUnit integration to support broken DevMode plugins. by mdempsky@google.com · 12 years ago
  25. 822a8bb Author: Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> by mdempsky@google.com · 12 years ago
  26. d33bf02 Custom Field Serializer for EnumMap Contributed by: bradley by skybrian@google.com · 13 years ago
  27. 45e8b53 Adding TYPE field to primitive wrapper types (Integer.TYPE, etc). by jlabanca@google.com · 13 years ago
  28. 7bbb9ce Resubmission for internal commit. Thanks tbroyer! by gwt.mirrorbot@gmail.com · 13 years ago
  29. 3495ec7 Improves failure messages generated by GwtTests. by wan@google.com · 13 years ago
  30. 46dd28f Roll back addition of fields for primitive types. This breaks internal tests. by rdayal@google.com · 13 years ago
  31. c568e6a Add Integer.TYPE, etc. by rdayal@google.com · 13 years ago
  32. d5cf524 Emulate System.getProperty(key, default) by always returning the by jasonmheim@google.com · 13 years ago
  33. 40cc803 Emulate Float.intBitsToFloat, Float.floatToIntBits, Double.longBitsToDouble, and Double.doubleToLongBits by rice@google.com · 13 years ago
  34. 80bd69e Typed arrays implementation that supports use in shared code and emulation of missing pieces where necessary. by jat@google.com · 13 years ago
  35. 3d7ead7 Add NoSuchMethodException for compatibility. by jat@google.com · 13 years ago
  36. 6e8d9a2 Add an option to compile out all logging calls below the SEVERE or WARNING by unnurg@google.com · 13 years ago
  37. beebe17 Add Enumeration<String> getLoggerNames() support to gwt LogManager emulation. by baker@google.com · 13 years ago
  38. 4db174c Change the superclass of the translatable version of by skybrian@google.com · 13 years ago
  39. 599034c Adding protected field modCount to the GWT version of java.util.AbstractList by ccalabro@google.com · 14 years ago
  40. 7084752 Fix TreeMap.Node.equals() to allow nodes to be equal to other types of Map.Entry. by cpovirk@google.com · 14 years ago
  41. 3cee491 Roll seed-function optimization forward again. by cromwellian@google.com · 14 years ago
  42. 63eccff Temporary rollback of seed-function change to isolate failure by cromwellian@google.com · 14 years ago
  43. a991c1e Ensure that class literals whose classes are pruned yield class names based on hashcode to maintain existing behavior for some legacy apps. by cromwellian@google.com · 14 years ago
  44. ea2bb79 Re-roll of r10435. Changes Class.getName() to return Class$S<seedId> when by cromwellian@google.com · 14 years ago
  45. f1ce865 Rollback due to breakage by cromwellian@google.com · 14 years ago
  46. 2339e43 Re-roll r10435 by cromwellian@google.com · 14 years ago
  47. 38bc246 Temporarily rolling back r10435 due to issue with uninstantiable type associated with a class literal getting pruned. by cromwellian@google.com · 14 years ago
  48. 941b3b1 This patch substantially reduces the overhead of Java types in the output by minimizing vtable setup and virtual class literal fetches. Improvements are anywhere from 5% to 10% uncompressed obfuscated JS. by cromwellian@google.com · 14 years ago
  49. b1caeda Remove JSNI paths from RPC deserialization. AKA: Make RPC screaming fast in DevMode. by tobyr@google.com · 14 years ago
  50. d59523d Adding convenience methods to SafeStylesUtils and SafeStylesBuilder for style properties supported by Style. For most properies, the name is defined in SafeStylesUtils, and the value comes from an enum in Style or a primitive type, so we know that the combination of the name and value produces a string that satisfies the constraints of SafeStyles. by jlabanca@google.com · 14 years ago
  51. 3ef8332 Ensure all ProxyAutoBeans not directly referenced from root object or via a shim can be garbage-collected. by bobv@google.com · 14 years ago
  52. c2dde22 Rewrite SafeUriHostedModeUtils#isValid without regexp to workaround what looks by jlabanca@google.com · 14 years ago
  53. c6e1aba I don't believe in magic, but as Scott points out, there are consistent by zundel@google.com · 14 years ago
  54. daa2c3f Adds support for Beans.isDesignTime() for better support in GWT Designer. by scheglov@google.com · 14 years ago
  55. 3cac5f0 Add SafeUri type, similar to SafeHtml but for values in a URL attribute context. by t.broyer@gmail.com · 14 years ago
  56. a2c03d5 Autoformats user/super and user/test-super by zundel@google.com · 14 years ago
  57. 0a2b62a Tighten sanity checks on BigDecimal(String value) so that it doesn't accept by hhchan@google.com · 14 years ago
  58. b0068d7 Move AutoBean package to com.google.web.bindery.autobean package. by bobv@google.com · 14 years ago
  59. 8f61480 Fixes a typo in GWT emulation of java.util.IdentityHashSet that by schenney@google.com · 14 years ago
  60. a29cb15 Re-apply the AutoBean JSO lazy reification patch. by bobv@google.com · 14 years ago
  61. d3255ca Roll back AutoBeans change due to serialization problems with Safari4 on XP. by bobv@google.com · 14 years ago
  62. bee43cd Convert AutoBeans to use JSOs as their backing store with lazy reification of by bobv@google.com · 14 years ago
  63. dbff9c5 Move RequestFactory to com.google.web.bindery.requestfactory by rice@google.com · 14 years ago
  64. 360a1d1 Adds a no-op emulation of TestSuite, to prevent error spam (or outright by rjrjr@google.com · 14 years ago
  65. 4bcc06f IE9 support (BETA) - 3/3. by fabiomfv@google.com · 14 years ago
  66. 1dd4746 Initial add of JSON-RPC support to RequestFactory. by bobv@google.com · 14 years ago
  67. 136fd8d Make FieldSerializers use reflection directly instead of round-tripping through JSNI. Speeds up DevMode. by tobyr@google.com · 14 years ago
  68. 5e2a76a Optimizations for server-side invocations of CustomFieldSerializers. by mchaston@google.com · 14 years ago
  69. 8a38343 Make production mode stack traces match JRE spec more closely by fredsa@google.com · 14 years ago
  70. 3cebe4d Fix a bug in Timestamp.compareTo where the result could be wrong if by jat@google.com · 14 years ago
  71. 0904fee Reduces class and JSNI loading for RPC in devmode. by tobyr@google.com · 14 years ago
  72. e47b441 Fix a problem with BigDecimal, where the bitlength of a zero value by jat@google.com · 14 years ago
  73. 2348968 Guard against invalid dispIds in JavaDispatchImpl by conroy@google.com · 14 years ago
  74. b06fda2 Fix double escaping of HTML characters in Javadoc by rice@google.com · 14 years ago
  75. afbfc69 Support up-casting subclasses of java.util.Date (e.g. java.sql.Date). by bobv@google.com · 14 years ago
  76. 79a6a89 JUnit exceptions cause chains need to be serializable, too. by scottb@google.com · 14 years ago
  77. 953bc13 Remove the implementation from GWTTestCase checkpoints. by scottb@google.com · 14 years ago
  78. 4830cb4 Add ProxySerializer API to provide EntityProxy persistence primitives. by bobv@google.com · 14 years ago
  79. 17c9313 Fix to allow devmode exceptions to be reported back from a client. by scottb@google.com · 14 years ago
  80. f89735f Update JUnit from DeferredCommand to Scheduler. by scottb@google.com · 14 years ago
  81. c21149e Overhaul the RequestFactory server code. by bobv@google.com · 14 years ago
  82. 8c47d96 Javadoc cleanup by rice@google.com · 14 years ago
  83. 01d6515 Miscellaneous Javadoc fixes: by rice@google.com · 14 years ago
  84. 9f56aee Avoid an infinite loop in toString() for collections that directly include themselves by rice@google.com · 14 years ago
  85. 67baeac remove SeriaizableLogRecord and SerializableThrowable by unnurg@google.com · 14 years ago
  86. 0d848f8 Add streaming HTML parser library to tools/lib, as well as the guava library it depends on. by xtof@google.com · 15 years ago
  87. 6cdbfdd JUnit ought to just serialize exceptions. by scottb@google.com · 15 years ago
  88. e7682fd Add server side deobfuscation of stack traces to RF Remote log handler by unnurg@google.com · 15 years ago
  89. f697bd5 Enum name obfuscation. Added configuration property by jbrosenberg@google.com · 15 years ago
  90. 2e5d699 Removed Object.typeId from generated class prototypes, and from the compilation and linkage phases. Type cast checking depends only on the castableTypeMaps and queryIds now. by jbrosenberg@google.com · 15 years ago
  91. 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
  92. eed4410 Rollback of: by unnurg@google.com · 15 years ago
  93. cb6e862 Split LogManager class into an set of Impl classes so that any LogManager calls by spoon@google.com · 15 years ago
  94. d01e52e Refactoring to one top level class per .java file, since some by fabbott@google.com · 15 years ago
  95. 45c0555 Rolls back r8394, allow RPC for unmodifiable collections, due by rjrjr@google.com · 15 years ago
  96. 017393c Fix external issue 5100 - use numeric value to access a hash map entry due to a bug in FireFox by rice@google.com · 15 years ago
  97. fe37224 Allow RPC for unmodifiable collections by rice@google.com · 15 years ago
  98. 22e031b Fix external issue 4711 - java.sql.Timestamp#compareTo(java.util.Date) silently crashes in Firefox and Chrome by rice@google.com · 15 years ago
  99. efa7a10 Patch by T. Broyer - Fix issue 5065: Float.parseFloat and Double.parseDouble are too strict validating input (issue647802) by rice@google.com · 15 years ago
  100. 62e51a6 Fix abs breakage, the compiler was rewriting 0.0-x with -x, which by jat@google.com · 15 years ago