1. 136fd8d Make FieldSerializers use reflection directly instead of round-tripping through JSNI. Speeds up DevMode. by tobyr@google.com · 14 years ago
  2. 5e2a76a Optimizations for server-side invocations of CustomFieldSerializers. by mchaston@google.com · 14 years ago
  3. 8a38343 Make production mode stack traces match JRE spec more closely by fredsa@google.com · 14 years ago
  4. 3cebe4d Fix a bug in Timestamp.compareTo where the result could be wrong if by jat@google.com · 14 years ago
  5. 0904fee Reduces class and JSNI loading for RPC in devmode. by tobyr@google.com · 14 years ago
  6. e47b441 Fix a problem with BigDecimal, where the bitlength of a zero value by jat@google.com · 14 years ago
  7. 2348968 Guard against invalid dispIds in JavaDispatchImpl by conroy@google.com · 14 years ago
  8. b06fda2 Fix double escaping of HTML characters in Javadoc by rice@google.com · 14 years ago
  9. afbfc69 Support up-casting subclasses of java.util.Date (e.g. java.sql.Date). by bobv@google.com · 14 years ago
  10. 79a6a89 JUnit exceptions cause chains need to be serializable, too. by scottb@google.com · 14 years ago
  11. 953bc13 Remove the implementation from GWTTestCase checkpoints. by scottb@google.com · 14 years ago
  12. 4830cb4 Add ProxySerializer API to provide EntityProxy persistence primitives. by bobv@google.com · 14 years ago
  13. 17c9313 Fix to allow devmode exceptions to be reported back from a client. by scottb@google.com · 14 years ago
  14. f89735f Update JUnit from DeferredCommand to Scheduler. by scottb@google.com · 14 years ago
  15. c21149e Overhaul the RequestFactory server code. by bobv@google.com · 14 years ago
  16. 8c47d96 Javadoc cleanup by rice@google.com · 14 years ago
  17. 01d6515 Miscellaneous Javadoc fixes: by rice@google.com · 14 years ago
  18. 9f56aee Avoid an infinite loop in toString() for collections that directly include themselves by rice@google.com · 14 years ago
  19. 67baeac remove SeriaizableLogRecord and SerializableThrowable by unnurg@google.com · 15 years ago
  20. 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
  21. 6cdbfdd JUnit ought to just serialize exceptions. by scottb@google.com · 15 years ago
  22. e7682fd Add server side deobfuscation of stack traces to RF Remote log handler by unnurg@google.com · 15 years ago
  23. f697bd5 Enum name obfuscation. Added configuration property by jbrosenberg@google.com · 15 years ago
  24. 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
  25. 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
  26. eed4410 Rollback of: by unnurg@google.com · 15 years ago
  27. cb6e862 Split LogManager class into an set of Impl classes so that any LogManager calls by spoon@google.com · 15 years ago
  28. d01e52e Refactoring to one top level class per .java file, since some by fabbott@google.com · 15 years ago
  29. 45c0555 Rolls back r8394, allow RPC for unmodifiable collections, due by rjrjr@google.com · 15 years ago
  30. 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
  31. fe37224 Allow RPC for unmodifiable collections by rice@google.com · 15 years ago
  32. 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
  33. 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
  34. 62e51a6 Fix abs breakage, the compiler was rewriting 0.0-x with -x, which by jat@google.com · 15 years ago
  35. 14e8c21 Normalize Array.getClass() by scottb@google.com · 15 years ago
  36. 05dafb0 Fixes List.subList problems. by jat@google.com · 15 years ago
  37. a61c202 Introduces com.google.gwt.text from bikeshed, along with changes in by rjrjr@google.com · 15 years ago
  38. 0dad6ab Add the parse method to the Level class by unnurg@google.com · 15 years ago
  39. ccef588 Moving gwt logging over from the IO branch. Changed the gwt.logging by unnurg@google.com · 15 years ago
  40. 2cf088a Fix implementation of Math.sinh and Math.tanh (external issue 4991) by rice@google.com · 15 years ago
  41. e136ac4 Fix behavior of Double.compare and Double.compareTo (external issue 4935) by rice@google.com · 15 years ago
  42. bbb8202 Faster version of LongLib by rice@google.com · 15 years ago
  43. d54a4bd Mirroring got broken around the merge from branches/2.1, although I'm by gwt.mirrorbot@gmail.com · 15 years ago
  44. 9780ff3 Fix checkstyle warning. by jat@google.com · 15 years ago
  45. 993ff82 Merges r8060 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
  46. fa2d41e Implement RPC custom serialization for Collections.singletonList() by rice@google.com · 15 years ago
  47. 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
  48. be941e7 Replace calls to printInt(num) with printInt(num, 10) to make sure by bowdidge@google.com · 15 years ago
  49. 0b58a66 Fixing a checkstyle error in the emul version of date. by jlabanca@google.com · 15 years ago
  50. 1deb8c5 Once again allow Dates from doubles, for JSON happiness by rjrjr@google.com · 15 years ago
  51. 83f01ac Reimplement java.util.Date in Java, using the new JsDate. by scottb@google.com · 15 years ago
  52. 623fb2b Date can add an hour to the day before Daylight Saving. by jlabanca@google.com · 15 years ago
  53. ed252a5 Fix a couple of bugs in BigDecimal that were corrected in the by jat@google.com · 15 years ago
  54. 2391442 Add BigDecimal/etc support. by jat@google.com · 15 years ago
  55. 947436d Make java.util.Collections.Empty{List,Map,Set} work with GWT RPC. by rice@google.com · 15 years ago
  56. c1dcea7 Add Math.cbrt, improve Math.log10, add tests. by jat@google.com · 15 years ago
  57. 599a60b Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
  58. 266d9be Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
  59. f8abd7e Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
  60. 6306bc7 Implement java.util.Random based on Harmony and gwt-java-math. by rice@google.com · 15 years ago
  61. c6f1620 Revert r7351 due to test failures. by jat@google.com · 15 years ago
  62. e98bf7a Fixes a checkstyle error introduced in r7352. by kprobst@google.com · 15 years ago
  63. 29336e7 Fix external issue 4048 - make java.sql.Timestamp emulation by rice@google.com · 15 years ago
  64. 2468b2d Add java.math.BigDecimal/BigInteger support. by jat@google.com · 15 years ago
  65. 51ee32a Revert r7347, which caused problems in DevMode. by jat@google.com · 15 years ago
  66. bef6951 Ensure "".split(",") returns { "" }. This is the behavior of Sun's by rice@google.com · 15 years ago
  67. 37ae501 Add a more inlinable path for String.equals(String) by rice@google.com · 15 years ago
  68. 884c189 Fix external issue 1581: Double.parseDouble treats whitespace differently in hosted mode by rice@google.com · 15 years ago
  69. 5d15219 Fix a bug where Collections.unmodifiableMap's entrySet toArray method tries by jat@google.com · 15 years ago
  70. 6d0e598 Fix System.arrayCopy to handle interfaces properly. by jat@google.com · 15 years ago
  71. c8865c9 Removes some external inconsistency dangers from our collections. by scottb@google.com · 15 years ago
  72. 0c47556 Fix TreeMap submaps where there are no keys in range. by jat@google.com · 15 years ago
  73. 13e306f Fix Arrays.equals(Object[], Object[]) to handle nulls, this time correctly. by jat@google.com · 15 years ago
  74. d81904d Fixes JUnit sessions to not use Cookies, which can be problematic. by scottb@google.com · 15 years ago
  75. 1d1fcef Fix JUnitShell/etc so it doesn't rely on the user agent to identify different by jat@google.com · 15 years ago
  76. 0f3501c Reverting r7119 due to test failure, will investigate later. by jat@google.com · 15 years ago
  77. d622a3b Fix Arrays.equals(Object[], Object[]) to handle nulls. by jat@google.com · 15 years ago
  78. c6f04f5 Calling new Date(...) with a time that falls in the 'missing hour' of by rice@google.com · 15 years ago
  79. dae1312 Avoid calling overridable methods from constructors to avoid subclassing glitches by rice@google.com · 15 years ago
  80. 821c090 Implement a -standardsMode flag for junit tests, but don't enable the by rice@google.com · 15 years ago
  81. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
  82. 3c459ee Recommitting r6329 to add UrlBuilder, this time with passing tests. by jlabanca@google.com · 15 years ago
  83. a75e8a3 Add List.subList and implementations. by jat@google.com · 15 years ago
  84. 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
  85. b2376c4 Adding UrlBuilder and using it in Showcase and GwtTestCase so we don't remove gwt.hosted parameter in URLs. by jlabanca@google.com · 15 years ago
  86. 52ac42b Merge up to trunk @r6200. by jat@google.com · 16 years ago
  87. 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
  88. c2ca4bd Re-introduces c5957, because the build succeeded with it. by amitmanjhi@google.com · 16 years ago
  89. cbd911f Enable RPC of persistent objects (e.g., using JDO or JPA apis). by rice@google.com · 16 years ago
  90. 28f568d Rollback to last green build, 5956 by rjrjr@google.com · 16 years ago
  91. 76228ff Fixed small typo in JSNI method by cromwellian · 16 years ago
  92. af646a2 Allow LinkedHashMap to be serialized in the AppEngine environment, by rice@google.com · 16 years ago
  93. 7ec2833 Fix compiler errors when importing only Core.gwt.xml. by bobv@google.com · 16 years ago
  94. 8f449cd Fix incorrect size calculated by EnumSet.of(varargs) in web mode. by rice@google.com · 16 years ago
  95. 076e410 Fix issue 3623: The unmodifiable collections are missing .toString() by rice@google.com · 16 years ago
  96. e741908 Fix checkstyle problems. by scottb@google.com · 16 years ago
  97. 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
  98. a2bb640 Rolling back to the last known good state: r5776 by amitmanjhi@google.com · 16 years ago
  99. 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
  100. 885f9e0 This patch adds "batch" execution of GWTTestCases, significantly reducing the by amitmanjhi@google.com · 16 years ago