1. 5478bc5 Does a better job of code splitting for static fields. Previously, by spoon@google.com · 16 years ago
  2. cd3a1a9 Checkstyle warnings + removing .settings folder until we can make an across-the-board decision. by scottb@google.com · 16 years ago
  3. 62d0a72 Missing file from r4201. by jat@google.com · 16 years ago
  4. 70bbb92 Merging releases/1.6@4147:4198 into trunk. by scottb@google.com · 16 years ago
  5. 04912f2 Merge OOPHM into trunk as a separate project, that will produce a jar which can by jat@google.com · 16 years ago
  6. 47154ac Added more tests for date/time formatting in the en locale. by ajr@google.com · 16 years ago
  7. e7068d8 Merging releases/1.6@4130:4147 into trunk. by scottb@google.com · 16 years ago
  8. 2137856 Merging releases/1.6@4025:4130 into trunk; supercedes trunk:c4118. by scottb@google.com · 16 years ago
  9. 5b3d538 Gives legacy defaults for -extra and -workDir, to smooth migration by spoon@google.com · 16 years ago
  10. a90b2cc Disables SingleScriptLinkerTest by default, because it only by spoon@google.com · 16 years ago
  11. 5bfd190 Added method-level timeouts to GWTTestCases, triggered by the need for by fabbott@google.com · 16 years ago
  12. 14ba35e Fixes the cross-site linker template to account for the change, probably in revision by spoon@google.com · 16 years ago
  13. 77e0cb9 Reverted the logging in r4073. by amitmanjhi@google.com · 16 years ago
  14. 7c405da LinkedHashMap_CustomFieldSerializer.java was included twice when building the by amitmanjhi@google.com · 16 years ago
  15. 59dcef3 Turning on logging to figure out what is going on in the build machine. Will by amitmanjhi@google.com · 16 years ago
  16. 6523b3a Made the comment clearer. No review needed by amitmanjhi@google.com · 16 years ago
  17. 8dec422 When generating serializers and deserializers for RPC, don't support by spoon@google.com · 16 years ago
  18. 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
  19. c0e1f21 Fixes the URL for the hosted.html file when using by spoon@google.com · 16 years ago
  20. 38fe1f6 When creating a script tag to load code for runAsync, by spoon@google.com · 16 years ago
  21. 2678d4e Removes UpRefVisitor from ControlFlowAnalyzer, which scans the whole by spoon@google.com · 16 years ago
  22. c715878 Fixes CodeSplitter to address a third load-order by spoon@google.com · 16 years ago
  23. e10ac6f This patch adds a better code-splitting strategy for implementing by spoon@google.com · 16 years ago
  24. 2e8ef32 Merging from releases/1.6@3878:3944 by scottb@google.com · 16 years ago
  25. c3f5a90 Support GWT.runAsync by splitting the JavaScript code by spoon@google.com · 16 years ago
  26. 4692d3d Fix build break from 1.6 merge. by jat@google.com · 16 years ago
  27. 74bb585 Merging from releases/1.6@3739:3876 by jat@google.com · 16 years ago
  28. 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
  29. ccbc50f Fix incorrect variable introduced in cleaning up sharding of methodMap creation by jat@google.com · 16 years ago
  30. 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
  31. 475a58e Improve robustness of XML parsing error detection on Safari. by bobv@google.com · 16 years ago
  32. fe671bc SOYC work to correlate SourceInfo objects with Classes, Methods, Fields, and Functions. by bobv@google.com · 16 years ago
  33. ea2722f Give the generated entry method an enclosing class. This by spoon@google.com · 16 years ago
  34. b94c147 As requested in issue 2923, visitors of a JsCatch will also by spoon@google.com · 16 years ago
  35. 113b42c For IE7, we should be instantiating an XHR with the native XMLHttpRequest by ajr@google.com · 16 years ago
  36. 44ad0f9 Added getters/setters to PopupPanel for autoHide and modal variables. by jlabanca@google.com · 16 years ago
  37. f07c624 Let users drag DialogBoxes off the screen in any direction, but only as long as by ajr@google.com · 16 years ago
  38. b44c6e1 Fix SvnInfo to handle a non-svn workspace: can't deduce the version by fabbott@google.com · 16 years ago
  39. 40c2924 Restoring removed innerContent change now that build is green. by ecc@google.com · 16 years ago
  40. 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
  41. 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
  42. 7216690 Using fall back text content for old Mozilla. Desk check by jgw. by ecc@google.com · 16 years ago
  43. 581ce59 1) Flags api incompatibility whenever the api of an overridable api method evolves. by amitmanjhi@google.com · 16 years ago
  44. 17f219d Fix for issue 940, not using innerContent for mozilla text nodes. by ecc@google.com · 16 years ago
  45. 93b55d3 Fixes issue #2853, where leaf nodes were not lining up in IE. by ecc@google.com · 16 years ago
  46. 777d532 Fixes a Linux hosted mode crash when an RPC interface has a large number of by jat@google.com · 16 years ago
  47. e9bf32b Fix SOYC-related slowdown in non-SOYC compiles. by bobv@google.com · 16 years ago
  48. 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
  49. 7ad11f9 Java 1.5 cleanup. by scottb@google.com · 16 years ago
  50. 44fd465 Revert ModuleDefLoader change from r3684. by bobv@google.com · 16 years ago
  51. 5ba0c5b Add inital SourceInfo tracking to the GWT compiler to support Story Of Your Compile work. by bobv@google.com · 16 years ago
  52. 6648675 Fix checkstyle warnings. by scottb@google.com · 17 years ago
  53. 32abe53 Fixing build breakage (WindowTest.testLocation() implicitly depended upon the by jgw@google.com · 17 years ago
  54. bbeb37d Fixes Safari history issues stemming from setting location.hash to the empty by jgw@google.com · 17 years ago
  55. 4e4f363 Establish the working directory for <svninfo> more explicitly; it turns by fabbott@google.com · 17 years ago
  56. 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
  57. b51b7b4 Comment update: removes a stale reference to GWT.java-hosted. by spoon@google.com · 17 years ago
  58. 56f7f49 Added TabBar.setTabEnabled() option to disable tabs in a TabBar. by jlabanca@google.com · 17 years ago
  59. fcd9515 Fix for r3669, because our build machine (and untold others in the wider by fabbott@google.com · 17 years ago
  60. 66b7906 Add a custom SvnInfo task to get branch@version information from svn info by fabbott@google.com · 17 years ago
  61. 16636d7 Fixed ElementTest.testStyleCamelCase() so it only tests the assertions on Style if assertions are enabled. by jlabanca@google.com · 17 years ago
  62. 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
  63. 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
  64. 0390a8c Add a FormPanel.reset() method. by jlabanca@google.com · 17 years ago
  65. 4ff1f05 Adds a stub for GWT.runAsync, so that people can add by spoon@google.com · 17 years ago
  66. 1193a84 Fixed the failing test in TimeZoneTest -- we were asking it to parse an by ajr@google.com · 17 years ago
  67. ebeba13 Remove special casing for sentinals in distro by moving actual files to ship into a subdirectory. by scottb@google.com · 17 years ago
  68. d3fca05 Build fix: follow on to r3562. by scottb@google.com · 17 years ago
  69. 2f3c277 Add Shanjian's timezone formatting support to GWT! by ajr@google.com · 17 years ago
  70. 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
  71. 1fbb51a Two tweaks to improve Array instantiation performance. by scottb@google.com · 17 years ago
  72. a8e83c8 Adds TextArea.wrap() and updates TextArea to use dom.Element. by jgw@google.com · 17 years ago
  73. 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
  74. 76edf77 Merge disparate code for creating JDT compiler options; simple refactor. by scottb@google.com · 17 years ago
  75. 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
  76. a1868dd Peephole remove duplicate assignment. by scottb@google.com · 17 years ago
  77. e169b76 Commented out testChangeClippedImageToUnclipped() because it fails by zundel@google.com · 17 years ago
  78. 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
  79. 4e1bdde Added styles gwt-TabBarFirst-wrapper and gwt-TabBarRest-wrapper to the TabBar. by jlabanca@google.com · 17 years ago
  80. 5da9113 Merge 1.5 branch changes. by bobv@google.com · 17 years ago
  81. 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
  82. 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
  83. 9f89297 Adds Emma integration for client classes running in hosted mode. Here are the key parts: by scottb@google.com · 17 years ago
  84. 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
  85. 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
  86. 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
  87. 104d548 Checkstyle fixes / sort / format of ClassCastTest. by scottb@google.com · 17 years ago
  88. 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
  89. 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
  90. 10363be Trap unchecked exceptions thrown by generators. by scottb@google.com · 17 years ago
  91. 6e2abd9 Adds getLastModified() to CompilationUnit and its dependencies. by scottb@google.com · 17 years ago
  92. e0a6ae1 Cleanup after 1.5 merge. by scottb@google.com · 17 years ago
  93. 566806a Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  94. bd9fe8c Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  95. 67da6fe Cleaning up r3589, merging of releases/1.5 into trunk by scottb@google.com · 17 years ago
  96. 788dbe1 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  97. 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
  98. c7107fe Updating .classpathsrc for ApplicationCreator to reflect updated Eclipse JUnit referencing; removes Eclipse warning. by scottb@google.com · 17 years ago
  99. 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
  100. 40b80b6 Fixes issue #2379; unstable generators should not crash the compiler or hosted mode. by scottb@google.com · 17 years ago