1. fa2d41e Implement RPC custom serialization for Collections.singletonList() by rice@google.com · 15 years ago
  2. 8a8c5a4 Fix external issue 4772 (com.google.gwt.user.client.ui.UIObject.setHeight("1em") causes an assert error with rhino) by rice@google.com · 15 years ago
  3. be941e7 Replace calls to printInt(num) with printInt(num, 10) to make sure by bowdidge@google.com · 15 years ago
  4. 0b58a66 Fixing a checkstyle error in the emul version of date. by jlabanca@google.com · 15 years ago
  5. 1deb8c5 Once again allow Dates from doubles, for JSON happiness by rjrjr@google.com · 15 years ago
  6. 83f01ac Reimplement java.util.Date in Java, using the new JsDate. by scottb@google.com · 15 years ago
  7. 623fb2b Date can add an hour to the day before Daylight Saving. by jlabanca@google.com · 15 years ago
  8. ed252a5 Fix a couple of bugs in BigDecimal that were corrected in the by jat@google.com · 15 years ago
  9. 2391442 Add BigDecimal/etc support. by jat@google.com · 15 years ago
  10. 947436d Make java.util.Collections.Empty{List,Map,Set} work with GWT RPC. by rice@google.com · 15 years ago
  11. c1dcea7 Add Math.cbrt, improve Math.log10, add tests. by jat@google.com · 15 years ago
  12. 599a60b Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
  13. 266d9be Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
  14. f8abd7e Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
  15. 6306bc7 Implement java.util.Random based on Harmony and gwt-java-math. by rice@google.com · 15 years ago
  16. c6f1620 Revert r7351 due to test failures. by jat@google.com · 15 years ago
  17. e98bf7a Fixes a checkstyle error introduced in r7352. by kprobst@google.com · 15 years ago
  18. 29336e7 Fix external issue 4048 - make java.sql.Timestamp emulation by rice@google.com · 15 years ago
  19. 2468b2d Add java.math.BigDecimal/BigInteger support. by jat@google.com · 15 years ago
  20. 51ee32a Revert r7347, which caused problems in DevMode. by jat@google.com · 15 years ago
  21. bef6951 Ensure "".split(",") returns { "" }. This is the behavior of Sun's by rice@google.com · 15 years ago
  22. 37ae501 Add a more inlinable path for String.equals(String) by rice@google.com · 15 years ago
  23. 884c189 Fix external issue 1581: Double.parseDouble treats whitespace differently in hosted mode by rice@google.com · 15 years ago
  24. 5d15219 Fix a bug where Collections.unmodifiableMap's entrySet toArray method tries by jat@google.com · 15 years ago
  25. 6d0e598 Fix System.arrayCopy to handle interfaces properly. by jat@google.com · 15 years ago
  26. c8865c9 Removes some external inconsistency dangers from our collections. by scottb@google.com · 15 years ago
  27. 0c47556 Fix TreeMap submaps where there are no keys in range. by jat@google.com · 15 years ago
  28. 13e306f Fix Arrays.equals(Object[], Object[]) to handle nulls, this time correctly. by jat@google.com · 15 years ago
  29. d81904d Fixes JUnit sessions to not use Cookies, which can be problematic. by scottb@google.com · 15 years ago
  30. 1d1fcef Fix JUnitShell/etc so it doesn't rely on the user agent to identify different by jat@google.com · 15 years ago
  31. 0f3501c Reverting r7119 due to test failure, will investigate later. by jat@google.com · 15 years ago
  32. d622a3b Fix Arrays.equals(Object[], Object[]) to handle nulls. by jat@google.com · 15 years ago
  33. c6f04f5 Calling new Date(...) with a time that falls in the 'missing hour' of by rice@google.com · 15 years ago
  34. dae1312 Avoid calling overridable methods from constructors to avoid subclassing glitches by rice@google.com · 15 years ago
  35. 821c090 Implement a -standardsMode flag for junit tests, but don't enable the by rice@google.com · 15 years ago
  36. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
  37. 3c459ee Recommitting r6329 to add UrlBuilder, this time with passing tests. by jlabanca@google.com · 15 years ago
  38. a75e8a3 Add List.subList and implementations. by jat@google.com · 15 years ago
  39. 0eaf782 Revert "Adding UrlBuilder and using it in Showcase and GwtTestCase so we don't remove gwt.hosted parameter in URLs," due to web mode test failures in com.google.gwt.user.client.WindowTest.testLocationCreateUrlBuilder by rjrjr@google.com · 15 years ago
  40. b2376c4 Adding UrlBuilder and using it in Showcase and GwtTestCase so we don't remove gwt.hosted parameter in URLs. by jlabanca@google.com · 16 years ago
  41. 52ac42b Merge up to trunk @r6200. by jat@google.com · 16 years ago
  42. bc2b41b Adds a new option (-precompile) to JUnitShell to compile test modules before or during test runs, decreasing overall test time. Also adds the -userAgents option to specify remote browser user agents ahead of time, decreasing the number of permutations that need to be compiled for remote tests. by jlabanca@google.com · 16 years ago
  43. c2ca4bd Re-introduces c5957, because the build succeeded with it. by amitmanjhi@google.com · 16 years ago
  44. cbd911f Enable RPC of persistent objects (e.g., using JDO or JPA apis). by rice@google.com · 16 years ago
  45. 28f568d Rollback to last green build, 5956 by rjrjr@google.com · 16 years ago
  46. 76228ff Fixed small typo in JSNI method by cromwellian · 16 years ago
  47. af646a2 Allow LinkedHashMap to be serialized in the AppEngine environment, by rice@google.com · 16 years ago
  48. 7ec2833 Fix compiler errors when importing only Core.gwt.xml. by bobv@google.com · 16 years ago
  49. 8f449cd Fix incorrect size calculated by EnumSet.of(varargs) in web mode. by rice@google.com · 16 years ago
  50. 076e410 Fix issue 3623: The unmodifiable collections are missing .toString() by rice@google.com · 16 years ago
  51. e741908 Fix checkstyle problems. by scottb@google.com · 16 years ago
  52. 9076e42 Alter the compiler so that it will emit code that simulates the JS stack in order to provide stack traces on browsers that do not provide stack trace data for native exceptions. by bobv@google.com · 16 years ago
  53. a2bb640 Rolling back to the last known good state: r5776 by amitmanjhi@google.com · 16 years ago
  54. 0e539d5 Alter the compiler so that it will emit code that simulates the JS stack in order to provide stack traces on browsers that do not provide stack trace data for native exceptions. by bobv@google.com · 16 years ago
  55. 885f9e0 This patch adds "batch" execution of GWTTestCases, significantly reducing the by amitmanjhi@google.com · 16 years ago
  56. 7e8c64d Rolling back c5720 because it broke the build. by amitmanjhi@google.com · 16 years ago
  57. ee431e5 This patch adds "batch" execution of GWTTestCases, significantly reducing the by amitmanjhi@google.com · 16 years ago
  58. dedc0d2 Initial add of derpc code base. by bobv@google.com · 16 years ago
  59. 40cb7d9 Implement RPC for JDO persistent objects. by rice@google.com · 16 years ago
  60. 5974608 Roll back r5662. The overlay of WeakMapping is confusing the apicheck-nobuild target. by rice@google.com · 16 years ago
  61. f827050 Implement RPC for JDO persistent objects. by rice@google.com · 16 years ago
  62. a30600c Retains exception cause chain when GWTRunner fails to instantiate a test class (e.g. due to an exception in the test's ctor or initializer). Previously, it was really hard to figure out what was going wrong in web mode in this circumstance. by bruce@google.com · 16 years ago
  63. 4fe785e Fix incorrect parsing in java.sql.Date, where leading zeros triggered octal by jat@google.com · 16 years ago
  64. 13bdb0b Fix checkstyle issues. by scottb@google.com · 16 years ago
  65. d683400 Tweaks Class.setName to avoid an autobox and thus avoid by spoon@google.com · 16 years ago
  66. 60d0554 two changes to java.util.Date in an effort to track down a very intermittent by jat@google.com · 16 years ago
  67. 8dedfbd Make Class.getName() behave in a useful manner when class metadata is disabled. by bobv@google.com · 16 years ago
  68. d094087 Fix for issue 3025 -- Gwt's String.hashCode() now matches Jre specifications. by amitmanjhi@google.com · 16 years ago
  69. 5ead61f Issue 34812: Fix findbugs & checkstyle issues by rice@google.com · 16 years ago
  70. dd9aa1f Fix for issue 3423: TreeMap.remove(..) should not modify the contents of the entry being removed. Now, the web mode behavior matches the hosted mode behavior. by amitmanjhi@google.com · 16 years ago
  71. 2fd752f Simple fix and accompanying testcase for toString() method in TreeMap.Entry: issue 3422 by amitmanjhi@google.com · 16 years ago
  72. 8baebf4 Patch fixes issue 3057 and adds test cases for it. by amitmanjhi@google.com · 16 years ago
  73. 9fe4cac Fixes issue 3647: Long.parseLong("-") returns 0 instead of throwing a NumberFormatException. by amitmanjhi@google.com · 16 years ago
  74. 7218b02 Adds IE8 user-agent and fixes outstanding bugs in IE8-super-standards mode. by jgw@google.com · 16 years ago
  75. 15504bd Revert r5226; dependency on seed functions interacts poorly with runAsync. by bobv@google.com · 16 years ago
  76. 3179c39 When class metadata is disabled, use the class seed functions to derive predicable names that can be deobfuscated via the symbol map files. by bobv@google.com · 16 years ago
  77. 93fe994 Checkstyle fixes. by scottb@google.com · 16 years ago
  78. 374d43a Merge web-mode stack trace support. by bobv@google.com · 16 years ago
  79. c0e308f Integrate type-removal branch into trunk. by bobv@google.com · 16 years ago
  80. a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  81. 49a123d Undo change r4586 due to an interaction with the api checker that breaks the continuous build. by bobv@google.com · 16 years ago
  82. 2c2bdbd Temporary hack to allow forcible removal of class-literal strings by inheriting by jgw@google.com · 16 years ago
  83. 7ad09d4 by rjrjr@google.com · 16 years ago
  84. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  85. 70bbb92 Merging releases/1.6@4147:4198 into trunk. by scottb@google.com · 16 years ago
  86. 2e8ef32 Merging from releases/1.6@3878:3944 by scottb@google.com · 16 years ago
  87. 74bb585 Merging from releases/1.6@3739:3876 by jat@google.com · 16 years ago
  88. a1868dd Peephole remove duplicate assignment. by scottb@google.com · 17 years ago
  89. 5da9113 Merge 1.5 branch changes. by bobv@google.com · 17 years ago
  90. e0a6ae1 Cleanup after 1.5 merge. by scottb@google.com · 17 years ago
  91. 788dbe1 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  92. 96c7556 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  93. 4bc5bb3 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  94. 2269498 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  95. e10b278 Merges changes/spoon/defBindStringBuilder into trunk. This gives by spoon@google.com · 17 years ago
  96. 0eb88b4 Merging releases/1.5@r3125:r3170 into trunk. by scottb@google.com · 17 years ago
  97. 0986505 Merging releases/1.5@r3048:r3078 into trunk. by jlabanca@google.com · 17 years ago
  98. 6435ea2 Merging releases/1.5@r2994:r3048 into trunk. by scottb@google.com · 17 years ago
  99. 9de92df Merging releases/1.5@2941:2990 trunk. by scottb@google.com · 17 years ago
  100. ce9d21f Add tests for TreeMap and TreeSet, change TreeSet.add implementation to be by jat@google.com · 17 years ago