1. 3d135bc Fixes Issue #1199. by gwt.team.knorton · 18 years ago
  2. aa50146 Fixes issue #1459; HTMLTable.isCellPresent() was using the wrong operator in a test expression. by gwt.team.scottb · 18 years ago
  3. 40abf43 Fixes issue #1453; in the hosted mode GUI TreeLogger, error messages were not expanding correctly on Linux and Mac. High severity children were failing to cause the parent chain to auto-expand. by gwt.team.scottb · 18 years ago
  4. ffe5cc5 Fixes issue #34; stale comment. by gwt.team.scottb · 18 years ago
  5. d62efa6 Fixes issue #1399 with an overhaul of widget attachment/detachment, plus tests for all panels. Also includes a Tree refactor, which removes ContentPanels and just manages straight DOM elements. by gwt.team.scottb · 18 years ago
  6. 33b4bcb Added better testing. by gwt.team.scottb · 18 years ago
  7. bd31e1b Implemented Collection.toArray(Object[]). by gwt.team.scottb · 18 years ago
  8. cf75f57 Fixed issue 1238 and a regression with auto serializable types that was introduced in 1.4 RC1. The regressionin 1.4 RC1 was that we were forcing all subtypes of an automatically serializable type also be automatically serializable. So, the following code did not cause a failure in 1.3.3 but it did in 1.4 RC1 by gwt.team.mmendez · 18 years ago
  9. 63d38d0 Fixes issue #1281; linux hosted mode was crashing sometimes during by gwt.team.scottb · 18 years ago
  10. 4200b71 Typo fix. by gwt.team.scottb · 18 years ago
  11. daf1353 Build fix; apparently some errors don't include a message, which was causing us to return undefined. by gwt.team.scottb · 18 years ago
  12. 53a4bf2 The original behavior of DOM event sinks was that any element on which you by gwt.team.jgw · 18 years ago
  13. 862e154 Made the jni-linux C++ project portable via linked resources. by gwt.team.scottb · 18 years ago
  14. 34da62f Fixes Issue #1235. Cleans up and makes more reliable the changes made in r1257. by gwt.team.knorton · 18 years ago
  15. e970067 Fixes issue #1345; calling XHR.open() with null arguments for user and password would cause a "null"/"null" login to be sent to the server on Opera. The fix is to only pass exactly as many arguments to open() as matter. I made three different overloads for the JSNI methods because in most cases (no auth) the compiler will be able to optimize out the 4 and 5 arg versions. by gwt.team.scottb · 18 years ago
  16. 213986c Fixes issues 1180 and 1181. In addition, it also normalizes the scales for graphs of the same benchmark and includes several UI improvements (styling, hyperlinks, improved reports list, to name a few). by gwt.team.mmendez · 18 years ago
  17. 6a69ac1 Fixes issue #1406; there was a memory leak on IE due to very subtle nuances of XHR on IE. Turns out the only legal way to "unhook" an onreadystatechanged handler is to set it to a dummy func! by gwt.team.scottb · 18 years ago
  18. 688c51c Build fix; one of the necessary functions was getting compiled out. by gwt.team.scottb · 18 years ago
  19. 0ce1b89 Fixes Issue #1235. by gwt.team.knorton · 18 years ago
  20. bceba00 Fixes Issue #1421. by gwt.team.knorton · 18 years ago
  21. 687674a Fixed ImageSrcIE6.removeTop(); it was borked. Added better test coverage for delay-load images by checking the REAL source after the image has had a chance to really load. by gwt.team.scottb · 18 years ago
  22. 121a608 Fixes issue #1215; this change handles state transitions among delay-loaded images on IE6 properly, so that updating the src of an image at any given time will have the correct effect. Updates to DOMTest to thoroughly test all the cases. by gwt.team.scottb · 18 years ago
  23. 46c79be Removes debug code from non-tracing compile, fixes a couple of potential buffer overflow issues, changes native code to build against Mozilla 1.7.12 headers. by gwt.team.scottb · 18 years ago
  24. 0497e89 Fixes a build break; the code I had committed did not work properly in hosted mode. by gwt.team.scottb · 18 years ago
  25. 8f7a36f Fixes issue #1346; catches a couple of cases where JavaScriptObjects should have been getting wrapped, but weren't. by gwt.team.scottb · 18 years ago
  26. 36e1e34 The DOM.eventGet methods can return "undefined" or "NaN" if the event property by gwt.team.jgw · 18 years ago
  27. 4393f55 Fixes issue #1162 and issue #1128; JSON classes now defensively ensure the JavaScript string used as a key is actually a primitive when access the backStore JSO. This was an issue particularly on FF. Includes tests to verify the behavior. by gwt.team.scottb · 18 years ago
  28. 2ff7cf0 Fixes issue #1176; better error created when using GWT.create() outside of client code. by gwt.team.scottb · 18 years ago
  29. f8fe904 Must access fields at the actual declared class. by gwt.team.scottb · 18 years ago
  30. 6f80e35 Trap the exception that can be generated if Gears has never been installed. by gwt.team.scottb · 18 years ago
  31. 73910f7 Fixes Issue #1235. by gwt.team.knorton · 18 years ago
  32. 9ade593 Fixes Issue #1209. by gwt.team.knorton · 18 years ago
  33. 0361757 When removing a widget from the RootPanel, the RootPanel overwrites the CSS by gwt.team.jgw · 18 years ago
  34. aa481e1 PopupPanel positioning changes. Currently, PopupPanel.center() requires that by gwt.team.jgw · 18 years ago
  35. ea75da5 Fixing accidental bug checked in as part of r1239. by gwt.team.jgw · 18 years ago
  36. 7041820 PopupPanel.onEventPreview doesn't call the onKeyXXXPreview method unless the by gwt.team.jgw · 18 years ago
  37. 02d203e Integer.parseInt throws a JavaScript Exception when passed null. The Number.__parseAndValidateLong method by gwt.team.jgw · 18 years ago
  38. c5f8429 The hidden input used in Safari changes the cursor to a text selector on hover, by gwt.team.jgw · 18 years ago
  39. efdade2 Fix for issue #1320; allow null strings to be passed for second parameter to gwtOnLoad, which indicates the module is being unloaded. by gwt.team.scottb · 18 years ago
  40. 6d9db04 Fixes Issue #1235. by gwt.team.knorton · 18 years ago
  41. 44a60aa Reversed assertEquals parameters so that expected and actual are reported by gwt.team.knorton · 18 years ago
  42. b055b40 Fixes Issue #1349. by gwt.team.knorton · 18 years ago
  43. 3072041 Fixes Issue #1289. by gwt.team.knorton · 18 years ago
  44. 4f9dd26 Fixes issue 1252. This patch updates the Windows version of the SWT Browser and WebSite classes to force the Gears Browser Helper Object to load. This enables Gears URL redirection to work in GWT's hosted mode browser for Windows. by gwt.team.mmendez · 18 years ago
  45. 21a5a48 Fixes issue 1138. The root cause was that the RPC class and the ServerSerializationStreamReader used their respective this.class.getClassLoader() to get a classloader to resolve types during deserialization. This worked well as long as the GWT code was in the same classloader as the application code. In scenarios where the GWT code was moved into a shared classloader, like tomcat's shared classloader, we would fail to resolve classes. by gwt.team.mmendez · 18 years ago
  46. 87db4d7 Fixes a problem where samples that include a generator fail to build, because the sample's bin directory is not on the classpath. The gwtc rule now includes a sample's bin directory. by gwt.team.scottb · 18 years ago
  47. efe3b8b Clarifies the order in which onLoad() and onUnload() will be called. onLoad() will always be by gwt.team.jgw · 18 years ago
  48. a456f2e This commit addresses issues 1129, 1161, and 1163 and it includes some general by gwt.team.mmendez · 18 years ago
  49. be8e565 We borked startup in the case where a ?compiled script is injected (Like in web by gwt.team.jgw · 18 years ago
  50. ef31b33 Fixes issue #1253. Adds mouse capture to SplitPanels. by gwt.team.knorton · 18 years ago
  51. 70d8ca8 Fixes the fact that on IE, onModuleLoad() can sometimes be called before the by gwt.team.jgw · 18 years ago
  52. 77cda40 Now that PopupPanel.setWidth(String) and PopupPanel.setHeight(String) actually by gwt.team.jgw · 18 years ago
  53. c734701 There were some references to "clear.cache.gif" that did not have by gwt.team.jgw · 18 years ago
  54. 1abe150 Fixes the JavaScript errors we've been getting on load caused by missing by gwt.team.knorton · 18 years ago
  55. 42a7cc6 Doc warnings fixit. by gwt.team.scottb · 18 years ago
  56. 8ca1129 Build fix: mismatched HTML tags. by gwt.team.scottb · 18 years ago
  57. 29eadb5 Rewrite of ArrayList.java by gwt.team.scottb · 18 years ago
  58. db8160c Build fix: was trying to rely on JavaScriptObject methods that haven't been committed yet. :) by gwt.team.scottb · 18 years ago
  59. 9c29c1c Rewrite of HashMap. The proximal reason for the changes are that HashMap was intolerant of any modifications to the JS Object prototype, which can occur in mashup mode with certain JavaScript libraries. The new implementation will ignore most extra fields. by gwt.team.scottb · 18 years ago
  60. 5b8c914 Refactored the compiler a bit in order to support devirtualizing native methods. Previously, JsniMethod was a subclass of JMethod. This worked okay in most instances. However, in the process of trying to devirtualize a JSNI method, I ran into a situation where the thing I really wanted to do was change the runtime type of a method from JsniMethod to JMethod, which is impossible. Trying to replace all AST references to the JsniMethod object with references to a new JMethod object would have been horrible. by gwt.team.scottb · 18 years ago
  61. 88964b0 - Lazy init hashCache to avoid clinit calls by gwt.team.scottb · 18 years ago
  62. 9857b36 Second commit for r1205, per scottb's comments. Patch by: jgw Review by: scottb by gwt.team.jgw · 18 years ago
  63. 7f5d7b1 SWT was dealing with VT_BSTR incorrectly. When marshaling a VT_BSTR from raw system memory into the Variant object, SWT was changing the VT_BSTR to a VT_EMPTY in cases where the data pointer was null. In fact, this in not correct according to COM rules. A VT_BSTR with a null data pointer should be treated as an empty string (""), not an empty variant (undefined). by gwt.team.scottb · 18 years ago
  64. b6eaae9 - Fixes a bug that was keeping IE from respecting rebasing the application via by gwt.team.jgw · 18 years ago
  65. dd0688d Missed a spot when I was renaming module.nocache-xs.js -> module-xs.nocache.js. by gwt.team.scottb · 18 years ago
  66. 1228924 Fixing a little typo. by gwt.team.jgw · 18 years ago
  67. 4d2183c scontinue use of JavaScript's Date.toGMTString with an by gwt.team.jgw · 18 years ago
  68. 7c061da In Internet Explorer, if you call popupPanel.setVisible(...) while the panel is by gwt.team.jgw · 18 years ago
  69. a96818a There is a problem when using Internet Explorer to access image bundle files by gwt.team.jgw · 18 years ago
  70. cb1bef0 I made the suggested code change to check if the "expires" parameter is null before calling the by gwt.team.jgw · 18 years ago
  71. 0836294 Fixes issue #1260. I introduced the bug in r955. The problem I was trying to solve in that revision was making the following code do an array store check: by gwt.team.scottb · 18 years ago
  72. 80fb20b Fixes issue #1132. In r956 I put in a fix to make static initializers chain to their superclass static initializers. Unfortunately, the change I put in resulted in the wrong evaluation order. I'm backing out much of that change, and instead fixing the same problem a different way. by gwt.team.scottb · 18 years ago
  73. d66e92e More dictionary entries. by gwt.team.scottb · 18 years ago
  74. 060bd86 Fixes Issue #1093. by gwt.team.knorton · 18 years ago
  75. 32a1d3d Fixes Window.getClient[Width|Height]() to reliably give the client area, excluding scrollbars. Moves implementation to browser-specific code. by gwt.team.jgw · 18 years ago
  76. 3062faf Fixes Issue #1118. by gwt.team.knorton · 18 years ago
  77. 417a226 Fixed a typo causing DelegatingKeyboardListenerCollection to misfire onKeyUp; added unit test. by gwt.team.jgw · 18 years ago
  78. 6371726 Fixes issue #1105; rolling back our distro to use mozilla 1.7.12 because it's generally proven more stable than our build of 1.7.13, across the spectrum of systems. (Perhaps at some point we'll determine that RedHat's Mozilla 1.7.13 is as stable as 1.7.12). Also added our necessary load order file to the 1.7.12 distro. by gwt.team.scottb · 18 years ago
  79. 5064612 Working towards issue #1105; this change enables hosted mode to decide which mozilla installation to load based on config files. This will allow flexibility so that the largest number of developers will experience no crashiness, but will also allow upgrading to 1.7.13 to support mouse wheel events. by gwt.team.scottb · 18 years ago
  80. b73764a Fixes issue #1110; removed lgpl.txt from the install directory and added appropriate COPYING files to the JFreeChart jars. by gwt.team.scottb · 18 years ago
  81. 13a731e Fixes issue #1200; instead of using about:blank as an error proxy for clear.cache.gif in ClippedImageImplIE6.java, uses "http://" or "https://" (depending on the host page base URL). by gwt.team.scottb · 18 years ago
  82. 6fa0cd2 Fixes type name generation for classes in the default package. by gwt.team.scottb · 18 years ago
  83. 2b47014 Fixes issue #1225. by gwt.team.knorton · 18 years ago
  84. d54d66b Removed stale files from doc. by gwt.team.bruce · 18 years ago
  85. 8b3f29a When clicking on the "Widgets" and "Lists" tabs, the content jumps from the left edge of the page to the center of the page. This is because we are showing the content, and then centering it. To get around this, the visibility of the content is set to hidden, the centering is done, and then the the visibility is set to visible. The same problem happens when you click on the "Show Dialog" button under the "Popups" section, and a similar fix is used to get around this problem. by gwt.team.scottb · 18 years ago
  86. e083ef7 Fixes a problem where detaching and reattaching a RichTechArea would cause an NPE; cross platform. This really needs to be fixed the right way after the RC so that initialization is totally separate from attachment. by gwt.team.scottb · 18 years ago
  87. c76b684 Updated copyrights to 2007. by gwt.team.bruce · 18 years ago
  88. 30c2ef2 Server side code will now also check for java.io.Serializable when determining if a type is GWT serializable. Added unit tests to cross-check. TEst failed before the modification to ServerSerializableTypeOracleImpl and passed afterwards. by gwt.team.mmendez · 18 years ago
  89. caaf0dd Fixes an IE6 layout issue with the DockPanel example in KitchenSink that by gwt.team.knorton · 18 years ago
  90. 7f31fa8 Fixes the firing of focus by FocusImplSafari. Calls to element.focus and by gwt.team.knorton · 18 years ago
  91. e94d947 A few final propsets that I missed due to not understanding how to use xargs correctly. :) by gwt.team.scottb · 18 years ago
  92. fc13b23 Sample was using a deprecated method. by gwt.team.scottb · 18 years ago
  93. 082736c Fixing props on new RichTextAreaTest.java. by gwt.team.scottb · 18 years ago
  94. cedd004 Whoops, fixing bad merging (and setting props) on FocusImplSafari.java by gwt.team.scottb · 18 years ago
  95. 332c0f8 Fixes RichTextArea.get/setText() on Safari by using innerText rather than textContent. by gwt.team.scottb · 18 years ago
  96. ffb2c2b Makes focus work on Safari for elements that are not naturally focusable. by gwt.team.scottb · 18 years ago
  97. 73aaa6b Fixes event handling for CustomButton and subclasses: by gwt.team.scottb · 18 years ago
  98. a68f4ed This change allows setHTML/getHTML and setText/getText to work on a RichTextArea before the underlying iframe is properly initialized. It does so by caching the data in a temporary div, and copying the contents into the iframe once its ready. by gwt.team.scottb · 18 years ago
  99. f7b601f Minor pre-RC wordsmithing. by gwt.team.bruce · 18 years ago
  100. 1e2f88e Fixes Issue #1103. by gwt.team.knorton · 18 years ago