- 8801308 Fixes a bug where switch(this) doesn't work if the type by spoon@google.com · 15 years ago
- 4e82ce3 add window.resize{By,To} and window.move{By,To}. Modify LayoutTest to use the by kjin@google.com · 15 years ago
- 7e7d5cd HTTPRequest has been deprecated since GWT 1.5 in exchange for RequestBuilder. This patch removes it completely. by jlabanca@google.com · 15 years ago
- 9d69e09 Adding null checks to all History methods to ensure that History is enabled. by jlabanca@google.com · 15 years ago
- 6ee227f Use the getText() from SuggestBox instead of the one present in the TextBoxBase implementation. by jlabanca@google.com · 15 years ago
- 3e93068 Fixes RichTextArea.isEnabled/setEnabled functionality so that it actually enables/disables the text area. by jlabanca@google.com · 15 years ago
- 7ff02bd Bring back UiBinderUtilTest after fixing IE6 failure in by rjrjr@google.com · 15 years ago
- 266d9be Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
- f8abd7e Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
- c2163e6 Adding RegExp to public GWT (native version, pure Java version, tests) by tomerigo@google.com · 15 years ago
- 160a8f2 Fixes issue 4512. In JsStackEmulation, avoid rewriting references to by spoon@google.com · 15 years ago
- d553362 Fix a bug where MenuBar loses focus when moving between submenus using left/right keys. When are maintaining focus when the popup is auto closed instead of maintaining focus when the popup is manually closed. by jlabanca@google.com · 15 years ago
- 78c260f Add gwt.args ant property to ant gwtc and ant devmode in ant build by jat@google.com · 15 years ago
- b4e6f91 Fix handling of GWTTestCases that return null from getModuleName by jat@google.com · 15 years ago
- f9cd3c5 Move hasAttribute impl from DOMImplIE6 to DOMImplTrident so it applies to IE8 as well. by jlabanca@google.com · 15 years ago
- 46469f4 This addresses a problem with the recent patch, in that it is giving by jat@google.com · 15 years ago
- 2169352 Moving widget images into a doc-files directory under the ui package so they are visible in javadoc. by jlabanca@google.com · 15 years ago
- 27ad99c Fixes for outstanding LayoutPanel issues by jgw@google.com · 15 years ago
- 7d5ec1e Fix for HTMLTable.Cell#getElement() bug where it passes the row and cell index in the wrong order. by jlabanca@google.com · 15 years ago
- 78ff842 Fix JSONP collisions when using multiple modules on the same page. by jat@google.com · 15 years ago
- b4b5aaf Fix typos, including a checkstyle warning. by rice@google.com · 15 years ago
- ffb28bb This patch switches all of our tests to standards mode, and adds all LayoutPanel tests to UISuite. Currently, we aren't running the LayoutPanel tests on our build system, so this change revealed a couple minor issues. LayoutImplIE6 has a bug that we already talked about. Standards mode tests currently do not even start in FF due to a parsing error. I added a common workaround to the junit-standards.html files. by jlabanca@google.com · 15 years ago
- e9d93c1 Fix issue 4444 by removing the request's context path when computing module-relative paths. by bobv@google.com · 15 years ago
- 4def1d7 Fix issue 4460. Patch by: bobv Review by: jat by robertvawter@google.com · 15 years ago
- ae63c02 IE8 should use the styleFloat style name like IE6 does. by jlabanca@google.com · 15 years ago
- bddda5c Fix -bindAddress handling in JUnitShell. To preserve existing by jat@google.com · 15 years ago
- 0333487 http://gwt-code-reviews.appspot.com/132818 by jgw@google.com · 15 years ago
- c608a72 http://gwt-code-reviews.appspot.com/132817 by jgw@google.com · 15 years ago
- a0ff634 Adds an option to MenuBar that prevents it from stealing keyboard focus on hover. SuggestBox now uses this option. by jlabanca@google.com · 15 years ago
- ae4f0d0 Add support to CssResource for unknown at-rules. by bobv@google.com · 15 years ago
- 9914990 rollback r7439 due to missing files by rjrjr@google.com · 15 years ago
- 2f6ddb9 Add support to CssResource for unknown at-rules. by robertvawter@google.com · 15 years ago
- c7bdf28 IntPairAttributeParser now actually parses by rjrjr@google.com · 15 years ago
- e962de4 Provides an alternative way to encode text strings for TextResorurces when they by zundel@google.com · 15 years ago
- 30f8815 Prevent InlineResourceContext from creating too-long data: URLs. by bobv@google.com · 15 years ago
- 207cea4 Fixes issue 4431, UiBinder with Generic Types fails compilation with error by rjrjr@google.com · 15 years ago
- 431891e Snip stray println by rjrjr@google.com · 15 years ago
- 6306bc7 Implement java.util.Random based on Harmony and gwt-java-math. by rice@google.com · 15 years ago
- 9356917 Allow CssResource to handle identifiers containing underscores or that have a leading hyphen. by bobv@google.com · 15 years ago
- 500d7aa Fixes Issue 4415 "uibinder Image class with resource attribute, removes styles by rjrjr@google.com · 15 years ago
- 1222504 New apps created with webAppCreator now defaults to standards mode. by jlabanca@google.com · 15 years ago
- 63c7727 Fixes issue 4435, Inconsistent behavior of setStyleName(), setPrimaryStyleName() by rjrjr@google.com · 15 years ago
- 00e9ed5 Reverting r7403 because it is causing RpcValueTypesTest to fail. by jlabanca@google.com · 15 years ago
- 9907649 LayoutPanelTest does not interact nicely with HtmlUnit. by bobv@google.com · 15 years ago
- 7ee13ba Use the current thread's context ClassLoader in SerializabilityUtil. by bobv@google.com · 15 years ago
- fffc42f Add @defs to interfaces created by the CssResource InterfaceGenerator utility class. by bobv@google.com · 15 years ago
- c919058 Adding setAltText/getAltText methods to Image widget. by jlabanca@google.com · 15 years ago
- b0d4929 Adding SuggestionDisplay interface to SuggestBox to allow custom display implementations. by jlabanca@google.com · 15 years ago
- 1ec904e Fixes for issues 4447, 4366. by jgw@google.com · 15 years ago
- 09bbaf5 This patch gives a better error message for providing an incorrect by jat@google.com · 15 years ago
- f50b208 Misc formatting / checkstyle fixes. by scottb@google.com · 15 years ago
- 9ae8f8e Checkstyle fix in LayoutPanelTest. by jlabanca@google.com · 15 years ago
- 34b9ab1 Adding PopupPanel#setAutoHideOnHistoryEventsEnabled() method to autoHide popups when the history token changes. by jlabanca@google.com · 15 years ago
- 75a239e Simplifying refactor of FocusImpl now that all modern browsers support focusable divs. Also fixes some issues associated with accessKeys. by jlabanca@google.com · 15 years ago
- c863117 Fix for issue 4360. There was a subtle state bug in LayoutCommand that by jgw@google.com · 15 years ago
- 295cd60 Fix for issue 4344. DockLayoutPanel should have been using doubles, not by jgw@google.com · 15 years ago
- 3a484c0 Revert the portion of r7378 that renames argument names in generated code. by jat@google.com · 15 years ago
- cad5834 Fix problems with getting parameter names in generated code. This manifests by jat@google.com · 15 years ago
- 9e0ce50 Updating the number of cols in the colgroup when Grid.resizeColumns() is called. by jlabanca@google.com · 15 years ago
- afaa38a Updating the deprecation javadoc for RichTextArea.BasicFormatter. by jlabanca@google.com · 15 years ago
- 24882c0 Allows JSNI references to non-overloaded methods to use * in place by spoon@google.com · 15 years ago
- 0c97a01 Adds the module name to the generated ID of FormPanel's iframe to ensure that IDs are unique across modules. by jlabanca@google.com · 15 years ago
- 7d0922f Adds non-trivial tests to the default app created by webAppCreator, including one that uses delayTestFinish and sends an RPC. Also shows an example of shared client/server code. by jlabanca@google.com · 15 years ago
- c6f1620 Revert r7351 due to test failures. by jat@google.com · 15 years ago
- 9673f25 Replacing old reference to $wnd.__captureElem with @com.google.gwt.user.client.impl.DOMImplStandard::captureElem. by jlabanca@google.com · 15 years ago
- ee93bc2 URI-escape cookies (addresses external issue 4365). by kprobst@google.com · 15 years ago
- e98bf7a Fixes a checkstyle error introduced in r7352. by kprobst@google.com · 15 years ago
- 29336e7 Fix external issue 4048 - make java.sql.Timestamp emulation by rice@google.com · 15 years ago
- 2468b2d Add java.math.BigDecimal/BigInteger support. by jat@google.com · 15 years ago
- 51ee32a Revert r7347, which caused problems in DevMode. by jat@google.com · 15 years ago
- bef6951 Ensure "".split(",") returns { "" }. This is the behavior of Sun's by rice@google.com · 15 years ago
- 37ae501 Add a more inlinable path for String.equals(String) by rice@google.com · 15 years ago
- 0a866b9 Use log(...) instead of log(..., (Throwable) null) for GWT.log and servlet logs. by rice@google.com · 15 years ago
- 884c189 Fix external issue 1581: Double.parseDouble treats whitespace differently in hosted mode by rice@google.com · 15 years ago
- 27b92b8 Fixes issue 1822. Arrays now implement Serializable and Cloneable. by spoon@google.com · 15 years ago
- beed963 Call servlet.log(message) instead of servlet.log(message, (Throwable) null) by rice@google.com · 15 years ago
- 5d15219 Fix a bug where Collections.unmodifiableMap's entrySet toArray method tries by jat@google.com · 15 years ago
- a7ca35a RFE - Issue 3906: Overload GWT.log with a single String arg by rice@google.com · 15 years ago
- f3ea475 Fix external issue 4110: DateTimeFormat rounds fractional seconds incorrectly by rice@google.com · 15 years ago
- ed766af Add class and method resymbolization to JUnitShell to improve production-mode stack traces for continuous builds. by bobv@google.com · 15 years ago
- 95cd687 Fixes Javadoc errors on DislcosurePanels in UiBinder by rjrjr@google.com · 15 years ago
- a65bce7 Fixes UiBinder IndexOutOfBound errors on public void set() methods. by rjrjr@google.com · 15 years ago
- 2850653 Make @url and the gwt-image property of @sprite blocks accept dot-path values so that they can be used with nested ClientBundles. by bobv@google.com · 15 years ago
- bc8f10d Don't ignore !important when attempting to merge CSS rules by content. by bobv@google.com · 15 years ago
- ca2d4c2 Update Scheduler API. by bobv@google.com · 15 years ago
- 6d6afe3 Remove unnecessary imports. by jat@google.com · 15 years ago
- 0781073 Abstract out a CurrencyData interface and make it available to NumberFormat, by jat@google.com · 15 years ago
- 39e363a Fix checkstyle warning. by jat@google.com · 15 years ago
- efe7be3 Annotating some new tests in RequestBuilderTest because they fail in HtmlUnit. by jlabanca@google.com · 15 years ago
- 6d0e598 Fix System.arrayCopy to handle interfaces properly. by jat@google.com · 15 years ago
- c8865c9 Removes some external inconsistency dangers from our collections. by scottb@google.com · 15 years ago
- 0d227a7 Adds DELETE, HEAD and PUT methods to RequestBuilder. by jlabanca@google.com · 15 years ago
- 0c47556 Fix TreeMap submaps where there are no keys in range. by jat@google.com · 15 years ago
- 310286e Adding a simple 3x retry algorithm to XhrLoadingStrategy, and exposing it to GWT.create so users can more easily override both the AsyncFragmentLoader.LoadingStrategy and also AsyncFragmentLoader.Logger. Also tweaked the logging, so that load failures can see what was being requested and what data arrived. by fabbott@google.com · 15 years ago
- 903b3f1 Remove a JDK 1.6-ism by rice@google.com · 15 years ago
- 12cbdf2 Javadoc fixes for deRPC. by jat@google.com · 15 years ago
- 29f554b Log extra information when AsyncFragmentLoader sees an HTTP download failure. by spoon@google.com · 15 years ago
- 59f1160 A set of fixes for three layout issues: 4160, 4241, and 4243. by jgw@google.com · 15 years ago
- 38d9e77 Adding src to the classpath of generated test.dev and test.prod targets. We also need to improve the generated test to actually do something with code in src. by jlabanca@google.com · 15 years ago
- c18c66a Fixing JavaDoc in NumberFormat. by jlabanca@google.com · 15 years ago