1. 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
  2. 67d0a53 Adds @GwtTransient, an annotation that tells GWT RPC by spoon@google.com · 16 years ago
  3. cbae25e Merging releases/1.6@4366 :4385 into trunk. by jat@google.com · 16 years ago
  4. 946c97a Sort/format/remove checkstyle warnings. by jat@google.com · 16 years ago
  5. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  6. a9365de Initial add of the AsyncProxy type to support deferred construction and method invocation for "command-style" APIs. by bobv@google.com · 16 years ago
  7. 29c9b72 Cherrypick merges of 1.6 c4298 and c4299. by fabbott@google.com · 16 years ago
  8. 2762932 typo correction; the ListenerWrapper for Trees should fire a StateChange rather than Selection for node open. (Node close was correct.) by fabbott@google.com · 16 years ago
  9. e37bfbe Merge SOYC report branch into trunk. by bobv@google.com · 16 years ago
  10. 70bbb92 Merging releases/1.6@4147:4198 into trunk. by scottb@google.com · 16 years ago
  11. e7068d8 Merging releases/1.6@4130:4147 into trunk. by scottb@google.com · 16 years ago
  12. 2137856 Merging releases/1.6@4025:4130 into trunk; supercedes trunk:c4118. by scottb@google.com · 16 years ago
  13. 5bfd190 Added method-level timeouts to GWTTestCases, triggered by the need for by fabbott@google.com · 16 years ago
  14. 8dec422 When generating serializers and deserializers for RPC, don't support by spoon@google.com · 16 years ago
  15. 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
  16. e10ac6f This patch adds a better code-splitting strategy for implementing by spoon@google.com · 16 years ago
  17. 2e8ef32 Merging from releases/1.6@3878:3944 by scottb@google.com · 16 years ago
  18. c3f5a90 Support GWT.runAsync by splitting the JavaScript code by spoon@google.com · 16 years ago
  19. 74bb585 Merging from releases/1.6@3739:3876 by jat@google.com · 16 years ago
  20. 1eebb4c A malformed test object with no name (which we expect to be the method, but which isn't set if you use the default c'tor to make your test) can hang the test infrastructure indefinitely, because reportResultsAndGetNextMethod throws and causes retries from the client, including for timeout status reporting. This flags that problem up front and fails, which is what the test will do in execution anyway (because without a name we don't know what method to run). by fabbott@google.com · 16 years ago
  21. ccbc50f Fix incorrect variable introduced in cleaning up sharding of methodMap creation by jat@google.com · 16 years ago
  22. 475a58e Improve robustness of XML parsing error detection on Safari. by bobv@google.com · 16 years ago
  23. 113b42c For IE7, we should be instantiating an XHR with the native XMLHttpRequest by ajr@google.com · 16 years ago
  24. 44ad0f9 Added getters/setters to PopupPanel for autoHide and modal variables. by jlabanca@google.com · 16 years ago
  25. f07c624 Let users drag DialogBoxes off the screen in any direction, but only as long as by ajr@google.com · 16 years ago
  26. 40c2924 Restoring removed innerContent change now that build is green. by ecc@google.com · 17 years ago
  27. b6dd881 Temporary backing out change for mozilla's text content to see if that helps fix the build. by ecc@google.com · 17 years ago
  28. 7216690 Using fall back text content for old Mozilla. Desk check by jgw. by ecc@google.com · 17 years ago
  29. 17f219d Fix for issue 940, not using innerContent for mozilla text nodes. by ecc@google.com · 17 years ago
  30. 93b55d3 Fixes issue #2853, where leaf nodes were not lining up in IE. by ecc@google.com · 17 years ago
  31. 777d532 Fixes a Linux hosted mode crash when an RPC interface has a large number of by jat@google.com · 17 years ago
  32. 6f03a3e Fixed a TreeItem bug where leaf nodes were converted to full nodes when a child was added, but they were assumed to be leaf nodes when the last child was removed. Now, we check if the item has been converted to a full node and apply the leaf image if it has, otherwise we apply the margin in place of the leaf image. by jlabanca@google.com · 17 years ago
  33. bbeb37d Fixes Safari history issues stemming from setting location.hash to the empty by jgw@google.com · 17 years ago
  34. af18871 Fixed a bug in IE6 where the DialogBox would not drag unless the user moused down directly over text in the caption. This patch was complicated by the fact that we have an implicit contract to fire mouse listeners from the caption into the DialogBox, which is really an implementation detail but useful none the less. The get around this, the DialogBox now fires the mouse events to itself, simulating the event from the caption. by jlabanca@google.com · 17 years ago
  35. b51b7b4 Comment update: removes a stale reference to GWT.java-hosted. by spoon@google.com · 17 years ago
  36. 56f7f49 Added TabBar.setTabEnabled() option to disable tabs in a TabBar. by jlabanca@google.com · 17 years ago
  37. bb0d656 Added an assertion that style attribute names do not contain a hyphen. Users should use the camelCase form of the attribute name. by jlabanca@google.com · 17 years ago
  38. bb8d767 Fixed an issue where TextBoxBase.setSelectionRange() can throw an error if the element is not attached to the page or not visible. Also fixed an error in TextBoxBase.getSelectedText() where it throws an exception in IE if the cursorPos is -1, which can happen if the element is not attached. by jlabanca@google.com · 17 years ago
  39. 0390a8c Add a FormPanel.reset() method. by jlabanca@google.com · 17 years ago
  40. 4ff1f05 Adds a stub for GWT.runAsync, so that people can add by spoon@google.com · 17 years ago
  41. 2f3c277 Add Shanjian's timezone formatting support to GWT! by ajr@google.com · 17 years ago
  42. 1b420bf 1) Adds the concept of module "configuration" properties which do not affect deferred-binding decisions and may be set to any string value. These configuration properties are exposed to Generators and Linkers as a means of providing global configuration information. by scottb@google.com · 17 years ago
  43. a8e83c8 Adds TextArea.wrap() and updates TextArea to use dom.Element. by jgw@google.com · 17 years ago
  44. 4e1bdde Added styles gwt-TabBarFirst-wrapper and gwt-TabBarRest-wrapper to the TabBar. by jlabanca@google.com · 17 years ago
  45. c927dfd Clicking on a MenuItem does not close its child menu if autoOpen is enabled, unless the MenuItem has its own Command associated with it. by jlabanca@google.com · 17 years ago
  46. 6806e29 Added methods to insert MenuItems and MenuItemSeparators into MenuBars. Also fixed a MenuBar bug where the visible submenu of the previous MenuItem would remain open if the user highlights a MenuItem that does not have a visible submenu. by jlabanca@google.com · 17 years ago
  47. 0eee619 MenuBar focuses itself when a MenuItem is selected for any reason so the user can seamlessly switch between the mouse and keyboard. However, this means that the SuggestBox loses focus as soon as the first suggestion is automatically highlighted. This patch makes the focus optional in MenuBar. by jlabanca@google.com · 17 years ago
  48. 2ca93d4 One more fix to address Window level events. This time, all browsers except IE sink the events directly on the outer window. IE still embeds a script element on the outer window in order to sink events in the correct context. by jlabanca@google.com · 17 years ago
  49. 132d99f Fixes a bug in the way Window sinks events on the outer Window. In some cases, adding a script element to the page will not result in the script element being parsed synchronously, so we need to use the eval command to ensure the events are sunk on the outer Window. IE does not work with the eval command, so we use a deferred binding. by jlabanca@google.com · 17 years ago
  50. e0a6ae1 Cleanup after 1.5 merge. by scottb@google.com · 17 years ago
  51. 566806a Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  52. bd9fe8c Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  53. 788dbe1 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  54. 027aa3c Removing the WindowFocusListener because IE does not implement it in a way that is consistent with other browsers, and normalizing the behavoir would require sinking the onBlur event on every element on the page. by jlabanca@google.com · 17 years ago
  55. c7107fe Updating .classpathsrc for ApplicationCreator to reflect updated Eclipse JUnit referencing; removes Eclipse warning. by scottb@google.com · 17 years ago
  56. 5093772 Added WindowFocusListener to catch Window level blur and focus events. Also refactored the Window event system to sink events lazily instead of all at once, reducing compiled code size for most apps that only sink one Window level event. Renamed WindowScrollListener.onScroll() to WindowScrollListener.onWindowScrolled() to be consistent with other Window events. by jlabanca@google.com · 17 years ago
  57. daba193 Another fix for the Window __gwt_initWindowHandlers method. I was using ScriptElement.setText to set the source code in a script tag, but Safari 2 does not support setText. This patch adds a Document.createScriptElement(String source) method that uses the correct methods via a DeferredBinding. by jlabanca@google.com · 17 years ago
  58. 0c8fea2 Fixes a bug in Window where the __gwt_initWindowHandler function was being obfuscated before it was added to the outer window. This patch sets the name after the obfuscation occurs to ensure it is correct. by jlabanca@google.com · 17 years ago
  59. 5f9b1c6 Adds WindowScrollListener support to the Window. This patch also moves the initHandlers method out of the *Template.js files and into Window, reducing the size of the nocache files by 1.5k. The Window class now injects the initWindowHandlers method onto the outer window as needed, then removes it immediately. by jlabanca@google.com · 17 years ago
  60. ceaec72 Make the MenuBar work more like standard MenuBars, and adds the following features: by jlabanca@google.com · 17 years ago
  61. 057c36f Added overrides of insertRow and removeRow to the Grid class. Previously, Grid did not override or expose these protected methods in HTMLTable, so calling them would lead to an invalid state where Grid's numRows variable did not coorespond to the actual number of rows. This could be a breaking change because we now expose these as public methods, so subclasses of Grid that override insert/removeRow but keep them protected will result in a compiler error (reducing visibility of a method). by jlabanca@google.com · 17 years ago
  62. 96c7556 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  63. 60d329f Semantics of JClassType.isDefaultInstantiable() now actually match the Javadoc. GWTRunnerGenerator now deals better with nested classes. by scottb@google.com · 17 years ago
  64. 3c06530 Fixes JavaScriptException's JUnit integration; serialized exceptions were showing up with empty messages, because getName() and getMessage() would reinitialize them. by scottb@google.com · 17 years ago
  65. fcef0fd Adds a new DebugInfo class with a static method DebugInfo.isDebugIdEnabled(), which allows users to check if Debug Ids (UIObject.ensureDebugId) are enabled. by jlabanca@google.com · 17 years ago
  66. 4bc5bb3 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  67. 10d0258 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  68. 2269498 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  69. 867efda Merged changes from 1.5 into trunk. by zundel@google.com · 17 years ago
  70. fc9aa12 Merging revs 3170 to 3188 from GWT 1.5 branch back into trunk. by zundel@google.com · 17 years ago
  71. 01b45f8 Annotate Element subclasses with their corresponding HTML tag names. by bobv@google.com · 17 years ago
  72. e10b278 Merges changes/spoon/defBindStringBuilder into trunk. This gives by spoon@google.com · 17 years ago
  73. 0eb88b4 Merging releases/1.5@r3125:r3170 into trunk. by scottb@google.com · 17 years ago
  74. 0391cd0 Merging releases/1.5@r3078:r3125 into trunk. by zundel@google.com · 17 years ago
  75. 29e09db 1. The TypeSerializerCreator class used the last argument in its constructor, a by amitmanjhi@google.com · 17 years ago
  76. a31b29b Lazy inits on JavaScriptException to keep code size down for very tiny apps that catch Throwable. by scottb@google.com · 17 years ago
  77. 60a1f59 Allows a space in a -selenium argument to JUnitShell. (allows an by zundel@google.com · 17 years ago
  78. 0986505 Merging releases/1.5@r3048:r3078 into trunk. by jlabanca@google.com · 17 years ago
  79. b3c04c6 CheckBox.ensureDebugId() now sets the ID of the input element. Previously, it only set the ID of the label because the input element already had an ID. I also updated RadioButtonTest because RadioButton is a subclass of CheckBox, but it did not have a test specifically for debug IDs. by jlabanca@google.com · 17 years ago
  80. 4327b31 Added a dependent style name to the MenuBarPopup based on the primary style name of the MenuBar. This allows users to style MenuBar popups differently from each other. Currently, all MenuBar popups look identical. by jlabanca@google.com · 17 years ago
  81. 0a1124d Fixed an issue where the splitter in a SplitPanel would stop responding to mouse movement if the mouse entered an iframe. The SplitPanel now overlays an invisible glass panel on top of the Window to catch all events, even if they occur above an iframe. In addition, we catch the onLoseCapture event in IE so we can stop resizing if the browser automatically releases capture, such as when the user switches to a different Window. by jlabanca@google.com · 17 years ago
  82. 6435ea2 Merging releases/1.5@r2994:r3048 into trunk. by scottb@google.com · 17 years ago
  83. 29666c8 Adds support for running GWT Unit Tests through a Selenium-RC server. by zundel@google.com · 17 years ago
  84. 9de92df Merging releases/1.5@2941:2990 trunk. by scottb@google.com · 17 years ago
  85. 88ad0ca Adds additional GWTBridge methods to allow useful faking-out for non-GWTTestCase JUnit support, and potentially server-side use. by scottb@google.com · 17 years ago
  86. 328672c Merging r2941 from release/1.5 into trunk. - JUnitShell soft reference fix. by scottb@google.com · 17 years ago
  87. 52334ba Add currency symbol for AED, which is the default currency code for the by jat@google.com · 17 years ago
  88. 016df67 Improve correctness of LinkedHashMap and updates the tests. by bobv@google.com · 17 years ago
  89. 201a1d7 Rollback of r2874. The fix for Issue 960 breaks StyleInjector, so we need by knorton@google.com · 17 years ago
  90. c624dcb Rolling back r2922, which was not approved. by scottb@google.com · 17 years ago
  91. 7db8583 adding logs to JUnit stuff. Helpful for disambiguating which of several testcases with same method names runs, but primarily aimed at diagnosing a remoteweb test timeout... surely not all of the clients really go AWOL all at once?? by fabbott@google.com · 17 years ago
  92. 584afa4 Fixes issue 2283. The generated client-side remote service proxy implemented the generic version of the async interface. This would produce bad code if the async interface was itself generic. Also, the proxy methods were not using the erasure of signature of the declaring method. This would result in method resolution failures if the RemoteService was parameterized. by mmendez@google.com · 17 years ago
  93. 68ab365 Proper nesting of non-default instantiability message. by mmendez@google.com · 17 years ago
  94. c54f27c Manually serializable classes should not be assumed to expose their type arguments. Allow raw Collections and Sets to be used. by mmendez@google.com · 17 years ago
  95. 92db91c Mainly, this fixes an overlooked case of type parameter exposure, namely a by spoon@google.com · 17 years ago
  96. e13eda7 Fixes issue 1695 by zundel@google.com · 17 years ago
  97. 0369f34 Rolling back r2884 and r2885 because it did not address the underlying issue. by scottb@google.com · 17 years ago
  98. 2be22ee Updated DateTimeConstants data to CLDR 1.51. The existing data was replaced with the new data, which is why so many files were deleted. Modified DateTimeFormatTest_de to account for the changes in the 'de' locale's data. by rdayal@google.com · 17 years ago
  99. c7da479 Updated logic of animation code by defining default implementations of onStart, onComplete, and onCancel. Modified existing widget animations to take advantage of the new code. by jlabanca@google.com · 17 years ago
  100. 5923751 Exposure computer will skip classes that are not field serializable. Use the erasure of the superclass when computing immediate subtypes. Refactored STOB field serialziabiliy and instantiability checks to allow them to be reused by the type parameter exposure computer. by mmendez@google.com · 17 years ago