1. f10e60e Allows isBoolean() properties to be handled correctly by AutoBeanCodex and RequestFactory. by bobv@google.com · 14 years ago
  2. 560bbeb Fix missing line in Javadoc. by jat@google.com · 14 years ago
  3. 7ce6b7f Add Windows support to the FF4 plugin. by conroy@google.com · 14 years ago
  4. 20638f6 In the LoadModuleMessage, send the application supplied URL rather than the plugin's view of the URL. by conroy@google.com · 14 years ago
  5. 169462a If some unrecoverable failure happens during validation, a ValidationException is raised. by nchalko@google.com · 14 years ago
  6. c58e808 Fixing a bug in DynaTableRf where multiple stale responses can push data into the CellTable, creating an infinite loop where each stale response changes the table range, triggering another request. Also abstracting the ImageButtons used in SimplePager, and fixing a bug where disabled buttons were still clickable. by jlabanca@google.com · 14 years ago
  7. d838f3c Remove experimental warning from Canvas and clean up javadoc. by pdr@google.com · 14 years ago
  8. eebaf34 Updates DTRF to show the use of ServiceLocators and Locators. by rchandia@google.com · 14 years ago
  9. 34ed857 Throw an IllegalErgumentException if the property name is invalid. by nchalko@google.com · 14 years ago
  10. 33a7a7f Allow Editor framework to handle primitive types. by bobv@google.com · 14 years ago
  11. 54814ec Handle deferred layout updates gracefully in SplitLayoutPanel resize logic. by fmalita@google.com · 14 years ago
  12. ee5778c Update MissingPlugin.html for FF4 support by conroy@google.com · 14 years ago
  13. e35204f Updated StackTraceDeobfuscator javadoc in follow up to r9162. by fredsa@google.com · 14 years ago
  14. e21df1a Public (t.broyer@gmail.com): by rjrjr@google.com · 14 years ago
  15. 8b507fa Improve canvas for browsers (and permutations) with partial canvas support. by pdr@google.com · 14 years ago
  16. bb7075b Include class level constraints in the BeanDescriptor. by nchalko@google.com · 14 years ago
  17. ee457f8 Support for IE9 GWT Developer Mode plugin. by fabiomfv@google.com · 14 years ago
  18. 15c6922 Some fixes to "Only JClassTypes should have a super class". by scottb@google.com · 14 years ago
  19. e3153e5 Update the mac xpcom plugin for Gecko 2.0 (FF4). This is a platform switch for by conroy@google.com · 14 years ago
  20. 6e27014 Only JClassTypes should have a super class. by scottb@google.com · 14 years ago
  21. 36b8803 Fix inadvertent commenting of Showcase locales. by jat@google.com · 14 years ago
  22. 06d163e Make maven_script.sh more flexible by rjrjr@google.com · 14 years ago
  23. 6b8efed Decentralize JNonNullType from JProgram. by scottb@google.com · 14 years ago
  24. 5e2a76a Optimizations for server-side invocations of CustomFieldSerializers. by mchaston@google.com · 14 years ago
  25. f6557f3 Fixing the overflow-x and overflow-y properties in Style to use camelCase instead of hyphenated notation. by jlabanca@google.com · 14 years ago
  26. ced4cde Fixing a bug in ResizeLayoutPanel where moving the scroll bars triggers a scroll event on older versions of Safari, which causes an infinite loop. by jlabanca@google.com · 14 years ago
  27. e779ab5 Optimize redundant 'switch' statements by rice@google.com · 14 years ago
  28. e3c0575 Public(t.broyer@gmail.com): by rjrjr@google.com · 14 years ago
  29. 95e3bb8 Public (larsenje@gmail.com): Adds the ability to set a DialogBox caption widget. by rjrjr@google.com · 14 years ago
  30. eec88e6 Code cleanup after "Fix handling of null passed into varargs." by scottb@google.com · 14 years ago
  31. 2e39a49 Turn on the null groups tests, now that the gwt null varargs bug is fixed. by nchalko@google.com · 14 years ago
  32. cafd96f Adding a new widget ResizeLayoutPanel that can trigger a resize event when it changes size. The widget uses hidden scrollable divs to detect resize on non-IE browsers. This allow users to embed widgets that RequireResize in their app without having an unbroken chain of ProvidesResize up to the RootLayoutPanel. by jlabanca@google.com · 14 years ago
  33. 154c48a Implement an isDirty() method for Editor framework drivers. by bobv@google.com · 14 years ago
  34. e97fa57 Fix handling of null passed into varargs. by scottb@google.com · 14 years ago
  35. 44b293d Rolling back by rice@google.com · 14 years ago
  36. 551ef31 Fixing HasWidgetsTester#testAll to actually call testDoDetachChildrenWithError. Currently, it calls testDoAttachChildrenWithError twice. HTMLTableTestBase needs to be modified to work with the test. by jlabanca@google.com · 14 years ago
  37. 3674b30 Implement spec section 2.2. Applying multiple constraints of the same type. by nchalko@google.com · 14 years ago
  38. 92242e6 Rolling back IE bugfix for IFrames due to failed ImageTest by pdr@google.com · 14 years ago
  39. 8a38343 Make production mode stack traces match JRE spec more closely by fredsa@google.com · 14 years ago
  40. 7edc5d7 Fix bug on IE where onload events don't fire for IFrames. by pdr@google.com · 14 years ago
  41. 6374ed5 Optimize redundant 'switch' statements by rice@google.com · 14 years ago
  42. 1798ed4 Mark some test as Failing. Note these test only fail on IE. by nchalko@google.com · 14 years ago
  43. 6bdc292 Removes a Java 1.6-ism. by rchandia@google.com · 14 years ago
  44. 5b7a2bf Add support for mapping ConstraintViolation objects into SimpleBeanEditor. by bobv@google.com · 14 years ago
  45. 4c81c39 Add a @TestNotCompatible for tests where the test code is not GWT compatible. by nchalko@google.com · 14 years ago
  46. 09cfc1d Match Classes to validate in the order specified in the GwtValidaiton by nchalko@google.com · 14 years ago
  47. ad61f1d Move the TCK report task to user/build.xml and delete samples/validationtck by nchalko@google.com · 14 years ago
  48. b74dff4 Re-roll r9549 with a fix that ensures that sub-editors of a LeafValueEditor will be ignored. by bobv@google.com · 14 years ago
  49. 27c024a Rolling back r9549 due to downstream build breaks. by bobv@google.com · 14 years ago
  50. 08d4db8 Fix a generics compile error on OSX java 1.6 by nchalko@google.com · 14 years ago
  51. 219c9d8 Public (by t.broyer): by robertvawter@google.com · 14 years ago
  52. 455f5bc Adding new SimpleLayoutPanel widget, which is a subclass of SimplePanel that ProvidesResize to its child. This is useful when an application needs a content container to hold a Widget that RequiresResize. by jlabanca@google.com · 14 years ago
  53. 43c7d8a Public (by t.broyer): by robertvawter@google.com · 14 years ago
  54. 5dfac3f Public (by t.broyer): by robertvawter@google.com · 14 years ago
  55. abd946b Fixes a bug in JavaScriptObject support in DevMode that prevents dispatching by knorton@google.com · 14 years ago
  56. 0eaff10 Adds a hook to invalidate a rebind within dev mode (from Alexander Mitin) by jbrosenberg@google.com · 14 years ago
  57. 3be387d Cache ModuleDefs by context ClassLoader. by scottb@google.com · 14 years ago
  58. c57faee Public (t.broyer@gmail.com): by rjrjr@google.com · 14 years ago
  59. 0efd539 Add TCK jars to user .classpath by nchalko@google.com · 14 years ago
  60. 31a10fe Tone down the experimental api warning. by pdr@google.com · 14 years ago
  61. 7771b37 Handle validation of cascaded Arrays, Iterables and Maps. by nchalko@google.com · 14 years ago
  62. 60e05a1 ColumnSortEvent#isAscending was misspelled. Fixes by rjrjr@google.com · 14 years ago
  63. 36cf748 Update the xpcom plugin for Gecko 2.0 (FF4). Only tested on Linux so far. by conroy@google.com · 14 years ago
  64. cc2a4fc fix for NPVariant numbers. (new webkit v8 bindings give us doubles for ints) by conroy@google.com · 14 years ago
  65. 6694f74 Adds some documentation on TypeOracle and JType by zundel@google.com · 14 years ago
  66. 0045701 Move all TCK test to users/test so they are run by the continuos build. by nchalko@google.com · 14 years ago
  67. c58105f Give more explanation in the script tag failure and also provide a way to override it for projects that do not control by unnurg@google.com · 14 years ago
  68. a177ae0 Move the validation test cases that depend on reflection out of a client-scoped package. by bobv@google.com · 14 years ago
  69. 76f6ca4 TreeTest got upset by Safari 3 too. by rjrjr@google.com · 14 years ago
  70. 3682fcd TreeItemTest got upset by Safari 3. by rjrjr@google.com · 14 years ago
  71. 7dbe3e3 Adds a unit test for the TypeOracleMediator that feeds byte code instead of source. by zundel@google.com · 14 years ago
  72. 4ddc498 Follow-up to tobyr feedback on r9509. by scottb@google.com · 14 years ago
  73. 0288de0 DevMode generates a default web.xml when <servlet> tags are present and no web.xml exists. by scottb@google.com · 14 years ago
  74. dc0a38b Adding support for setting column widths in CellTable, and for allowing CellTable to use fixed table-layout for more precise control over column widths. I also updated the CellTable example in Showcase and the DynaTableRf sample with the new feature so that columns do not resize when paging. by jlabanca@google.com · 14 years ago
  75. 8a5c5b2 Pre-initialize ResourceOracleImpl's classpaths in parallel with other startup by scottb@google.com · 14 years ago
  76. d643115 Make the logging framework provide a default uncaught exception by rjrjr@google.com · 14 years ago
  77. d1c2112 Public (Konstantin.Scheglov@gmail.com): by rjrjr@google.com · 14 years ago
  78. 4c51d5d ModuleDef's resource oracles really should be lazy. by scottb@google.com · 14 years ago
  79. 94601de Rolling back r9505 due to CellViewSuite test breakages. by fmalita@google.com · 14 years ago
  80. 3cebe4d Fix a bug in Timestamp.compareTo where the result could be wrong if by jat@google.com · 14 years ago
  81. 2937577 Handle deferred layout updates gracefully in SplitLayoutPanel resize logic. by fmalita@google.com · 14 years ago
  82. 6424351 Test the type of a value before casting it. by nchalko@google.com · 14 years ago
  83. 6b1eceb Re-enable XML parse test, which was previously failing in one Safari configuration in Production Mode in the 1.5 release branch by fredsa@google.com · 14 years ago
  84. c46faf5 For easier code archeology in the future: by conroy@google.com · 14 years ago
  85. a75fb5f For easier code archeology in the future: by conroy@google.com · 14 years ago
  86. 04144a6 Adding an Async SortHandler that can be used with AsyncDataProvider. When a table is sorted, it called the setVisibleRangeAndClear() method to clear the current data and send an event to the AsyncDataProvider to provide new information. by jlabanca@google.com · 14 years ago
  87. 6e4bd8f Re-enable a few style tests now that old linux hosted mode is gone by fredsa@google.com · 14 years ago
  88. f30ddd4 Fix inadvertent commit by mixing changes in one workspace. by jat@google.com · 14 years ago
  89. b3cd320 Expose the locale.queryparam and locale.cookie config params to client by jat@google.com · 14 years ago
  90. 253a8b0 Limit SplitLayoutPanel dragging by available container space. by fmalita@google.com · 14 years ago
  91. 84ac23f Issue 5582 by zhuyi@google.com · 14 years ago
  92. d4f8501 Move all tests to org/hibernate/jsr303/tck by nchalko@google.com · 14 years ago
  93. 0fb02d1 Adding column sorting support to CellTable. Clicking on a header of a sortable Column in CellTable adds a sort icon to the Header and fires a ColumnSortEvent, which user can catch to handle sorting. By default and for backward compatibility, Columns are not sortable. We provide ColumnSortEvent.ListHandler as a default implementation to sort java.util.Lists by mapping Columns to Comparators. by jlabanca@google.com · 14 years ago
  94. 0867340 Update checkstyle rules to allow for copyright years up to 2029 by pdr@google.com · 14 years ago
  95. 829d4c0 Patch MethodBinding.collectMissingTypes for IOOBE by conroy@google.com · 14 years ago
  96. b91f430 Mark test as Failing or NotSupported by nchalko@google.com · 14 years ago
  97. 30b019a fix DateTest by moving FUTURE to 2030 by conroy@google.com · 14 years ago
  98. e789689 Fix swapped javadoc for weekendStart() & weekendEnd() in DateTimeFormatInfo. by fmalita@google.com · 14 years ago
  99. f57b46e Use instanceof to find the right top level GwtSpecificValidator. by nchalko@google.com · 14 years ago
  100. d0ce5ed Add support for selecting messages based on arbitrary values, such by jat@google.com · 14 years ago