- a986bfe Annonated the failed test in all modes. by flin@google.com · 15 years ago
- ed252a5 Fix a couple of bugs in BigDecimal that were corrected in the by jat@google.com · 15 years ago
- c71b868 Fix to keep FocusWidget's setElement() implementation from clobbering by jgw@google.com · 15 years ago
- ffcc857 Allowing support to field references inside html elements and GWT by hermes@google.com · 15 years ago
- 0962528 Rolling back r7635 because this is causing unexpected failures on Firefox, by jgw@google.com · 15 years ago
- ea09c5e Fix to keep FocusWidget's setElement() implementation from clobbering by jgw@google.com · 15 years ago
- 97a5c6f Fix for issue 4595: "In TabLayoutPanel, inserting a tab before the currently by jgw@google.com · 15 years ago
- 523b3e4 Unbreak the build following CLDR update, by changing test strings used by jat@google.com · 15 years ago
- 4920c7a Adds UiBinder support for ListBox. by rjrjr@google.com · 15 years ago
- 2391442 Add BigDecimal/etc support. by jat@google.com · 15 years ago
- 3f5e6da Upgrade to HtmlUnit 2.7 build r5424. Removing annotations for fixed HtmlUnit bugs. by flin@google.com · 15 years ago
- 947436d Make java.util.Collections.Empty{List,Map,Set} work with GWT RPC. by rice@google.com · 15 years ago
- c1dcea7 Add Math.cbrt, improve Math.log10, add tests. by jat@google.com · 15 years ago
- 5c74b9b Fix for AsyncProxy of top-level types, for which isStatic() by fabbott@google.com · 15 years ago
- 599a60b Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
- 84441df Add new method HTMLPanel.add(Widget, Element) (using gwt.dom.client.Element) by awiner@google.com · 15 years ago
- cf8428d Changes to AsyncFragmentLoader to replace the use of Map with ArrayList. by mlueck@google.com · 15 years ago
- 9eae616 http://gwt-code-reviews.appspot.com/148802 by knorton@google.com · 15 years ago
- 01ab6d0 Add the ability to change the default HandlerManager of a Widget. by jlabanca@google.com · 15 years ago
- 65bd551 Set visibility of glass when visibility of PopupPanel is changed. by jlabanca@google.com · 15 years ago
- 3140e03 Fixes NPE in PopupPanel when history is disabled. by jlabanca@google.com · 15 years ago
- af0a585 Makes HandlerManager execute all event handlers even if one throws an by phopkins@google.com · 15 years ago
- 921b954 Unselect the MenuItem in the top level MenuBar when auto-hiding a child MenuBar. by jlabanca@google.com · 15 years ago
- 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
- 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
- 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
- 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
- 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
- 9907649 LayoutPanelTest does not interact nicely with HtmlUnit. 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
- 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
- c863117 Fix for issue 4360. There was a subtle state bug in LayoutCommand that by jgw@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
- 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
- c6f1620 Revert r7351 due to test failures. by jat@google.com · 15 years ago
- ee93bc2 URI-escape cookies (addresses external issue 4365). 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
- bef6951 Ensure "".split(",") returns { "" }. This is the behavior of Sun's 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
- 5d15219 Fix a bug where Collections.unmodifiableMap's entrySet toArray method tries by jat@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
- 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
- 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
- 7ea41e8 Sorting a test file. by spoon@google.com · 15 years ago
- 22d77cc Adds ServiceDefTarget.getSerializationPolicyName(). This allows by spoon@google.com · 15 years ago
- 57b65d6 Make RPC failures due to bad numerical values clearer (external issue 4263). by rice@google.com · 15 years ago
- 77286ee Make UiBinder handle custom subclasses of DialogBox by rjrjr@google.com · 15 years ago
- 8677861 Adding UiBinder doc for widgets that require it. by jgw@google.com · 15 years ago
- 7075870 Fix standalone month/day-of-week handling. by jat@google.com · 15 years ago
- 8e71b85 Fix float/double crash on Firefox with max values. by scottb@google.com · 15 years ago
- a6f4ecb UiBinder AttributeParsers can now distinguish "" from null by rjrjr@google.com · 15 years ago
- 00c849c Increasing the timeout of ImageResourceTest#testDedup because it sometimes times out. by jlabanca@google.com · 15 years ago
- e506dd6 Fixes CustomButton's ability to have a text body. by rjrjr@google.com · 15 years ago
- 13e306f Fix Arrays.equals(Object[], Object[]) to handle nulls, this time correctly. by jat@google.com · 15 years ago
- 71f3651 Don't run DOMTest.testGetAbsolutePosition on HtmlUnit. by jat@google.com · 15 years ago