1. a986bfe Annonated the failed test in all modes. by flin@google.com · 15 years ago
  2. ed252a5 Fix a couple of bugs in BigDecimal that were corrected in the by jat@google.com · 15 years ago
  3. c71b868 Fix to keep FocusWidget's setElement() implementation from clobbering by jgw@google.com · 15 years ago
  4. ffcc857 Allowing support to field references inside html elements and GWT by hermes@google.com · 15 years ago
  5. 0962528 Rolling back r7635 because this is causing unexpected failures on Firefox, by jgw@google.com · 15 years ago
  6. ea09c5e Fix to keep FocusWidget's setElement() implementation from clobbering by jgw@google.com · 15 years ago
  7. 97a5c6f Fix for issue 4595: "In TabLayoutPanel, inserting a tab before the currently by jgw@google.com · 15 years ago
  8. 523b3e4 Unbreak the build following CLDR update, by changing test strings used by jat@google.com · 15 years ago
  9. 4920c7a Adds UiBinder support for ListBox. by rjrjr@google.com · 15 years ago
  10. 2391442 Add BigDecimal/etc support. by jat@google.com · 15 years ago
  11. 3f5e6da Upgrade to HtmlUnit 2.7 build r5424. Removing annotations for fixed HtmlUnit bugs. by flin@google.com · 15 years ago
  12. 947436d Make java.util.Collections.Empty{List,Map,Set} work with GWT RPC. by rice@google.com · 15 years ago
  13. c1dcea7 Add Math.cbrt, improve Math.log10, add tests. by jat@google.com · 15 years ago
  14. 5c74b9b Fix for AsyncProxy of top-level types, for which isStatic() by fabbott@google.com · 15 years ago
  15. 599a60b Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
  16. 84441df Add new method HTMLPanel.add(Widget, Element) (using gwt.dom.client.Element) by awiner@google.com · 15 years ago
  17. cf8428d Changes to AsyncFragmentLoader to replace the use of Map with ArrayList. by mlueck@google.com · 15 years ago
  18. 9eae616 http://gwt-code-reviews.appspot.com/148802 by knorton@google.com · 15 years ago
  19. 01ab6d0 Add the ability to change the default HandlerManager of a Widget. by jlabanca@google.com · 15 years ago
  20. 65bd551 Set visibility of glass when visibility of PopupPanel is changed. by jlabanca@google.com · 15 years ago
  21. 3140e03 Fixes NPE in PopupPanel when history is disabled. by jlabanca@google.com · 15 years ago
  22. af0a585 Makes HandlerManager execute all event handlers even if one throws an by phopkins@google.com · 15 years ago
  23. 921b954 Unselect the MenuItem in the top level MenuBar when auto-hiding a child MenuBar. by jlabanca@google.com · 15 years ago
  24. 8801308 Fixes a bug where switch(this) doesn't work if the type by spoon@google.com · 15 years ago
  25. 4e82ce3 add window.resize{By,To} and window.move{By,To}. Modify LayoutTest to use the by kjin@google.com · 15 years ago
  26. 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
  27. 9d69e09 Adding null checks to all History methods to ensure that History is enabled. by jlabanca@google.com · 15 years ago
  28. 6ee227f Use the getText() from SuggestBox instead of the one present in the TextBoxBase implementation. by jlabanca@google.com · 15 years ago
  29. 3e93068 Fixes RichTextArea.isEnabled/setEnabled functionality so that it actually enables/disables the text area. by jlabanca@google.com · 15 years ago
  30. 7ff02bd Bring back UiBinderUtilTest after fixing IE6 failure in by rjrjr@google.com · 15 years ago
  31. 266d9be Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
  32. f8abd7e Adds explicit pure Java test support to GWTTestCase, via a setter. by guillaume.ryder@google.com · 15 years ago
  33. c2163e6 Adding RegExp to public GWT (native version, pure Java version, tests) by tomerigo@google.com · 15 years ago
  34. 160a8f2 Fixes issue 4512. In JsStackEmulation, avoid rewriting references to by spoon@google.com · 15 years ago
  35. 27ad99c Fixes for outstanding LayoutPanel issues by jgw@google.com · 15 years ago
  36. 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
  37. 78ff842 Fix JSONP collisions when using multiple modules on the same page. by jat@google.com · 15 years ago
  38. 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
  39. 0333487 http://gwt-code-reviews.appspot.com/132818 by jgw@google.com · 15 years ago
  40. c608a72 http://gwt-code-reviews.appspot.com/132817 by jgw@google.com · 15 years ago
  41. ae4f0d0 Add support to CssResource for unknown at-rules. by bobv@google.com · 15 years ago
  42. 9914990 rollback r7439 due to missing files by rjrjr@google.com · 15 years ago
  43. 2f6ddb9 Add support to CssResource for unknown at-rules. by robertvawter@google.com · 15 years ago
  44. c7bdf28 IntPairAttributeParser now actually parses by rjrjr@google.com · 15 years ago
  45. e962de4 Provides an alternative way to encode text strings for TextResorurces when they by zundel@google.com · 15 years ago
  46. 30f8815 Prevent InlineResourceContext from creating too-long data: URLs. by bobv@google.com · 15 years ago
  47. 207cea4 Fixes issue 4431, UiBinder with Generic Types fails compilation with error by rjrjr@google.com · 15 years ago
  48. 431891e Snip stray println by rjrjr@google.com · 15 years ago
  49. 6306bc7 Implement java.util.Random based on Harmony and gwt-java-math. by rice@google.com · 15 years ago
  50. 9356917 Allow CssResource to handle identifiers containing underscores or that have a leading hyphen. by bobv@google.com · 15 years ago
  51. 500d7aa Fixes Issue 4415 "uibinder Image class with resource attribute, removes styles by rjrjr@google.com · 15 years ago
  52. 1222504 New apps created with webAppCreator now defaults to standards mode. by jlabanca@google.com · 15 years ago
  53. 63c7727 Fixes issue 4435, Inconsistent behavior of setStyleName(), setPrimaryStyleName() by rjrjr@google.com · 15 years ago
  54. 9907649 LayoutPanelTest does not interact nicely with HtmlUnit. by bobv@google.com · 15 years ago
  55. c919058 Adding setAltText/getAltText methods to Image widget. by jlabanca@google.com · 15 years ago
  56. b0d4929 Adding SuggestionDisplay interface to SuggestBox to allow custom display implementations. by jlabanca@google.com · 15 years ago
  57. 1ec904e Fixes for issues 4447, 4366. by jgw@google.com · 15 years ago
  58. f50b208 Misc formatting / checkstyle fixes. by scottb@google.com · 15 years ago
  59. 9ae8f8e Checkstyle fix in LayoutPanelTest. by jlabanca@google.com · 15 years ago
  60. 34b9ab1 Adding PopupPanel#setAutoHideOnHistoryEventsEnabled() method to autoHide popups when the history token changes. by jlabanca@google.com · 15 years ago
  61. c863117 Fix for issue 4360. There was a subtle state bug in LayoutCommand that by jgw@google.com · 15 years ago
  62. 9e0ce50 Updating the number of cols in the colgroup when Grid.resizeColumns() is called. by jlabanca@google.com · 15 years ago
  63. 24882c0 Allows JSNI references to non-overloaded methods to use * in place by spoon@google.com · 15 years ago
  64. 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
  65. c6f1620 Revert r7351 due to test failures. by jat@google.com · 15 years ago
  66. ee93bc2 URI-escape cookies (addresses external issue 4365). by kprobst@google.com · 15 years ago
  67. 29336e7 Fix external issue 4048 - make java.sql.Timestamp emulation by rice@google.com · 15 years ago
  68. 2468b2d Add java.math.BigDecimal/BigInteger support. by jat@google.com · 15 years ago
  69. bef6951 Ensure "".split(",") returns { "" }. This is the behavior of Sun's by rice@google.com · 15 years ago
  70. 0a866b9 Use log(...) instead of log(..., (Throwable) null) for GWT.log and servlet logs. by rice@google.com · 15 years ago
  71. 884c189 Fix external issue 1581: Double.parseDouble treats whitespace differently in hosted mode by rice@google.com · 15 years ago
  72. 27b92b8 Fixes issue 1822. Arrays now implement Serializable and Cloneable. by spoon@google.com · 15 years ago
  73. 5d15219 Fix a bug where Collections.unmodifiableMap's entrySet toArray method tries by jat@google.com · 15 years ago
  74. f3ea475 Fix external issue 4110: DateTimeFormat rounds fractional seconds incorrectly by rice@google.com · 15 years ago
  75. ed766af Add class and method resymbolization to JUnitShell to improve production-mode stack traces for continuous builds. by bobv@google.com · 15 years ago
  76. a65bce7 Fixes UiBinder IndexOutOfBound errors on public void set() methods. by rjrjr@google.com · 15 years ago
  77. 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
  78. bc8f10d Don't ignore !important when attempting to merge CSS rules by content. by bobv@google.com · 15 years ago
  79. ca2d4c2 Update Scheduler API. by bobv@google.com · 15 years ago
  80. 6d6afe3 Remove unnecessary imports. by jat@google.com · 15 years ago
  81. 0781073 Abstract out a CurrencyData interface and make it available to NumberFormat, by jat@google.com · 15 years ago
  82. efe7be3 Annotating some new tests in RequestBuilderTest because they fail in HtmlUnit. by jlabanca@google.com · 15 years ago
  83. 6d0e598 Fix System.arrayCopy to handle interfaces properly. by jat@google.com · 15 years ago
  84. c8865c9 Removes some external inconsistency dangers from our collections. by scottb@google.com · 15 years ago
  85. 0d227a7 Adds DELETE, HEAD and PUT methods to RequestBuilder. by jlabanca@google.com · 15 years ago
  86. 0c47556 Fix TreeMap submaps where there are no keys in range. by jat@google.com · 15 years ago
  87. 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
  88. 903b3f1 Remove a JDK 1.6-ism by rice@google.com · 15 years ago
  89. 7ea41e8 Sorting a test file. by spoon@google.com · 15 years ago
  90. 22d77cc Adds ServiceDefTarget.getSerializationPolicyName(). This allows by spoon@google.com · 15 years ago
  91. 57b65d6 Make RPC failures due to bad numerical values clearer (external issue 4263). by rice@google.com · 15 years ago
  92. 77286ee Make UiBinder handle custom subclasses of DialogBox by rjrjr@google.com · 15 years ago
  93. 8677861 Adding UiBinder doc for widgets that require it. by jgw@google.com · 15 years ago
  94. 7075870 Fix standalone month/day-of-week handling. by jat@google.com · 15 years ago
  95. 8e71b85 Fix float/double crash on Firefox with max values. by scottb@google.com · 15 years ago
  96. a6f4ecb UiBinder AttributeParsers can now distinguish "" from null by rjrjr@google.com · 15 years ago
  97. 00c849c Increasing the timeout of ImageResourceTest#testDedup because it sometimes times out. by jlabanca@google.com · 15 years ago
  98. e506dd6 Fixes CustomButton's ability to have a text body. by rjrjr@google.com · 15 years ago
  99. 13e306f Fix Arrays.equals(Object[], Object[]) to handle nulls, this time correctly. by jat@google.com · 15 years ago
  100. 71f3651 Don't run DOMTest.testGetAbsolutePosition on HtmlUnit. by jat@google.com · 15 years ago