1. 49b1ff1 Typo correction: I backmerged c4*6*03, at 4*6*05, not 450[35] by fabbott@google.com · 16 years ago
  2. 6b9c0e3 Fixes issue 3340 by preventing IE race condition from occurring when the on load handler is set. by ecc@google.com · 16 years ago
  3. dac5677 Merge of c4624 from branches/snapshot-2009.01.29. by jgw@google.com · 16 years ago
  4. 6fb9b1c Merge of c4628, c4639 from branches/snapshot-2009.01.29. by jgw@google.com · 16 years ago
  5. 43c343d Tightened up parsing of the "locale" parameter from the URL query string. by zundel@google.com · 16 years ago
  6. 0e8a644 Allows external scripts (including the Gadget selection script) to setup by zundel@google.com · 16 years ago
  7. 85921ba Fixes issue #3314; adds a constructor overload for PushButton(Image, Image, ClickHandler). by scottb@google.com · 16 years ago
  8. fce363c Remove extra warnings when unable to load native library. by scottb@google.com · 16 years ago
  9. 57cae50 Switching Timer to correctly use close event rather then closing event on window. by ecc@google.com · 16 years ago
  10. 7220148 Updated the filter in the ant task for running hosted mode tests in emma mode. The filter now correctly excludes CoverageTest.class by amitmanjhi@google.com · 16 years ago
  11. 0018b9f Fixes issue #3334; Arrays.deepHashCode() containing embedded nulls. by scottb@google.com · 16 years ago
  12. 9c50e85 Bump to 32ems; on some browsers the french "please enter" message is still too long. by scottb@google.com · 16 years ago
  13. f4c935f This patch expands Gwt's ability to successfully create classMappings, necessary when running Emma. The following types of classes by amitmanjhi@google.com · 16 years ago
  14. 2c215d8 Added documentation to HTMLTable.addTableListener() to explain that getCellForEvent() can return null. We also check for null in the mail sample. by jlabanca@google.com · 16 years ago
  15. 92b4576 Clarify that JSONObject.keySet() is immutable, fix bad test code that was taking advantage of the old implementation details. by scottb@google.com · 16 years ago
  16. 127d461 Updated French grammar. by scottb@google.com · 16 years ago
  17. e7cf156 No longer needed clinit in HostedModeBase; subsumed by SwtHostedModeBase. by scottb@google.com · 16 years ago
  18. ca5a870 Remove references to deprecated methods. by scottb@google.com · 16 years ago
  19. 55a42a6 Fixes an uncaught exception generated trying to set TD widths to non-positive values. by scottb@google.com · 16 years ago
  20. fd2627a General polish. by scottb@google.com · 16 years ago
  21. b9c87bd Disable servlet tag in DynaTable.gwt.xml until we support web.xml validation to avoid hosted mode warning. by scottb@google.com · 16 years ago
  22. 3f68e61 Clicking on the left or right of a TreeItem now focuses on the Tree and enables Keyboard support. Previously, the item appeared selected, but keyboard support wouldn't work. by jlabanca@google.com · 16 years ago
  23. a15ab41 Fixes a bug where checkboxes would not retain their value on IE when detached. We were accidentally short-circuiting the logic that would set the default checked property during widget unload. by scottb@google.com · 16 years ago
  24. 7de6a17 Sort & format. by scottb@google.com · 16 years ago
  25. ddd9232 I18N constant maps are now guaranteed to iterate in declaration order. This allows a better degree of user control, and fixes inconsistencies between hosted and web mode. by scottb@google.com · 16 years ago
  26. 5b4bb40 JSONObject's keySet should iterate in an oder that is consistent between hosted and web mode. This was being caused by the evil iterate-over-HashMap pattern. by scottb@google.com · 16 years ago
  27. dcf7ce8 Recorded merge of trunk c4503 at c4505. This would *probably* merge cleanly by fabbott@google.com · 16 years ago
  28. f11e742 Down-merge of c4503 to trunk, adding new event stuff to the javadoc whitelist. by fabbott@google.com · 16 years ago
  29. 4b5ada4 IE natively throws only a double-click event when you click on an element twice, so DOMImplIE6 creates a second click event for the user. However, we currently fire the event on the element where the double-click event was sunk instead of on the srcElement of the double-click event. In other words, if a user double clicks in a cell in an HTMLTable, the source of the first click event is the cell, the source of the second click event is the table itself. This patch fires the event against $wnd.event.srcElement instead of against the element that the double click event is sunk on. by jlabanca@google.com · 16 years ago
  30. 0d9cfab Updated server reloaad icon; more compatible with existing icon set. by scottb@google.com · 16 years ago
  31. 662707e Build fix: moved where GWT.getModuleBaseURL() is called to accomodate use from the Showcase generator. by scottb@google.com · 16 years ago
  32. 9d8cc72 New reload server icon. by scottb@google.com · 16 years ago
  33. 00f8837 We should not be using relative URLs when making HTTP GET requests through RequestBuilder. Their resolution is execution-context-sensitive. by rdayal@google.com · 16 years ago
  34. 601e6c3 Implements hot server reloading in GWT via a new Shell button. Clicking the button restarts embedded Jetty with a new classloader, picking up any class file changes on disk for the restarted server. This might be useful when changing the type declarations of serializable types during a hosted mode session, or testing how an app handles an incompatible remote service. by scottb@google.com · 16 years ago
  35. 7348cba Import organize. by scottb@google.com · 16 years ago
  36. 29d60fd - Fixes double-firing of clicks on CustomButton. by jgw@google.com · 16 years ago
  37. 0385ed7 Checkstyle fixes. by jgw@google.com · 16 years ago
  38. 666d037 Fixes broken synthetic load event firing on IE. by jgw@google.com · 16 years ago
  39. dfa7593 This change restores TextBoxBase's implementation of HasChangeEventHandlers by rjrjr@google.com · 16 years ago
  40. ed46bf8 Adding presubmit target so Joel can use it, as his checkstyle setup is currently foobared (note, checkstyle info message will be updated in subsequent commit) by ecc@google.com · 16 years ago
  41. 85570df - Fixes Image to not fire an extra onload even when applying clipped image by jgw@google.com · 16 years ago
  42. 4598c15 Phase 2 of readying samples for distro. by scottb@google.com · 16 years ago
  43. 9082063 Phase 1 of readying samples for distro; do not produce Elipse stuff. by scottb@google.com · 16 years ago
  44. 0dbaa40 Fixes broken CreateEventTest on Firefox2 and earlier. There were three problems: by jgw@google.com · 16 years ago
  45. c74760b Adds support for Document.create*Event() and Element.dispatchEvent(). by jgw@google.com · 16 years ago
  46. 1a1d007 Simpler ResourceOracleImpl. by scottb@google.com · 16 years ago
  47. 641f8cb Adding code to prevent warning of converting longs->ints in IE hosted mode by ecc@google.com · 16 years ago
  48. c339d51 Added missing * to comment, added toString() for debugging. by scottb@google.com · 16 years ago
  49. caae6a8 Fix recent breakage in r4520 where super-source was not given priority over by jat@google.com · 16 years ago
  50. 0b8e676 Tiny bit more cleanup + explicit stable refresh test. by scottb@google.com · 16 years ago
  51. e9f0038 Minor cleanup. by scottb@google.com · 16 years ago
  52. 47cf662 Update checking now occurs when using command-line tools if no check has occurred in the last 24 hours. by scottb@google.com · 16 years ago
  53. d97c97d Fixed issue 3307 by not gating the selection of an item on whether it is focusable by ecc@google.com · 16 years ago
  54. 8ffa2aa This patch updates the ResourceOracleImpl to use a PathPrefix order and prefer PathPrefix order by amitmanjhi@google.com · 16 years ago
  55. 7f38ea0 Isolates Jetty's WebAppClassLoader to enforce that the user must supply server-side libraries into WEB-INF/lib. by scottb@google.com · 16 years ago
  56. 841e2b0 Typo-o on converting to Event.as. TBR:jlabanca by ecc@google.com · 16 years ago
  57. 2ab698f Fixes the test failure. Junit on cmd-line was failing because one of the by amitmanjhi@google.com · 16 years ago
  58. 91987ae Adding NativeEvent to gwt 1.6 Desk review:jlabanca by ecc@google.com · 16 years ago
  59. 4cc0074 This patch adds a modular testing framework for adding ApiChecker tests. In by amitmanjhi@google.com · 16 years ago
  60. 82997c6 Updates 1.6 branch-info.txt to reflect today's merge (490:4497,4498:4511). by rjrjr@google.com · 16 years ago
  61. f9c575f Fixes issue #1032; fixes a bug in Tomcat that prevents it from embedding properly. It was kicking directly to the system classloader instead of following the proper chain of command. by scottb@google.com · 16 years ago
  62. 69479a6 Original, unmodfied copy of Tomcat's WebappClassLoader. by scottb@google.com · 16 years ago
  63. 068c2c4 Deletes unused method isEventHandled from interface HasHandlers. by rjrjr@google.com · 16 years ago
  64. 93fb1ca Fixes 1.6 build breakage. CommandExecutorTest was allowing an exception to by jgw@google.com · 16 years ago
  65. 6f9365f Fix for broken build: by jgw@google.com · 16 years ago
  66. 81fd524 buildbreak fix, that onScriptLoad needs to be given gwtOnLoad as its argument. by fabbott@google.com · 16 years ago
  67. a22719f Organize imports. by scottb@google.com · 16 years ago
  68. 0bc1f0c Fixed a bug where compiling from hosted mode would fail to refresh module state from what had already occurred in hosted mode. by scottb@google.com · 16 years ago
  69. 548b7a4 Update documentation to include new way of specifying the gwt-dev-<platform>.jar by jat@google.com · 16 years ago
  70. 54a02be Recording merge of c4498 to trunk by fabbott@google.com · 16 years ago
  71. f4c2419 Fix Utility.java to use better unique temporaries, not under gwt-tmp (which by fabbott@google.com · 16 years ago
  72. f0e178c Fixed capitalization typo (don't ask me how this compiled on my desk). by jgw@google.com · 16 years ago
  73. c1385b4 JUnit infrastructure now properly handles exceptions thrown from event handlers by jgw@google.com · 16 years ago
  74. 9414bd4 This commit makes listener wrapper public. It also switching the default by ecc@google.com · 16 years ago
  75. 6d68a03 Refactors event infrastructure, to simplify the firing mechanism and allow users by jgw@google.com · 16 years ago
  76. 28942b5 Recording merge 1.6->trunk. by scottb@google.com · 16 years ago
  77. 1277ba8 Added missing fixups for 2.4->2.5 servlet API. by scottb@google.com · 16 years ago
  78. 72e89ca Backporting trunk conflict-resolution from r4488 merge. This change should not be merged up into trunk. by scottb@google.com · 16 years ago
  79. 82054d4 Replaced uses of AlphaImageLoader in GWT style themes with references to single-bit transparent image files. IE7 now uses the multi-bit (anti-aliased) image files that it supports. IE6 uses single-bit (hard edged) files, although the difference is barely noticeably. by jlabanca@google.com · 16 years ago
  80. 5d56e26 Updating GWT to use servlet API 2.5 consistently. by scottb@google.com · 16 years ago
  81. aa69158 Build fix for breaking CheckBoxTest on IE. by scottb@google.com · 16 years ago
  82. c5ddf2b Minor re-factoring. Sort & format by amitmanjhi@google.com · 16 years ago
  83. 60e83e9 Fixes issue #3078; when the same logical resource occurs in more than one classpath entry, the classpath order must be honored. Adds a test to verify this behavior. Some minor cleanup, too. by scottb@google.com · 16 years ago
  84. 88085e7 Reformat generated launch config. by scottb@google.com · 16 years ago
  85. 8024b78 Provide a welcome file automatically. by scottb@google.com · 16 years ago
  86. c0788c9 Fixed a bug where MenuItems in sub-sub menus cannot be clicked. by jlabanca@google.com · 16 years ago
  87. 3153c80 Collapsing our two versions of the ElementMapperImpl class into one. by ecc@google.com · 16 years ago
  88. 1c039aa This patch provides access to the underlying InputElement's value property, and by rjrjr@google.com · 16 years ago
  89. 095d97b Adds an option to HandlerManager to fire handlers in reverse order, and converts NativePreviewEvent to use the HandlerManager instead of an ArrayList. The HandlerManager automatically handles concurrent adds and removes, which caused a problem in MenuBar. by jlabanca@google.com · 16 years ago
  90. 89be450 Adding helper class to allow tests to get user input more conveniently by ecc@google.com · 16 years ago
  91. f5bad7a GwtEvent should not control its own hashcode Review by:jlabanca by ecc@google.com · 16 years ago
  92. 768d209 Removing jsni implementation of handler manager as benchmarking has shown it is not necessary. by ecc@google.com · 16 years ago
  93. 7e559d7 Committing issue http://gwt-code-reviews.appspot.com/2007, renaming SuggestBox.setSelectsFirstItem. by ecc@google.com · 16 years ago
  94. 2ab41c6 Updated applicationCreator scripts to webAppCreator. by scottb@google.com · 16 years ago
  95. 83f8bbd Fixes issue 3148 by improving the performance of FlowPanel.clear() by a hundred to one on IE. by ecc@google.com · 16 years ago
  96. b01a43e making a sub-class public so I can cheat and use it in gwt-incubator, does not change the core API. by ecc@google.com · 16 years ago
  97. 7ab1943 Fixed URL to ManagingMerges + added some more notes. by scottb@google.com · 16 years ago
  98. 9fdfe98 Updates branch-info.txt to warn that r4460 will not merge cleanly to trunk. by spoon@google.com · 16 years ago
  99. 15d532a Merged the legecy EventPreview stack into the new NativePreviewHandler stack so legacy EventPreviews will only fire if they are at the top of the combined stack. A previous change took PopupPanels off the legacy stack, which promoted other EventPreview to the top and broke legacy code. by jlabanca@google.com · 16 years ago
  100. df6b29f Incorporated Scott's comments. by amitmanjhi@google.com · 16 years ago