1. 0045701 Move all TCK test to users/test so they are run by the continuos build. by nchalko@google.com · 14 years ago
  2. 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
  3. a177ae0 Move the validation test cases that depend on reflection out of a client-scoped package. by bobv@google.com · 14 years ago
  4. 76f6ca4 TreeTest got upset by Safari 3 too. by rjrjr@google.com · 14 years ago
  5. 3682fcd TreeItemTest got upset by Safari 3. by rjrjr@google.com · 14 years ago
  6. 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
  7. d643115 Make the logging framework provide a default uncaught exception by rjrjr@google.com · 14 years ago
  8. d1c2112 Public (Konstantin.Scheglov@gmail.com): by rjrjr@google.com · 14 years ago
  9. 94601de Rolling back r9505 due to CellViewSuite test breakages. by fmalita@google.com · 14 years ago
  10. 3cebe4d Fix a bug in Timestamp.compareTo where the result could be wrong if by jat@google.com · 14 years ago
  11. 2937577 Handle deferred layout updates gracefully in SplitLayoutPanel resize logic. by fmalita@google.com · 14 years ago
  12. 6424351 Test the type of a value before casting it. by nchalko@google.com · 14 years ago
  13. 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
  14. 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
  15. 6e4bd8f Re-enable a few style tests now that old linux hosted mode is gone by fredsa@google.com · 14 years ago
  16. b3cd320 Expose the locale.queryparam and locale.cookie config params to client by jat@google.com · 14 years ago
  17. 253a8b0 Limit SplitLayoutPanel dragging by available container space. by fmalita@google.com · 14 years ago
  18. 84ac23f Issue 5582 by zhuyi@google.com · 14 years ago
  19. 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
  20. 30b019a fix DateTest by moving FUTURE to 2030 by conroy@google.com · 14 years ago
  21. e789689 Fix swapped javadoc for weekendStart() & weekendEnd() in DateTimeFormatInfo. by fmalita@google.com · 14 years ago
  22. f57b46e Use instanceof to find the right top level GwtSpecificValidator. by nchalko@google.com · 14 years ago
  23. d0ce5ed Add support for selecting messages based on arbitrary values, such by jat@google.com · 14 years ago
  24. 8a45b1b Ensure that enum types reachable through AutoBean method parameterizations are included in the EnumMap. by bobv@google.com · 14 years ago
  25. 54e2ed8 Generator Result Caching for RPC, with some refinements to the underlying framework by jbrosenberg@google.com · 14 years ago
  26. f67445d Fix an NPE in SimpleRequestProcessor when a client request has no invocations. by gwt.mirrorbot@gmail.com · 14 years ago
  27. 451979b Rolling back Generator Result Caching for RPC (issues have been identified) by gwt.mirrorbot@gmail.com · 14 years ago
  28. 4cc5112 Select the correct ConstraintValidator for the bean type. by nchalko@google.com · 14 years ago
  29. aeb06b9 Fix use of length() in generated JS code. by jat@google.com · 14 years ago
  30. 5b747a7 Generator Result Caching implementation for RPC by jbrosenberg@google.com · 14 years ago
  31. 7e11857 Add property provider generators, take 2. by jat@google.com · 14 years ago
  32. a648abd Basic MessageIntrpolation. by nchalko@google.com · 14 years ago
  33. 6c207a4 Base Framework for Generator Result Caching by jbrosenberg@google.com · 14 years ago
  34. dda4b61 beanType is a Class, no need to call getClass to compare it to a class. by nchalko@google.com · 14 years ago
  35. 3031072 Add the property name to the path. by nchalko@google.com · 14 years ago
  36. 41511a8 A new wrapper to BidiFormatter whose methods return SafeHtml instead of String by tomerigo@google.com · 14 years ago
  37. f2e431c Handle composite constraints. by nchalko@google.com · 14 years ago
  38. efa0473 Added the no-arg add() widget method to the HTMLPanel. by cranger@google.com · 14 years ago
  39. c96c37b Replace most user/developer visible references to hosted/web mode with Development/Production Mode by fredsa@google.com · 14 years ago
  40. 4347e5a Change era names in pt_PT to match pt (a Portuguese specialist replied it should also by jat@google.com · 14 years ago
  41. 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
  42. 79f6e24 Some of the unit tests in CreateEventTest have listeners by zundel@google.com · 14 years ago
  43. f06338e Make InstanceRequest usable with value objects by changing the by bobv@google.com · 14 years ago
  44. 593cd6e Copying the DOMImplIE6 setOpacity implementation into DOMImplIE8 because IE8 does not support the opacity style attribute. I added a runtime check to differentiate IE8, which only supports the alpha filter, from IE9, which supports opacity. by jlabanca@google.com · 14 years ago
  45. ecb1b99 Public: GWT emulation for the normal Validation Bootstrap. by nchalko@google.com · 14 years ago
  46. 0904fee Reduces class and JSNI loading for RPC in devmode. by tobyr@google.com · 14 years ago
  47. b9cc53a Have separate devmode.js files for each permutation if we are outputting by unnurg@google.com · 14 years ago
  48. f270858 Public: Generate BeanDescriptors for GWT Validation. by nchalko@google.com · 14 years ago
  49. 40ad534 Fix second part of issue 5243, full name for the AD era. I didn't get any conclusive answer about what it should be in Portugal, so I am leaving the old value there, at least for now. by jat@google.com · 14 years ago
  50. c4b43d7 Ensure that primitive values can be used as RequestFactory proxy properties. by bobv@google.com · 14 years ago
  51. 0130db8 CellWidget should only fire a ValueChangeEvent when the new value is not equal to the previous one. The redraw logic should do the same. If you really want to redraw the widget unconditionally, call setValue(a, b, false) and then redraw()). by jlabanca@google.com · 14 years ago
  52. 1a9ca6e Change the first day of the week from Monday to Sunday for Brazil by jat@google.com · 14 years ago
  53. e47b441 Fix a problem with BigDecimal, where the bitlength of a zero value by jat@google.com · 14 years ago
  54. 81fd3bd Removing call to RootLayoutPanel#get() in SplitLayoutPanel so that it does not force the creation of a RootLayoutPanel, which attaches itself to the document body and blocks other elements attached to the RootPanel. The new implenetation uses the max of the client size and the scroll size, which is what PopupPanel does. by jlabanca@google.com · 14 years ago
  55. 86e7300 Expand self-closing <div/> tag in SafeHtmlTemplate into separate open and close by xtof@google.com · 14 years ago
  56. d6d3113 Public: Use jsni to access private fields and methods. by nchalko@google.com · 14 years ago
  57. 3ca7757 Changing the behavior of CellBrowser so that the first child node of the next level in the tree is not immediately selected in the SelectionModel when its parent is selected. In general, we no longer select a value in a CellList or CellTable until the user interacts with the widget. Also, we do not deselect a selected value until a new value is available for selection. This is important for asynchronous lists, which clear the current data then load the new data asynchronously. We do not want to trigger a SelectionEvent between these states where we have nothing selected. by gwt.mirrorbot@gmail.com · 14 years ago
  58. 25a3244 Allow @Editor.Path("") as a valid annotation to indicate that a sub-editor should be aliased to the object being edited by its parent object. by bobv@google.com · 14 years ago
  59. 2debd31 Re-rolling r9363: TypeOracle becomes interfaces. by scottb@google.com · 14 years ago
  60. 613e767 Public: Check constraints against the field or property that has the actual annotation. by nchalko@google.com · 14 years ago
  61. 08c4021 Switch SafeHtmlTemplates code generator to use the stream HTML parser. by xtof@google.com · 14 years ago
  62. 2348968 Guard against invalid dispIds in JavaDispatchImpl by conroy@google.com · 14 years ago
  63. 7d13a11 Rolling back stupidly-accidental commit to JUnit.gwt.xml by jgw@google.com · 14 years ago
  64. aaf7190 Temporary rollback of r9384 (Change Activity to an abstract class) until some internal clients catch up by rjrjr@google.com · 14 years ago
  65. 2344766 Change Activity to an abstract class, to allow its api to evolve. by rjrjr@google.com · 14 years ago
  66. 4995d3d Disallow persisted entities with null version properties because it breaks RequestFactory update semantics. by bobv@google.com · 14 years ago
  67. ff82ab0 Fixes $entry() wrappers for EventTarget and subtypes, Timers, and properties of by jgw@google.com · 14 years ago
  68. 6d38e1d Propagate WriteOperation.DELETE to EntityProxyChange handlers. by bobv@google.com · 14 years ago
  69. b01d530 Fixing a bug in IE6 where the styles on some Cell Widget items do not update, causing the items to disappear. Adding zoom:1 fixes the problem. by jlabanca@google.com · 14 years ago
  70. 78109e8 (Issue 5564) RF has bad handling of SC_UNAUTHORIZED by rjrjr@google.com · 14 years ago
  71. 6a94622 Suppress redundant PERSIST updates. by bobv@google.com · 14 years ago
  72. 18be35b Change floats to doubles and work around a firefox bug. by pdr@google.com · 14 years ago
  73. 6c3dbe8 Rolling back r9363; type oracle change to use interfaces. by scottb@google.com · 14 years ago
  74. fcc5b52 TypeOracle becomes interfaces. by scottb@google.com · 14 years ago
  75. 7890325 Modifications to StackTraceDeobfuscator: by fredsa@google.com · 14 years ago
  76. 58c0471 Undeprecate HandlerManager and TabPanel, neither of which is quite by rjrjr@google.com · 14 years ago
  77. f24fa30 Fix external issues 5521, 5446, 5332, javadoc links by rice@google.com · 14 years ago
  78. e4fc01f Adding methods to insert columns, get the column count, and get columns by index in a CellTable. Thesemethods are very useful for changing the visible Columns. Currently, users must remove all columns, then re-add them just to insert a single column. by jlabanca@google.com · 14 years ago
  79. 7e91476 Fixes two issues by rchandia@google.com · 14 years ago
  80. 46b6b77 The symbolMaps directory provided to StackTraceDeobfuscator should accepts directory name with by fredsa@google.com · 14 years ago
  81. ed53d14 Update comment by unnurg@google.com · 14 years ago
  82. d11fb3c Bidi support for ListBox by tomerigo@google.com · 14 years ago
  83. 6e4ddf4 Improve the docs on @UiField by rjrjr@google.com · 14 years ago
  84. 9e44f5e Modify EmulateJsStack.gwt.xml and CoreWithUserAgent.gwt.xml to test whether the new 'compiler.stackMode' by fredsa@google.com · 14 years ago
  85. 839664b StackTraceDeobfuscator now extracts source file and (method declaration) line number information from by fredsa@google.com · 14 years ago
  86. 65455b6 Improve Canvas 2D documentation by rice@google.com · 14 years ago
  87. be807f3 Remove a couple of JDK 1.6-isms by rice@google.com · 14 years ago
  88. b06fda2 Fix double escaping of HTML characters in Javadoc by rice@google.com · 14 years ago
  89. 27ca91c Factors out TypeOracleMediator.computeBinaryClassName() to be a method on JType. by zundel@google.com · 14 years ago
  90. afbfc69 Support up-casting subclasses of java.util.Date (e.g. java.sql.Date). by bobv@google.com · 14 years ago
  91. 93e6580 Disable tests using toDataURL() or getImageData() on Safari 3. by pdr@google.com · 14 years ago
  92. 2cc0b02 Passing the Cell Context, which includes the row index and column index, to Cell methods. Currently, the row index is not passed, making some fairly common use cases difficult. For example, its hard for a Cell to update a backing data provider without the index of the value on which an action occurred. by jlabanca@google.com · 14 years ago
  93. 6d51956 Public(Konstantin.Scheglov@gmail.com): Changes in this (trivial) patch. by rjrjr@google.com · 14 years ago
  94. 3445591 Public: Handle fields marked @Valid by nchalko@google.com · 14 years ago
  95. f9014d4 Fix some timeout typos, and increase delay on RequestFactoryTest. by rjrjr@google.com · 14 years ago
  96. edd559b Add ServiceLocator API to allow service methods to be invoked on non-static methods. by bobv@google.com · 14 years ago
  97. 4bed3e1 Add a definitive test for enum properties in RequestFactory. by bobv@google.com · 14 years ago
  98. 14a0131 Eliminate hotspots in ProxyAutoBean code by memoizing data. by bobv@google.com · 14 years ago
  99. 79a6a89 JUnit exceptions cause chains need to be serializable, too. by scottb@google.com · 14 years ago
  100. e2cd035 Ensure RequestFactory is UTF-8 clean. by bobv@google.com · 14 years ago