1. 420f661 Setting the line-height of the splitter in Vertical/HorizontalSplitPanel to 0px so the font size does not affect the splitter height, which causes odd rendering effects. by jlabanca@google.com · 14 years ago
  2. 97457ab Use 'boolean' instead of 'Z' for JSNI primitive type qualifiers. by scottb@google.com · 14 years ago
  3. 9213945 Snipping JRE 1.5 hostile Override annotations from UserAgentAsserter by rjrjr@google.com · 14 years ago
  4. 58ddf6b Add test org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationGwtTest by nchalko@google.com · 14 years ago
  5. 647d4c5 Fixes a javadoc typo in the app generated by WebAppCreator. by rjrjr@google.com · 14 years ago
  6. eeeca17 At application startup, assert that the specified user.agent selection property value indeed matches the expected value for the executing browser / user agent, thus avoid long hours debugging strange error messages when a single user agent compile, typically created for testing purposes, ends up being executed in the wrong browser. In other words, this patches saves you from pulling your hair out. by fredsa@google.com · 14 years ago
  7. 0c4c311 Public (by t.broyer@gmail.com): by rjrjr@google.com · 14 years ago
  8. 5e81c15 Change GWT History to work when multiple applications are loaded within the same page. by jhollenbach@google.com · 14 years ago
  9. 9119d21 In r8817, we landed a patch that allows @Prefix(""), i.e. a by t.broyer@gmail.com · 14 years ago
  10. 9283f74 Turn off test that is failing in IE by nchalko@google.com · 14 years ago
  11. 31ea105 Add option to use JSONP in ExternalTextResource by unnurg@google.com · 14 years ago
  12. 18a946b Add more TCK tests by nchalko@google.com · 14 years ago
  13. 0c8ad8e Fixing a bug in CellBrowser where the user must click on an element twice to focus on it and enable keyboard support. The problem is that Element.getTabIndex() returns 0 for non-focusable divs, which causes us to assume that the div is focusable. Other browsers return -1 for non-focusable divs. Unfortunately, there is no good way to fix the bug in Element.getTabIndex() because the only way to determine if an element is natively focusable, such as a text box, is to compare the element tagName to a list of known natively focusable element, which isn't scalable. For now, I worked around it in CellBasedWidgetImpl. by jlabanca@google.com · 14 years ago
  14. f10e60e Allows isBoolean() properties to be handled correctly by AutoBeanCodex and RequestFactory. by bobv@google.com · 14 years ago
  15. 560bbeb Fix missing line in Javadoc. by jat@google.com · 14 years ago
  16. 169462a If some unrecoverable failure happens during validation, a ValidationException is raised. by nchalko@google.com · 14 years ago
  17. 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
  18. d838f3c Remove experimental warning from Canvas and clean up javadoc. by pdr@google.com · 14 years ago
  19. 34ed857 Throw an IllegalErgumentException if the property name is invalid. by nchalko@google.com · 14 years ago
  20. 33a7a7f Allow Editor framework to handle primitive types. by bobv@google.com · 14 years ago
  21. 54814ec Handle deferred layout updates gracefully in SplitLayoutPanel resize logic. by fmalita@google.com · 14 years ago
  22. e35204f Updated StackTraceDeobfuscator javadoc in follow up to r9162. by fredsa@google.com · 14 years ago
  23. e21df1a Public (t.broyer@gmail.com): by rjrjr@google.com · 14 years ago
  24. 8b507fa Improve canvas for browsers (and permutations) with partial canvas support. by pdr@google.com · 14 years ago
  25. bb7075b Include class level constraints in the BeanDescriptor. by nchalko@google.com · 14 years ago
  26. 5e2a76a Optimizations for server-side invocations of CustomFieldSerializers. by mchaston@google.com · 14 years ago
  27. 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
  28. 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
  29. e3c0575 Public(t.broyer@gmail.com): by rjrjr@google.com · 14 years ago
  30. 95e3bb8 Public (larsenje@gmail.com): Adds the ability to set a DialogBox caption widget. by rjrjr@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. 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
  36. 3674b30 Implement spec section 2.2. Applying multiple constraints of the same type. by nchalko@google.com · 14 years ago
  37. 92242e6 Rolling back IE bugfix for IFrames due to failed ImageTest by pdr@google.com · 14 years ago
  38. 8a38343 Make production mode stack traces match JRE spec more closely by fredsa@google.com · 14 years ago
  39. 7edc5d7 Fix bug on IE where onload events don't fire for IFrames. by pdr@google.com · 14 years ago
  40. 1798ed4 Mark some test as Failing. Note these test only fail on IE. by nchalko@google.com · 14 years ago
  41. 6bdc292 Removes a Java 1.6-ism. by rchandia@google.com · 14 years ago
  42. 5b7a2bf Add support for mapping ConstraintViolation objects into SimpleBeanEditor. by bobv@google.com · 14 years ago
  43. 4c81c39 Add a @TestNotCompatible for tests where the test code is not GWT compatible. by nchalko@google.com · 14 years ago
  44. 09cfc1d Match Classes to validate in the order specified in the GwtValidaiton by nchalko@google.com · 14 years ago
  45. ad61f1d Move the TCK report task to user/build.xml and delete samples/validationtck by nchalko@google.com · 14 years ago
  46. 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
  47. 27c024a Rolling back r9549 due to downstream build breaks. by bobv@google.com · 14 years ago
  48. 08d4db8 Fix a generics compile error on OSX java 1.6 by nchalko@google.com · 14 years ago
  49. 219c9d8 Public (by t.broyer): by robertvawter@google.com · 14 years ago
  50. 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
  51. 43c7d8a Public (by t.broyer): by robertvawter@google.com · 14 years ago
  52. 5dfac3f Public (by t.broyer): by robertvawter@google.com · 14 years ago
  53. abd946b Fixes a bug in JavaScriptObject support in DevMode that prevents dispatching by knorton@google.com · 14 years ago
  54. c57faee Public (t.broyer@gmail.com): by rjrjr@google.com · 14 years ago
  55. 31a10fe Tone down the experimental api warning. by pdr@google.com · 14 years ago
  56. 7771b37 Handle validation of cascaded Arrays, Iterables and Maps. by nchalko@google.com · 14 years ago
  57. 60e05a1 ColumnSortEvent#isAscending was misspelled. Fixes by rjrjr@google.com · 14 years ago
  58. 0045701 Move all TCK test to users/test so they are run by the continuos build. by nchalko@google.com · 14 years ago
  59. 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
  60. a177ae0 Move the validation test cases that depend on reflection out of a client-scoped package. by bobv@google.com · 14 years ago
  61. 76f6ca4 TreeTest got upset by Safari 3 too. by rjrjr@google.com · 14 years ago
  62. 3682fcd TreeItemTest got upset by Safari 3. by rjrjr@google.com · 14 years ago
  63. 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
  64. d643115 Make the logging framework provide a default uncaught exception by rjrjr@google.com · 14 years ago
  65. d1c2112 Public (Konstantin.Scheglov@gmail.com): by rjrjr@google.com · 14 years ago
  66. 94601de Rolling back r9505 due to CellViewSuite test breakages. by fmalita@google.com · 14 years ago
  67. 3cebe4d Fix a bug in Timestamp.compareTo where the result could be wrong if by jat@google.com · 14 years ago
  68. 2937577 Handle deferred layout updates gracefully in SplitLayoutPanel resize logic. by fmalita@google.com · 14 years ago
  69. 6424351 Test the type of a value before casting it. by nchalko@google.com · 14 years ago
  70. 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
  71. 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
  72. 6e4bd8f Re-enable a few style tests now that old linux hosted mode is gone by fredsa@google.com · 14 years ago
  73. b3cd320 Expose the locale.queryparam and locale.cookie config params to client by jat@google.com · 14 years ago
  74. 253a8b0 Limit SplitLayoutPanel dragging by available container space. by fmalita@google.com · 14 years ago
  75. 84ac23f Issue 5582 by zhuyi@google.com · 14 years ago
  76. 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
  77. 30b019a fix DateTest by moving FUTURE to 2030 by conroy@google.com · 14 years ago
  78. e789689 Fix swapped javadoc for weekendStart() & weekendEnd() in DateTimeFormatInfo. by fmalita@google.com · 14 years ago
  79. f57b46e Use instanceof to find the right top level GwtSpecificValidator. by nchalko@google.com · 14 years ago
  80. d0ce5ed Add support for selecting messages based on arbitrary values, such by jat@google.com · 14 years ago
  81. 8a45b1b Ensure that enum types reachable through AutoBean method parameterizations are included in the EnumMap. by bobv@google.com · 14 years ago
  82. 54e2ed8 Generator Result Caching for RPC, with some refinements to the underlying framework by jbrosenberg@google.com · 14 years ago
  83. f67445d Fix an NPE in SimpleRequestProcessor when a client request has no invocations. by gwt.mirrorbot@gmail.com · 14 years ago
  84. 451979b Rolling back Generator Result Caching for RPC (issues have been identified) by gwt.mirrorbot@gmail.com · 14 years ago
  85. 4cc5112 Select the correct ConstraintValidator for the bean type. by nchalko@google.com · 14 years ago
  86. aeb06b9 Fix use of length() in generated JS code. by jat@google.com · 14 years ago
  87. 5b747a7 Generator Result Caching implementation for RPC by jbrosenberg@google.com · 14 years ago
  88. 7e11857 Add property provider generators, take 2. by jat@google.com · 14 years ago
  89. a648abd Basic MessageIntrpolation. by nchalko@google.com · 14 years ago
  90. 6c207a4 Base Framework for Generator Result Caching by jbrosenberg@google.com · 14 years ago
  91. dda4b61 beanType is a Class, no need to call getClass to compare it to a class. by nchalko@google.com · 14 years ago
  92. 3031072 Add the property name to the path. by nchalko@google.com · 14 years ago
  93. 41511a8 A new wrapper to BidiFormatter whose methods return SafeHtml instead of String by tomerigo@google.com · 14 years ago
  94. f2e431c Handle composite constraints. by nchalko@google.com · 14 years ago
  95. efa0473 Added the no-arg add() widget method to the HTMLPanel. by cranger@google.com · 14 years ago
  96. c96c37b Replace most user/developer visible references to hosted/web mode with Development/Production Mode by fredsa@google.com · 14 years ago
  97. 4347e5a Change era names in pt_PT to match pt (a Portuguese specialist replied it should also by jat@google.com · 14 years ago
  98. 1538b61 Fixing a bug in CellTable and CellList where we get an index out of bounds exception if we try to access the keyboard selected element when keyboard selection is disabled. by jlabanca@google.com · 14 years ago
  99. 79f6e24 Some of the unit tests in CreateEventTest have listeners by zundel@google.com · 14 years ago
  100. f06338e Make InstanceRequest usable with value objects by changing the by bobv@google.com · 14 years ago