- 4532244 Rename sample.UiBinderDemo to test.UiBinderTestApp by rjrjr@google.com · 15 years ago
- 064ab58 Move UiBinder test app (so called "sample") out of src and into test. by rjrjr@google.com · 15 years ago
- 0d980ef Remove two unused imports by rice@google.com · 15 years ago
- 63f9676 Fixing svn props on many java files where this was missing. by scottb@google.com · 15 years ago
- 5fe3fbb This allows multiple source files to be specified for a ui:style, just by rjrjr@google.com · 15 years ago
- e4fda86 updated Htmlunit to HtmlUnit (uppercase U) by amitmanjhi@google.com · 15 years ago
- 5bbe25f Patch updates the collection of tests that are ignored on HtmlUnit, to reflect by amitmanjhi@google.com · 15 years ago
- 5dc8c47 Fix for issue 3374. This patch adds overloads of encodeComponent and by rjrjr@google.com · 15 years ago
- d5ef2a8 Adding DoNotRunWith(HtmlUnit) to ListBoxTest/StackPanelTest#testDebugId because they fail fairly often in HtmlUnit. by jlabanca@google.com · 15 years ago
- 6ef29ad Suppress spurious JSNI ref warnings inside EmmaClassLoadingTest. Submitting on Keith's behalf. by jlabanca@google.com · 15 years ago
- 830c5a9 Adding a feature that allows users to define compile properties on test methods in GwtTestCases. A synthetic module will be created using the test module plus the specified properties. by jlabanca@google.com · 15 years ago
- ee7b9cb Fix bad error message from NumberFormat.parse. by jat@google.com · 15 years ago
- eb73662 Fix SingleJsoImpl hosted mode crash with contravariant return types in virtual by jat@google.com · 15 years ago
- c3f515d Make StyleInjector use Scheduler API. by rjrjr@google.com · 15 years ago
- c57b8e9 Add unshift(), join(), and setLength() methods to JsArray types. by rjrjr@google.com · 15 years ago
- ac00255 Initial implementation of TabLayoutPanel. by jgw@google.com · 15 years ago
- fc560fb Disabling tests that cause FF to crash in dev mode on Windows. by jlabanca@google.com · 15 years ago
- bfd3784 Disable tests of unpaired surrogates, since the IE and Safari plugins at least by jat@google.com · 15 years ago
- d11c09c Ignoring the testNoOverrideInheritedSharedCssClasses for the time being, while by amitmanjhi@google.com · 15 years ago
- 7fa456c Removing a statement from CoverageTest that triggers a javac bug. by jlabanca@google.com · 15 years ago
- e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
- b56e18a UiBinder now understands CssResource's imported scopes, which by rjrjr@google.com · 15 years ago
- fb5fcf0 Stricter XMLElement#consumeSingleChild, fixes NPE in DockLayoutPanelParser. by rjrjr@google.com · 15 years ago
- acbdfe8 Restores "Introduces support for DataResource to UiBinder...", by rjrjr@google.com · 15 years ago
- 3c459ee Recommitting r6329 to add UrlBuilder, this time with passing tests. by jlabanca@google.com · 15 years ago
- ec9e3c1 Adds the ability to position child elements within their layers. by jgw@google.com · 15 years ago
- 99d5edb Update ExtractClassNamesVisitor to be able to ignore selectors with certain prefixes. by bobv@google.com · 15 years ago
- 0b8ac1f Add CssResource interface generator. by bobv@google.com · 15 years ago
- 632322a Switch CssResource to strict-by-default mode. by bobv@google.com · 15 years ago
- c503890 Revert "Introduces support for DataResource to UiBinder..." by rjrjr@google.com · 15 years ago
- 1aed903 Introduces support for DataResource to UiBinder, and you know what by rjrjr@google.com · 15 years ago
- a75e8a3 Add List.subList and implementations. by jat@google.com · 15 years ago
- 0d1ba3a Restore "Introduces ui:image--ImageResource in UiBinder", by rjrjr@google.com · 15 years ago
- 68d7c03 Revert "Introduces ui:image--ImageResource in UiBinder" by rjrjr@google.com · 15 years ago
- a91f933 Introduces ui:image--ImageResource in UiBinder by rjrjr@google.com · 15 years ago
- 0eaf782 Revert "Adding UrlBuilder and using it in Showcase and GwtTestCase so we don't remove gwt.hosted parameter in URLs," due to web mode test failures in com.google.gwt.user.client.WindowTest.testLocationCreateUrlBuilder by rjrjr@google.com · 15 years ago
- 449e4a1 Adding a semicolon to the javascript reference in empty Anchor widgets to fix a FF2 bug where Anchor widgets open the error console. by jlabanca@google.com · 15 years ago
- b2376c4 Adding UrlBuilder and using it in Showcase and GwtTestCase so we don't remove gwt.hosted parameter in URLs. by jlabanca@google.com · 15 years ago
- c660812 Makes Image aware of ImageResource by rjrjr@google.com · 15 years ago
- 8d34a49 Revert "Adds UiBinderUtilTest" (trunk@6316) due to IE6 failures. by rjrjr@google.com · 15 years ago
- b01f232 Adds UiBinderUtilTest. by rjrjr@google.com · 15 years ago
- b94b986 UiBinder Optimizations by rjrjr@google.com · 15 years ago
- 34ea8a2 Restores various unit tests of the UiBinder code generator. by rjrjr@google.com · 15 years ago
- e606905 Adding a white background the to noscript warning so it shows up against all backgrounds. by jlabanca@google.com · 15 years ago
- 09c7767 Adding @DoNotRunWith to testSetInnerText because of an HtmlUnit bug that doesn't remove all elements. by jlabanca@google.com · 15 years ago
- 540f782 Test batches will be sent to the client as they are executed by JUnitShell if NoBatchingStrategy (the default) is used. This allows users to use test runners that shard test methods across different clients. by jlabanca@google.com · 15 years ago
- 379e70d Update from trunk@6270 by rjrjr@google.com · 15 years ago
- 0930cb2 Fixed the asynchronous tests where testDelayFinish(..) was not being called before finishTest() by amitmanjhi@google.com · 15 years ago
- 31e1761 testDebugId was calling delayTestFinish too late, leading to flakiness by rjrjr@google.com · 15 years ago
- b3b7c26 Fixed a bug in GWTTestCase where it would access JUnitShell from the wrong thread, creating a SWT error when later tests run. by jlabanca@google.com · 15 years ago
- bce253a Merge through trunk@6249 by rjrjr@google.com · 15 years ago
- 670bcce Merge through trunk@6239 by rjrjr@google.com · 15 years ago
- 55bfe8a Add CssResource.ensureInjected(). by bobv@google.com · 15 years ago
- 3a7f07b Reorganize the bulk of the CssResourceGenerator code to move the visitors into the resources.css package. by bobv@google.com · 15 years ago
- 61202fa Fixing a failing test because FF3.5 allows cross-site XHR requests. by jlabanca@google.com · 15 years ago
- 52ac42b Merge up to trunk @r6200. by jat@google.com · 15 years ago
- f1860b3 Changes served location of UiBinder's xhtml.ent from svn to downloads by rjrjr@google.com · 16 years ago
- 2e032bf Fix compiler and hosted-mode crash caused by virtual overrides in SingleJsoImpl types. by bobv@google.com · 16 years ago
- 63019f5 Ignores the testSetInnerText tests for now. by amitmanjhi@google.com · 16 years ago
- 8241f73 Updates RichTextArea tests to use InitializeHandler instead of a timer. by zundel@google.com · 16 years ago
- 32f570a Wraps all calls that affect phsyical and logical attach state to ensure that the physical and logical state of children match the state of their parents. Essentially, this patch handles errors in onLoad/onUnload. by jlabanca@google.com · 16 years ago
- caccfd5 Renaming TestSuiteTest to NonGwtTestSuite so the ant scripts pick it up as a test suite. by jlabanca@google.com · 16 years ago
- 41a0e99 Uncommented the tests that were failing just on oldmoz in web and hosted mode. by amitmanjhi@google.com · 16 years ago
- 6c44147 Supress Google Eclipse Plugin errors in gwt trunk related to missing async RPC implementations, which aren't needed for tests. by jlabanca@google.com · 16 years ago
- 63fa1b1 Disable RTF tests that are clobbered by HTMLUnit bug by rjrjr@google.com · 16 years ago
- 3e2e73a Save and restore the state of NativePreviewEvent in case an event is fired while the current event is being previewed. by jlabanca@google.com · 16 years ago
- 185d2f6 Disables a ImageTest on HtmlUnit because it is a HtmlUnit bug. Bug details at by amitmanjhi@google.com · 16 years ago
- f56f369 Split unpaired surrogates into a separate test for server->client, and disable by jat@google.com · 16 years ago
- bd5e9c6 Update from trunk by rjrjr@google.com · 16 years ago
- 274cddc Fixes a bug in CompileStrategy where it would throw an IllegalArgumentException if tests are run out of module order. by jlabanca@google.com · 16 years ago
- 7622062 Adds a new InitializeEvent and integrates it with the Rich Text Area. The by zundel@google.com · 16 years ago
- bc2b41b Adds a new option (-precompile) to JUnitShell to compile test modules before or during test runs, decreasing overall test time. Also adds the -userAgents option to specify remote browser user agents ahead of time, decreasing the number of permutations that need to be compiled for remote tests. by jlabanca@google.com · 16 years ago
- ff9391e Snip stray </table> tag from HTMLPanelTest#testCustomRootTagAsTable by rjrjr@google.com · 16 years ago
- 66a41e0 Introduces inline styles to ui.xml files, completing by rjrjr@google.com · 16 years ago
- fefb492 All the hard parts of by rjrjr@google.com · 16 years ago
- 97d71a2 We were double escaping the contents of placeholders inside HTML messages. E.g., by rjrjr@google.com · 16 years ago
- ddbecbc Allow naming a runAsync call using a class literal. There are now by spoon@google.com · 16 years ago
- c433003 Increasing the timeout of JsonpRequestTest and forcing the server to flush results faster. by jlabanca@google.com · 16 years ago
- bdaf175 Lays out the groundwork for by rjrjr@google.com · 16 years ago
- 5c12f74 Removing HtmlUnit from ant test target until the tests are more reliable. Also fixed a checkstyle error and a minor bug in a couple of tests. by jlabanca@google.com · 16 years ago
- 3d27cef Disabling ButtonTest#testPushButton on HtmlUnit because it fails. by jlabanca@google.com · 16 years ago
- 7ea603a Recommitting r6024, r6022, r6021, and r6020. by jlabanca@google.com · 16 years ago
- 712195d Fix for issue 1112 (Add InsertPanel interface) by jgw@google.com · 16 years ago
- 0e85ca6 Revert r6063, "Internal contribution that extends FakeMessagesMaker to by rjrjr@google.com · 16 years ago
- ad7b0e1 Internal contribution that extends FakeMessagesMaker to work with Constants as well. by rjrjr@google.com · 16 years ago
- c790b61 Introduces {field.references} to UiBinder, and deprecates xmlns uri:with hackery by rjrjr@google.com · 16 years ago
- c171ce3 Fixes a concurrency issue in CookieTest where two instances of the test can cause each other to fail. by jlabanca@google.com · 16 years ago
- faccea5 Safari 4.0 treats CDATA and Text nodes seperately, but it still merges them when Node#normalize() is called, breaking XMLTest. This method fixes the test and adds a comment to Node#normalize() explaining this behavior. by jlabanca@google.com · 16 years ago
- af60c57 Fixes a broken test in Safari 4 where the browser delays the actual setting of text in a TextArea if the text was set before attaching to the DOM. Swapping the order of two lines ensures we don't run into any bugs. by jlabanca@google.com · 16 years ago
- be3979a Increases timeouts on some RPC tests since they fail on slower machines. by jlabanca@google.com · 16 years ago
- f53238c Disabling test because it is flaky on HtmlUnit. by jlabanca@google.com · 16 years ago
- 46c93eb Adds more detailed assertions to RunAsyncMetricsIntegrationTest. by spoon@google.com · 16 years ago
- 50b621a Rolling back changes that broke the continuous build. $ svn merge -r6024:6018 . by bobv@google.com · 16 years ago
- 1d30610 Additional fix for issue 3903. Adds noscript tags to additional samples by fredsa · 16 years ago
- f134f0e Fixing FormPanelTest#testReset by attaching the form to the DOM before resetting it. I also removed FormPanelTest, which had been removed up until a previous patch, because many of the tests fail in Old Mozilla. by jlabanca@google.com · 16 years ago
- 1fa7786 Fixes a bug where all Buttons default to submit in safari, causing forms to automatically submit when the button is pressed. This patch introduces a button class for each button type. by jlabanca@google.com · 16 years ago
- 47b2b99 Checkstyle fixes for recently checked in changes to FormPanelTest.java. by jlabanca@google.com · 16 years ago
- 004a14f Fixes a bug where FormPanel does not fire SubmitEvent when using a named frame (as opposed to a generated hidden iframe). by jlabanca@google.com · 16 years ago
- 0ccf626 Add a utility visitor to extract all CSS class selector names used in a stylesheet. by bobv@google.com · 16 years ago
- d80a77a Temporarily disabling PopupTest on Htmlunit, till there is a fix that makes it by amitmanjhi@google.com · 16 years ago