- 6ea01d7 This makes LongLib.toString faster by only dividing once each time through the loop by spoon@google.com · 17 years ago
- 0986505 Merging releases/1.5@r3048:r3078 into trunk. by jlabanca@google.com · 17 years ago
- b3c04c6 CheckBox.ensureDebugId() now sets the ID of the input element. Previously, it only set the ID of the label because the input element already had an ID. I also updated RadioButtonTest because RadioButton is a subclass of CheckBox, but it did not have a test specifically for debug IDs. by jlabanca@google.com · 17 years ago
- 6435ea2 Merging releases/1.5@r2994:r3048 into trunk. by scottb@google.com · 17 years ago
- 9de92df Merging releases/1.5@2941:2990 trunk. 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
- ce9d21f Add tests for TreeMap and TreeSet, change TreeSet.add implementation to be 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
- d3235d0 Removed unnecessarily short delayFinish timeout from StackPanelTest. by scottb@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
- 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
- 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
- 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
- a89c023 Fix for issue 960, ensuring consistent whitespace behavior for setInnerText. by ajr@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
- 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
- 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
- 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
- 36013d9 Honey, I sunk the build. 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
- 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
- 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
- 28a59ef Additional tests for PriorityQueue -- not complete, but covers specific by gwt.team.jat · 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
- aedba1a Corrects errors in PriorityQueue and adds a basic test. by scottb@google.com · 17 years ago
- bd6c564 Fixes issue #2334; native method within enum breaks in hosted mode. by scottb@google.com · 17 years ago
- 33cf8e8 Fixed an OB1 bug in CommandExecutorTest that was generating a spurious error after the test had succeeded. by scottb@google.com · 17 years ago
- 1d8402c Adds a test to verify issue #349 is fixed. by scottb@google.com · 17 years ago
- d756df5 Cleanup of CompilerTest to use volatile keyword now. by scottb@google.com · 17 years ago
- 28166b2 Fixes issue #2054; AbstractCollection.removeAll() produced incorrect results when the collection contained duplicates. by scottb@google.com · 17 years ago
- e7d15a4 Fixed an issue where programmatically attaching and detaching a RichTextArea creates a JavaScript error because the RichTextArea uses a timeout to initialize its event system. When detach is called, RichTextArea attempts to unitialize the event system before it is completely setup. by jlabanca@google.com · 17 years ago
- d55fe87 Lots of static evaluation rules, mostly on the Java trees. by scottb@google.com · 17 years ago
- 07367f7 Fixes a backward compatibility bug in DeckPanel where the offsetWidth and offsetHeight of a child widget weren't defined in the child widget's onLoad method. By rearranging the order in which the container element is initialized and the child widget is adopted, we made the offsetWidth/Height available. by jlabanca@google.com · 17 years ago
- 4e79f20 ObjectIdentityTest is a new comprehensive test to ensure identity holds in web mode, particularly with regards to mixing undefined, null, and Strings. by scottb@google.com · 17 years ago
- a035bfd Fixes issue #2207; the old SimpleEnumSet implementation had issues with tracking the valid range, and the LargeEnumSet was both ineffecient and did not iterate in correct order. Fixed by using a single, efficient implementation for sets of all sizes. by scottb@google.com · 17 years ago
- 4967ebb More build unbreaking. My previous fixed missed a case in which IE was changing tag capitalization. by bruce@google.com · 17 years ago
- 06f154a Fixes issue #1973; a custom field serializer that internally called readObject() would cause the stream backrefs to get out of sync. This change fixes the off behavior and adds unit tests. by scottb@google.com · 17 years ago
- 2685f50 Fixed build break by commenting-out tests that depend on assertions being enabled during unit tests (will look into enabling assertions tomorrow...) as well as adjusting tests to account for browser inconsistencies in tag capitalization changes in HTML returned from innerHTML. by bruce@google.com · 17 years ago
- 0c52b73 Fixes issue #1456; map entries now correctly write-through to the underlying map, and also reflected changes in the underlying map. This fixes HashMap and IdentityHashMap. Also adds tests for this behavior. by scottb@google.com · 17 years ago
- d3c81d0 Implementing RPC for java.util.Arrays.ArrayList. by scottb@google.com · 17 years ago
- 9d6b14c Sort & format. by scottb@google.com · 17 years ago
- 2b79055 Fixes issue #1497 by implementing Arrays.asList() as a separate type, which does a true array-backed list. This is useful because the implementation is highly efficient in web mode when you already have an array handy; you don't have to copy all of the elements into an ArrayList's underlying array. by scottb@google.com · 17 years ago
- 95911a4 Redesign of CaptionPanel, lots of additional CaptionPanel unit tests, and a few related changes in SimplePanel (updated to use new Element class) and Node (javadoc tweak). by bruce@google.com · 17 years ago
- 71f2777 Fixes issue #2258; maybe. I'm actually not convinced that it was broken, but there were some bugs & suboptimal code. Test also updated to take advantage of volatile fields. by scottb@google.com · 17 years ago
- 44bf599 Updated to fix the build we broke by removing the stale reference to TitledPanelTest. We added CaptionPanelTest to the suite but intentionally commented it out until a big round of changes are finished. by bruce@google.com · 17 years ago
- 9e47024 Renames TitledPanel to CaptionPanel. (The term "title" was misunderstood by a lot of people as meaning HTML-style tooltips.) by bruce@google.com · 17 years ago
- 55d0052 Removes setCaptionHTML() and setCaptionText() (which hadn't ever shipped). by bruce@google.com · 17 years ago
- 87b054b Change TestSetFactory to produce Date,Time,Timestamp objects whose values are not sensitive to the timezone in which the client or server is running. by bobv@google.com · 17 years ago
- 51a4e5e Fixed sort order. by scottb@google.com · 17 years ago
- 0a7b02c Re-enabled the formerly-disabled long RPC tests now that long emulation is in. by scottb@google.com · 17 years ago
- 6c9cfdd Fixes issue #87; implements RPC for the new java.sql.Date classes. by scottb@google.com · 17 years ago
- 7f1d780 Fixes issue #87 by adding support for java.sql.Date, Time, and Timestamp. by scottb@google.com · 17 years ago
- cd460ea Disable the very large array test for now. by bobv@google.com · 17 years ago
- fdc87bf Bump the amount of time allowed for testVeryLargeArray(). by bobv@google.com · 17 years ago
- 5ded357 Emit large RPC responses as a sequence of array concatenations to resolve issue 1336. by bobv@google.com · 17 years ago
- 0b13f72 Add new plural rules, correct Arabic and add Arabic plurals test, add by gwt.team.jat · 17 years ago
- 50215ad revert back to 2420 for Double[Test].java, until I can unwind the lossage... by gwt.team.fabbott · 17 years ago
- dd60079 Throw a StatusCodeException into AsyncCallback.onFailure() when the HTTP response's status code is not 200. by bobv@google.com · 17 years ago
- 4847ba5 re-fix Double failures; I misdiagnosed because expected/actual arguments were flopped. (Fixed that, too.) by gwt.team.fabbott · 17 years ago
- b79a65b fix for broken test: I hadn't caught it, but Ray uses all-ones for NaN exponent; it should be leading-one-only (according to Java's behavior and his NAN_LONG_VALUE, at least) by gwt.team.fabbott · 17 years ago
- a197799 Committing tree speed up code based on by gwt.team.ecc · 17 years ago
- 24aaacc losing the JDK1.6 constants from my previous change by gwt.team.fabbott · 17 years ago
- f449432 Implementation for Double.longBitsToDouble and Double.doubleToLongBits by gwt.team.fabbott · 17 years ago
- 0d661bb Fixes a bug with JsStaticEval that was preventing unreachable functions from being declared. Gotta love JavaScript, eh? by scottb@google.com · 17 years ago
- 42d1764 Setting missing props on all Java source files. by scottb@google.com · 17 years ago
- 30216b6 Fixed checkstyle violations. by scottb@google.com · 17 years ago
- 700563c Fixing broken tests (only breaking on ancient Mozillae and Safari 2). by gwt.team.jgw · 17 years ago
- 44cb42a Adds support for RTL layout in GWT. Here are the specific changes: by gwt.team.rdayal · 17 years ago
- 693bd71 A rather large change that adds a DOM module/package, implementing more or less by gwt.team.jgw · 17 years ago
- c078085 Changes long warnings to errors. A new annotation is now required to compile without errors. by scottb@google.com · 17 years ago
- e8e54a3 Renamed TreeMapSuite to TreeMapSuiteSub to prevent the tests from running twice. by scottb@google.com · 17 years ago
- dd8d25e Added Duration class to supplant System.currentTimeMillis(). by scottb@google.com · 17 years ago
- 0fcb3b2 Implemented LinkedList, with test code. by scottb@google.com · 17 years ago
- 8d2a5e1 An async RPC method can now be declared to return a RequestBuilder, in which case a fully-baked RequestBuilder is returned, but no send is performed. The caller can adjust the RequestBuilder and then call "send" to actually perform the call. by scottb@google.com · 17 years ago
- 278f379 Benchmarks for TreeMap / SortedMap. by scottb@google.com · 17 years ago
- 0e703ae TreeMap is now implemented. by scottb@google.com · 17 years ago
- 994226f Implemented IdentityHashMap with tests. by scottb@google.com · 17 years ago
- 1a70d94 Format + removed bogus cloner function. by scottb@google.com · 17 years ago
- 39db85c Fixes Issue #2143 by gwt.team.knorton · 17 years ago
- bd96b31 revert r2301; testGetClientSize remains broken in the automated tests. Will work with John tomorrow, to look for e.g. config differences... by gwt.team.fabbott · 17 years ago
- 61cd349 Reenabled testGetClientSize because I cannot reproduce issue 2143. Window.getClientHeight works correctly in Safari 2 and 3 in quirks and standard during manual testing. Its possible this issue is related to a custom build of Safari that no longer exists. by gwt.team.jlabanca · 17 years ago
- 4bf03e9 Adds a test for "long <concat> string"; also cleans up the avoidance of compiler optimizations. by scottb@google.com · 17 years ago
- 4f4b126 Removed GWTTestCase.hideFromCompiler(). Best practice is now to use a volatile field. by scottb@google.com · 17 years ago