1. 079f149 Fix test based on new CLDR data. by jat@google.com · 16 years ago
  2. e014325 Update date/time constants to CLDR 1.6.1. by jat@google.com · 16 years ago
  3. 8185cce Updating branch-info.txt. by jgw@google.com · 16 years ago
  4. ffb71b8 Merging trunk@c4867 into the 1.6 release branch. by jgw@google.com · 16 years ago
  5. 5559149 Merging trunk@c4859 into 1.6 release branch. by jgw@google.com · 16 years ago
  6. a941541 Correct the help text for HostdMode -server argument. by scottb@google.com · 16 years ago
  7. e15b8ee We deprecate ListBox's setMultipleSelect, fixing issue 249. Review by:rjrjr by ecc@google.com · 16 years ago
  8. 3af18e0 Add a doctype to the template for our generated web.xml on new projects. by ajr@google.com · 16 years ago
  9. 2290f02 Fixed hyperlinks to samples in recognition of the new project directory structure. by bruce@google.com · 16 years ago
  10. 9b46bf7 Changed copyright dates to 2009. by bruce@google.com · 16 years ago
  11. 2a2d21f Fixes issue 3357; using -validateOnly with I18N caused spurious validation errors because we were trying to rebind every visible class. by scottb@google.com · 16 years ago
  12. 458668a General polish: marking a couple of interfaces deprecated to avoid confusion. by scottb@google.com · 16 years ago
  13. dbaddcc Removed deprecated api calls. by scottb@google.com · 16 years ago
  14. af9616d Remove spurious warnings generated by referencing nullField and nullMethod. by scottb@google.com · 16 years ago
  15. 87b1e5f General polish. by bruce@google.com · 16 years ago
  16. c6ac19e Fixed DOMRtlTest.testGetAbsolutePositionWhenScrolled(). We now allow the return value of getAbsoluteLeft to be off by 1px, which is possible in FF2 if the element is in a scrollable div. by jlabanca@google.com · 16 years ago
  17. 49b3f1c Disabled the unit test DOMRtlTest.disabledTestGetAbsolutePositionWhenScrolled() to fix the build. I will reenable this test very soon. by jlabanca@google.com · 16 years ago
  18. 0b0d6d4 On Chrome and Safari in RTL mode, getAbsoluteLeft() returns the wrong value if a scrollable div is in the hierarchy because offsetLeft is relative to the left edge of the scrollable div when scrolled all the way to the right, not when scrolled to the left. This patch adds back the difference between the left edge when scrolled to the left and the left edge when scrolled to the right. by jlabanca@google.com · 16 years ago
  19. 431d1d6 Cleanup of JsniChecker per spoon suggestions. by scottb@google.com · 16 years ago
  20. ebef680 Updated gwt-dev Eclipse projects to use updated JDT. Updated weird cast case. by scottb@google.com · 16 years ago
  21. ab5f71c Disable XML validation in internal jetty. by scottb@google.com · 16 years ago
  22. b5e6568 Re-enable servlet tag in DynaTable now that we validate. by scottb@google.com · 16 years ago
  23. 81e5f9a Added a note regarding the unnecessary cast. by scottb@google.com · 16 years ago
  24. d1c2148 Validate servlet tags in GWT modules against the actual web.xml being used. by scottb@google.com · 16 years ago
  25. db3ee00 Added missing copyright. by scottb@google.com · 16 years ago
  26. 45d7592 Fixes broken build introduced in last commit by adding a seemingly unnecessary cast; JDT doesn't need it, but javac breaks without it. This needs Scott to come back and verify the change. by bruce@google.com · 16 years ago
  27. f6d106c Adds a warning to JsniChecker to detect references to anonymous classes. by scottb@google.com · 16 years ago
  28. 43f6abe Allow GWTProblems to generate warning log messages. by scottb@google.com · 16 years ago
  29. 052ba86 Fixed binary type name resolution order, only generate binary names from already-compiled units. by scottb@google.com · 16 years ago
  30. b59a39d Format. by scottb@google.com · 16 years ago
  31. 1cff3b3 Update WebAppCreator to make for friendlier build files. Tweak DynaTable's web.xml to have a nice welcome file. by scottb@google.com · 16 years ago
  32. 7143e54 Adds some more visual tests and some helper methods to create more visual visual by ecc@google.com · 16 years ago
  33. a0b658b Fixes issue 1938 by preventing window resize events from being fired with duplicate height and width values. by ecc@google.com · 16 years ago
  34. 036eacc Updated the default app created by WebAppCreator so it looks a little better, is a little less complicated, and show how to add GWT functionality to an existing page. by jlabanca@google.com · 16 years ago
  35. 57e3c80 Adds a redirect to the deprecation on HasKeyPreview by rjrjr@google.com · 16 years ago
  36. b85b6c3 Update help text to not mention Tomcat specifically. by scottb@google.com · 16 years ago
  37. 44e138f Removing deprecated HasHandlers interface in the logical package. (Second attempt) by ecc@google.com · 16 years ago
  38. b3806ff Updates branch-info.txt to reflect that r4695 should not be merged to trunk. by spoon@google.com · 16 years ago
  39. 589bad2 Cleans up logging structure in hosted mode. A lot of stuff was appearing in the shell's top logger directly. This adds nesting levels in certain places to make the logging much more clear. Compare before and after with -logLevel SPAM to see what I'm talking about. by scottb@google.com · 16 years ago
  40. 170d878 Mostly superficial/aesthetic improvements to the doc build and javadoc content: by bruce@google.com · 16 years ago
  41. 01cc16f Removes the stub implementation of GWT.runAsync. by spoon@google.com · 16 years ago
  42. 65575c4 Added a tearDown to PopupTest to remove leftover popups from the RootPanel, ensuring that they don't interfere with other tests. by jlabanca@google.com · 16 years ago
  43. 81bc852 Typo fix. by scottb@google.com · 16 years ago
  44. ee1fe3b Fixed a bug in PopupPanel where it could enter an invalid state if show() is called while it is in the process of hiding. by jlabanca@google.com · 16 years ago
  45. 972e9ab Checkstyle fixes. by scottb@google.com · 16 years ago
  46. 5850724 Updating branch-info.txt for 1.6->trunk merge at r4670. by jgw@google.com · 16 years ago
  47. a981254 Fixes broken 1.6 build. The Mozilla-specific implementation of by jgw@google.com · 16 years ago
  48. cf195bf Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  49. 60ced39 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  50. ed4569f Update to the test target for emma hosted mode. Plus, added check to not generate class mappings by amitmanjhi@google.com · 16 years ago
  51. 49b1ff1 Typo correction: I backmerged c4*6*03, at 4*6*05, not 450[35] by fabbott@google.com · 16 years ago
  52. 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
  53. dac5677 Merge of c4624 from branches/snapshot-2009.01.29. by jgw@google.com · 16 years ago
  54. 6fb9b1c Merge of c4628, c4639 from branches/snapshot-2009.01.29. by jgw@google.com · 16 years ago
  55. 43c343d Tightened up parsing of the "locale" parameter from the URL query string. by zundel@google.com · 16 years ago
  56. 0e8a644 Allows external scripts (including the Gadget selection script) to setup by zundel@google.com · 16 years ago
  57. 85921ba Fixes issue #3314; adds a constructor overload for PushButton(Image, Image, ClickHandler). by scottb@google.com · 16 years ago
  58. fce363c Remove extra warnings when unable to load native library. by scottb@google.com · 16 years ago
  59. 57cae50 Switching Timer to correctly use close event rather then closing event on window. by ecc@google.com · 16 years ago
  60. 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
  61. 0018b9f Fixes issue #3334; Arrays.deepHashCode() containing embedded nulls. by scottb@google.com · 16 years ago
  62. 9c50e85 Bump to 32ems; on some browsers the french "please enter" message is still too long. by scottb@google.com · 16 years ago
  63. 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
  64. 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
  65. 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
  66. 127d461 Updated French grammar. by scottb@google.com · 16 years ago
  67. e7cf156 No longer needed clinit in HostedModeBase; subsumed by SwtHostedModeBase. by scottb@google.com · 16 years ago
  68. ca5a870 Remove references to deprecated methods. by scottb@google.com · 16 years ago
  69. 55a42a6 Fixes an uncaught exception generated trying to set TD widths to non-positive values. by scottb@google.com · 16 years ago
  70. fd2627a General polish. by scottb@google.com · 16 years ago
  71. 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
  72. 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
  73. 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
  74. 7de6a17 Sort & format. by scottb@google.com · 16 years ago
  75. 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
  76. 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
  77. dcf7ce8 Recorded merge of trunk c4503 at c4505. This would *probably* merge cleanly by fabbott@google.com · 16 years ago
  78. f11e742 Down-merge of c4503 to trunk, adding new event stuff to the javadoc whitelist. by fabbott@google.com · 16 years ago
  79. 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
  80. 0d9cfab Updated server reloaad icon; more compatible with existing icon set. by scottb@google.com · 16 years ago
  81. 662707e Build fix: moved where GWT.getModuleBaseURL() is called to accomodate use from the Showcase generator. by scottb@google.com · 16 years ago
  82. 9d8cc72 New reload server icon. by scottb@google.com · 16 years ago
  83. 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
  84. 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
  85. 7348cba Import organize. by scottb@google.com · 16 years ago
  86. 29d60fd - Fixes double-firing of clicks on CustomButton. by jgw@google.com · 16 years ago
  87. 0385ed7 Checkstyle fixes. by jgw@google.com · 16 years ago
  88. 666d037 Fixes broken synthetic load event firing on IE. by jgw@google.com · 16 years ago
  89. dfa7593 This change restores TextBoxBase's implementation of HasChangeEventHandlers by rjrjr@google.com · 16 years ago
  90. 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
  91. 85570df - Fixes Image to not fire an extra onload even when applying clipped image by jgw@google.com · 16 years ago
  92. 4598c15 Phase 2 of readying samples for distro. by scottb@google.com · 16 years ago
  93. 9082063 Phase 1 of readying samples for distro; do not produce Elipse stuff. by scottb@google.com · 16 years ago
  94. 0dbaa40 Fixes broken CreateEventTest on Firefox2 and earlier. There were three problems: by jgw@google.com · 16 years ago
  95. c74760b Adds support for Document.create*Event() and Element.dispatchEvent(). by jgw@google.com · 16 years ago
  96. 1a1d007 Simpler ResourceOracleImpl. by scottb@google.com · 16 years ago
  97. 641f8cb Adding code to prevent warning of converting longs->ints in IE hosted mode by ecc@google.com · 16 years ago
  98. c339d51 Added missing * to comment, added toString() for debugging. by scottb@google.com · 16 years ago
  99. caae6a8 Fix recent breakage in r4520 where super-source was not given priority over by jat@google.com · 16 years ago
  100. 0b8e676 Tiny bit more cleanup + explicit stable refresh test. by scottb@google.com · 16 years ago