1. a3d598c Codifying semantics of volatile fields; they are now exempt from type tightening. by scottb@google.com · 17 years ago
  2. 8b035a8 Removed KitchenSink example as it is being replaced by the Showcase example. References to the KitchenSink example in the getting started guide have been replaced with Mail sample, including the associated images. by jlabanca@google.com · 17 years ago
  3. 4967ebb More build unbreaking. My previous fixed missed a case in which IE was changing tag capitalization. by bruce@google.com · 17 years ago
  4. 06f154a Fixes issue #1973; a custom field serializer that internally called readObject() would cause the stream backrefs to get out of sync. This change fixes the off behavior and adds unit tests. by scottb@google.com · 17 years ago
  5. c582e0c Bad sort order. by scottb@google.com · 17 years ago
  6. 4e61d57 Misc cleanup. by scottb@google.com · 17 years ago
  7. 2685f50 Fixed build break by commenting-out tests that depend on assertions being enabled during unit tests (will look into enabling assertions tomorrow...) as well as adjusting tests to account for browser inconsistencies in tag capitalization changes in HTML returned from innerHTML. by bruce@google.com · 17 years ago
  8. 0c52b73 Fixes issue #1456; map entries now correctly write-through to the underlying map, and also reflected changes in the underlying map. This fixes HashMap and IdentityHashMap. Also adds tests for this behavior. by scottb@google.com · 17 years ago
  9. ef7dd44 Fixes issue #1948; implements String.isEmpty() by scottb@google.com · 17 years ago
  10. d3c81d0 Implementing RPC for java.util.Arrays.ArrayList. by scottb@google.com · 17 years ago
  11. 9d6b14c Sort & format. by scottb@google.com · 17 years ago
  12. 2b79055 Fixes issue #1497 by implementing Arrays.asList() as a separate type, which does a true array-backed list. This is useful because the implementation is highly efficient in web mode when you already have an array handy; you don't have to copy all of the elements into an ArrayList's underlying array. by scottb@google.com · 17 years ago
  13. 8f9a9ee Format. by scottb@google.com · 17 years ago
  14. 95911a4 Redesign of CaptionPanel, lots of additional CaptionPanel unit tests, and a few related changes in SimplePanel (updated to use new Element class) and Node (javadoc tweak). by bruce@google.com · 17 years ago
  15. 71f2777 Fixes issue #2258; maybe. I'm actually not convinced that it was broken, but there were some bugs & suboptimal code. Test also updated to take advantage of volatile fields. by scottb@google.com · 17 years ago
  16. ccfa462 Fix for issue #1566. by gwt.team.jgw · 17 years ago
  17. 44bf599 Updated to fix the build we broke by removing the stale reference to TitledPanelTest. We added CaptionPanelTest to the suite but intentionally commented it out until a big round of changes are finished. by bruce@google.com · 17 years ago
  18. 9e47024 Renames TitledPanel to CaptionPanel. (The term "title" was misunderstood by a lot of people as meaning HTML-style tooltips.) by bruce@google.com · 17 years ago
  19. 55d0052 Removes setCaptionHTML() and setCaptionText() (which hadn't ever shipped). by bruce@google.com · 17 years ago
  20. 87b054b Change TestSetFactory to produce Date,Time,Timestamp objects whose values are not sensitive to the timezone in which the client or server is running. by bobv@google.com · 17 years ago
  21. 51a4e5e Fixed sort order. by scottb@google.com · 17 years ago
  22. 0a7b02c Re-enabled the formerly-disabled long RPC tests now that long emulation is in. by scottb@google.com · 17 years ago
  23. 7f879fb Fixes an issue with how a Time is constructed. by scottb@google.com · 17 years ago
  24. 6c9cfdd Fixes issue #87; implements RPC for the new java.sql.Date classes. by scottb@google.com · 17 years ago
  25. 7f1d780 Fixes issue #87 by adding support for java.sql.Date, Time, and Timestamp. by scottb@google.com · 17 years ago
  26. 9ea3975 Fixes issue #538; doing a proper string check in JSONParser. by scottb@google.com · 17 years ago
  27. 629f12e Fixes PopupImplIE6 to keep their IFrame shims' z-index tied to their associated by gwt.team.jgw · 17 years ago
  28. fdc6690 Fixed missing mouse capture initialization for mouseover and mouseout events in by gwt.team.jgw · 17 years ago
  29. e94d1b0 Changes TextBoxBase to avoid setting selection ranges on unattached elements by gwt.team.jgw · 17 years ago
  30. f5a5c68 Response to review comments for r2419. Fixes some formatting, comments, minutia. by scottb@google.com · 17 years ago
  31. cd460ea Disable the very large array test for now. by bobv@google.com · 17 years ago
  32. 9986165 Fixed getStyleElement() to remove 'final' modifier (this was simply a mistake). by gwt.team.jgw · 17 years ago
  33. fdc87bf Bump the amount of time allowed for testVeryLargeArray(). by bobv@google.com · 17 years ago
  34. 856ffbd Implements capacity in a meaningful way in ArrayList.java by scottb@google.com · 17 years ago
  35. 5ded357 Emit large RPC responses as a sequence of array concatenations to resolve issue 1336. by bobv@google.com · 17 years ago
  36. 6a297a3 Use the NameFactory to create local varibles in generated RPC proxy methods. by bobv@google.com · 17 years ago
  37. ed9ada4 Change warnings to errors and abort if specified @Generate class can't be by gwt.team.jat · 17 years ago
  38. c354580 Add Class<T> and Map<K,V> to list of mocked types. by gwt.team.jat · 17 years ago
  39. 0b13f72 Add new plural rules, correct Arabic and add Arabic plurals test, add by gwt.team.jat · 17 years ago
  40. 50215ad revert back to 2420 for Double[Test].java, until I can unwind the lossage... by gwt.team.fabbott · 17 years ago
  41. dd60079 Throw a StatusCodeException into AsyncCallback.onFailure() when the HTTP response's status code is not 200. by bobv@google.com · 17 years ago
  42. 4847ba5 re-fix Double failures; I misdiagnosed because expected/actual arguments were flopped. (Fixed that, too.) by gwt.team.fabbott · 17 years ago
  43. b79a65b fix for broken test: I hadn't caught it, but Ray uses all-ones for NaN exponent; it should be leading-one-only (according to Java's behavior and his NAN_LONG_VALUE, at least) by gwt.team.fabbott · 17 years ago
  44. a197799 Committing tree speed up code based on by gwt.team.ecc · 17 years ago
  45. 6ac9c4d The build was spewing out lots of errors due to malformed @see javadoc comments in the new com.google.gwt.dom.client package. This patch fixes those problems, plus a few missing arguments to @see tags. A 1 line sed script patched most of it up. by gwt.team.zundel · 17 years ago
  46. 8354756 Fix checkstyle breakage. by gwt.team.jat · 17 years ago
  47. 24aaacc losing the JDK1.6 constants from my previous change by gwt.team.fabbott · 17 years ago
  48. c7e4431 whitespace change to diagnose code.google.com "svn: The specified activity does not exit" error. by gwt.team.fabbott · 17 years ago
  49. f449432 Implementation for Double.longBitsToDouble and Double.doubleToLongBits by gwt.team.fabbott · 17 years ago
  50. f7b8db7 This patch updates the error reporting inside of JUnitShell to show which remoteweb targets by gwt.team.zundel · 17 years ago
  51. 3fa0e32 Test commit. by gwt.team.rdayal · 17 years ago
  52. 00798f8 A small round of doc and error message fixes. by bruce@google.com · 17 years ago
  53. 05bdbd6 Fix for removing focus outlines in IE6/7. by gwt.team.rdayal · 17 years ago
  54. 9accb24 Follow-on to spurious horizontal scrollbars fix. Previously, the code to correctly position the focusable element (in the event of a branch collapse with the selected item as a descendant) was placed in the elementClicked method. This did not handle the case of collapsing a branch programatically. The call site has been moved to the bottom of the TreeItem.updateState method. Notice that the code to manipulate the focusable element has remained as part of the Tree class. The idea behind this is that the Tree may want to react in other ways when it finds that a particular TreeItem opens/closes. by gwt.team.rdayal · 17 years ago
  55. 7c0dfaf Put the Mail sample into quirks mode to resolve an issue with StackPanel where it does not size itself correctly in IE in standards mode. We will need to address the StackPanel issue later. This patch is TBR. by jlabanca@google.com · 17 years ago
  56. c2a2676 Updated styles used in the Mail sample to take advantage of the new DOM structures. This patch is TBR. by jlabanca@google.com · 17 years ago
  57. 1bd8a36 Fixed issue where TreeItems can be cropped because their overflow is set to hidden. by jlabanca@google.com · 17 years ago
  58. 95c5b2c Removed the Frame example from Showcase as it generates warnings that might be confusing to new users. At some point, we can add an html page within the same domain and readd the example. This patch is TBR. by jlabanca@google.com · 17 years ago
  59. 00f2395 Setting eol line style to native in order to avoid the every-line-change commit that just occurred. by gwt.team.rdayal · 17 years ago
  60. f2070b2 Punctuation fixes for Arabic locale in Showcase. by gwt.team.rdayal · 17 years ago
  61. 8d287b4 Fix spurious horizontal scrollbars from appearing in Tree sample in Showcase app. In the dynamic tree, horizontal scrollbars would not dissappear if the overflowing tree item was selected, and then its parent was closed. This problem was happening because the focusable element was still set to underlap the overflowing item. This problem has been fixed by moving the focus to the collapsed item. by gwt.team.rdayal · 17 years ago
  62. 445c093 Fix Popup animations in RTL mode. We want to animate from the upper-right corner down to the lower-left corner (in LTR mode, the animation goes from the upper-left corner to the lower-right corner). by gwt.team.rdayal · 17 years ago
  63. b1008b1 Include the RTL versions of style sheets only after the Application has been added to the page in Showcase. Otherwise, the app will attempt to set the width of the content based on the width of the main nav menu, which isn't available because we dropped the LTR style sheet but we haven't loaded the RTL version yet. Also removed some unnecessary style definitions. by jlabanca@google.com · 17 years ago
  64. 428b57c Fix for incorrect submenu overlapping in Showcase. Now that submenus are contained by PopupPanels which in turn are based on DecoratorPanels, the offsetWidth of a menu is not the same as the offsetWidth of its containing popup. by gwt.team.rdayal · 17 years ago
  65. f104f78 Removes <a> around the contacts entries (they looked like they should do by gwt.team.jgw · 17 years ago
  66. a8e060c Fixes copy/paste error in the as() method. by gwt.team.jgw · 17 years ago
  67. 8b697b3 Fixes for spurious horizontal scrollbars appearing for trees in RTL mode. Also cleaned up a dingleberry that was lying around after the contstructor->init refactoring. by gwt.team.rdayal · 17 years ago
  68. 5690ae3 Change handleGetObject from package to public so external generators can be by gwt.team.jat · 17 years ago
  69. b89865b Adds getters to RequestBuilder so that the object returned from a delayed async RPC is actually useful. by scottb@google.com · 17 years ago
  70. 0d661bb Fixes a bug with JsStaticEval that was preventing unreachable functions from being declared. Gotta love JavaScript, eh? by scottb@google.com · 17 years ago
  71. 920e344 Fixes styles to work with new 'built-in' StackPanel styling tables. by gwt.team.jgw · 17 years ago
  72. 4d92997 Adds curved borders to the right (and left, in rtl mode) sides of the content area. by gwt.team.jgw · 17 years ago
  73. d966ac9 Forgot to include this file as part of commit r2386. by gwt.team.mmendez · 17 years ago
  74. 527e0d6 Fixes issue 2238. Refreshing the TypeOracle when errors are present could cause the removal of types which do not have legitimate errors. by gwt.team.mmendez · 17 years ago
  75. 88b4cd0 Readded the DeckPanel.initChildWidget and DeckPanel.resetChildWidget methods, which set the size of child widgets to 100% width and height so they fill all available space. These methods were removed when the animation patch was committed, but they are actually desired. by jlabanca@google.com · 17 years ago
  76. 276d2f2 Rolling back to r2377; turns out that tables do not prevent heavyweight controls from shining through the popup. We're still leaving in the outline:0 fix though, since it should correct the scrollbars-in-menus problem in FF/Mac. by gwt.team.rdayal · 17 years ago
  77. b4a17d5 Better tracing of native methods. by scottb@google.com · 17 years ago
  78. 19e3688 Removed dotted borders around tree item selection (these double-up on some by gwt.team.jgw · 17 years ago
  79. 98deeca Fixed the IE6 specific styles used for right corners in RTL mode. This patch is TBR. by jlabanca@google.com · 17 years ago
  80. e45e3c9 Fixed stack panel borders in rtl mode in GWT-default.css. by jlabanca@google.com · 17 years ago
  81. 55c2c93 In the Showcase, Source code and styles will now be in ltr and left aligned, even if the page is in rtl mode. This patch is TBR. by jlabanca@google.com · 17 years ago
  82. 6f92635 Combination of focus outline and shim div was causing scrollbars to appear in menus in the Showcase sample app. We no longer need to shim div for PopupPanels, since PopupPanels are now DecoratorPanels (which are implemented as tables). Also explicitly removed outline for MenuBars. by gwt.team.rdayal · 17 years ago
  83. b7c6671 Fixed the content area in Showcase so it resizes correctly when the page is first loaded in an RTL language. Also fixed the alignment of the contents in RTL. This patch is TBR. by jlabanca@google.com · 17 years ago
  84. 5f7361d Fixed broken keyboard events in CustomButton. by gwt.team.jgw · 17 years ago
  85. ec4736a Fixes missing 'px' suffix in moving the focusable element (was causing issues by gwt.team.jgw · 17 years ago
  86. 42d1764 Setting missing props on all Java source files. by scottb@google.com · 17 years ago
  87. 6f82758 Fixed the iframe example in Showcase so that it loads the modules root url, which has the effect of loading the module in the iframe without any warnings. I added some default iframe styles. This patch is TBR. by jlabanca@google.com · 17 years ago
  88. 30216b6 Fixed checkstyle violations. by scottb@google.com · 17 years ago
  89. 31912fd Fixed DOMImplOpera refactor bug; overriding sinkEvents was causing the event system to not initialize. by scottb@google.com · 17 years ago
  90. 42b310c Fixes getStyleElement() to return c.g.g.u.c.Element (which it should have been by gwt.team.jgw · 17 years ago
  91. 265fd89 Added RTL support to DecoratorPanel and improved RTL support in Showcase. This patch is TBR. by jlabanca@google.com · 17 years ago
  92. 1128a63 Modified look of showcase and corrected multiple style problems. This patch is TBR. by jlabanca@google.com · 17 years ago
  93. bd2f987 Allow passing arrays of (arrays of...) longs into and out of JSNI methods. by spoon@google.com · 17 years ago
  94. 700563c Fixing broken tests (only breaking on ancient Mozillae and Safari 2). by gwt.team.jgw · 17 years ago
  95. 44cb42a Adds support for RTL layout in GWT. Here are the specific changes: by gwt.team.rdayal · 17 years ago
  96. 693bd71 A rather large change that adds a DOM module/package, implementing more or less by gwt.team.jgw · 17 years ago
  97. 02bfb0c Added helpInfo docs for JSO restrictions and for restrictions on accessing by spoon@google.com · 17 years ago
  98. 2dab5ed Roll-back of r2343; apparently we do need to compile package-info's to not break the build. by scottb@google.com · 17 years ago
  99. 0d4128f Even better. by scottb@google.com · 17 years ago
  100. 5918fb6 Whoops, I resolved the warning a way that did not in fact work. by scottb@google.com · 17 years ago