1. 9a18382 Add tail-globs to CssResource's @external declarations. by bobv@google.com · 15 years ago
  2. afdbca8 One-line fix to SelectionScript's fallback logic for non-shardable subclasses. by spoon@google.com · 15 years ago
  3. 3bddbc2 Annotated failed HtmlUnit test cases. by flin@google.com · 15 years ago
  4. 413d128 Extract from the selection script templates the functions by spoon@google.com · 15 years ago
  5. be941e7 Replace calls to printInt(num) with printInt(num, 10) to make sure by bowdidge@google.com · 15 years ago
  6. e349b0e Reduce warnings in Eclipse: by rice@google.com · 15 years ago
  7. e11c225 Remove the glass panel from DOM when Popup#removeFromParent is called. by jlabanca@google.com · 15 years ago
  8. 87b9247 Fix for issue 4532. Removes the CSS expressions from PopupImplIE6 that were by jgw@google.com · 15 years ago
  9. d8dcb46 Introduces expenses scaffolding app, ExpensesScaffold, complete with by rjrjr@google.com · 15 years ago
  10. 5f53678 Update currency data to Unicode CLDR 1.7.2. by jat@google.com · 15 years ago
  11. 863b1ee Adding a default return value to eventGetTypeInt. by jlabanca@google.com · 15 years ago
  12. eb452bd A few runAsync-related code size improvements. by scottb@google.com · 15 years ago
  13. ba4416d Add a fast-exit path for SchedulerImpl.runRepeatingTasks() Resolves issue 4627 by bobv@google.com · 15 years ago
  14. 0b58a66 Fixing a checkstyle error in the emul version of date. by jlabanca@google.com · 15 years ago
  15. 1deb8c5 Once again allow Dates from doubles, for JSON happiness by rjrjr@google.com · 15 years ago
  16. 40a9301 Adding missing package descriptions to various packages. by jlabanca@google.com · 15 years ago
  17. f99de34 JConstructor redesign. by scottb@google.com · 15 years ago
  18. 83f01ac Reimplement java.util.Date in Java, using the new JsDate. by scottb@google.com · 15 years ago
  19. 27946d7 Implements JsDate to wrap the native Java Date class. by scottb@google.com · 15 years ago
  20. 0fd0c9b reverting r5487 that was just for diagnostics by amitmanjhi@google.com · 15 years ago
  21. 2de68cf Allow skipping a test case in development mode or production mode. by spoon@google.com · 15 years ago
  22. 623fb2b Date can add an hour to the day before Daylight Saving. by jlabanca@google.com · 15 years ago
  23. 19190fb Re-add the checkt that was removed in r5731, but allow the behavior to be overridden. by bobv@google.com · 15 years ago
  24. e54f1a7 Remove caching of style sheets in IE6 (cache may be invalid when there are multiple modules) by rice@google.com · 15 years ago
  25. 0d1291e Used elem.textContent to set inner text on all standard browsers. This is more efficient than the default method we implemented. by jlabanca@google.com · 15 years ago
  26. a16889a Fix for KeyPressEvent.getCharCode and overall key events improvements. by jlabanca@google.com · 15 years ago
  27. c5d91bb Fix the escaping of a String used in one of test methods of JsonpRequestTest by amitmanjhi@google.com · 15 years ago
  28. 087a8cb Fixes Issue 3608. XMLHttpRequest now does "new $wnd.XMLHttpRequest" by spoon@google.com · 15 years ago
  29. 50c6a10 Parsing a date string with an ending forward slash can lead to an uncaught exception. by jlabanca@google.com · 15 years ago
  30. 35cd3c3 Undeprecating DOMImplIE6.isIE6() to avoid compile warnings. The method and the class are both package protected anyway. by jlabanca@google.com · 15 years ago
  31. 1b5cdf5 Increasing the RPC timeout of NoDeployTest so it is less flaky. by jlabanca@google.com · 15 years ago
  32. c721589 This patch modifies the compiler in two ways: by spoon@google.com · 15 years ago
  33. db80220 Fix for issue 4596 (broken layout on tab visibility change in IE6). Changes by jgw@google.com · 15 years ago
  34. 9c6ce7f Added the ability to customize the timeout to begin the tests. by gaillard@google.com · 15 years ago
  35. 4d89885 Remove extraneous right-paren when pretty-printing a @noflip CssResource rule. by bobv@google.com · 15 years ago
  36. 0bfd20c Fixing possible NPE in ImageSrcIE6 when an img element is copied. by jlabanca@google.com · 15 years ago
  37. a986bfe Annonated the failed test in all modes. by flin@google.com · 15 years ago
  38. ed252a5 Fix a couple of bugs in BigDecimal that were corrected in the by jat@google.com · 15 years ago
  39. c71b868 Fix to keep FocusWidget's setElement() implementation from clobbering by jgw@google.com · 15 years ago
  40. 2bcd5c4 Lazily initialize FocusImplStandard.focusHandler to avoid clinits. by jlabanca@google.com · 15 years ago
  41. ffcc857 Allowing support to field references inside html elements and GWT by hermes@google.com · 15 years ago
  42. 0962528 Rolling back r7635 because this is causing unexpected failures on Firefox, by jgw@google.com · 15 years ago
  43. ea09c5e Fix to keep FocusWidget's setElement() implementation from clobbering by jgw@google.com · 15 years ago
  44. 97a5c6f Fix for issue 4595: "In TabLayoutPanel, inserting a tab before the currently by jgw@google.com · 15 years ago
  45. 16de176 Fixes Issue 3608. XMLHttpRequest now does "new $wnd.XMLHttpRequest" by spoon@google.com · 15 years ago
  46. 523b3e4 Unbreak the build following CLDR update, by changing test strings used by jat@google.com · 15 years ago
  47. 460c6ec CLDR 1.7.1 update, this is the latest version used in google now. by shanjian@google.com · 15 years ago
  48. e501d63 CLDR 1.51 number format symbol update. by shanjian@google.com · 15 years ago
  49. c434384 Insert a missing var, so that an iteration variable is in local scope. by spoon@google.com · 15 years ago
  50. 4920c7a Adds UiBinder support for ListBox. by rjrjr@google.com · 15 years ago
  51. 2391442 Add BigDecimal/etc support. by jat@google.com · 15 years ago
  52. 3f5e6da Upgrade to HtmlUnit 2.7 build r5424. Removing annotations for fixed HtmlUnit bugs. by flin@google.com · 15 years ago
  53. 9f700f1 Fixes a bug where TextBox fires JSException in IE on double click. by jlabanca@google.com · 15 years ago
  54. 947436d Make java.util.Collections.Empty{List,Map,Set} work with GWT RPC. by rice@google.com · 15 years ago
  55. c1dcea7 Add Math.cbrt, improve Math.log10, add tests. by jat@google.com · 15 years ago
  56. 5c74b9b Fix for AsyncProxy of top-level types, for which isStatic() by fabbott@google.com · 15 years ago
  57. 599a60b Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
  58. 84441df Add new method HTMLPanel.add(Widget, Element) (using gwt.dom.client.Element) by awiner@google.com · 15 years ago
  59. cf8428d Changes to AsyncFragmentLoader to replace the use of Map with ArrayList. by mlueck@google.com · 15 years ago
  60. 9eae616 http://gwt-code-reviews.appspot.com/148802 by knorton@google.com · 15 years ago
  61. db34506 check null moduleName for PreCompileStrategy; this can happen when there are pure Java GWTTestCases. by kjin@google.com · 15 years ago
  62. 01ab6d0 Add the ability to change the default HandlerManager of a Widget. by jlabanca@google.com · 15 years ago
  63. 65bd551 Set visibility of glass when visibility of PopupPanel is changed. by jlabanca@google.com · 15 years ago
  64. 33e16f0 Reitveld: http://gwt-code-reviews.appspot.com/89810 by spoon@google.com · 15 years ago
  65. 3140e03 Fixes NPE in PopupPanel when history is disabled. by jlabanca@google.com · 15 years ago
  66. 164341e Upgrade WebKit's DOM library to use textContent instead of falling back to the by knorton@google.com · 15 years ago
  67. af0a585 Makes HandlerManager execute all event handlers even if one throws an by phopkins@google.com · 15 years ago
  68. 42547bf Use cellIndex and sectionRowIndex in HTMLTable::getCellForEvent by jgw@google.com · 15 years ago
  69. 921b954 Unselect the MenuItem in the top level MenuBar when auto-hiding a child MenuBar. by jlabanca@google.com · 15 years ago
  70. 85440c8 Rolling back due to API checker failure. Not caught by smoke tests for inexplicable reasons. by jgw@google.com · 15 years ago
  71. c1714e8 http://gwt-code-reviews.appspot.com/125806 by jgw@google.com · 15 years ago
  72. 56ef7b8 http://gwt-code-reviews.appspot.com/126812 by jgw@google.com · 15 years ago
  73. b520394 http://gwt-code-reviews.appspot.com/143801 by jgw@google.com · 15 years ago
  74. 8e077a1 Change RichTextAreaImpl and subclasses to not be coupled to Widget/RichTextArea: by jlabanca@google.com · 15 years ago
  75. 8801308 Fixes a bug where switch(this) doesn't work if the type by spoon@google.com · 15 years ago
  76. 4e82ce3 add window.resize{By,To} and window.move{By,To}. Modify LayoutTest to use the by kjin@google.com · 15 years ago
  77. 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
  78. 9d69e09 Adding null checks to all History methods to ensure that History is enabled. by jlabanca@google.com · 15 years ago
  79. 6ee227f Use the getText() from SuggestBox instead of the one present in the TextBoxBase implementation. by jlabanca@google.com · 15 years ago
  80. 3e93068 Fixes RichTextArea.isEnabled/setEnabled functionality so that it actually enables/disables the text area. by jlabanca@google.com · 15 years ago
  81. 7ff02bd Bring back UiBinderUtilTest after fixing IE6 failure in by rjrjr@google.com · 15 years ago
  82. 266d9be Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
  83. f8abd7e Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
  84. c2163e6 Adding RegExp to public GWT (native version, pure Java version, tests) by tomerigo@google.com · 15 years ago
  85. 160a8f2 Fixes issue 4512. In JsStackEmulation, avoid rewriting references to by spoon@google.com · 15 years ago
  86. 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
  87. 78c260f Add gwt.args ant property to ant gwtc and ant devmode in ant build by jat@google.com · 15 years ago
  88. b4e6f91 Fix handling of GWTTestCases that return null from getModuleName by jat@google.com · 15 years ago
  89. f9cd3c5 Move hasAttribute impl from DOMImplIE6 to DOMImplTrident so it applies to IE8 as well. by jlabanca@google.com · 15 years ago
  90. 46469f4 This addresses a problem with the recent patch, in that it is giving by jat@google.com · 15 years ago
  91. 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
  92. 27ad99c Fixes for outstanding LayoutPanel issues by jgw@google.com · 15 years ago
  93. 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
  94. 78ff842 Fix JSONP collisions when using multiple modules on the same page. by jat@google.com · 15 years ago
  95. b4b5aaf Fix typos, including a checkstyle warning. by rice@google.com · 15 years ago
  96. 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
  97. e9d93c1 Fix issue 4444 by removing the request's context path when computing module-relative paths. by bobv@google.com · 15 years ago
  98. 4def1d7 Fix issue 4460. Patch by: bobv Review by: jat by robertvawter@google.com · 15 years ago
  99. ae63c02 IE8 should use the styleFloat style name like IE6 does. by jlabanca@google.com · 15 years ago
  100. bddda5c Fix -bindAddress handling in JUnitShell. To preserve existing by jat@google.com · 15 years ago