- 6ba022e - Deprecates the constants in About.java that contain version information by zundel@google.com · 16 years ago
- 2c93a30 Ensure the escape key closes a submenu, even if it has never had focus. by rice@google.com · 16 years ago
- 876ed4e Resort functions - checkstyle warning. by zundel@google.com · 16 years ago
- e1df5a6 Forgot to hook the new test into a suite. by jat@google.com · 16 years ago
- 10b734a Fix handling of generated filenames in CurrencyListGenerator by jat@google.com · 16 years ago
- 7bcb57a This patch modifies the IFrame linker to use multiple script tags instead of one by spoon@google.com · 16 years ago
- d683400 Tweaks Class.setName to avoid an autobox and thus avoid by spoon@google.com · 16 years ago
- 31e99d2 Fixes test failure on FF2 with a bit of a hack in the test (FF2 has an by jgw@google.com · 16 years ago
- 60d0554 two changes to java.util.Date in an effort to track down a very intermittent by jat@google.com · 16 years ago
- cf05703 Adding diagnostic information when a MissingResourceException is thrown. by amitmanjhi@google.com · 16 years ago
- 69eb2bf Fixes missing body scroll-position addition in IE8's implementation of by jgw@google.com · 16 years ago
- be60799 Begin migration of CssResource to strict-by-default behavior. by bobv@google.com · 16 years ago
- 8dedfbd Make Class.getName() behave in a useful manner when class metadata is disabled. by bobv@google.com · 16 years ago
- 498bd76 Fix typo in r5450 (period rather than comma in LOCLAIZED_COMMA_EQUIVALENTS) by jat@google.com · 16 years ago
- 2747e85 Add MHTML / RFC 2557 support to ClientBundle for ie6 user.agent. by bobv@google.com · 16 years ago
- 9e76b66 Additional SingleJso fixes for tag interfaces. by bobv@google.com · 16 years ago
- 4608796 This patch improves the correctness of SingleJso types by following all super-interfaces when calculating singleJso data. Additionally, casts to singleJso interfaces will trigger a rescue of the concrete JSO type. by bobv@google.com · 16 years ago
- 9e9d5b8 Resubmitting radio button fix to sink click events, this time by rjrjr@google.com · 16 years ago
- cfe3ff0 Per issue 3455, split up very long var lines to avoid a bug in by spoon@google.com · 16 years ago
- 1d98059 Rollback of 5454 (missing an import line?) by rjrjr@google.com · 16 years ago
- 7bb67e9 RadioButtons were not sinking click events Issue: 3679 Reviewer: scottb by rjrjr@google.com · 16 years ago
- 6b82f71 Allow an app to force use of latin digits/separators instead by jat@google.com · 16 years ago
- 8f8e4e5 Add an @external directive to CssResource to allow strict-mode resources to work with external/legacy CSS. by bobv@google.com · 16 years ago
- fe5221b Addresses public issue 3566: Offer option to not decode cookies by kprobst@google.com · 16 years ago
- d094087 Fix for issue 3025 -- Gwt's String.hashCode() now matches Jre specifications. by amitmanjhi@google.com · 16 years ago
- 25b5c78 Merging /releases/1.6/@r5065:5406 into trunk. by jgw@google.com · 16 years ago
- 6bf3335 Correct comment in example code. by jat@google.com · 16 years ago
- 5ead61f Issue 34812: Fix findbugs & checkstyle issues by rice@google.com · 16 years ago
- 3db729a Replaces special-case handling of SOYC reports with a real linker. by scottb@google.com · 16 years ago
- dd9aa1f Fix for issue 3423: TreeMap.remove(..) should not modify the contents of the entry being removed. Now, the web mode behavior matches the hosted mode behavior. by amitmanjhi@google.com · 16 years ago
- 150d6e6 Adds Javadoc to Hyperlink/Anchor clarifying the uses for each, an by jat@google.com · 16 years ago
- 1debaf6 Fixes broken scroll-wheel on FF3. by jgw@google.com · 16 years ago
- 2a797a9 Fixes boolean argument and coercion issues in Element classes. by jgw@google.com · 16 years ago
- 93632f2 Fixes a merge problem that broke the build. by spoon@google.com · 16 years ago
- e24d3dd Allows linkers that specify a custom way to load runAsync by spoon@google.com · 16 years ago
- 953be92 CellPanel now checks that a widget is its child before trying to set the height or width of its containing TD element. by jlabanca@google.com · 16 years ago
- dc05792 HistoryImplIE6 resets the URL hash if a user manually changes it and then cancels the subsequent window reload. Before this change, manually changing the hash would lead to an endless loop where the page would reload every time the user pressed cancel. by jlabanca@google.com · 16 years ago
- a67c49c Widgets are now physically removed from TreeItems before the item's contents are cleared to fix an IE bug where the contents of the widget would also be cleared. by jlabanca@google.com · 16 years ago
- e4ab238 Disabling StyleTest, as it's proving way too flaky across browsers. TBR: rjrjr by jgw@google.com · 16 years ago
- aa6cf32 Disables visibility test that fails for obscure but irrelevant reasons on by jgw@google.com · 16 years ago
- 02319d2 Un-breaks the build by: by jgw@google.com · 16 years ago
- f5e4e0a Removed the unused overrides that javac was complaining about. by amitmanjhi@google.com · 16 years ago
- 2fd752f Simple fix and accompanying testcase for toString() method in TreeMap.Entry: issue 3422 by amitmanjhi@google.com · 16 years ago
- 8baebf4 Patch fixes issue 3057 and adds test cases for it. by amitmanjhi@google.com · 16 years ago
- c20887d Extend test timeout to 3 hrs, 'cause our robot machine is slow. by fabbott@google.com · 16 years ago
- 72b5edb Fix issue 34806: Fix checkstyle warnings introduced by r5355 by rice@google.com · 16 years ago
- 874cc34 Adds many enumerated values and overloads to Style. Also adds a bunch of useful by jgw@google.com · 16 years ago
- 6d06337 Replace unnecessary uses of 'super.<method>()' with '<method>()'. by rice@google.com · 16 years ago
- a345304 Issue 34804: Fix javadoc tag warnings. by rice@google.com · 16 years ago
- 6abd744 Adds HTMLTable.clear(boolean) and FlexTable.removeAllRows(). by jlabanca@google.com · 16 years ago
- 9fe4cac Fixes issue 3647: Long.parseLong("-") returns 0 instead of throwing a NumberFormatException. by amitmanjhi@google.com · 16 years ago
- 716c04b Fixed checkstyle errors. by jlabanca@google.com · 16 years ago
- 98a69f8 Fixed checkstyle errors. by jlabanca@google.com · 16 years ago
- e3dc556 Remove testLabelClick, because it can't pass on IE. by rjrjr@google.com · 16 years ago
- d241edb Fixes AsyncFragmentLoader.haveInitialFragmentsLoaded(). In its by spoon@google.com · 16 years ago
- 4600b54 Fixes Issue 3508 Clicking on a CheckBox's label triggers two click events by rjrjr@google.com · 16 years ago
- adb3029 Implement RPC blacklists. by rice@google.com · 16 years ago
- 21c37c5 Changes Window.Location to use URL.decodeComponent instead of URL.decode; by ajr@google.com · 16 years ago
- 660a9bf Fix #31801: Support for multi-valued configuration properties by rice@google.com · 16 years ago
- 040f725 Fixes missing module inherits (core uses xhr for runAsync) by jgw@google.com · 16 years ago
- 7d1bfab Fix a CssResource bug where selector and rule merging did not work inside of @if or @media blocks. by bobv@google.com · 16 years ago
- 9f40819 Exposing MenuBar.moveSelectionUp/Down (formerly just moveUp/Down), and making MenuBar.selectFirstItemIfNoneSelected robust for empty menus, rather than just assuming they aren't. Also made MenuItem.setStyleSelected protected for out-of-package test access, and by fabbott@google.com · 16 years ago
- 6e9964b checkstyle fixes by fabbott@google.com · 16 years ago
- fb6846e Removed Element#hasAttribute() at jgw's request because it was accidentally committed, and fixed some checkstyle errors. by jlabanca@google.com · 16 years ago
- 6907b9a Moves the IE8 implementation of get/setScrollLeft() from DOMImplTrident to DOMImplIE8 because DOMImplIE6 uses a different version. by jlabanca@google.com · 16 years ago
- 3be369f Added JavaDoc comments to DOMImplTrident and DOMImplIE8 to eliminate checkstyle errors. by jlabanca@google.com · 16 years ago
- 8156634 Fixing JavaScriptObject.toString to optimize away better, and to be verbose only in assertive states (hosted mode or assertions on). by fabbott@google.com · 16 years ago
- 7225ea5 Fixed some checkstyle errors in NumberFormat caused by unsorted methods. by jlabanca@google.com · 16 years ago
- 899b7d9 Continuation of r5293. This moves AsyncFragmentLoader from package by spoon@google.com · 16 years ago
- 623548e Create a manifest file mapping RPC service types to their respective serialization policy files. by bobv@google.com · 16 years ago
- bad7dd6 Changes the code splitter to use a simpler splitting strategy. by spoon@google.com · 16 years ago
- 7218b02 Adds IE8 user-agent and fixes outstanding bugs in IE8-super-standards mode. by jgw@google.com · 16 years ago
- 43d631f Remove console logging that is not supported by all browsers. by rice@google.com · 16 years ago
- 365408b Implement hashCode() to match equals(), fixing a checkstyle violation. by rice@google.com · 16 years ago
- f545c72 Add protected accessors so more specific subclasses of NumberFormat can access by jat@google.com · 16 years ago
- 055b894 Test the scenario where GWT.runAsync() fails to load a code fragment due to a by rice@google.com · 16 years ago
- b16133c Reorder method to avoid checkstyle warning. by jat@google.com · 16 years ago
- 834745e Fixing the duplicate emma test drivers: only test.hosted.emma remains, not the implicit emma test in test.hosted. Its output is (correctly) $os-hosted-mode-emma, not $os-hosted-mode. by fabbott@google.com · 16 years ago
- 3fe0d34 Fixed UIObjectTest#testToString(). UIObject.toString() is equivalent to Element.getString(), not Element.toString(). by jlabanca@google.com · 16 years ago
- 614f263 Run the hosted mode user tests through the emma code path. by amitmanjhi@google.com · 16 years ago
- 7d57fe7 No more failed asserts from UIObjects with no element set. Fixes issue 3586 by rjrjr@google.com · 16 years ago
- 63d691a Adapting ProblemReport.build to use a sublogger for child messages (e.g. the subtypes tried for an instantiable type). by fabbott@google.com · 16 years ago
- 78becff When AsyncFragmentLoader checks for the success of an XHR download, by spoon@google.com · 16 years ago
- b10d8ca Fixed a bug in HandlerManager where removing the last handler of a given EventType twice would result in an NPE because we assume that the list of event handlers is not null. Now, this results in an AssertionError. by jlabanca@google.com · 16 years ago
- 4a7fded Change CurrencyListGenerator to take advantage of inheritance in the by jat@google.com · 16 years ago
- 00a3580 Fixes a bug where DateTimeFormat would accept 0 as a valid month or day. Also by ajr@google.com · 16 years ago
- b4b3d23 Reworked error logging in STOB, coincidentally gaining a 22% compile-time improvement in DynaTable sample by improving short-circuiting of already-examined types and avoiding "speculative" STOB processing. Basic idea is that errors are accumulated in a ProblemReport until we later know the overall result and can decide whether and how to emit them. by fabbott@google.com · 16 years ago
- 9f58bd2 Don't let an exception escape if we can't decode cookies. Future work to by jat@google.com · 16 years ago
- a3082e5 One more try for JSONP support. by jat@google.com · 16 years ago
- 0718d45 Tweaks docs on secure cookies, fixing issue 1638 by rjrjr@google.com · 16 years ago
- 3eff648 FF3 uses negative scrollLeft positions in RTL, but FF2 does not. This patch checks for the version of FF when get/setScrollLeft() is called. by jlabanca@google.com · 16 years ago
- 15504bd Revert r5226; dependency on seed functions interacts poorly with runAsync. by bobv@google.com · 16 years ago
- 791a4ec Rollback r5225 due to failing IE7 test. by jat@google.com · 16 years ago
- 3179c39 When class metadata is disabled, use the class seed functions to derive predicable names that can be deobfuscated via the symbol map files. by bobv@google.com · 16 years ago
- 121529a Add JSONP support - resubmit of 5208 after fixing IE7 bug. by jat@google.com · 16 years ago
- c57ab4e A recent change in getScrollLeft() normalize browsers to firefox's method of returning negative indexes in RTL mode. However, old mozilla does not do this automatically, so it also needs to be normalized. by jlabanca@google.com · 16 years ago
- d5e167d Removing System.out.println hack we used to track down the flakey RPC test failure. by scottb@google.com · 16 years ago
- 1f92c3d Fixes synchronization issues in SerializabilityUtil, which could cause random RPC failures due to a race condition. by scottb@google.com · 16 years ago
- dd5d948 DatePicker throws an IllegalStateException when it is used in a time zone where daylight savings time occurs at midnight. The problem is that, as the DatePicker populates the dates in the calendar, it uses a time of 00:00:00 for all dates. However, in countries where DST occurs at midnight, the dates are coerced to the next day, resulting in an invalid state. by jlabanca@google.com · 16 years ago
- 411242c IE and WebKit report incorrect values for scroll-left in RTL mode, and I've normalized on what Firefox does, which is to report negative offsets from the right edge. This makes the absolute-positioning math work out properly, and is what other toolkits seem to have standardized on as well. by jlabanca@google.com · 16 years ago