1. 2391442 Add BigDecimal/etc support. by jat@google.com · 15 years ago
  2. 3f5e6da Upgrade to HtmlUnit 2.7 build r5424. Removing annotations for fixed HtmlUnit bugs. by flin@google.com · 15 years ago
  3. 9f700f1 Fixes a bug where TextBox fires JSException in IE on double click. by jlabanca@google.com · 15 years ago
  4. 947436d Make java.util.Collections.Empty{List,Map,Set} work with GWT RPC. by rice@google.com · 15 years ago
  5. c1dcea7 Add Math.cbrt, improve Math.log10, add tests. by jat@google.com · 15 years ago
  6. 5c74b9b Fix for AsyncProxy of top-level types, for which isStatic() by fabbott@google.com · 15 years ago
  7. 599a60b Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
  8. 84441df Add new method HTMLPanel.add(Widget, Element) (using gwt.dom.client.Element) by awiner@google.com · 15 years ago
  9. cf8428d Changes to AsyncFragmentLoader to replace the use of Map with ArrayList. by mlueck@google.com · 15 years ago
  10. 9eae616 http://gwt-code-reviews.appspot.com/148802 by knorton@google.com · 15 years ago
  11. db34506 check null moduleName for PreCompileStrategy; this can happen when there are pure Java GWTTestCases. by kjin@google.com · 15 years ago
  12. 01ab6d0 Add the ability to change the default HandlerManager of a Widget. by jlabanca@google.com · 15 years ago
  13. 65bd551 Set visibility of glass when visibility of PopupPanel is changed. by jlabanca@google.com · 15 years ago
  14. 33e16f0 Reitveld: http://gwt-code-reviews.appspot.com/89810 by spoon@google.com · 15 years ago
  15. 3140e03 Fixes NPE in PopupPanel when history is disabled. by jlabanca@google.com · 15 years ago
  16. 164341e Upgrade WebKit's DOM library to use textContent instead of falling back to the by knorton@google.com · 15 years ago
  17. af0a585 Makes HandlerManager execute all event handlers even if one throws an by phopkins@google.com · 15 years ago
  18. 42547bf Use cellIndex and sectionRowIndex in HTMLTable::getCellForEvent by jgw@google.com · 15 years ago
  19. 921b954 Unselect the MenuItem in the top level MenuBar when auto-hiding a child MenuBar. by jlabanca@google.com · 15 years ago
  20. 85440c8 Rolling back due to API checker failure. Not caught by smoke tests for inexplicable reasons. by jgw@google.com · 15 years ago
  21. c1714e8 http://gwt-code-reviews.appspot.com/125806 by jgw@google.com · 15 years ago
  22. 56ef7b8 http://gwt-code-reviews.appspot.com/126812 by jgw@google.com · 15 years ago
  23. b520394 http://gwt-code-reviews.appspot.com/143801 by jgw@google.com · 15 years ago
  24. 8e077a1 Change RichTextAreaImpl and subclasses to not be coupled to Widget/RichTextArea: by jlabanca@google.com · 15 years ago
  25. 8801308 Fixes a bug where switch(this) doesn't work if the type by spoon@google.com · 15 years ago
  26. 4e82ce3 add window.resize{By,To} and window.move{By,To}. Modify LayoutTest to use the by kjin@google.com · 15 years ago
  27. 7e7d5cd HTTPRequest has been deprecated since GWT 1.5 in exchange for RequestBuilder. This patch removes it completely. by jlabanca@google.com · 15 years ago
  28. 9d69e09 Adding null checks to all History methods to ensure that History is enabled. by jlabanca@google.com · 15 years ago
  29. 6ee227f Use the getText() from SuggestBox instead of the one present in the TextBoxBase implementation. by jlabanca@google.com · 15 years ago
  30. 3e93068 Fixes RichTextArea.isEnabled/setEnabled functionality so that it actually enables/disables the text area. by jlabanca@google.com · 15 years ago
  31. 7ff02bd Bring back UiBinderUtilTest after fixing IE6 failure in by rjrjr@google.com · 15 years ago
  32. 266d9be Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
  33. f8abd7e Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
  34. c2163e6 Adding RegExp to public GWT (native version, pure Java version, tests) by tomerigo@google.com · 15 years ago
  35. 160a8f2 Fixes issue 4512. In JsStackEmulation, avoid rewriting references to by spoon@google.com · 15 years ago
  36. d553362 Fix a bug where MenuBar loses focus when moving between submenus using left/right keys. When are maintaining focus when the popup is auto closed instead of maintaining focus when the popup is manually closed. by jlabanca@google.com · 15 years ago
  37. 78c260f Add gwt.args ant property to ant gwtc and ant devmode in ant build by jat@google.com · 15 years ago
  38. b4e6f91 Fix handling of GWTTestCases that return null from getModuleName by jat@google.com · 15 years ago
  39. f9cd3c5 Move hasAttribute impl from DOMImplIE6 to DOMImplTrident so it applies to IE8 as well. by jlabanca@google.com · 15 years ago
  40. 46469f4 This addresses a problem with the recent patch, in that it is giving by jat@google.com · 15 years ago
  41. 2169352 Moving widget images into a doc-files directory under the ui package so they are visible in javadoc. by jlabanca@google.com · 15 years ago
  42. 27ad99c Fixes for outstanding LayoutPanel issues by jgw@google.com · 15 years ago
  43. 7d5ec1e Fix for HTMLTable.Cell#getElement() bug where it passes the row and cell index in the wrong order. by jlabanca@google.com · 15 years ago
  44. 78ff842 Fix JSONP collisions when using multiple modules on the same page. by jat@google.com · 15 years ago
  45. b4b5aaf Fix typos, including a checkstyle warning. by rice@google.com · 15 years ago
  46. ffb28bb This patch switches all of our tests to standards mode, and adds all LayoutPanel tests to UISuite. Currently, we aren't running the LayoutPanel tests on our build system, so this change revealed a couple minor issues. LayoutImplIE6 has a bug that we already talked about. Standards mode tests currently do not even start in FF due to a parsing error. I added a common workaround to the junit-standards.html files. by jlabanca@google.com · 15 years ago
  47. e9d93c1 Fix issue 4444 by removing the request's context path when computing module-relative paths. by bobv@google.com · 15 years ago
  48. 4def1d7 Fix issue 4460. Patch by: bobv Review by: jat by robertvawter@google.com · 15 years ago
  49. ae63c02 IE8 should use the styleFloat style name like IE6 does. by jlabanca@google.com · 15 years ago
  50. bddda5c Fix -bindAddress handling in JUnitShell. To preserve existing by jat@google.com · 15 years ago
  51. 0333487 http://gwt-code-reviews.appspot.com/132818 by jgw@google.com · 15 years ago
  52. c608a72 http://gwt-code-reviews.appspot.com/132817 by jgw@google.com · 15 years ago
  53. a0ff634 Adds an option to MenuBar that prevents it from stealing keyboard focus on hover. SuggestBox now uses this option. by jlabanca@google.com · 15 years ago
  54. ae4f0d0 Add support to CssResource for unknown at-rules. by bobv@google.com · 15 years ago
  55. 9914990 rollback r7439 due to missing files by rjrjr@google.com · 15 years ago
  56. 2f6ddb9 Add support to CssResource for unknown at-rules. by robertvawter@google.com · 15 years ago
  57. c7bdf28 IntPairAttributeParser now actually parses by rjrjr@google.com · 15 years ago
  58. e962de4 Provides an alternative way to encode text strings for TextResorurces when they by zundel@google.com · 15 years ago
  59. 30f8815 Prevent InlineResourceContext from creating too-long data: URLs. by bobv@google.com · 15 years ago
  60. 207cea4 Fixes issue 4431, UiBinder with Generic Types fails compilation with error by rjrjr@google.com · 15 years ago
  61. 431891e Snip stray println by rjrjr@google.com · 15 years ago
  62. 6306bc7 Implement java.util.Random based on Harmony and gwt-java-math. by rice@google.com · 15 years ago
  63. 9356917 Allow CssResource to handle identifiers containing underscores or that have a leading hyphen. by bobv@google.com · 15 years ago
  64. 500d7aa Fixes Issue 4415 "uibinder Image class with resource attribute, removes styles by rjrjr@google.com · 15 years ago
  65. 1222504 New apps created with webAppCreator now defaults to standards mode. by jlabanca@google.com · 15 years ago
  66. 63c7727 Fixes issue 4435, Inconsistent behavior of setStyleName(), setPrimaryStyleName() by rjrjr@google.com · 15 years ago
  67. 00e9ed5 Reverting r7403 because it is causing RpcValueTypesTest to fail. by jlabanca@google.com · 15 years ago
  68. 9907649 LayoutPanelTest does not interact nicely with HtmlUnit. by bobv@google.com · 15 years ago
  69. 7ee13ba Use the current thread's context ClassLoader in SerializabilityUtil. by bobv@google.com · 15 years ago
  70. fffc42f Add @defs to interfaces created by the CssResource InterfaceGenerator utility class. by bobv@google.com · 15 years ago
  71. c919058 Adding setAltText/getAltText methods to Image widget. by jlabanca@google.com · 15 years ago
  72. b0d4929 Adding SuggestionDisplay interface to SuggestBox to allow custom display implementations. by jlabanca@google.com · 15 years ago
  73. 1ec904e Fixes for issues 4447, 4366. by jgw@google.com · 15 years ago
  74. 09bbaf5 This patch gives a better error message for providing an incorrect by jat@google.com · 15 years ago
  75. f50b208 Misc formatting / checkstyle fixes. by scottb@google.com · 15 years ago
  76. 9ae8f8e Checkstyle fix in LayoutPanelTest. by jlabanca@google.com · 15 years ago
  77. 34b9ab1 Adding PopupPanel#setAutoHideOnHistoryEventsEnabled() method to autoHide popups when the history token changes. by jlabanca@google.com · 15 years ago
  78. 75a239e Simplifying refactor of FocusImpl now that all modern browsers support focusable divs. Also fixes some issues associated with accessKeys. by jlabanca@google.com · 15 years ago
  79. c863117 Fix for issue 4360. There was a subtle state bug in LayoutCommand that by jgw@google.com · 15 years ago
  80. 295cd60 Fix for issue 4344. DockLayoutPanel should have been using doubles, not by jgw@google.com · 15 years ago
  81. 3a484c0 Revert the portion of r7378 that renames argument names in generated code. by jat@google.com · 15 years ago
  82. cad5834 Fix problems with getting parameter names in generated code. This manifests by jat@google.com · 15 years ago
  83. 9e0ce50 Updating the number of cols in the colgroup when Grid.resizeColumns() is called. by jlabanca@google.com · 15 years ago
  84. afaa38a Updating the deprecation javadoc for RichTextArea.BasicFormatter. by jlabanca@google.com · 15 years ago
  85. 24882c0 Allows JSNI references to non-overloaded methods to use * in place by spoon@google.com · 15 years ago
  86. 0c97a01 Adds the module name to the generated ID of FormPanel's iframe to ensure that IDs are unique across modules. by jlabanca@google.com · 15 years ago
  87. 7d0922f Adds non-trivial tests to the default app created by webAppCreator, including one that uses delayTestFinish and sends an RPC. Also shows an example of shared client/server code. by jlabanca@google.com · 15 years ago
  88. c6f1620 Revert r7351 due to test failures. by jat@google.com · 15 years ago
  89. 9673f25 Replacing old reference to $wnd.__captureElem with @com.google.gwt.user.client.impl.DOMImplStandard::captureElem. by jlabanca@google.com · 15 years ago
  90. ee93bc2 URI-escape cookies (addresses external issue 4365). by kprobst@google.com · 15 years ago
  91. e98bf7a Fixes a checkstyle error introduced in r7352. by kprobst@google.com · 15 years ago
  92. 29336e7 Fix external issue 4048 - make java.sql.Timestamp emulation by rice@google.com · 15 years ago
  93. 2468b2d Add java.math.BigDecimal/BigInteger support. by jat@google.com · 15 years ago
  94. 51ee32a Revert r7347, which caused problems in DevMode. by jat@google.com · 15 years ago
  95. bef6951 Ensure "".split(",") returns { "" }. This is the behavior of Sun's by rice@google.com · 15 years ago
  96. 37ae501 Add a more inlinable path for String.equals(String) by rice@google.com · 15 years ago
  97. 0a866b9 Use log(...) instead of log(..., (Throwable) null) for GWT.log and servlet logs. by rice@google.com · 15 years ago
  98. 884c189 Fix external issue 1581: Double.parseDouble treats whitespace differently in hosted mode by rice@google.com · 15 years ago
  99. 27b92b8 Fixes issue 1822. Arrays now implement Serializable and Cloneable. by spoon@google.com · 15 years ago
  100. beed963 Call servlet.log(message) instead of servlet.log(message, (Throwable) null) by rice@google.com · 15 years ago