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