- 542931c Adding TreeItem#insert methods to insert items into a tree. by jlabanca@google.com · 15 years ago
- bbb8202 Faster version of LongLib by rice@google.com · 15 years ago
- d54a4bd Mirroring got broken around the merge from branches/2.1, although I'm by gwt.mirrorbot@gmail.com · 15 years ago
- 49d7041 Fix ExternalImage.setRtlImage() by comparing the correct objects. by bobv@google.com · 15 years ago
- 7088ddd Re-apply patch with a bug fix. by robertvawter@google.com · 15 years ago
- 0f9227e Change ClientBundle to initialize ResourcePrototypes in the static by robertvawter@google.com · 15 years ago
- 320275a Rollback of AutoDirHandler changes which broke some internal tests. by tomerigo@google.com · 15 years ago
- f5ea1ca Intruducing AutoDirHandler, a handler for automatically adjusting the direction of an object (typically a TextBox variant) while text is being entered. This handler is then used to add BiDi support to TextBox and TextArea. by tomerigo@google.com · 15 years ago
- 9780ff3 Fix checkstyle warning. by jat@google.com · 15 years ago
- 993ff82 Merges r8060 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
- 11b85e1 Merging from the 2.1 I/O branch through r8059 by spoon@google.com · 15 years ago
- 6e9d441 Merging r8209 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
- 176da30 Merging from the 2.1 I/O branch through r7982. by spoon@google.com · 15 years ago
- 96fcc1a Redeclare interface method in the enum to work around a javac bug. by igorkarp@google.com · 15 years ago
- 5f68365 Fixes a memory leak on IE with the cross-site fragment loading strategy. by spoon@google.com · 15 years ago
- 913c261 Skip intermittently failed test with HtmlUnit. by flin@google.com · 15 years ago
- 931c665 Undo the collapse-all-permutations in JUnit.gwt.xml for now. by spoon@google.com · 15 years ago
- 9607d1b Fix incorrect units in TabLayoutPanel example (was PX should be EM). by bduff@google.com · 15 years ago
- d4457c5 Direction estimators are simple classes which estimate a string's direction using various heuristics. by tomerigo@google.com · 15 years ago
- 7f3adca Re-rolling r7955: JUnitShell now subclasses DevMode instead of GWTShell. by scottb@google.com · 15 years ago
- ab11671 Add LocaleInfo.hasAnyRTL() which returns true if the application was by jat@google.com · 15 years ago
- 745a665 Fixes a bug in SplitLayoutPanel where calling setWidgetMinSize() on the center widget, the last widget, or a widget that is not a child results in an NPE or IndexOutOfBoundsException. The occured because getAssocatedSplitter() had an off by one bug and didn't check for an idx of -1. This patch asserts that the widget is a child, which is typical of other methods in DockLayoutPanel. by jlabanca@google.com · 15 years ago
- 8a78d4c Rolling back the recent change to JUnitShell pending discussion by spoon@google.com · 15 years ago
- 64b8673 NPE in RunStyleExternalBrowser by scottb@google.com · 15 years ago
- ec121f8 JUnitShell now subclasses DevMode instead of GWTShell. by scottb@google.com · 15 years ago
- d3bb45d Ensure static initialization is atomic (found by findbugs) by rice@google.com · 15 years ago
- 6e5c766 Removing the batch argument from test targets in the user build file. We can specify it using test.args, and it isn't compatible with Xtries. by jlabanca@google.com · 15 years ago
- 166cea4 Adding CheckBox.setWordWrap(). http://gwt-code-reviews.appspot.com/320802/show by jlabanca@google.com · 15 years ago
- 3ba1d2e Make ClientBundle- and RPC-related annotations have runtime retention to support developers that want to re-use these classes in a dynamic server environment. by bobv@google.com · 15 years ago
- fa2d41e Implement RPC custom serialization for Collections.singletonList() by rice@google.com · 15 years ago
- 536629b disable test for RequestPermissionException in testRequestBuilderStringString because IE with certain configuration of WebDriver does not enforce SOP by kjin@google.com · 15 years ago
- c602f81 Fix floating-point string compare in CoverageTest. by scottb@google.com · 15 years ago
- f01f8bc Allows owner class to provide a parameterized type. by rjrjr@google.com · 15 years ago
- 3cdceb7 Removes an outdated assertion in CommandServerSerializationStreamReader. by scottb@google.com · 15 years ago
- 658cc74 Sort & format. by scottb@google.com · 15 years ago
- 23fe81b Fixes a bug in PopupPanel where it can enter an invalid state if it is shown while attached to a panel. by jlabanca@google.com · 15 years ago
- 06617e2 GWT versions of BidiUtil, BidiFormatter by tomerigo@google.com · 15 years ago
- c58d83f Fixing a bug in HTMLTable where cols are removed when a lower indexed col is accessed. by jlabanca@google.com · 15 years ago
- 875c5a1 Adds a couple of table related tests, one of which exposed the table by rjrjr@google.com · 15 years ago
- a687631 Fix for RunStyleSelenium when Selenium.start() blocks indefinitely. by jlabanca@google.com · 15 years ago
- 6f9dbfb Fixes UiBinder regression that broke custom subclasses of Image by rjrjr@google.com · 15 years ago
- 150a058 Revert "Re-working @UiField and Widget replacement to use DOM walking rather then IDs." by rjrjr@google.com · 15 years ago
- d2f34c9 Disabling a couple of tests in HtmlUnit due to sporadic failures. by jlabanca@google.com · 15 years ago
- 410e863 Removed flaky test cases in HtmlUnit. by flin@google.com · 15 years ago
- 98d266a Fixing a CrossSite RunAsync bug where it tries to remove the script tag from the head element twice, causing an error in IE. by jlabanca@google.com · 15 years ago
- c5f63e1 Allow generic types to be parameterized by Void and passed through GWT RPC. by bobv@google.com · 15 years ago
- 504bbb7 Remove JDK 1.6-isms; fix a checkstyle warning by rice@google.com · 15 years ago
- 32a250e Fix java 1.6ism by rjrjr@google.com · 15 years ago
- fa7cd8e SelectionScriptLinker was setting the wrong timestamp on by spoon@google.com · 15 years ago
- 91ff8f2 Fixes 1.5-unhappy @Override on interface by scottb@google.com · 15 years ago
- 1f8aead Re-working @UiField and Widget replacement to use DOM walking rather then IDs. by tstanis@google.com · 15 years ago
- d4ce41c Add a test for RPC requests that lack the GWT permutation header. by bobv@google.com · 15 years ago
- f501aa1 Fix the bug where you cannot use up arrow to enter the suggestions box by unnurg@google.com · 15 years ago
- 5111617 Removing interface @Overrides for Java 1.5 compatibility. by scottb@google.com · 15 years ago
- 713786b Support runAsync with the cross-site linker. by spoon@google.com · 15 years ago
- 9b9b8c7 Removing annotated test cases that are passed with HtmlUnit 5607. by flin@google.com · 15 years ago
- d960884 Adds a Precompress linker that can be used to compress public artifacts by spoon@google.com · 15 years ago
- 81283f1 Improve Javadoc for Messages. by jat@google.com · 15 years ago
- cbe21fc Eliminate a source of non-determinism in ClientBundle code generation. by bobv@google.com · 15 years ago
- 5a7cc26 skip two tests that depends on certain size if the window cannot be resized. by kjin@google.com · 15 years ago
- 8a8c5a4 Fix external issue 4772 (com.google.gwt.user.client.ui.UIObject.setHeight("1em") causes an assert error with rhino) by rice@google.com · 15 years ago
- fcb44af Add soft permutations to the GWT compiler. by bobv@google.com · 15 years ago
- 28e0047 Fixes a sporadic RunStyleSelenium bug caused by not properly waiting for the URL to load before checking the title of the page. Also adds a thread lock to ensure that we don't get harmless but visible errors in the selenium console. by jlabanca@google.com · 15 years ago
- a7c82b0 Ant changes in response to a stable htmlUnit. by amitmanjhi@google.com · 15 years ago
- a15c79b Upgraded to a dethreaded HtmlUnit r5607. Removed @DoNotRunWith annotation by amitmanjhi@google.com · 15 years ago
- 733fb40 Snip bad 1.6 style use of @Override by rjrjr@google.com · 15 years ago
- dd5f429 Checkstyle fixes by rice@google.com · 15 years ago
- 9a18382 Add tail-globs to CssResource's @external declarations. by bobv@google.com · 15 years ago
- afdbca8 One-line fix to SelectionScript's fallback logic for non-shardable subclasses. by spoon@google.com · 15 years ago
- 3bddbc2 Annotated failed HtmlUnit test cases. by flin@google.com · 15 years ago
- 413d128 Extract from the selection script templates the functions by spoon@google.com · 15 years ago
- be941e7 Replace calls to printInt(num) with printInt(num, 10) to make sure by bowdidge@google.com · 15 years ago
- e349b0e Reduce warnings in Eclipse: by rice@google.com · 15 years ago
- e11c225 Remove the glass panel from DOM when Popup#removeFromParent is called. by jlabanca@google.com · 15 years ago
- 87b9247 Fix for issue 4532. Removes the CSS expressions from PopupImplIE6 that were by jgw@google.com · 15 years ago
- d8dcb46 Introduces expenses scaffolding app, ExpensesScaffold, complete with by rjrjr@google.com · 15 years ago
- 5f53678 Update currency data to Unicode CLDR 1.7.2. by jat@google.com · 15 years ago
- 863b1ee Adding a default return value to eventGetTypeInt. by jlabanca@google.com · 15 years ago
- eb452bd A few runAsync-related code size improvements. by scottb@google.com · 15 years ago
- ba4416d Add a fast-exit path for SchedulerImpl.runRepeatingTasks() Resolves issue 4627 by bobv@google.com · 15 years ago
- 0b58a66 Fixing a checkstyle error in the emul version of date. by jlabanca@google.com · 15 years ago
- 1deb8c5 Once again allow Dates from doubles, for JSON happiness by rjrjr@google.com · 15 years ago
- 40a9301 Adding missing package descriptions to various packages. by jlabanca@google.com · 15 years ago
- f99de34 JConstructor redesign. by scottb@google.com · 15 years ago
- 83f01ac Reimplement java.util.Date in Java, using the new JsDate. by scottb@google.com · 15 years ago
- 27946d7 Implements JsDate to wrap the native Java Date class. by scottb@google.com · 15 years ago
- 0fd0c9b reverting r5487 that was just for diagnostics by amitmanjhi@google.com · 15 years ago
- 2de68cf Allow skipping a test case in development mode or production mode. by spoon@google.com · 15 years ago
- 623fb2b Date can add an hour to the day before Daylight Saving. by jlabanca@google.com · 15 years ago
- 19190fb Re-add the checkt that was removed in r5731, but allow the behavior to be overridden. by bobv@google.com · 15 years ago
- e54f1a7 Remove caching of style sheets in IE6 (cache may be invalid when there are multiple modules) by rice@google.com · 15 years ago
- 0d1291e Used elem.textContent to set inner text on all standard browsers. This is more efficient than the default method we implemented. by jlabanca@google.com · 15 years ago
- a16889a Fix for KeyPressEvent.getCharCode and overall key events improvements. by jlabanca@google.com · 15 years ago
- c5d91bb Fix the escaping of a String used in one of test methods of JsonpRequestTest by amitmanjhi@google.com · 15 years ago
- 087a8cb Fixes Issue 3608. XMLHttpRequest now does "new $wnd.XMLHttpRequest" by spoon@google.com · 15 years ago
- 50c6a10 Parsing a date string with an ending forward slash can lead to an uncaught exception. by jlabanca@google.com · 15 years ago
- 35cd3c3 Undeprecating DOMImplIE6.isIE6() to avoid compile warnings. The method and the class are both package protected anyway. by jlabanca@google.com · 15 years ago
- 1b5cdf5 Increasing the RPC timeout of NoDeployTest so it is less flaky. by jlabanca@google.com · 15 years ago
- c721589 This patch modifies the compiler in two ways: by spoon@google.com · 15 years ago
- db80220 Fix for issue 4596 (broken layout on tab visibility change in IE6). Changes by jgw@google.com · 15 years ago