- 29666c8 Adds support for running GWT Unit Tests through a Selenium-RC server. by zundel@google.com · 17 years ago
- 9de92df Merging releases/1.5@2941:2990 trunk. by scottb@google.com · 17 years ago
- 88ad0ca Adds additional GWTBridge methods to allow useful faking-out for non-GWTTestCase JUnit support, and potentially server-side use. by scottb@google.com · 17 years ago
- 337e447 When replacing a field reference with a nullField reference, override the type of the reference by spoon@google.com · 17 years ago
- 9cba78e When making a static implementation method, set the original parameter types by spoon@google.com · 17 years ago
- 328672c Merging r2941 from release/1.5 into trunk. - JUnitShell soft reference fix. by scottb@google.com · 17 years ago
- ce9d21f Add tests for TreeMap and TreeSet, change TreeSet.add implementation to be by jat@google.com · 17 years ago
- 52334ba Add currency symbol for AED, which is the default currency code for the by jat@google.com · 17 years ago
- 016df67 Improve correctness of LinkedHashMap and updates the tests. by bobv@google.com · 17 years ago
- 201a1d7 Rollback of r2874. The fix for Issue 960 breaks StyleInjector, so we need by knorton@google.com · 17 years ago
- ec84a6b Implementes TreeSet; for real dawg. by scottb@google.com · 17 years ago
- b1468f9 Fixes TreeMap's iterator which currently can get jacked up when doing removals. by scottb@google.com · 17 years ago
- c624dcb Rolling back r2922, which was not approved. by scottb@google.com · 17 years ago
- 7db8583 adding logs to JUnit stuff. Helpful for disambiguating which of several testcases with same method names runs, but primarily aimed at diagnosing a remoteweb test timeout... surely not all of the clients really go AWOL all at once?? by fabbott@google.com · 17 years ago
- d3235d0 Removed unnecessarily short delayFinish timeout from StackPanelTest. by scottb@google.com · 17 years ago
- 584afa4 Fixes issue 2283. The generated client-side remote service proxy implemented the generic version of the async interface. This would produce bad code if the async interface was itself generic. Also, the proxy methods were not using the erasure of signature of the declaring method. This would result in method resolution failures if the RemoteService was parameterized. by mmendez@google.com · 17 years ago
- f6642a6 LinkedHashMap.ChainEntry is not needed for serialization. by mmendez@google.com · 17 years ago
- 68ab365 Proper nesting of non-default instantiability message. by mmendez@google.com · 17 years ago
- c54f27c Manually serializable classes should not be assumed to expose their type arguments. Allow raw Collections and Sets to be used. by mmendez@google.com · 17 years ago
- 92db91c Mainly, this fixes an overlooked case of type parameter exposure, namely a by spoon@google.com · 17 years ago
- 3529e48 Build fix: removed dead import. by scottb@google.com · 17 years ago
- e28df84 Rolling back r2893. Adding ZzzTest.java proved that WindowTest itself did by zundel@google.com · 17 years ago
- e13eda7 Fixes issue 1695 by zundel@google.com · 17 years ago
- 0369f34 Rolling back r2884 and r2885 because it did not address the underlying issue. by scottb@google.com · 17 years ago
- cb6e79a Removed TimeZone-related tests. While they pass, the computations being done for timezones are inaccurate. Correct TimeZone tests will be re-added when TimeZone support is added to GWT. by rdayal@google.com · 17 years ago
- 2be22ee Updated DateTimeConstants data to CLDR 1.51. The existing data was replaced with the new data, which is why so many files were deleted. Modified DateTimeFormatTest_de to account for the changes in the 'de' locale's data. by rdayal@google.com · 17 years ago
- c7da479 Updated logic of animation code by defining default implementations of onStart, onComplete, and onCancel. Modified existing widget animations to take advantage of the new code. by jlabanca@google.com · 17 years ago
- 5923751 Exposure computer will skip classes that are not field serializable. Use the erasure of the superclass when computing immediate subtypes. Refactored STOB field serialziabiliy and instantiability checks to allow them to be reused by the type parameter exposure computer. by mmendez@google.com · 17 years ago
- 4e7ea59 Changed .gif to .png for the image URL. Review by: knorton (desk) by jaimeyap@google.com · 17 years ago
- ed98fc7 Fix for issue 2426 by zundel@google.com · 17 years ago
- d6eb683 A diagnostic for issue 2434, to try to eliminate WindowTest as the cause of the by zundel@google.com · 17 years ago
- 2ef77b1 Exposed a method to iterate over the immediate subclasses of a class. When looking at subtypes don't reexaming fields that have already been look at during the subtype scan. Doing so can lessen the precision when raw supertypes are involved. by mmendez@google.com · 17 years ago
- 7e2c0be Update to ApplicationCreator templates. by jaimeyap@google.com · 17 years ago
- 64b32b8 Fixed a typo and factored out the immediate subtypes computation. by mmendez@google.com · 17 years ago
- 67441ee Running out the Test startup timer from 60 secs to 180 secs as we are by zundel@google.com · 17 years ago
- ee740ab Running out the Test startup timer from 60 secs to 180 secs as we are by zundel@google.com · 17 years ago
- a109d95 Added [Theme]Resources modules to each of the GWT themes so users can load the public resources associated with a theme without injecting the style sheet. The Showcase has been updated to take advantage of this by only loading the style sheet for the Standard theme. In addition, the Showcase is smarter about reloading style sheets in that it will not dump an existing style sheet and then reload the same one. This patch addresses an issue where the Showcase would crash IE on Vista because of the way it unloaded and reloaded style sheets. by jlabanca@google.com · 17 years ago
- cb72228 Fixed covariant array computation to use the serializable types found by checkTypeInstantiable and to exclude covariant arrays that whose leaf type is in the java packages. Unit test for this case was added. by mmendez@google.com · 17 years ago
- eccf548 Fixed a pair of NPEs that can occur when running a test case that has compile errors. by scottb@google.com · 17 years ago
- a89c023 Fix for issue 960, ensuring consistent whitespace behavior for setInnerText. by ajr@google.com · 17 years ago
- 2bb7768 Fixes the java.utils.Arrays.ArrayList problem. Do not create a covariant array for a subtype that is not visible to other types in the same package. Updated logging for exposure information. by mmendez@google.com · 17 years ago
- 8561dd7 Do not visit the fields of enumerated types and do not consider nested types that are not visible to a class in the parent package. by mmendez@google.com · 17 years ago
- 86a4422 Change visibility of qualifiesForSerialization followed by a sort and format in preparation for nested visibility fix. by mmendez@google.com · 17 years ago
- 987d252 Flush the PrintWriter passed to PrintWriterTreeLogger if we are logging reachable types to an OutputStream. by mmendez@google.com · 17 years ago
- 8969357 Ensure that generic JRE types that have custom field serializers expose their type arguments for serialziation. by mmendez@google.com · 17 years ago
- 68c03b5 Sort & format in preparation for element wrapping patch. by scottb@google.com · 17 years ago
- 014dddc Fixes r 2418 by removing infinite loop on eventToString->evt.getString()->eventToString(). Instead call impl.eventToString. by ecc@google.com · 17 years ago
- 090ac14 Removed spurious warnings due to STOB taking more speculative paths than it did previously. by mmendez@google.com · 17 years ago
- bbaea02 Updated the gwt.junit and gwt.javac for user tests to get access to shared test code from dev/core/test. Fixes build break at r2857. by mmendez@google.com · 17 years ago
- b4e38f6 Add a static method UIObject.ensureDebugId(Element, String) that allows users to add a debug ID to an arbitrary element. by jlabanca@google.com · 17 years ago
- 5174749 Merged changed/mmendez/STOB r2670:2814 into the trunk. Updated STOB to properly deal with parameterized and arrays types that can lead to infinite recursions if you are not careful. by mmendez@google.com · 17 years ago
- 84019ef Fixed a bug in HistoryImplIE6 where a static method initUrlCheckTimer() made a call to an instance method in HistoryImpl, which threw an error and caused the page to refresh continuously. The static method has been changed to an instance method, so "this" is now defined. by jlabanca@google.com · 17 years ago
- 15880ee Moved the GWT CSS themes into separate packages under com.google.get.user.theme. Users can include a theme in their gwt.xml file by inheriting the appropriate module. I updated the code museum and showcase to reflect the new locations of the themes. by jlabanca@google.com · 17 years ago
- ddafddb fix to avoid doubles and overflow bug in NumberFormat.subformatFixed. Also fixes by fabbott@google.com · 17 years ago
- af66423 Fixes Buganizer #1174117. JavaScript expressions like (a?b:c)?d:e were emitted without the parentheses: a?b:(c?d:e). by spoon@google.com · 17 years ago
- e1ed724 Fixed a bug in SuggestBox where the SuggestBoxPopup did not shrink to fit the suggestions when the number of suggestions decreased. SuggestBox was setting the visibility of the popup instead of removing it from the DOM (hiding it), so the popup didn't rerender itself. This bug only affects IE in standards mode. by jlabanca@google.com · 17 years ago
- 8857001 Switched doubles to longs for performance reasons... by ecc@google.com · 17 years ago
- 026a455 All child style names (eg. .gwt-DecoratedPopupPanel .popupTopLeft) now have unique names so they do not collide when widgets are placed inside each other. The default style sheets have been updated to reflect the changes. by jlabanca@google.com · 17 years ago
- 1ce993c Fixes issues 1549 and 1949: fixes and standardizes which characters get escaped by ajr@google.com · 17 years ago
- fe3fb84 Provides an escape hatch to avoid metadata-related deprecation warnings. by scottb@google.com · 17 years ago
- 7c5dd30 Fixed an event issue where events were not firing in Opera because the event system was upgraded in all of the DOMImpl classes, but not in Opera. The sinkEventsImpl method in Opera now sinks events using the same method as the other classes. Also, fixed a bug in IE where the double click event never fires because the method used to dispatch the event doesn't have the intended effect in JavaScript. I modified the JavaScript to use a well supported method of calling a function. by jlabanca@google.com · 17 years ago
- 36013d9 Honey, I sunk the build. by scottb@google.com · 17 years ago
- 7ac9704 Removing some build warnings. by scottb@google.com · 17 years ago
- ef9e515 Replace JUnit's setUp/tearDown with gwtSetUp/gwtTearDown to better document and support client code that cannot run in a non-GWT environment. by scottb@google.com · 17 years ago
- 55e1527 Prevent a module from refreshing twice on initial load. by scottb@google.com · 17 years ago
- 421c24b Application creator now adds a default application style sheet. by ecc@google.com · 17 years ago
- 960d062 Updated the default style sheets to reflect the creation of the Decorated Widgets. Originally, I intended to update these styles after we finalized the style name architecture, but since that may not be available for a day or two, I'm submitting the style changes now. The affected Widgets are DecoratedTabPanel, DecoratedStackPanel, and DecoratedPopupPanel. by jlabanca@google.com · 17 years ago
- cd5bfae Fixes issue 2274. Our history tokens weren't always being escaped, causing by ajr@google.com · 17 years ago
- 63f3260 FLAMING SWORD OF DEATH by scottb@google.com · 17 years ago
- 78e0b42 Fixes Issue #2363. In String.replace in the emulation library, '$' and '^' in the replacement by spoon@google.com · 17 years ago
- e346623 Adds to HTMLPanel: - addAndReplaceElement() - getElementById() by gwt.team.jgw · 17 years ago
- 96b1f84 Fixes missing event system init in DOM.addEventPreview() case. by gwt.team.jgw · 17 years ago
- 0d538ff Makes Document.createUniqueId() return guaranteed document-unique id's (using a counter on $doc). by gwt.team.jgw · 17 years ago
- 850504e Build fix. Old mozillae have a bug where they deadlock trying to serialize by gwt.team.knorton · 17 years ago
- 1d5110c JUnitMessageQueue counted the number of times a result was passed by zundel@google.com · 17 years ago
- 048fe42 Backing out r2659. This patch just masks a bug, it doesn't really solve the by gwt.team.zundel · 17 years ago
- ba09296 Issue: 2282 Patch by: jgw Review by: ajr, sgross by gwt.team.jgw · 17 years ago
- 049281a Fixed missing javadoc in the Style object. by gwt.team.jgw · 17 years ago
- 5e99348 Issues: 1546, 1778, 1788, 1804 (multi-module bug fixes) by gwt.team.jgw · 17 years ago
- 0c80331 This fixes a problem with reporting a 'null' result from by gwt.team.zundel · 17 years ago
- 36adb74 Fixing sort order. by scottb@google.com · 17 years ago
- b510374 Fixes Issue #733 by knorton@google.com · 17 years ago
- 26cd1b4 Seperated Decorated versions of Widgets from existing widgets. The newly introduced widgets are DecoratedTabPanel, DecoratedTabBar, DecoratedStackPanel, and DecoratedPopupPanel. Samples and tests have been updated to reflect the change. by jlabanca@google.com · 17 years ago
- 169c71a Moved default GWT styles to the com.google.gwt.user package instead of Showcase. by jlabanca@google.com · 17 years ago
- 28a59ef Additional tests for PriorityQueue -- not complete, but covers specific by gwt.team.jat · 17 years ago
- 5eeb381 Fix to JUnitShell committed in r2616 which caused all unit tests to fail. by gwt.team.zundel · 17 years ago
- 4f3cbcf - Removed RunStyleRemoteWeb's System.exit(1) calls in favor of generating an argument processing error. This was necessary for better ant integration (it would complain that the forked JVM had exited abrnomally). by gwt.team.zundel · 17 years ago
- af9de72 Adds the undocumented command line argument -externalbrowsers to by gwt.team.zundel · 17 years ago
- 48c9ea3 Code duplication removal. by scottb@google.com · 17 years ago
- f59912f Refactored the Animation library to no longer use a Deferred Binding (its always on). Moved it to its own package "com.google.gwt.animation.client" and removed the WidgetAnimation class entirely. All animations are disabled by default but can be enabled for each widget instance that supports animations. The StackPanel animation is removed, but may be readded in the future. This patch also fixes a couple minor animation bugs. by jlabanca@google.com · 17 years ago
- fca1ce9 Adding LinkedHashMap and supporting tests and RPC serializers by gwt.team.ecc · 17 years ago
- 7d7eb2e Handle a broader range of machine configurations when creating the XMLParser for IE. by scottb@google.com · 17 years ago
- d695940 When loading a class for reflective use at compile time, we should NOT be running that class's static initializers. by scottb@google.com · 17 years ago
- 3134f01 Sort & format. by scottb@google.com · 17 years ago
- 63ca280 Update to r2596 based on zundel feedback. by scottb@google.com · 17 years ago
- ecc1656 Adds missing documentation to Document.java (note naming irony). by gwt.team.jgw · 17 years ago
- a3c9edd Build break fix; my JUnit change in r2590 caused remote browsers to time out and fail on module transition to to JUnit's blocking compile. This change keeps the remote browsers alive on a daemon thread. by scottb@google.com · 17 years ago
- 45c3287 Stop the client if a null is returned. by scottb@google.com · 17 years ago
- da34ffd Fixed a synchronization / status issue. by scottb@google.com · 17 years ago
- cd26310 Reduced JUnitHostImpl to a reasonable timeout now that clients will re-poll. by scottb@google.com · 17 years ago