1. 2937577 Handle deferred layout updates gracefully in SplitLayoutPanel resize logic. by fmalita@google.com · 14 years ago
  2. 6424351 Test the type of a value before casting it. by nchalko@google.com · 14 years ago
  3. 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
  4. c46faf5 For easier code archeology in the future: by conroy@google.com · 14 years ago
  5. a75fb5f For easier code archeology in the future: by conroy@google.com · 14 years ago
  6. 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
  7. 6e4bd8f Re-enable a few style tests now that old linux hosted mode is gone by fredsa@google.com · 14 years ago
  8. f30ddd4 Fix inadvertent commit by mixing changes in one workspace. by jat@google.com · 14 years ago
  9. b3cd320 Expose the locale.queryparam and locale.cookie config params to client by jat@google.com · 14 years ago
  10. 253a8b0 Limit SplitLayoutPanel dragging by available container space. by fmalita@google.com · 14 years ago
  11. 84ac23f Issue 5582 by zhuyi@google.com · 14 years ago
  12. d4f8501 Move all tests to org/hibernate/jsr303/tck by nchalko@google.com · 14 years ago
  13. 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
  14. 0867340 Update checkstyle rules to allow for copyright years up to 2029 by pdr@google.com · 14 years ago
  15. 829d4c0 Patch MethodBinding.collectMissingTypes for IOOBE by conroy@google.com · 14 years ago
  16. b91f430 Mark test as Failing or NotSupported by nchalko@google.com · 14 years ago
  17. 30b019a fix DateTest by moving FUTURE to 2030 by conroy@google.com · 14 years ago
  18. e789689 Fix swapped javadoc for weekendStart() & weekendEnd() in DateTimeFormatInfo. by fmalita@google.com · 14 years ago
  19. f57b46e Use instanceof to find the right top level GwtSpecificValidator. by nchalko@google.com · 14 years ago
  20. d0ce5ed Add support for selecting messages based on arbitrary values, such by jat@google.com · 14 years ago
  21. 8a45b1b Ensure that enum types reachable through AutoBean method parameterizations are included in the EnumMap. by bobv@google.com · 14 years ago
  22. 54e2ed8 Generator Result Caching for RPC, with some refinements to the underlying framework by jbrosenberg@google.com · 14 years ago
  23. 1da6e3d Updated missingplugin to support IE 32 and 64 bits dev mode plugin. by gwt.mirrorbot@gmail.com · 14 years ago
  24. f67445d Fix an NPE in SimpleRequestProcessor when a client request has no invocations. by gwt.mirrorbot@gmail.com · 14 years ago
  25. 451979b Rolling back Generator Result Caching for RPC (issues have been identified) by gwt.mirrorbot@gmail.com · 14 years ago
  26. 4cc5112 Select the correct ConstraintValidator for the bean type. by nchalko@google.com · 14 years ago
  27. 0aa2844 Move all the TCK to the test dir in preparation for by nchalko@google.com · 14 years ago
  28. aeb06b9 Fix use of length() in generated JS code. by jat@google.com · 14 years ago
  29. 5b747a7 Generator Result Caching implementation for RPC by jbrosenberg@google.com · 14 years ago
  30. 7e11857 Add property provider generators, take 2. by jat@google.com · 14 years ago
  31. a648abd Basic MessageIntrpolation. by nchalko@google.com · 14 years ago
  32. 6c207a4 Base Framework for Generator Result Caching by jbrosenberg@google.com · 14 years ago
  33. 70c7f76 updated .msi files. by fabiomfv@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. f35ce09 Refactors TypeOracleMediator to get rid of the 'context' as an instance variable. by zundel@google.com · 14 years ago
  45. 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
  46. b52b171 Refactors TypeOracleMediator to avoid CompiledClass references. This way, we will be able to throw in byte by zundel@google.com · 14 years ago
  47. ecb1b99 Public: GWT emulation for the normal Validation Bootstrap. by nchalko@google.com · 14 years ago
  48. 0904fee Reduces class and JSNI loading for RPC in devmode. by tobyr@google.com · 14 years ago
  49. ad6d70a Update samples/expenses/pom.xml for 2.1.1. Also fix bad gwt-maven-plugin config. by rjrjr@google.com · 14 years ago
  50. b9cc53a Have separate devmode.js files for each permutation if we are outputting by unnurg@google.com · 14 years ago
  51. f270858 Public: Generate BeanDescriptors for GWT Validation. by nchalko@google.com · 14 years ago
  52. b4d65c2 updated .msi to the svn checkin revision 9345. copied .msi files to Lorry by fabiomfv@google.com · 14 years ago
  53. 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
  54. 3124ff4 1.5 compat fix by scottb@google.com · 14 years ago
  55. c4b43d7 Ensure that primitive values can be used as RequestFactory proxy properties. by bobv@google.com · 14 years ago
  56. 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
  57. 683be14 Fixes rebased guava library without using JarJar by rchandia@google.com · 14 years ago
  58. 1a9ca6e Change the first day of the week from Monday to Sunday for Brazil by jat@google.com · 14 years ago
  59. e47b441 Fix a problem with BigDecimal, where the bitlength of a zero value by jat@google.com · 14 years ago
  60. 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
  61. 86e7300 Expand self-closing <div/> tag in SafeHtmlTemplate into separate open and close by xtof@google.com · 14 years ago
  62. d6d3113 Public: Use jsni to access private fields and methods. by nchalko@google.com · 14 years ago
  63. 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
  64. 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
  65. 2debd31 Re-rolling r9363: TypeOracle becomes interfaces. by scottb@google.com · 14 years ago
  66. 613e767 Public: Check constraints against the field or property that has the actual annotation. by nchalko@google.com · 14 years ago
  67. 08c4021 Switch SafeHtmlTemplates code generator to use the stream HTML parser. by xtof@google.com · 14 years ago
  68. c2de01f Update maven script and expenses/pom.xml for 2.1.1-rc1 by conroy@google.com · 14 years ago
  69. 6ea3d66 Update expenses web.xml for servlet 2.5 by conroy@google.com · 14 years ago
  70. 2348968 Guard against invalid dispIds in JavaDispatchImpl by conroy@google.com · 14 years ago
  71. 7d13a11 Rolling back stupidly-accidental commit to JUnit.gwt.xml by jgw@google.com · 14 years ago
  72. aaf7190 Temporary rollback of r9384 (Change Activity to an abstract class) until some internal clients catch up by rjrjr@google.com · 14 years ago
  73. 2344766 Change Activity to an abstract class, to allow its api to evolve. by rjrjr@google.com · 14 years ago
  74. 4995d3d Disallow persisted entities with null version properties because it breaks RequestFactory update semantics. by bobv@google.com · 14 years ago
  75. ff82ab0 Fixes $entry() wrappers for EventTarget and subtypes, Timers, and properties of by jgw@google.com · 14 years ago
  76. 6d38e1d Propagate WriteOperation.DELETE to EntityProxyChange handlers. by bobv@google.com · 14 years ago
  77. 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
  78. 78109e8 (Issue 5564) RF has bad handling of SC_UNAUTHORIZED by rjrjr@google.com · 14 years ago
  79. 6a94622 Suppress redundant PERSIST updates. by bobv@google.com · 14 years ago
  80. 18be35b Change floats to doubles and work around a firefox bug. by pdr@google.com · 14 years ago
  81. 6c3dbe8 Rolling back r9363; type oracle change to use interfaces. by scottb@google.com · 14 years ago
  82. c91e6de Temporary rollback due to reported breakage by cromwellian@google.com · 14 years ago
  83. fcc5b52 TypeOracle becomes interfaces. by scottb@google.com · 14 years ago
  84. 66f7684 Partial fix for http://code.google.com/p/google-web-toolkit/issues/detail?id=5707 by cromwellian@google.com · 14 years ago
  85. 7890325 Modifications to StackTraceDeobfuscator: by fredsa@google.com · 14 years ago
  86. ee57ff4 Update MissingPlugin.html to reflect new Chrome platform support by conroy@google.com · 14 years ago
  87. a7f1959 Rolling back r9354 due to some GWTTestCase breakages by conroy@google.com · 14 years ago
  88. 58c0471 Undeprecate HandlerManager and TabPanel, neither of which is quite by rjrjr@google.com · 14 years ago
  89. f24fa30 Fix external issues 5521, 5446, 5332, javadoc links by rice@google.com · 14 years ago
  90. 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
  91. e77bcd1 In CompilingClassLoader, refuse to load a class if its compilation unit has errors. by conroy@google.com · 14 years ago
  92. 7e91476 Fixes two issues by rchandia@google.com · 14 years ago
  93. 7adf6f1 Delete sample/expenses console. Cool demo but it requires gwt-dev, not by rjrjr@google.com · 14 years ago
  94. c49234e Fixes GWT issue 5705, bad imports break memcache by rjrjr@google.com · 14 years ago
  95. 46b6b77 The symbolMaps directory provided to StackTraceDeobfuscator should accepts directory name with by fredsa@google.com · 14 years ago
  96. ed53d14 Update comment by unnurg@google.com · 14 years ago
  97. d11fb3c Bidi support for ListBox by tomerigo@google.com · 14 years ago
  98. 6e4ddf4 Improve the docs on @UiField by rjrjr@google.com · 14 years ago
  99. 5475cfc IE devmode plugin: 64 bits support end-to-end, build fixes & cleanup, other polishing items. by fabiomfv@google.com · 14 years ago
  100. 9e44f5e Modify EmulateJsStack.gwt.xml and CoreWithUserAgent.gwt.xml to test whether the new 'compiler.stackMode' by fredsa@google.com · 14 years ago