1. 9d8cc72 New reload server icon. by scottb@google.com · 16 years ago
  2. 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
  3. 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
  4. 7348cba Import organize. by scottb@google.com · 16 years ago
  5. 29d60fd - Fixes double-firing of clicks on CustomButton. by jgw@google.com · 16 years ago
  6. 0385ed7 Checkstyle fixes. by jgw@google.com · 16 years ago
  7. 666d037 Fixes broken synthetic load event firing on IE. by jgw@google.com · 16 years ago
  8. dfa7593 This change restores TextBoxBase's implementation of HasChangeEventHandlers by rjrjr@google.com · 16 years ago
  9. 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
  10. 85570df - Fixes Image to not fire an extra onload even when applying clipped image by jgw@google.com · 16 years ago
  11. 4598c15 Phase 2 of readying samples for distro. by scottb@google.com · 16 years ago
  12. 9082063 Phase 1 of readying samples for distro; do not produce Elipse stuff. by scottb@google.com · 16 years ago
  13. 0dbaa40 Fixes broken CreateEventTest on Firefox2 and earlier. There were three problems: by jgw@google.com · 16 years ago
  14. c74760b Adds support for Document.create*Event() and Element.dispatchEvent(). by jgw@google.com · 16 years ago
  15. 1a1d007 Simpler ResourceOracleImpl. by scottb@google.com · 16 years ago
  16. 641f8cb Adding code to prevent warning of converting longs->ints in IE hosted mode by ecc@google.com · 16 years ago
  17. c339d51 Added missing * to comment, added toString() for debugging. by scottb@google.com · 16 years ago
  18. caae6a8 Fix recent breakage in r4520 where super-source was not given priority over by jat@google.com · 16 years ago
  19. 0b8e676 Tiny bit more cleanup + explicit stable refresh test. by scottb@google.com · 16 years ago
  20. e9f0038 Minor cleanup. by scottb@google.com · 16 years ago
  21. 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
  22. d97c97d Fixed issue 3307 by not gating the selection of an item on whether it is focusable by ecc@google.com · 16 years ago
  23. 8ffa2aa This patch updates the ResourceOracleImpl to use a PathPrefix order and prefer PathPrefix order by amitmanjhi@google.com · 16 years ago
  24. 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
  25. 841e2b0 Typo-o on converting to Event.as. TBR:jlabanca by ecc@google.com · 16 years ago
  26. 2ab698f Fixes the test failure. Junit on cmd-line was failing because one of the by amitmanjhi@google.com · 16 years ago
  27. 91987ae Adding NativeEvent to gwt 1.6 Desk review:jlabanca by ecc@google.com · 16 years ago
  28. 4cc0074 This patch adds a modular testing framework for adding ApiChecker tests. In by amitmanjhi@google.com · 16 years ago
  29. 82997c6 Updates 1.6 branch-info.txt to reflect today's merge (490:4497,4498:4511). by rjrjr@google.com · 16 years ago
  30. 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
  31. 69479a6 Original, unmodfied copy of Tomcat's WebappClassLoader. by scottb@google.com · 16 years ago
  32. 068c2c4 Deletes unused method isEventHandled from interface HasHandlers. by rjrjr@google.com · 16 years ago
  33. 93fb1ca Fixes 1.6 build breakage. CommandExecutorTest was allowing an exception to by jgw@google.com · 16 years ago
  34. 6f9365f Fix for broken build: by jgw@google.com · 16 years ago
  35. 81fd524 buildbreak fix, that onScriptLoad needs to be given gwtOnLoad as its argument. by fabbott@google.com · 16 years ago
  36. a22719f Organize imports. by scottb@google.com · 16 years ago
  37. 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
  38. 548b7a4 Update documentation to include new way of specifying the gwt-dev-<platform>.jar by jat@google.com · 16 years ago
  39. 54a02be Recording merge of c4498 to trunk by fabbott@google.com · 16 years ago
  40. f4c2419 Fix Utility.java to use better unique temporaries, not under gwt-tmp (which by fabbott@google.com · 16 years ago
  41. f0e178c Fixed capitalization typo (don't ask me how this compiled on my desk). by jgw@google.com · 16 years ago
  42. c1385b4 JUnit infrastructure now properly handles exceptions thrown from event handlers by jgw@google.com · 16 years ago
  43. 9414bd4 This commit makes listener wrapper public. It also switching the default by ecc@google.com · 16 years ago
  44. 6d68a03 Refactors event infrastructure, to simplify the firing mechanism and allow users by jgw@google.com · 16 years ago
  45. 28942b5 Recording merge 1.6->trunk. by scottb@google.com · 16 years ago
  46. 1277ba8 Added missing fixups for 2.4->2.5 servlet API. by scottb@google.com · 16 years ago
  47. 72e89ca Backporting trunk conflict-resolution from r4488 merge. This change should not be merged up into trunk. by scottb@google.com · 16 years ago
  48. 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
  49. 5d56e26 Updating GWT to use servlet API 2.5 consistently. by scottb@google.com · 16 years ago
  50. aa69158 Build fix for breaking CheckBoxTest on IE. by scottb@google.com · 16 years ago
  51. c5ddf2b Minor re-factoring. Sort & format by amitmanjhi@google.com · 16 years ago
  52. 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
  53. 88085e7 Reformat generated launch config. by scottb@google.com · 16 years ago
  54. 8024b78 Provide a welcome file automatically. by scottb@google.com · 16 years ago
  55. c0788c9 Fixed a bug where MenuItems in sub-sub menus cannot be clicked. by jlabanca@google.com · 16 years ago
  56. 3153c80 Collapsing our two versions of the ElementMapperImpl class into one. by ecc@google.com · 16 years ago
  57. 1c039aa This patch provides access to the underlying InputElement's value property, and by rjrjr@google.com · 16 years ago
  58. 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
  59. 89be450 Adding helper class to allow tests to get user input more conveniently by ecc@google.com · 16 years ago
  60. f5bad7a GwtEvent should not control its own hashcode Review by:jlabanca by ecc@google.com · 16 years ago
  61. 768d209 Removing jsni implementation of handler manager as benchmarking has shown it is not necessary. by ecc@google.com · 16 years ago
  62. 7e559d7 Committing issue http://gwt-code-reviews.appspot.com/2007, renaming SuggestBox.setSelectsFirstItem. by ecc@google.com · 16 years ago
  63. 2ab41c6 Updated applicationCreator scripts to webAppCreator. by scottb@google.com · 16 years ago
  64. 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
  65. 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
  66. 7ab1943 Fixed URL to ManagingMerges + added some more notes. by scottb@google.com · 16 years ago
  67. 9fdfe98 Updates branch-info.txt to warn that r4460 will not merge cleanly to trunk. by spoon@google.com · 16 years ago
  68. 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
  69. df6b29f Incorporated Scott's comments. by amitmanjhi@google.com · 16 years ago
  70. f2296ad Refactor HostedModeBase by adding an extra class between it and by jat@google.com · 16 years ago
  71. 30e9775 Removing DynaTable2, which is no longer needed since DynaTable was converted. by scottb@google.com · 16 years ago
  72. 5e29db0 Fixes issue #3247. The upshot is, Pruner could leave the AST in an invalid state. In practice, this almost never mattered because TypeTightener would happily come along and fix things up. But sometimes, this would occur on the final Pruner pass, and since TypeTightener doesn't run after that, badness ensued. by scottb@google.com · 16 years ago
  73. 25faa3e GWTShell was eating compile errors, causing JUnit to not abort properly. by scottb@google.com · 16 years ago
  74. 28af38a Sort & format. by scottb@google.com · 16 years ago
  75. 7575553 Doc tweaks. by scottb@google.com · 16 years ago
  76. 2062d8d Adding addAll as a whitelist entry to the api checker. Review by:jlabanca by ecc@google.com · 16 years ago
  77. 981b4e4 Refactoring out a SimpleLogger for use by code museum. by ecc@google.com · 16 years ago
  78. 33b1a3e Stray file from previous commit: Committing upgrades to suggest box by ecc@google.com · 16 years ago
  79. 8d31a43 Committing upgrades to suggest box by ecc@google.com · 16 years ago
  80. c09608c Adding package protected roll down animation from gwt-incubator, initial work done by Jason Essington by ecc@google.com · 16 years ago
  81. a4cfc30 This patch generates (and uses) the mappings from compiler-generated classNames of javac by amitmanjhi@google.com · 16 years ago
  82. 373fb2c Updating sample size calculation. by scottb@google.com · 16 years ago
  83. 7fd571e Updated samples build to use WebAppCreator. by scottb@google.com · 16 years ago
  84. 33b27b4 Migrating ApplicationCreator to WebAppCreator. by scottb@google.com · 16 years ago
  85. 2a8bcff For public GWT builds, application creator now generates a DTD reference in the GWT module. by scottb@google.com · 16 years ago
  86. 829f734 Fix samples packaging. by scottb@google.com · 16 years ago
  87. 71947b5 Build fix: updated samples build for war style. by scottb@google.com · 16 years ago
  88. 0ddb70d New-style samples. by scottb@google.com · 16 years ago
  89. c7f31d9 Ignore sentinel values in About computation. by scottb@google.com · 16 years ago
  90. b1cf6fc Resorted SuggestOracle to avoid checkstyle warnings TBR:jlanbanca by ecc@google.com · 16 years ago
  91. 2c3eb6f Working on updated app creation. by scottb@google.com · 16 years ago
  92. c338f66 Sort & format. by scottb@google.com · 16 years ago
  93. 0aa7281 Just do a full link initially; fixes a problem where CSS/scripts was not being generated into the initial selection script. by scottb@google.com · 16 years ago
  94. 27f5270 Fixed the wiring so LoadListener.onError will actually fire. Review by:fabbott by ecc@google.com · 16 years ago
  95. 1953a9b Fix up the javadoc for Event by removing mentions of AssertionError, which we by ajr@google.com · 16 years ago
  96. d211a79 Adds updated @deprecated comments to change listeners to reflect that both change handler and value change handler are valid upgrade paths. by ecc@google.com · 16 years ago
  97. 3ec5d74 Deprecate DOM.eventSetKeyCode() because it is only supported in IE. by jlabanca@google.com · 16 years ago
  98. e7f17ee Fixed a bug in DOMImplIE6.getAbsoluteTop/Left() where the method throws a JS exception if the element is not attached to the DOM. by jlabanca@google.com · 16 years ago
  99. 1bac7e0 Was failing to clear out a cached value on refresh. by scottb@google.com · 16 years ago
  100. 20130b9 Remove unused java package checks from CompilingClassLoader. This is obsolete since we moved the implementation into findClass instead of loadClass. findClass never gets called for bootstrap classes anyway. by scottb@google.com · 16 years ago