- ed99028 Merge from 1.6 to trunk. by jat@google.com · 16 years ago
- c4c4ead Update to r4917, which has GWT.runAsync download by spoon@google.com · 16 years ago
- 46f52bc Cherry-pick merging /releases/1.6 c4963 into trunk. by scottb@google.com · 16 years ago
- ef19e66 Add the permutation's strong name to the HTTP headers of GWT RPC requests. by bobv@google.com · 16 years ago
- 617ed41 Fixes broken serializability of StackTraceElement by rjrjr@google.com · 16 years ago
- 5323876 Merging releases/1.6@4669:4911 into trunk. by scottb@google.com · 16 years ago
- 41b9203 Rolling back r4917 to clear the build for a pending 1.6 -> trunk merge. by scottb@google.com · 16 years ago
- 123be3b Allow runAsync to download code using XHR instead of by spoon@google.com · 16 years ago
- e103359 Fixed a bug where IE would synthesize extra click events on a double click. by jlabanca@google.com · 16 years ago
- abdf77e Add support for runtime locales, update CLDR data. by jat@google.com · 16 years ago
- 03a8030 Fixes issue 3365 by making sure the date value is copied upon the construction of the date value change event. by ecc@google.com · 16 years ago
- f1f210f Partial rollback of c4888: we shouldn't, but have some users depending on by fabbott@google.com · 16 years ago
- 917a542 Fixes issue r3414 by making date box fire value change events reliably by ecc@google.com · 16 years ago
- 080c389 Updated webAppCreator to include a much better error handling message when an RPC error occurs. by jlabanca@google.com · 16 years ago
- 7d2529a Merging trunk c4889 into this branch. by jgw@google.com · 16 years ago
- 6b28ff9 Fixes FlowPanel.clear() on IE (by making it not use innerHTML). by jgw@google.com · 16 years ago
- 9972eb1 Use a local variable to record the RPC request id number instead of using the global variable. by bobv@google.com · 16 years ago
- 65e33e4 Fixes issue 3378 by adding getHandlerCount() Review by:rjrjr by ecc@google.com · 16 years ago
- 199ab93 Fix MenuItem class doc--it's not a widget by rjrjr@google.com · 16 years ago
- e014325 Update date/time constants to CLDR 1.6.1. by jat@google.com · 16 years ago
- ffb71b8 Merging trunk@c4867 into the 1.6 release branch. by jgw@google.com · 16 years ago
- 5559149 Merging trunk@c4859 into 1.6 release branch. by jgw@google.com · 16 years ago
- 06e80c26 Disables the popup scrollbar hack for FF3 and later on Mac OS X, where it is no by jgw@google.com · 16 years ago
- d435487 Fixed a bug in DOMImplIE.getAbsoluteLeft() where the wrong value can be returned in strict mode if the user sets a width on the body element. by jlabanca@google.com · 16 years ago
- e15b8ee We deprecate ListBox's setMultipleSelect, fixing issue 249. Review by:rjrjr by ecc@google.com · 16 years ago
- 3af18e0 Add a doctype to the template for our generated web.xml on new projects. by ajr@google.com · 16 years ago
- 35a35dd Fix test breaks on Linux hosted-mode browser running in web mode; sometimes a function's toString() will start with spaces. by bobv@google.com · 16 years ago
- 6c565c7 Fixes CheckBox.replaceInputElement() to not reverse the order of the input & by jgw@google.com · 16 years ago
- 93fe994 Checkstyle fixes. by scottb@google.com · 16 years ago
- 4017786 Fix null derefenece in Mozilla browsers if we attempt to create a JavaScriptException after encountering a "throw null;" scenario. by bobv@google.com · 16 years ago
- 374d43a Merge web-mode stack trace support. by bobv@google.com · 16 years ago
- 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
- c0e308f Integrate type-removal branch into trunk. by bobv@google.com · 16 years ago
- 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
- a42900d Adds a native XMLHttpRequest implementation, updates RequestBuilder to use it, by jgw@google.com · 16 years ago
- d7d618d FileUpload now implements HasChangeHandlers, which is fired when a user changes the file in the widget. by jlabanca@google.com · 16 years ago
- 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
- 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
- 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
- 57e3c80 Adds a redirect to the deprecation on HasKeyPreview by rjrjr@google.com · 16 years ago
- ee8a4a9 Reduced the log level of ReplaceRunAsyncs and STOB from INFO down to DEBUG. INFO is the default log level and users were (rightly) complaining about spammy consoles during builds. by bruce@google.com · 16 years ago
- 44e138f Removing deprecated HasHandlers interface in the logical package. (Second attempt) by ecc@google.com · 16 years ago
- 170d878 Mostly superficial/aesthetic improvements to the doc build and javadoc content: by bruce@google.com · 16 years ago
- 61ff7c8 Fixes issue 3277. The lightweight metrics for runAsync() work again. by spoon@google.com · 16 years ago
- d076b63 This patch improves the way runAsync calls its callbacks in two by spoon@google.com · 16 years ago
- 01cc16f Removes the stub implementation of GWT.runAsync. by spoon@google.com · 16 years ago
- 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
- 405a1ba Commit SingleJsoImpl branch to trunk. by bobv@google.com · 16 years ago
- 972e9ab Checkstyle fixes. by scottb@google.com · 16 years ago
- a8da490 Merge of r4669 from releases/1.6 to fix broken build. by jgw@google.com · 16 years ago
- a981254 Fixes broken 1.6 build. The Mozilla-specific implementation of by jgw@google.com · 16 years ago
- a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
- 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
- dac5677 Merge of c4624 from branches/snapshot-2009.01.29. by jgw@google.com · 16 years ago
- 6fb9b1c Merge of c4628, c4639 from branches/snapshot-2009.01.29. by jgw@google.com · 16 years ago
- 43c343d Tightened up parsing of the "locale" parameter from the URL query string. by zundel@google.com · 16 years ago
- 0e8a644 Allows external scripts (including the Gadget selection script) to setup by zundel@google.com · 16 years ago
- 85921ba Fixes issue #3314; adds a constructor overload for PushButton(Image, Image, ClickHandler). by scottb@google.com · 16 years ago
- 57cae50 Switching Timer to correctly use close event rather then closing event on window. by ecc@google.com · 16 years ago
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 7348cba Import organize. by scottb@google.com · 16 years ago
- 29d60fd - Fixes double-firing of clicks on CustomButton. by jgw@google.com · 16 years ago
- 0385ed7 Checkstyle fixes. by jgw@google.com · 16 years ago
- 666d037 Fixes broken synthetic load event firing on IE. by jgw@google.com · 16 years ago
- dfa7593 This change restores TextBoxBase's implementation of HasChangeEventHandlers by rjrjr@google.com · 16 years ago
- 1516ac6 Fix NullPointerException in RPCRequest.toString(). by bobv@google.com · 16 years ago
- 85570df - Fixes Image to not fire an extra onload even when applying clipped image by jgw@google.com · 16 years ago
- 4598c15 Phase 2 of readying samples for distro. by scottb@google.com · 16 years ago
- 9082063 Phase 1 of readying samples for distro; do not produce Elipse stuff. by scottb@google.com · 16 years ago
- 0dbaa40 Fixes broken CreateEventTest on Firefox2 and earlier. There were three problems: by jgw@google.com · 16 years ago
- c74760b Adds support for Document.create*Event() and Element.dispatchEvent(). by jgw@google.com · 16 years ago
- 641f8cb Adding code to prevent warning of converting longs->ints in IE hosted mode by ecc@google.com · 16 years ago
- 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
- d97c97d Fixed issue 3307 by not gating the selection of an item on whether it is focusable by ecc@google.com · 16 years ago
- 91987ae Adding NativeEvent to gwt 1.6 Desk review:jlabanca by ecc@google.com · 16 years ago
- 7ad09d4 by rjrjr@google.com · 16 years ago
- 068c2c4 Deletes unused method isEventHandled from interface HasHandlers. by rjrjr@google.com · 16 years ago
- a22719f Organize imports. by scottb@google.com · 16 years ago
- f0e178c Fixed capitalization typo (don't ask me how this compiled on my desk). by jgw@google.com · 16 years ago
- 9414bd4 This commit makes listener wrapper public. It also switching the default by ecc@google.com · 16 years ago
- 6d68a03 Refactors event infrastructure, to simplify the firing mechanism and allow users by jgw@google.com · 16 years ago
- 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
- 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
- 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
- aa69158 Build fix for breaking CheckBoxTest on IE. by scottb@google.com · 16 years ago
- 88085e7 Reformat generated launch config. by scottb@google.com · 16 years ago
- 8024b78 Provide a welcome file automatically. by scottb@google.com · 16 years ago
- c0788c9 Fixed a bug where MenuItems in sub-sub menus cannot be clicked. by jlabanca@google.com · 16 years ago
- 3153c80 Collapsing our two versions of the ElementMapperImpl class into one. by ecc@google.com · 16 years ago
- 1c039aa This patch provides access to the underlying InputElement's value property, and by rjrjr@google.com · 16 years ago
- 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
- f5bad7a GwtEvent should not control its own hashcode Review by:jlabanca by ecc@google.com · 16 years ago
- 768d209 Removing jsni implementation of handler manager as benchmarking has shown it is not necessary. by ecc@google.com · 16 years ago
- 7e559d7 Committing issue http://gwt-code-reviews.appspot.com/2007, renaming SuggestBox.setSelectsFirstItem. by ecc@google.com · 16 years ago