1. c4c4ead Update to r4917, which has GWT.runAsync download by spoon@google.com · 16 years ago
  2. e227edd When adding a bridge method (r4943), set up its override by spoon@google.com · 16 years ago
  3. 5a1a5a5 Adds a new test to verify that a client SerializationException prevents a server invocation. by scottb@google.com · 16 years ago
  4. 46f52bc Cherry-pick merging /releases/1.6 c4963 into trunk. by scottb@google.com · 16 years ago
  5. 005d3d3 Fixes issue 3304. The attempted fix in r4477 opened up some possible by spoon@google.com · 16 years ago
  6. ef19e66 Add the permutation's strong name to the HTTP headers of GWT RPC requests. by bobv@google.com · 16 years ago
  7. 617ed41 Fixes broken serializability of StackTraceElement by rjrjr@google.com · 16 years ago
  8. 5323876 Merging releases/1.6@4669:4911 into trunk. by scottb@google.com · 16 years ago
  9. 41b9203 Rolling back r4917 to clear the build for a pending 1.6 -> trunk merge. by scottb@google.com · 16 years ago
  10. 123be3b Allow runAsync to download code using XHR instead of by spoon@google.com · 16 years ago
  11. 19bec45 Added comments to EventTest.testDoubleClickEvent() to explain why IE behavior is expected to be different. by jlabanca@google.com · 16 years ago
  12. e103359 Fixed a bug where IE would synthesize extra click events on a double click. by jlabanca@google.com · 16 years ago
  13. abdf77e Add support for runtime locales, update CLDR data. by jat@google.com · 16 years ago
  14. 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
  15. f1f210f Partial rollback of c4888: we shouldn't, but have some users depending on by fabbott@google.com · 16 years ago
  16. 917a542 Fixes issue r3414 by making date box fire value change events reliably by ecc@google.com · 16 years ago
  17. 080c389 Updated webAppCreator to include a much better error handling message when an RPC error occurs. by jlabanca@google.com · 16 years ago
  18. 7d2529a Merging trunk c4889 into this branch. by jgw@google.com · 16 years ago
  19. 6b28ff9 Fixes FlowPanel.clear() on IE (by making it not use innerHTML). by jgw@google.com · 16 years ago
  20. 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
  21. 65e33e4 Fixes issue 3378 by adding getHandlerCount() Review by:rjrjr by ecc@google.com · 16 years ago
  22. 199ab93 Fix MenuItem class doc--it's not a widget by rjrjr@google.com · 16 years ago
  23. 1e0e646 Fix web-mode compilation of SingleJsoImpl types when the implementing JSO type is never explicitly referenced by client code. by bobv@google.com · 16 years ago
  24. 079f149 Fix test based on new CLDR data. by jat@google.com · 16 years ago
  25. e014325 Update date/time constants to CLDR 1.6.1. by jat@google.com · 16 years ago
  26. ffb71b8 Merging trunk@c4867 into the 1.6 release branch. by jgw@google.com · 16 years ago
  27. 5559149 Merging trunk@c4859 into 1.6 release branch. by jgw@google.com · 16 years ago
  28. 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
  29. 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
  30. e15b8ee We deprecate ListBox's setMultipleSelect, fixing issue 249. Review by:rjrjr by ecc@google.com · 16 years ago
  31. b8dc095 Remove the need for an explicit SingleJsoImpl annotation. The single-JSO-ness of interfaces will be automatically calculated. by bobv@google.com · 16 years ago
  32. 3af18e0 Add a doctype to the template for our generated web.xml on new projects. by ajr@google.com · 16 years ago
  33. 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
  34. 6c565c7 Fixes CheckBox.replaceInputElement() to not reverse the order of the input & by jgw@google.com · 16 years ago
  35. 93fe994 Checkstyle fixes. by scottb@google.com · 16 years ago
  36. 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
  37. 374d43a Merge web-mode stack trace support. by bobv@google.com · 16 years ago
  38. b2bd3f5 Allow test parallelization to be set externally. by bobv@google.com · 16 years ago
  39. 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
  40. c0e308f Integrate type-removal branch into trunk. by bobv@google.com · 16 years ago
  41. 49b3f1c Disabled the unit test DOMRtlTest.disabledTestGetAbsolutePositionWhenScrolled() to fix the build. I will reenable this test very soon. by jlabanca@google.com · 16 years ago
  42. 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
  43. a42900d Adds a native XMLHttpRequest implementation, updates RequestBuilder to use it, by jgw@google.com · 16 years ago
  44. d7d618d FileUpload now implements HasChangeHandlers, which is fired when a user changes the file in the widget. by jlabanca@google.com · 16 years ago
  45. b59a39d Format. by scottb@google.com · 16 years ago
  46. 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
  47. 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
  48. 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
  49. 57e3c80 Adds a redirect to the deprecation on HasKeyPreview by rjrjr@google.com · 16 years ago
  50. 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
  51. 44e138f Removing deprecated HasHandlers interface in the logical package. (Second attempt) by ecc@google.com · 16 years ago
  52. 170d878 Mostly superficial/aesthetic improvements to the doc build and javadoc content: by bruce@google.com · 16 years ago
  53. 61ff7c8 Fixes issue 3277. The lightweight metrics for runAsync() work again. by spoon@google.com · 16 years ago
  54. d076b63 This patch improves the way runAsync calls its callbacks in two by spoon@google.com · 16 years ago
  55. 01cc16f Removes the stub implementation of GWT.runAsync. by spoon@google.com · 16 years ago
  56. 65575c4 Added a tearDown to PopupTest to remove leftover popups from the RootPanel, ensuring that they don't interfere with other tests. by jlabanca@google.com · 16 years ago
  57. 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
  58. 405a1ba Commit SingleJsoImpl branch to trunk. by bobv@google.com · 16 years ago
  59. 972e9ab Checkstyle fixes. by scottb@google.com · 16 years ago
  60. a8da490 Merge of r4669 from releases/1.6 to fix broken build. by jgw@google.com · 16 years ago
  61. a981254 Fixes broken 1.6 build. The Mozilla-specific implementation of by jgw@google.com · 16 years ago
  62. 399b564 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  63. a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  64. ed4569f Update to the test target for emma hosted mode. Plus, added check to not generate class mappings by amitmanjhi@google.com · 16 years ago
  65. 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
  66. dac5677 Merge of c4624 from branches/snapshot-2009.01.29. by jgw@google.com · 16 years ago
  67. 6fb9b1c Merge of c4628, c4639 from branches/snapshot-2009.01.29. by jgw@google.com · 16 years ago
  68. 43c343d Tightened up parsing of the "locale" parameter from the URL query string. by zundel@google.com · 16 years ago
  69. 0e8a644 Allows external scripts (including the Gadget selection script) to setup by zundel@google.com · 16 years ago
  70. 85921ba Fixes issue #3314; adds a constructor overload for PushButton(Image, Image, ClickHandler). by scottb@google.com · 16 years ago
  71. 57cae50 Switching Timer to correctly use close event rather then closing event on window. by ecc@google.com · 16 years ago
  72. 7220148 Updated the filter in the ant task for running hosted mode tests in emma mode. The filter now correctly excludes CoverageTest.class by amitmanjhi@google.com · 16 years ago
  73. 0018b9f Fixes issue #3334; Arrays.deepHashCode() containing embedded nulls. by scottb@google.com · 16 years ago
  74. f4c935f This patch expands Gwt's ability to successfully create classMappings, necessary when running Emma. The following types of classes by amitmanjhi@google.com · 16 years ago
  75. 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
  76. 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
  77. 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
  78. 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
  79. 7de6a17 Sort & format. by scottb@google.com · 16 years ago
  80. 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
  81. 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
  82. 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
  83. 7348cba Import organize. by scottb@google.com · 16 years ago
  84. 29d60fd - Fixes double-firing of clicks on CustomButton. by jgw@google.com · 16 years ago
  85. 49a123d Undo change r4586 due to an interaction with the api checker that breaks the continuous build. by bobv@google.com · 16 years ago
  86. 62773b1 Adds a -draftCompile flag to the compiler. by bobv@google.com · 16 years ago
  87. 2c2bdbd Temporary hack to allow forcible removal of class-literal strings by inheriting by jgw@google.com · 16 years ago
  88. 0385ed7 Checkstyle fixes. by jgw@google.com · 16 years ago
  89. 666d037 Fixes broken synthetic load event firing on IE. by jgw@google.com · 16 years ago
  90. dfa7593 This change restores TextBoxBase's implementation of HasChangeEventHandlers by rjrjr@google.com · 16 years ago
  91. ed46bf8 Adding presubmit target so Joel can use it, as his checkstyle setup is currently foobared (note, checkstyle info message will be updated in subsequent commit) by ecc@google.com · 16 years ago
  92. 1516ac6 Fix NullPointerException in RPCRequest.toString(). by bobv@google.com · 16 years ago
  93. 85570df - Fixes Image to not fire an extra onload even when applying clipped image by jgw@google.com · 16 years ago
  94. 4598c15 Phase 2 of readying samples for distro. by scottb@google.com · 16 years ago
  95. 9082063 Phase 1 of readying samples for distro; do not produce Elipse stuff. by scottb@google.com · 16 years ago
  96. 0dbaa40 Fixes broken CreateEventTest on Firefox2 and earlier. There were three problems: by jgw@google.com · 16 years ago
  97. c74760b Adds support for Document.create*Event() and Element.dispatchEvent(). by jgw@google.com · 16 years ago
  98. 641f8cb Adding code to prevent warning of converting longs->ints in IE hosted mode by ecc@google.com · 16 years ago
  99. 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
  100. d97c97d Fixed issue 3307 by not gating the selection of an item on whether it is focusable by ecc@google.com · 16 years ago