1. 6ba022e - Deprecates the constants in About.java that contain version information by zundel@google.com · 16 years ago
  2. 2c93a30 Ensure the escape key closes a submenu, even if it has never had focus. by rice@google.com · 16 years ago
  3. 876ed4e Resort functions - checkstyle warning. by zundel@google.com · 16 years ago
  4. e1df5a6 Forgot to hook the new test into a suite. by jat@google.com · 16 years ago
  5. 10b734a Fix handling of generated filenames in CurrencyListGenerator by jat@google.com · 16 years ago
  6. 7bcb57a This patch modifies the IFrame linker to use multiple script tags instead of one by spoon@google.com · 16 years ago
  7. d683400 Tweaks Class.setName to avoid an autobox and thus avoid by spoon@google.com · 16 years ago
  8. 31e99d2 Fixes test failure on FF2 with a bit of a hack in the test (FF2 has an by jgw@google.com · 16 years ago
  9. 60d0554 two changes to java.util.Date in an effort to track down a very intermittent by jat@google.com · 16 years ago
  10. cf05703 Adding diagnostic information when a MissingResourceException is thrown. by amitmanjhi@google.com · 16 years ago
  11. 69eb2bf Fixes missing body scroll-position addition in IE8's implementation of by jgw@google.com · 16 years ago
  12. be60799 Begin migration of CssResource to strict-by-default behavior. by bobv@google.com · 16 years ago
  13. 8dedfbd Make Class.getName() behave in a useful manner when class metadata is disabled. by bobv@google.com · 16 years ago
  14. 498bd76 Fix typo in r5450 (period rather than comma in LOCLAIZED_COMMA_EQUIVALENTS) by jat@google.com · 16 years ago
  15. 2747e85 Add MHTML / RFC 2557 support to ClientBundle for ie6 user.agent. by bobv@google.com · 16 years ago
  16. 9e76b66 Additional SingleJso fixes for tag interfaces. by bobv@google.com · 16 years ago
  17. 4608796 This patch improves the correctness of SingleJso types by following all super-interfaces when calculating singleJso data. Additionally, casts to singleJso interfaces will trigger a rescue of the concrete JSO type. by bobv@google.com · 16 years ago
  18. 9e9d5b8 Resubmitting radio button fix to sink click events, this time by rjrjr@google.com · 16 years ago
  19. cfe3ff0 Per issue 3455, split up very long var lines to avoid a bug in by spoon@google.com · 16 years ago
  20. 1d98059 Rollback of 5454 (missing an import line?) by rjrjr@google.com · 16 years ago
  21. 7bb67e9 RadioButtons were not sinking click events Issue: 3679 Reviewer: scottb by rjrjr@google.com · 16 years ago
  22. 6b82f71 Allow an app to force use of latin digits/separators instead by jat@google.com · 16 years ago
  23. 8f8e4e5 Add an @external directive to CssResource to allow strict-mode resources to work with external/legacy CSS. by bobv@google.com · 16 years ago
  24. fe5221b Addresses public issue 3566: Offer option to not decode cookies by kprobst@google.com · 16 years ago
  25. d094087 Fix for issue 3025 -- Gwt's String.hashCode() now matches Jre specifications. by amitmanjhi@google.com · 16 years ago
  26. 25b5c78 Merging /releases/1.6/@r5065:5406 into trunk. by jgw@google.com · 16 years ago
  27. 6bf3335 Correct comment in example code. by jat@google.com · 16 years ago
  28. 5ead61f Issue 34812: Fix findbugs & checkstyle issues by rice@google.com · 16 years ago
  29. 3db729a Replaces special-case handling of SOYC reports with a real linker. by scottb@google.com · 16 years ago
  30. dd9aa1f Fix for issue 3423: TreeMap.remove(..) should not modify the contents of the entry being removed. Now, the web mode behavior matches the hosted mode behavior. by amitmanjhi@google.com · 16 years ago
  31. 150d6e6 Adds Javadoc to Hyperlink/Anchor clarifying the uses for each, an by jat@google.com · 16 years ago
  32. 1debaf6 Fixes broken scroll-wheel on FF3. by jgw@google.com · 16 years ago
  33. 2a797a9 Fixes boolean argument and coercion issues in Element classes. by jgw@google.com · 16 years ago
  34. 93632f2 Fixes a merge problem that broke the build. by spoon@google.com · 16 years ago
  35. e24d3dd Allows linkers that specify a custom way to load runAsync by spoon@google.com · 16 years ago
  36. 953be92 CellPanel now checks that a widget is its child before trying to set the height or width of its containing TD element. by jlabanca@google.com · 16 years ago
  37. dc05792 HistoryImplIE6 resets the URL hash if a user manually changes it and then cancels the subsequent window reload. Before this change, manually changing the hash would lead to an endless loop where the page would reload every time the user pressed cancel. by jlabanca@google.com · 16 years ago
  38. a67c49c Widgets are now physically removed from TreeItems before the item's contents are cleared to fix an IE bug where the contents of the widget would also be cleared. by jlabanca@google.com · 16 years ago
  39. e4ab238 Disabling StyleTest, as it's proving way too flaky across browsers. TBR: rjrjr by jgw@google.com · 16 years ago
  40. aa6cf32 Disables visibility test that fails for obscure but irrelevant reasons on by jgw@google.com · 16 years ago
  41. 02319d2 Un-breaks the build by: by jgw@google.com · 16 years ago
  42. f5e4e0a Removed the unused overrides that javac was complaining about. by amitmanjhi@google.com · 16 years ago
  43. 2fd752f Simple fix and accompanying testcase for toString() method in TreeMap.Entry: issue 3422 by amitmanjhi@google.com · 16 years ago
  44. 8baebf4 Patch fixes issue 3057 and adds test cases for it. by amitmanjhi@google.com · 16 years ago
  45. c20887d Extend test timeout to 3 hrs, 'cause our robot machine is slow. by fabbott@google.com · 16 years ago
  46. 72b5edb Fix issue 34806: Fix checkstyle warnings introduced by r5355 by rice@google.com · 16 years ago
  47. 874cc34 Adds many enumerated values and overloads to Style. Also adds a bunch of useful by jgw@google.com · 16 years ago
  48. 6d06337 Replace unnecessary uses of 'super.<method>()' with '<method>()'. by rice@google.com · 16 years ago
  49. a345304 Issue 34804: Fix javadoc tag warnings. by rice@google.com · 16 years ago
  50. 6abd744 Adds HTMLTable.clear(boolean) and FlexTable.removeAllRows(). by jlabanca@google.com · 16 years ago
  51. 9fe4cac Fixes issue 3647: Long.parseLong("-") returns 0 instead of throwing a NumberFormatException. by amitmanjhi@google.com · 16 years ago
  52. 716c04b Fixed checkstyle errors. by jlabanca@google.com · 16 years ago
  53. 98a69f8 Fixed checkstyle errors. by jlabanca@google.com · 16 years ago
  54. e3dc556 Remove testLabelClick, because it can't pass on IE. by rjrjr@google.com · 16 years ago
  55. d241edb Fixes AsyncFragmentLoader.haveInitialFragmentsLoaded(). In its by spoon@google.com · 16 years ago
  56. 4600b54 Fixes Issue 3508 Clicking on a CheckBox's label triggers two click events by rjrjr@google.com · 16 years ago
  57. adb3029 Implement RPC blacklists. by rice@google.com · 16 years ago
  58. 21c37c5 Changes Window.Location to use URL.decodeComponent instead of URL.decode; by ajr@google.com · 16 years ago
  59. 660a9bf Fix #31801: Support for multi-valued configuration properties by rice@google.com · 16 years ago
  60. 040f725 Fixes missing module inherits (core uses xhr for runAsync) by jgw@google.com · 16 years ago
  61. 7d1bfab Fix a CssResource bug where selector and rule merging did not work inside of @if or @media blocks. by bobv@google.com · 16 years ago
  62. 9f40819 Exposing MenuBar.moveSelectionUp/Down (formerly just moveUp/Down), and making MenuBar.selectFirstItemIfNoneSelected robust for empty menus, rather than just assuming they aren't. Also made MenuItem.setStyleSelected protected for out-of-package test access, and by fabbott@google.com · 16 years ago
  63. 6e9964b checkstyle fixes by fabbott@google.com · 16 years ago
  64. fb6846e Removed Element#hasAttribute() at jgw's request because it was accidentally committed, and fixed some checkstyle errors. by jlabanca@google.com · 16 years ago
  65. 6907b9a Moves the IE8 implementation of get/setScrollLeft() from DOMImplTrident to DOMImplIE8 because DOMImplIE6 uses a different version. by jlabanca@google.com · 16 years ago
  66. 3be369f Added JavaDoc comments to DOMImplTrident and DOMImplIE8 to eliminate checkstyle errors. by jlabanca@google.com · 16 years ago
  67. 8156634 Fixing JavaScriptObject.toString to optimize away better, and to be verbose only in assertive states (hosted mode or assertions on). by fabbott@google.com · 16 years ago
  68. 7225ea5 Fixed some checkstyle errors in NumberFormat caused by unsorted methods. by jlabanca@google.com · 16 years ago
  69. 899b7d9 Continuation of r5293. This moves AsyncFragmentLoader from package by spoon@google.com · 16 years ago
  70. 623548e Create a manifest file mapping RPC service types to their respective serialization policy files. by bobv@google.com · 16 years ago
  71. bad7dd6 Changes the code splitter to use a simpler splitting strategy. by spoon@google.com · 16 years ago
  72. 7218b02 Adds IE8 user-agent and fixes outstanding bugs in IE8-super-standards mode. by jgw@google.com · 16 years ago
  73. 43d631f Remove console logging that is not supported by all browsers. by rice@google.com · 16 years ago
  74. 365408b Implement hashCode() to match equals(), fixing a checkstyle violation. by rice@google.com · 16 years ago
  75. f545c72 Add protected accessors so more specific subclasses of NumberFormat can access by jat@google.com · 16 years ago
  76. 055b894 Test the scenario where GWT.runAsync() fails to load a code fragment due to a by rice@google.com · 16 years ago
  77. b16133c Reorder method to avoid checkstyle warning. by jat@google.com · 16 years ago
  78. 834745e Fixing the duplicate emma test drivers: only test.hosted.emma remains, not the implicit emma test in test.hosted. Its output is (correctly) $os-hosted-mode-emma, not $os-hosted-mode. by fabbott@google.com · 16 years ago
  79. 3fe0d34 Fixed UIObjectTest#testToString(). UIObject.toString() is equivalent to Element.getString(), not Element.toString(). by jlabanca@google.com · 16 years ago
  80. 614f263 Run the hosted mode user tests through the emma code path. by amitmanjhi@google.com · 16 years ago
  81. 7d57fe7 No more failed asserts from UIObjects with no element set. Fixes issue 3586 by rjrjr@google.com · 16 years ago
  82. 63d691a Adapting ProblemReport.build to use a sublogger for child messages (e.g. the subtypes tried for an instantiable type). by fabbott@google.com · 16 years ago
  83. 78becff When AsyncFragmentLoader checks for the success of an XHR download, by spoon@google.com · 16 years ago
  84. b10d8ca Fixed a bug in HandlerManager where removing the last handler of a given EventType twice would result in an NPE because we assume that the list of event handlers is not null. Now, this results in an AssertionError. by jlabanca@google.com · 16 years ago
  85. 4a7fded Change CurrencyListGenerator to take advantage of inheritance in the by jat@google.com · 16 years ago
  86. 00a3580 Fixes a bug where DateTimeFormat would accept 0 as a valid month or day. Also by ajr@google.com · 16 years ago
  87. b4b3d23 Reworked error logging in STOB, coincidentally gaining a 22% compile-time improvement in DynaTable sample by improving short-circuiting of already-examined types and avoiding "speculative" STOB processing. Basic idea is that errors are accumulated in a ProblemReport until we later know the overall result and can decide whether and how to emit them. by fabbott@google.com · 16 years ago
  88. 9f58bd2 Don't let an exception escape if we can't decode cookies. Future work to by jat@google.com · 16 years ago
  89. a3082e5 One more try for JSONP support. by jat@google.com · 16 years ago
  90. 0718d45 Tweaks docs on secure cookies, fixing issue 1638 by rjrjr@google.com · 16 years ago
  91. 3eff648 FF3 uses negative scrollLeft positions in RTL, but FF2 does not. This patch checks for the version of FF when get/setScrollLeft() is called. by jlabanca@google.com · 16 years ago
  92. 15504bd Revert r5226; dependency on seed functions interacts poorly with runAsync. by bobv@google.com · 16 years ago
  93. 791a4ec Rollback r5225 due to failing IE7 test. by jat@google.com · 16 years ago
  94. 3179c39 When class metadata is disabled, use the class seed functions to derive predicable names that can be deobfuscated via the symbol map files. by bobv@google.com · 16 years ago
  95. 121529a Add JSONP support - resubmit of 5208 after fixing IE7 bug. by jat@google.com · 16 years ago
  96. c57ab4e A recent change in getScrollLeft() normalize browsers to firefox's method of returning negative indexes in RTL mode. However, old mozilla does not do this automatically, so it also needs to be normalized. by jlabanca@google.com · 16 years ago
  97. d5e167d Removing System.out.println hack we used to track down the flakey RPC test failure. by scottb@google.com · 16 years ago
  98. 1f92c3d Fixes synchronization issues in SerializabilityUtil, which could cause random RPC failures due to a race condition. by scottb@google.com · 16 years ago
  99. dd5d948 DatePicker throws an IllegalStateException when it is used in a time zone where daylight savings time occurs at midnight. The problem is that, as the DatePicker populates the dates in the calendar, it uses a time of 00:00:00 for all dates. However, in countries where DST occurs at midnight, the dates are coerced to the next day, resulting in an invalid state. by jlabanca@google.com · 16 years ago
  100. 411242c IE and WebKit report incorrect values for scroll-left in RTL mode, and I've normalized on what Firefox does, which is to report negative offsets from the right edge. This makes the absolute-positioning math work out properly, and is what other toolkits seem to have standardized on as well. by jlabanca@google.com · 16 years ago