1. 19f677f Adds the remaining (and more complex) Java 7 new language features. by Roberto Lublinerman · 12 years ago
  2. 08645d9 Adds part of 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. 6d2ad61 Makes GWT.runAsync to always run async. by Goktug Gokdogan · 12 years ago
  5. d91daee Don't call toString() on plain Java arrays by Matthew Dempsky · 12 years ago
  6. 6a47a41 Temporarily disable deRPC tests. by Matthew Dempsky · 12 years ago
  7. e110444 Fix broken build: s/assertNonNull/assertNotNull/ by Matthew Dempsky · 12 years ago
  8. 669b737 Add explicit assertNonNull() statements to JSONTest for cleaner test failures. by Matthew Dempsky · 12 years ago
  9. 033960d Merge small whitespace and permissions changes from google/pu. by Matthew Dempsky · 12 years ago
  10. b919270 Verify that Timer has not been canceled before firing by leif@vaadin.com · 12 years ago
  11. 11399b4 Removes duplicate method dispatchers generated by GWTTestCase. by goktug@google.com · 12 years ago
  12. fbfdcd3 Added missing JUnit tests to JUnitSuite. by rluble@google.com · 12 years ago
  13. 46fc4e6 Added missing compiler options to JUnitShell. by rluble@google.com · 12 years ago
  14. d2bfe5f Fix postfix currency parsing in com.google.gwt.i18n.client.NumberFormat by shofer@google.com · 12 years ago
  15. 4f47fa6 Avoid creating anonymous inner classes with wildcard type parameters. by rluble@google.com · 12 years ago
  16. 4c854a2 Widget Iterator now throws NoSuchElementExceptions correctly. by dankurka@google.com · 12 years ago
  17. 76d8bfd add StringBuffer/Builder.reverse by dankurka@google.com · 12 years ago
  18. e108976 Refactors c.g.gwt.junit to use common SerializableThrowable & StacktraceDeobfuscator. by goktug@google.com · 12 years ago
  19. 00c6ef7 Refactors c.g.gwt.logging to use SerializableThrowable. by goktug@google.com · 12 years ago
  20. 09b5f4e Moves c.g.gwt.logging to common StackTraceDeobfuscator. by goktug@google.com · 12 years ago
  21. aff5a22 Implemented handling of GwtIncompatible annotations. by rluble@google.com · 12 years ago
  22. f39f3d1 Moves GWTTestCase to Impl#setUncaughtExceptionHandlerForTest. by goktug@google.com · 12 years ago
  23. 2bbce39 Add a unittest for Throwable. by nahush@google.com · 12 years ago
  24. 1fa311c Introduces a common SerializableThrowable as public API. by goktug@google.com · 12 years ago
  25. c81830e Allow LogConfiguration to be used with GWTMockUtilities.disarm() by t.broyer@gmail.com · 12 years ago
  26. 8d80086 Add missing delayTestFinish() to GwtServletBaseTest. by mdempsky@google.com · 12 years ago
  27. f812d1e Rename RpcSuiteNoBrowser to RpcJreSuite by mdempsky@google.com · 12 years ago
  28. 97f64d6 make unsink event work correctly in widget by kurka.daniel@gmail.com · 12 years ago
  29. 67f3cf6 Report a proper error when the JDT compiler aborts. by skybrian@google.com · 12 years ago
  30. 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
  31. c054c26 Exposed ability for implmentations of Animation.java to check if the animation is currently running. by jtam@google.com · 12 years ago
  32. 59274e6 Add test for iOS and Chrome stack traces. by emmanuelp@google.com · 12 years ago
  33. 08db88a GWT Messages can support SafeHtml output. Add this support to the FakeMessagesMaker as well. by jasonmheim@google.com · 12 years ago
  34. 2cf8efe Removes deprecated checkpoint functionality from GWTTestCase. by goktug@google.com · 12 years ago
  35. c9fe24d Removes "Profile" code. by goktug@google.com · 12 years ago
  36. 00c7ce4 Removes deprecated com.google.gwt.benchmarks.* by goktug@google.com · 12 years ago
  37. 4024ad5 Adds test cases for uncaught exception handling in GWTTestCase. by goktug@google.com · 12 years ago
  38. ae650ac Enables wrapping of un-serializable exceptions in web mode. by goktug@google.com · 12 years ago
  39. 918286e Update number format constants to CLDR 21 (Second try.) by shanjian@google.com · 12 years ago
  40. ee5d509 Add a webApiUsage property to control whether prefixed API's will be used. by skybrian@google.com · 12 years ago
  41. e7adb3c fix BigDecimal.compareTo and precision for leading zeros by mdempsky@google.com · 12 years ago
  42. 0501df7 Shard UiSuite to make the smoke tests faster. by skybrian@google.com · 12 years ago
  43. 3a52c83 Avoid busy waiting in SchedulerImpl.runRepeatingTasks by kurka.daniel@gmail.com · 12 years ago
  44. 3a3baac Fix DateTimeFormat parsing for non-initial adjacent numeric fields. by mdempsky@google.com · 12 years ago
  45. 084c1f7 Proxy IDs have to be the same for a given proxy in the response payload. by t.broyer@gmail.com · 12 years ago
  46. 625967f Fix Long.parseLong to correctly handle MIN_VALUE by t.broyer@gmail.com · 12 years ago
  47. b15273f Updates ICU4J from 4.4.2 to 50.1.1 by skybrian@google.com · 12 years ago
  48. e8b173a Inline javascript:'' within NamedFrame's internal SafeHtmlTemplate by t.broyer@gmail.com · 12 years ago
  49. 8029a48 Update the cell table to handle events that happen within a td element but outside of the cell's main div element. Fixes issue 7508: https://code.google.com/p/google-web-toolkit/issues/detail?id=7508 . by arobison@google.com · 12 years ago
  50. d71f8eb Fix an infinite loop in RPC deserialization due to type variable cycles. by skybrian@google.com · 12 years ago
  51. 7bdea42 Add fix for iOS stacktrace format, plus unit test. Fixes issue 7902. by emmanuelp@google.com · 12 years ago
  52. 7ed4fc7 Add setting to control whether tree items are scrolled into view when selected. by edupereda@google.com · 12 years ago
  53. d8bcc8b Make sure a method and constructor cannot have the same signature. by rluble@google.com · 12 years ago
  54. e5e75a9 Fixes compiler error for class extending an inner class. by rluble@google.com · 12 years ago
  55. 420c277 Fix HasDataEditor.createEditorForTraversal so it doesn't cause side effects. by skybrian@google.com · 12 years ago
  56. b96f11a Issue 7713 - Float/Double parsing of NaN/Infinity by jat@jaet.org · 12 years ago
  57. d6cb2aa Fix style. by mdempsky@google.com · 12 years ago
  58. 9b99aa7 Prevent redundant calls to removeHandler() from throwing exceptions. by kurka.daniel@gmail.com · 12 years ago
  59. d2c558a Changing an enum constant now changes the GWT-RPC serialization policy. by skybrian@google.com · 12 years ago
  60. 593e31f Try again for handling IE status code mangling. by jb@barop.de · 12 years ago
  61. c1352e6 Rolled back because it broke a test that mocks the Request. by jb@barop.de · 12 years ago
  62. de79588 Fixes IE's http status code mangling from 204 to 1223 by jb@barop.de · 12 years ago
  63. 0fb0990 Disables resize testing in browsers that doesn't support resize (+ testing cleanups). by goktug@google.com · 12 years ago
  64. d139f59 Fixes/supresses warnings in test due to usage of classes with generics. by goktug@google.com · 12 years ago
  65. a1f2874 Convert manual GWTTestCase tests into automatic tests. by goktug@google.com · 12 years ago
  66. ad0febd Fixes IndexOutOfBoundsException in getPath() when called on a leaf editor error display. by yaojunfeng@google.com · 12 years ago
  67. efb976b Fixes the GWT plural rule for the Polish language. by tek@google.com · 12 years ago
  68. 7d0019f fix test breakage. by shanjian@google.com · 12 years ago
  69. 0f846cc Fix a GWT-RPC issue where covariant array types for lists of raw types were by skybrian@google.com · 12 years ago
  70. 0b6411b added return values to addClassName and removeClassName to let the caller know if the style list was changed or not. by andrewbachmann@google.com · 12 years ago
  71. 75cf409 Escape HTML special characters in GWT-RPC responses like GSON does. by mdempsky@google.com · 12 years ago
  72. f6e46b8 Extend ScriptInjector to support removing the <script> tag after by mdempsky@google.com · 12 years ago
  73. fd9af89 The Canvas 2D Context specification requires that getting the font by mdempsky@google.com · 12 years ago
  74. 4b1e571 Avoid XSS vulnerability by being stricter about how the script element by gwt.mirrorbot@gmail.com · 12 years ago
  75. e7e7b77 Fix NullPointerException introduced by covariant array fix. by skybrian@google.com · 12 years ago
  76. d342cbf Fix a bug where GWT-RPC would not generate some covariant array types, possibly causing inconsistent serialization policies. Includes a test. by skybrian@google.com · 12 years ago
  77. 5a4d087 Move non-GWTTestCase tests in RpcSuite to RpcSuiteNoBrowser, by skybrian@google.com · 12 years ago
  78. 384ae61 Fix instances of ignored return values from immutable methods. by gwt.mirrorbot@gmail.com · 12 years ago
  79. f2289ed CSS Media types are comma separated. by rchandia@google.com · 12 years ago
  80. bc298fb Thanks minichate! GWT CSS parser was dropping media types. by rchandia@google.com · 12 years ago
  81. 822a8bb Author: Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> by mdempsky@google.com · 12 years ago
  82. 1cf5f50 Author: Thomas Broyer <t.broyer@gmail.com> by rchandia@google.com · 12 years ago
  83. 47635bc Replace instances of element.setInnerHTML(safeHtml.asString()) by mdempsky@google.com · 12 years ago
  84. 8e5ac4e Make the AbstractEditorDriverGenerator create Context classes that work with parameterized parents. by rearnshaw@google.com · 13 years ago
  85. c6715ff Removed the instance method get(Element element) method from the by atincheva@google.com · 13 years ago
  86. 8c96ba7 - Added javadoc for Role interface methods. by atincheva@google.com · 13 years ago
  87. 0618604 Rename IdReference to Id type and set as a parameter the referenced element. by atincheva@google.com · 13 years ago
  88. dad71c7 Fix EditorDriver.setConstraintViolations to not throw NullPointerException when by skybrian@google.com · 13 years ago
  89. d353410 Remove DOCTYPES from all our modules. by skybrian@google.com · 13 years ago
  90. 4183963 Fix issue with two RequestFactories with two different Proxies on the same domain class by skybrian@google.com · 13 years ago
  91. 9a8d570 Attempt to fix flakiness in testGetClientSize by bumping up the timeout. by skybrian@google.com · 13 years ago
  92. 499dde8 Add a higher-level test for coverage. by isbadawi@google.com · 13 years ago
  93. 27f2f43 Allows UiRenderer styles before the first call to render() by rchandia@google.com · 13 years ago
  94. c50d552 Add setComparator to allow custom sorting of candidates from search. by dvik@google.com · 13 years ago
  95. 88fc03e Prevent code for constraints which are not in the groups listed in the @GwtValidation annotation from being generated. This greatly simplifies the creation of server-side-only constraints which will not compile using GWT - just put those contratins in a "server side" group and be sure to not list this group in the @GwtValidation annotation of the Validator. by idol@google.com · 13 years ago
  96. 15611a7 Added SetSelectionModel interface and made Single- and MultiSelectionModels by rkj@google.com · 13 years ago
  97. 9152630 Marked validation provider/validation provider resolver/xml configuration tests as unsupported. by idol@google.com · 13 years ago
  98. 6626d32 Remove the threadlocal from the validator generator. To do this I had to by skybrian@google.com · 13 years ago
  99. 67b6fae Added support for Traversable Resolver. by idol@google.com · 13 years ago
  100. bbb2520 Added Aria roles and properties to the CellTree by junjunc@google.com · 13 years ago