1. 2e8ef32 Merging from releases/1.6@3878:3944 by scottb@google.com · 16 years ago
  2. c3f5a90 Support GWT.runAsync by splitting the JavaScript code by spoon@google.com · 16 years ago
  3. 4692d3d Fix build break from 1.6 merge. by jat@google.com · 16 years ago
  4. 74bb585 Merging from releases/1.6@3739:3876 by jat@google.com · 16 years ago
  5. 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
  6. ccbc50f Fix incorrect variable introduced in cleaning up sharding of methodMap creation by jat@google.com · 16 years ago
  7. 36099b1 SOYC work to pass the caller's class into calls to SourceInfo.makeChild() and J(s)Program.createSourceInfoSynthetic(). by bobv@google.com · 16 years ago
  8. 475a58e Improve robustness of XML parsing error detection on Safari. by bobv@google.com · 16 years ago
  9. fe671bc SOYC work to correlate SourceInfo objects with Classes, Methods, Fields, and Functions. by bobv@google.com · 16 years ago
  10. ea2722f Give the generated entry method an enclosing class. This by spoon@google.com · 16 years ago
  11. b94c147 As requested in issue 2923, visitors of a JsCatch will also by spoon@google.com · 16 years ago
  12. 113b42c For IE7, we should be instantiating an XHR with the native XMLHttpRequest by ajr@google.com · 16 years ago
  13. 44ad0f9 Added getters/setters to PopupPanel for autoHide and modal variables. by jlabanca@google.com · 16 years ago
  14. f07c624 Let users drag DialogBoxes off the screen in any direction, but only as long as by ajr@google.com · 16 years ago
  15. b44c6e1 Fix SvnInfo to handle a non-svn workspace: can't deduce the version by fabbott@google.com · 16 years ago
  16. 40c2924 Restoring removed innerContent change now that build is green. by ecc@google.com · 16 years ago
  17. 77a1452 This is a better way to find the appropriate no arg constructor; in some circumstances the original code would erroneously return a superclass constructor. by scottb@google.com · 16 years ago
  18. b6dd881 Temporary backing out change for mozilla's text content to see if that helps fix the build. by ecc@google.com · 16 years ago
  19. 7216690 Using fall back text content for old Mozilla. Desk check by jgw. by ecc@google.com · 16 years ago
  20. 581ce59 1) Flags api incompatibility whenever the api of an overridable api method evolves. by amitmanjhi@google.com · 16 years ago
  21. 17f219d Fix for issue 940, not using innerContent for mozilla text nodes. by ecc@google.com · 16 years ago
  22. 93b55d3 Fixes issue #2853, where leaf nodes were not lining up in IE. by ecc@google.com · 16 years ago
  23. 777d532 Fixes a Linux hosted mode crash when an RPC interface has a large number of by jat@google.com · 16 years ago
  24. e9bf32b Fix SOYC-related slowdown in non-SOYC compiles. by bobv@google.com · 16 years ago
  25. 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 · 16 years ago
  26. 7ad11f9 Java 1.5 cleanup. by scottb@google.com · 16 years ago
  27. 44fd465 Revert ModuleDefLoader change from r3684. by bobv@google.com · 16 years ago
  28. 5ba0c5b Add inital SourceInfo tracking to the GWT compiler to support Story Of Your Compile work. by bobv@google.com · 16 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. 4e4f363 Establish the working directory for <svninfo> more explicitly; it turns by fabbott@google.com · 17 years ago
  33. 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
  34. b51b7b4 Comment update: removes a stale reference to GWT.java-hosted. by spoon@google.com · 17 years ago
  35. 56f7f49 Added TabBar.setTabEnabled() option to disable tabs in a TabBar. by jlabanca@google.com · 17 years ago
  36. fcd9515 Fix for r3669, because our build machine (and untold others in the wider by fabbott@google.com · 17 years ago
  37. 66b7906 Add a custom SvnInfo task to get branch@version information from svn info by fabbott@google.com · 17 years ago
  38. 16636d7 Fixed ElementTest.testStyleCamelCase() so it only tests the assertions on Style if assertions are enabled. by jlabanca@google.com · 17 years ago
  39. 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
  40. 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
  41. 0390a8c Add a FormPanel.reset() method. by jlabanca@google.com · 17 years ago
  42. 4ff1f05 Adds a stub for GWT.runAsync, so that people can add by spoon@google.com · 17 years ago
  43. 1193a84 Fixed the failing test in TimeZoneTest -- we were asking it to parse an by ajr@google.com · 17 years ago
  44. ebeba13 Remove special casing for sentinals in distro by moving actual files to ship into a subdirectory. by scottb@google.com · 17 years ago
  45. d3fca05 Build fix: follow on to r3562. by scottb@google.com · 17 years ago
  46. 2f3c277 Add Shanjian's timezone formatting support to GWT! by ajr@google.com · 17 years ago
  47. 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
  48. 1fbb51a Two tweaks to improve Array instantiation performance. by scottb@google.com · 17 years ago
  49. a8e83c8 Adds TextArea.wrap() and updates TextArea to use dom.Element. by jgw@google.com · 17 years ago
  50. 78b9fec Support Java 6 as a source language. For 1.5 VMs, rewrite v6 class files to v5. by scottb@google.com · 17 years ago
  51. 76edf77 Merge disparate code for creating JDT compiler options; simple refactor. by scottb@google.com · 17 years ago
  52. 3b1edcc Change instance initializer in About.java to static. Most of the work, though, was on the Ant files such that once the filtered copies have already been generated, they will re-generate IFF the gwt OR svn versions have changed (i.e. after an svn up). by fabbott@google.com · 17 years ago
  53. a1868dd Peephole remove duplicate assignment. by scottb@google.com · 17 years ago
  54. e169b76 Commented out testChangeClippedImageToUnclipped() because it fails by zundel@google.com · 17 years ago
  55. 271e708 Changed the header of the generated JRE emulation wiki doc and modified the WikiDoclet to prefix any wiki-words (WordsLikeThis) with '!' so Google Code doesn't try to automatically turn them into links. by kplatfoot@google.com · 17 years ago
  56. 4e1bdde Added styles gwt-TabBarFirst-wrapper and gwt-TabBarRest-wrapper to the TabBar. by jlabanca@google.com · 17 years ago
  57. 5da9113 Merge 1.5 branch changes. by bobv@google.com · 17 years ago
  58. 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
  59. 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
  60. 9f89297 Adds Emma integration for client classes running in hosted mode. Here are the key parts: by scottb@google.com · 17 years ago
  61. 406fcd8 Fixes a bug in ASM where invalid input LVT entries can translate into negative length output LVT entries, which causes a ClassFormatError when the JVM tries to load it. by scottb@google.com · 17 years ago
  62. 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
  63. 3bfc7e7 Fixes issue #2607; TreeItemLogger now eagerly grabs exception info from a thrown exception to break lingering dependency on user code. Partial back-port from OOPHM. by scottb@google.com · 17 years ago
  64. 104d548 Checkstyle fixes / sort / format of ClassCastTest. by scottb@google.com · 17 years ago
  65. 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
  66. 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
  67. 10363be Trap unchecked exceptions thrown by generators. by scottb@google.com · 17 years ago
  68. 6e2abd9 Adds getLastModified() to CompilationUnit and its dependencies. by scottb@google.com · 17 years ago
  69. e0a6ae1 Cleanup after 1.5 merge. by scottb@google.com · 17 years ago
  70. 566806a Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  71. bd9fe8c Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  72. 67da6fe Cleaning up r3589, merging of releases/1.5 into trunk by scottb@google.com · 17 years ago
  73. 788dbe1 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  74. 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
  75. c7107fe Updating .classpathsrc for ApplicationCreator to reflect updated Eclipse JUnit referencing; removes Eclipse warning. by scottb@google.com · 17 years ago
  76. 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
  77. 40b80b6 Fixes issue #2379; unstable generators should not crash the compiler or hosted mode. by scottb@google.com · 17 years ago
  78. 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
  79. 0e2dc628 by fabbott@google.com · 17 years ago
  80. 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
  81. 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
  82. 4a87ea1 Adding SVN branding of About.* with svn branch@version information by fabbott@google.com · 17 years ago
  83. 9da5012 When tightening method calls, use a more reliable technique to by spoon@google.com · 17 years ago
  84. ceaec72 Make the MenuBar work more like standard MenuBars, and adds the following features: by jlabanca@google.com · 17 years ago
  85. 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
  86. 96c7556 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  87. 5ea03ef Fix some spelling errors. by scottb@google.com · 17 years ago
  88. 60d329f Semantics of JClassType.isDefaultInstantiable() now actually match the Javadoc. GWTRunnerGenerator now deals better with nested classes. by scottb@google.com · 17 years ago
  89. 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
  90. 7c699eb Catch our ThreadDeath to avoid tripping up debuggers. by scottb@google.com · 17 years ago
  91. 9dbc150 Fix to propagate OOMs correctly. by scottb@google.com · 17 years ago
  92. 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
  93. 4bc5bb3 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  94. 41356c7 sort & format by amitmanjhi@google.com · 17 years ago
  95. 10d0258 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  96. c3ddabe Moved the checkExceptions method so that instead of a static method, it becomes by amitmanjhi@google.com · 17 years ago
  97. ed5d3ba sort & format by amitmanjhi@google.com · 17 years ago
  98. f1e5adb Fixes a race condition between the final worker thread and the main thread seeing that no threads are left. by scottb@google.com · 17 years ago
  99. c5d293f Build fix: make as much state immutable as possible; this fixes an NPE when invoking from the test constructor. by scottb@google.com · 17 years ago
  100. 7207a89 Better cloning support for JGwtCreate expressions; does not try to create new instantiation expressions late in the game. by scottb@google.com · 17 years ago