1. ed99028 Merge from 1.6 to trunk. by jat@google.com · 16 years ago
  2. c4c4ead Update to r4917, which has GWT.runAsync download by spoon@google.com · 16 years ago
  3. 46f52bc Cherry-pick merging /releases/1.6 c4963 into trunk. by scottb@google.com · 16 years ago
  4. ef19e66 Add the permutation's strong name to the HTTP headers of GWT RPC requests. by bobv@google.com · 16 years ago
  5. 617ed41 Fixes broken serializability of StackTraceElement by rjrjr@google.com · 16 years ago
  6. 5323876 Merging releases/1.6@4669:4911 into trunk. by scottb@google.com · 16 years ago
  7. 41b9203 Rolling back r4917 to clear the build for a pending 1.6 -> trunk merge. by scottb@google.com · 16 years ago
  8. 123be3b Allow runAsync to download code using XHR instead of by spoon@google.com · 16 years ago
  9. e103359 Fixed a bug where IE would synthesize extra click events on a double click. by jlabanca@google.com · 16 years ago
  10. abdf77e Add support for runtime locales, update CLDR data. by jat@google.com · 16 years ago
  11. 03a8030 Fixes issue 3365 by making sure the date value is copied upon the construction of the date value change event. by ecc@google.com · 16 years ago
  12. f1f210f Partial rollback of c4888: we shouldn't, but have some users depending on by fabbott@google.com · 16 years ago
  13. 917a542 Fixes issue r3414 by making date box fire value change events reliably by ecc@google.com · 16 years ago
  14. 080c389 Updated webAppCreator to include a much better error handling message when an RPC error occurs. by jlabanca@google.com · 16 years ago
  15. 7d2529a Merging trunk c4889 into this branch. by jgw@google.com · 16 years ago
  16. 6b28ff9 Fixes FlowPanel.clear() on IE (by making it not use innerHTML). by jgw@google.com · 16 years ago
  17. 9972eb1 Use a local variable to record the RPC request id number instead of using the global variable. by bobv@google.com · 16 years ago
  18. 65e33e4 Fixes issue 3378 by adding getHandlerCount() Review by:rjrjr by ecc@google.com · 16 years ago
  19. 199ab93 Fix MenuItem class doc--it's not a widget by rjrjr@google.com · 16 years ago
  20. e014325 Update date/time constants to CLDR 1.6.1. by jat@google.com · 16 years ago
  21. ffb71b8 Merging trunk@c4867 into the 1.6 release branch. by jgw@google.com · 16 years ago
  22. 5559149 Merging trunk@c4859 into 1.6 release branch. by jgw@google.com · 16 years ago
  23. 06e80c26 Disables the popup scrollbar hack for FF3 and later on Mac OS X, where it is no by jgw@google.com · 16 years ago
  24. d435487 Fixed a bug in DOMImplIE.getAbsoluteLeft() where the wrong value can be returned in strict mode if the user sets a width on the body element. by jlabanca@google.com · 16 years ago
  25. e15b8ee We deprecate ListBox's setMultipleSelect, fixing issue 249. Review by:rjrjr by ecc@google.com · 16 years ago
  26. 3af18e0 Add a doctype to the template for our generated web.xml on new projects. by ajr@google.com · 16 years ago
  27. 35a35dd Fix test breaks on Linux hosted-mode browser running in web mode; sometimes a function's toString() will start with spaces. by bobv@google.com · 16 years ago
  28. 6c565c7 Fixes CheckBox.replaceInputElement() to not reverse the order of the input & by jgw@google.com · 16 years ago
  29. 93fe994 Checkstyle fixes. by scottb@google.com · 16 years ago
  30. 4017786 Fix null derefenece in Mozilla browsers if we attempt to create a JavaScriptException after encountering a "throw null;" scenario. by bobv@google.com · 16 years ago
  31. 374d43a Merge web-mode stack trace support. by bobv@google.com · 16 years ago
  32. c6ac19e Fixed DOMRtlTest.testGetAbsolutePositionWhenScrolled(). We now allow the return value of getAbsoluteLeft to be off by 1px, which is possible in FF2 if the element is in a scrollable div. by jlabanca@google.com · 16 years ago
  33. c0e308f Integrate type-removal branch into trunk. by bobv@google.com · 16 years ago
  34. 0b0d6d4 On Chrome and Safari in RTL mode, getAbsoluteLeft() returns the wrong value if a scrollable div is in the hierarchy because offsetLeft is relative to the left edge of the scrollable div when scrolled all the way to the right, not when scrolled to the left. This patch adds back the difference between the left edge when scrolled to the left and the left edge when scrolled to the right. by jlabanca@google.com · 16 years ago
  35. a42900d Adds a native XMLHttpRequest implementation, updates RequestBuilder to use it, by jgw@google.com · 16 years ago
  36. d7d618d FileUpload now implements HasChangeHandlers, which is fired when a user changes the file in the widget. by jlabanca@google.com · 16 years ago
  37. 1cff3b3 Update WebAppCreator to make for friendlier build files. Tweak DynaTable's web.xml to have a nice welcome file. by scottb@google.com · 16 years ago
  38. a0b658b Fixes issue 1938 by preventing window resize events from being fired with duplicate height and width values. by ecc@google.com · 16 years ago
  39. 036eacc Updated the default app created by WebAppCreator so it looks a little better, is a little less complicated, and show how to add GWT functionality to an existing page. by jlabanca@google.com · 16 years ago
  40. 57e3c80 Adds a redirect to the deprecation on HasKeyPreview by rjrjr@google.com · 16 years ago
  41. ee8a4a9 Reduced the log level of ReplaceRunAsyncs and STOB from INFO down to DEBUG. INFO is the default log level and users were (rightly) complaining about spammy consoles during builds. by bruce@google.com · 16 years ago
  42. 44e138f Removing deprecated HasHandlers interface in the logical package. (Second attempt) by ecc@google.com · 16 years ago
  43. 170d878 Mostly superficial/aesthetic improvements to the doc build and javadoc content: by bruce@google.com · 16 years ago
  44. 61ff7c8 Fixes issue 3277. The lightweight metrics for runAsync() work again. by spoon@google.com · 16 years ago
  45. d076b63 This patch improves the way runAsync calls its callbacks in two by spoon@google.com · 16 years ago
  46. 01cc16f Removes the stub implementation of GWT.runAsync. by spoon@google.com · 16 years ago
  47. ee1fe3b Fixed a bug in PopupPanel where it could enter an invalid state if show() is called while it is in the process of hiding. by jlabanca@google.com · 16 years ago
  48. 405a1ba Commit SingleJsoImpl branch to trunk. by bobv@google.com · 16 years ago
  49. 972e9ab Checkstyle fixes. by scottb@google.com · 16 years ago
  50. a8da490 Merge of r4669 from releases/1.6 to fix broken build. by jgw@google.com · 16 years ago
  51. a981254 Fixes broken 1.6 build. The Mozilla-specific implementation of by jgw@google.com · 16 years ago
  52. a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  53. 6b9c0e3 Fixes issue 3340 by preventing IE race condition from occurring when the on load handler is set. by ecc@google.com · 16 years ago
  54. dac5677 Merge of c4624 from branches/snapshot-2009.01.29. by jgw@google.com · 16 years ago
  55. 6fb9b1c Merge of c4628, c4639 from branches/snapshot-2009.01.29. by jgw@google.com · 16 years ago
  56. 43c343d Tightened up parsing of the "locale" parameter from the URL query string. by zundel@google.com · 16 years ago
  57. 0e8a644 Allows external scripts (including the Gadget selection script) to setup by zundel@google.com · 16 years ago
  58. 85921ba Fixes issue #3314; adds a constructor overload for PushButton(Image, Image, ClickHandler). by scottb@google.com · 16 years ago
  59. 57cae50 Switching Timer to correctly use close event rather then closing event on window. by ecc@google.com · 16 years ago
  60. 2c215d8 Added documentation to HTMLTable.addTableListener() to explain that getCellForEvent() can return null. We also check for null in the mail sample. by jlabanca@google.com · 16 years ago
  61. 92b4576 Clarify that JSONObject.keySet() is immutable, fix bad test code that was taking advantage of the old implementation details. by scottb@google.com · 16 years ago
  62. 3f68e61 Clicking on the left or right of a TreeItem now focuses on the Tree and enables Keyboard support. Previously, the item appeared selected, but keyboard support wouldn't work. by jlabanca@google.com · 16 years ago
  63. a15ab41 Fixes a bug where checkboxes would not retain their value on IE when detached. We were accidentally short-circuiting the logic that would set the default checked property during widget unload. by scottb@google.com · 16 years ago
  64. ddd9232 I18N constant maps are now guaranteed to iterate in declaration order. This allows a better degree of user control, and fixes inconsistencies between hosted and web mode. by scottb@google.com · 16 years ago
  65. 5b4bb40 JSONObject's keySet should iterate in an oder that is consistent between hosted and web mode. This was being caused by the evil iterate-over-HashMap pattern. by scottb@google.com · 16 years ago
  66. 4b5ada4 IE natively throws only a double-click event when you click on an element twice, so DOMImplIE6 creates a second click event for the user. However, we currently fire the event on the element where the double-click event was sunk instead of on the srcElement of the double-click event. In other words, if a user double clicks in a cell in an HTMLTable, the source of the first click event is the cell, the source of the second click event is the table itself. This patch fires the event against $wnd.event.srcElement instead of against the element that the double click event is sunk on. by jlabanca@google.com · 16 years ago
  67. 7348cba Import organize. by scottb@google.com · 16 years ago
  68. 29d60fd - Fixes double-firing of clicks on CustomButton. by jgw@google.com · 16 years ago
  69. 0385ed7 Checkstyle fixes. by jgw@google.com · 16 years ago
  70. 666d037 Fixes broken synthetic load event firing on IE. by jgw@google.com · 16 years ago
  71. dfa7593 This change restores TextBoxBase's implementation of HasChangeEventHandlers by rjrjr@google.com · 16 years ago
  72. 1516ac6 Fix NullPointerException in RPCRequest.toString(). by bobv@google.com · 16 years ago
  73. 85570df - Fixes Image to not fire an extra onload even when applying clipped image by jgw@google.com · 16 years ago
  74. 4598c15 Phase 2 of readying samples for distro. by scottb@google.com · 16 years ago
  75. 9082063 Phase 1 of readying samples for distro; do not produce Elipse stuff. by scottb@google.com · 16 years ago
  76. 0dbaa40 Fixes broken CreateEventTest on Firefox2 and earlier. There were three problems: by jgw@google.com · 16 years ago
  77. c74760b Adds support for Document.create*Event() and Element.dispatchEvent(). by jgw@google.com · 16 years ago
  78. 641f8cb Adding code to prevent warning of converting longs->ints in IE hosted mode by ecc@google.com · 16 years ago
  79. 47cf662 Update checking now occurs when using command-line tools if no check has occurred in the last 24 hours. by scottb@google.com · 16 years ago
  80. d97c97d Fixed issue 3307 by not gating the selection of an item on whether it is focusable by ecc@google.com · 16 years ago
  81. 91987ae Adding NativeEvent to gwt 1.6 Desk review:jlabanca by ecc@google.com · 16 years ago
  82. 7ad09d4 by rjrjr@google.com · 16 years ago
  83. 068c2c4 Deletes unused method isEventHandled from interface HasHandlers. by rjrjr@google.com · 16 years ago
  84. a22719f Organize imports. by scottb@google.com · 16 years ago
  85. f0e178c Fixed capitalization typo (don't ask me how this compiled on my desk). by jgw@google.com · 16 years ago
  86. 9414bd4 This commit makes listener wrapper public. It also switching the default by ecc@google.com · 16 years ago
  87. 6d68a03 Refactors event infrastructure, to simplify the firing mechanism and allow users by jgw@google.com · 16 years ago
  88. 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
  89. 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
  90. 82054d4 Replaced uses of AlphaImageLoader in GWT style themes with references to single-bit transparent image files. IE7 now uses the multi-bit (anti-aliased) image files that it supports. IE6 uses single-bit (hard edged) files, although the difference is barely noticeably. by jlabanca@google.com · 16 years ago
  91. aa69158 Build fix for breaking CheckBoxTest on IE. by scottb@google.com · 16 years ago
  92. 88085e7 Reformat generated launch config. by scottb@google.com · 16 years ago
  93. 8024b78 Provide a welcome file automatically. by scottb@google.com · 16 years ago
  94. c0788c9 Fixed a bug where MenuItems in sub-sub menus cannot be clicked. by jlabanca@google.com · 16 years ago
  95. 3153c80 Collapsing our two versions of the ElementMapperImpl class into one. by ecc@google.com · 16 years ago
  96. 1c039aa This patch provides access to the underlying InputElement's value property, and by rjrjr@google.com · 16 years ago
  97. 095d97b Adds an option to HandlerManager to fire handlers in reverse order, and converts NativePreviewEvent to use the HandlerManager instead of an ArrayList. The HandlerManager automatically handles concurrent adds and removes, which caused a problem in MenuBar. by jlabanca@google.com · 16 years ago
  98. f5bad7a GwtEvent should not control its own hashcode Review by:jlabanca by ecc@google.com · 16 years ago
  99. 768d209 Removing jsni implementation of handler manager as benchmarking has shown it is not necessary. by ecc@google.com · 16 years ago
  100. 7e559d7 Committing issue http://gwt-code-reviews.appspot.com/2007, renaming SuggestBox.setSelectsFirstItem. by ecc@google.com · 16 years ago