1. e37bfbe Merge SOYC report branch into trunk. by bobv@google.com · 16 years ago
  2. 443691f Fix unreliable test -- it checks for implementation details that vary between by jat@google.com · 16 years ago
  3. 70bbb92 Merging releases/1.6@4147:4198 into trunk. by scottb@google.com · 16 years ago
  4. 47154ac Added more tests for date/time formatting in the en locale. by ajr@google.com · 16 years ago
  5. e7068d8 Merging releases/1.6@4130:4147 into trunk. by scottb@google.com · 16 years ago
  6. 2137856 Merging releases/1.6@4025:4130 into trunk; supercedes trunk:c4118. by scottb@google.com · 16 years ago
  7. a90b2cc Disables SingleScriptLinkerTest by default, because it only by spoon@google.com · 16 years ago
  8. 5bfd190 Added method-level timeouts to GWTTestCases, triggered by the need for by fabbott@google.com · 16 years ago
  9. 14ba35e Fixes the cross-site linker template to account for the change, probably in revision by spoon@google.com · 16 years ago
  10. 8dec422 When generating serializers and deserializers for RPC, don't support by spoon@google.com · 16 years ago
  11. 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
  12. e10ac6f This patch adds a better code-splitting strategy for implementing by spoon@google.com · 16 years ago
  13. 2e8ef32 Merging from releases/1.6@3878:3944 by scottb@google.com · 16 years ago
  14. c3f5a90 Support GWT.runAsync by splitting the JavaScript code by spoon@google.com · 16 years ago
  15. 74bb585 Merging from releases/1.6@3739:3876 by jat@google.com · 16 years ago
  16. 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
  17. ccbc50f Fix incorrect variable introduced in cleaning up sharding of methodMap creation by jat@google.com · 16 years ago
  18. 475a58e Improve robustness of XML parsing error detection on Safari. by bobv@google.com · 16 years ago
  19. 113b42c For IE7, we should be instantiating an XHR with the native XMLHttpRequest by ajr@google.com · 16 years ago
  20. 44ad0f9 Added getters/setters to PopupPanel for autoHide and modal variables. by jlabanca@google.com · 16 years ago
  21. f07c624 Let users drag DialogBoxes off the screen in any direction, but only as long as by ajr@google.com · 16 years ago
  22. 40c2924 Restoring removed innerContent change now that build is green. by ecc@google.com · 16 years ago
  23. 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
  24. 7216690 Using fall back text content for old Mozilla. Desk check by jgw. by ecc@google.com · 17 years ago
  25. 17f219d Fix for issue 940, not using innerContent for mozilla text nodes. by ecc@google.com · 17 years ago
  26. 93b55d3 Fixes issue #2853, where leaf nodes were not lining up in IE. by ecc@google.com · 17 years ago
  27. 777d532 Fixes a Linux hosted mode crash when an RPC interface has a large number of by jat@google.com · 17 years ago
  28. 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
  29. 6648675 Fix checkstyle warnings. by scottb@google.com · 17 years ago
  30. 32abe53 Fixing build breakage (WindowTest.testLocation() implicitly depended upon the by jgw@google.com · 17 years ago
  31. bbeb37d Fixes Safari history issues stemming from setting location.hash to the empty by jgw@google.com · 17 years ago
  32. 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
  33. b51b7b4 Comment update: removes a stale reference to GWT.java-hosted. by spoon@google.com · 17 years ago
  34. 56f7f49 Added TabBar.setTabEnabled() option to disable tabs in a TabBar. by jlabanca@google.com · 17 years ago
  35. 16636d7 Fixed ElementTest.testStyleCamelCase() so it only tests the assertions on Style if assertions are enabled. by jlabanca@google.com · 17 years ago
  36. 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
  37. 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
  38. 0390a8c Add a FormPanel.reset() method. by jlabanca@google.com · 17 years ago
  39. 4ff1f05 Adds a stub for GWT.runAsync, so that people can add by spoon@google.com · 17 years ago
  40. 1193a84 Fixed the failing test in TimeZoneTest -- we were asking it to parse an by ajr@google.com · 17 years ago
  41. d3fca05 Build fix: follow on to r3562. by scottb@google.com · 17 years ago
  42. 2f3c277 Add Shanjian's timezone formatting support to GWT! by ajr@google.com · 17 years ago
  43. 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
  44. a8e83c8 Adds TextArea.wrap() and updates TextArea to use dom.Element. by jgw@google.com · 17 years ago
  45. a1868dd Peephole remove duplicate assignment. by scottb@google.com · 17 years ago
  46. e169b76 Commented out testChangeClippedImageToUnclipped() because it fails by zundel@google.com · 17 years ago
  47. 4e1bdde Added styles gwt-TabBarFirst-wrapper and gwt-TabBarRest-wrapper to the TabBar. by jlabanca@google.com · 17 years ago
  48. 5da9113 Merge 1.5 branch changes. by bobv@google.com · 17 years ago
  49. 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
  50. 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
  51. 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
  52. 104d548 Checkstyle fixes / sort / format of ClassCastTest. by scottb@google.com · 17 years ago
  53. 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
  54. 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
  55. e0a6ae1 Cleanup after 1.5 merge. by scottb@google.com · 17 years ago
  56. 566806a Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  57. bd9fe8c Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  58. 67da6fe Cleaning up r3589, merging of releases/1.5 into trunk by scottb@google.com · 17 years ago
  59. 788dbe1 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  60. 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
  61. c7107fe Updating .classpathsrc for ApplicationCreator to reflect updated Eclipse JUnit referencing; removes Eclipse warning. by scottb@google.com · 17 years ago
  62. 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
  63. 40b80b6 Fixes issue #2379; unstable generators should not crash the compiler or hosted mode. by scottb@google.com · 17 years ago
  64. 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
  65. 0e2dc628 by fabbott@google.com · 17 years ago
  66. 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
  67. 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
  68. ceaec72 Make the MenuBar work more like standard MenuBars, and adds the following features: by jlabanca@google.com · 17 years ago
  69. 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
  70. 96c7556 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  71. 60d329f Semantics of JClassType.isDefaultInstantiable() now actually match the Javadoc. GWTRunnerGenerator now deals better with nested classes. by scottb@google.com · 17 years ago
  72. 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
  73. 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
  74. 4bc5bb3 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  75. 10d0258 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  76. 2269498 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  77. 6e306e6 Disables constant folding in two cases where a division by zero could result. by spoon@google.com · 17 years ago
  78. e725659 Removes a useless test that was accidentally added in revision 3191. by spoon@google.com · 17 years ago
  79. 867efda Merged changes from 1.5 into trunk. by zundel@google.com · 17 years ago
  80. fc9aa12 Merging revs 3170 to 3188 from GWT 1.5 branch back into trunk. by zundel@google.com · 17 years ago
  81. 01b45f8 Annotate Element subclasses with their corresponding HTML tag names. by bobv@google.com · 17 years ago
  82. e10b278 Merges changes/spoon/defBindStringBuilder into trunk. This gives by spoon@google.com · 17 years ago
  83. 193f2c7 A user has had a conflict with the selenium classes I bundled into gwt-user.jar and requested that we remove them. by zundel@google.com · 17 years ago
  84. 0eb88b4 Merging releases/1.5@r3125:r3170 into trunk. by scottb@google.com · 17 years ago
  85. 0391cd0 Merging releases/1.5@r3078:r3125 into trunk. by zundel@google.com · 17 years ago
  86. 29e09db 1. The TypeSerializerCreator class used the last argument in its constructor, a by amitmanjhi@google.com · 17 years ago
  87. a31b29b Lazy inits on JavaScriptException to keep code size down for very tiny apps that catch Throwable. by scottb@google.com · 17 years ago
  88. 60a1f59 Allows a space in a -selenium argument to JUnitShell. (allows an by zundel@google.com · 17 years ago
  89. 6ea01d7 This makes LongLib.toString faster by only dividing once each time through the loop by spoon@google.com · 17 years ago
  90. 0986505 Merging releases/1.5@r3048:r3078 into trunk. by jlabanca@google.com · 17 years ago
  91. 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
  92. 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
  93. 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
  94. 6435ea2 Merging releases/1.5@r2994:r3048 into trunk. by scottb@google.com · 17 years ago
  95. 29666c8 Adds support for running GWT Unit Tests through a Selenium-RC server. by zundel@google.com · 17 years ago
  96. 9de92df Merging releases/1.5@2941:2990 trunk. by scottb@google.com · 17 years ago
  97. 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
  98. 337e447 When replacing a field reference with a nullField reference, override the type of the reference by spoon@google.com · 17 years ago
  99. 9cba78e When making a static implementation method, set the original parameter types by spoon@google.com · 17 years ago
  100. 328672c Merging r2941 from release/1.5 into trunk. - JUnitShell soft reference fix. by scottb@google.com · 17 years ago