- d52a9ba TypeOracle now builds from bytecode instead of JDT structures (part of Instant Hosted Mode work). by scottb@google.com · 15 years ago
- a0ae7eb Big refactoring of test code and api-checker to remove dependencies on CompilationUnit. by scottb@google.com · 15 years ago
- 059832b Hello DialogBoxParser, and stricter parsing by rjrjr@google.com · 15 years ago
- 75e1d81 Looks massive, but it's all moves, to finish isolating concrete by rjrjr@google.com · 15 years ago
- 471305a Reintroduced r6739, r6743 and a fix for a failing test. by amitmanjhi@google.com · 15 years ago
- 178e8e4 Makes UiBinder able to deal with mixed content in ui:msg. by rjrjr@google.com · 15 years ago
- 3a9fe8a Reverts tweaks to retry logic due to broken tests. by rjrjr@google.com · 15 years ago
- 5cc8d9c Fixed a breaking test. A test is not rerun if it encounters a java.lang.AssertionError. by amitmanjhi@google.com · 15 years ago
- 41ac373 Send UiBinder's xml logging to the right place by rjrjr@google.com · 15 years ago
- 97a35a4 Prepares for move of xhtml.ent from by rjrjr@google.com · 15 years ago
- a0c780a Centralize a few standard MockJavaResources by rjrjr@google.com · 15 years ago
- 6a0fd36 Fixes bad code gen on non-widget children in DockLayoutPanelParser, and allows by rjrjr@google.com · 15 years ago
- 670b065 Adds PopupPanel.setGlassEnabled(), along with related tests and sample by jgw@google.com · 15 years ago
- 097ec2c Adding the host path to the error message when a remote browser dies during a test. Also fixing an NPE that occurs when a RunStyle cannot be initialized. by jlabanca@google.com · 15 years ago
- bafb1bb Patch adds the infrastructure to re-run a test. Useful for htmlUnit which can by amitmanjhi@google.com · 15 years ago
- 1b9e04c Fix UiBinderTest.testCustomButtonParser to be IE friendly, build break by rjrjr@google.com · 15 years ago
- c6f04f5 Calling new Date(...) with a time that falls in the 'missing hour' of by rice@google.com · 15 years ago
- c409ae0 Mock TypeOracle allows XMLElementTest to be restored. Also replace by rjrjr@google.com · 15 years ago
- 71a8608 Fix generic parameters for SingleJsoImpl types. by bobv@google.com · 15 years ago
- aa702eb Method overloads fix for SingleJsoImpl. by bobv@google.com · 15 years ago
- 56e9e76 Increasing the timeouts of RPC tests and making it easier to do so in the future. by jlabanca@google.com · 15 years ago
- 890ef2e Disabling another image test because of the synchronous onload issue 863. by jlabanca@google.com · 15 years ago
- 87de65e Completes the move of AttributeParsers from UiBinderWriter to XMLElement. Turns by rjrjr@google.com · 15 years ago
- e7f5b5e Fix for CustomButton getting stuck hovering if removed during onlick. by jgw@google.com · 15 years ago
- 600f07d HasHTML extends HasText, so there is no need for these widgets to declare both by rjrjr@google.com · 15 years ago
- a2ff560 Makes User depend upon UiBinder, to keep people from having to by rjrjr@google.com · 15 years ago
- b5b1ede Make the alignment parsers field ref friendly by rjrjr@google.com · 15 years ago
- 6de9756 Add support for checkstyle of tests; checkstyle user/tests; fix existing errors. by scottb@google.com · 15 years ago
- 7e631ee Checkstyle fixes for UiBinder tests by rjrjr@google.com · 15 years ago
- b77c76f Add a test for circular references via a CustomFieldSerializer. by bobv@google.com · 15 years ago
- 2a5e3a6 Enable good old VerticalAlignmentConstantParser by rjrjr@google.com · 15 years ago
- 0dcf1a17 Introduces EnumAttributeParser, makes XMLElement use it, and makes the layout by rjrjr@google.com · 15 years ago
- c4643f0 Moving AttributeParsers to XMLElement, where they belong. by rjrjr@google.com · 15 years ago
- 8a777b1 Disabling some tests in ImageTest because Chrome fires onload synchronously. I will address this issue later. by jlabanca@google.com · 15 years ago
- ae5cfed De-deprecate HandlerManager.removeHandler, resolves issue 3102 by rjrjr@google.com · 15 years ago
- 821c090 Implement a -standardsMode flag for junit tests, but don't enable the by rice@google.com · 15 years ago
- 66e70bb Fixing the UiBinderTestApp. The tests don't use the app itself, by rjrjr@google.com · 15 years ago
- 636a68c Fixes warnings in XMLElementTest, and fixes UiBinderJreSuite to by rjrjr@google.com · 15 years ago
- 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 · 16 years ago
- e4fda86 updated Htmlunit to HtmlUnit (uppercase U) by amitmanjhi@google.com · 16 years ago
- 5bbe25f Patch updates the collection of tests that are ignored on HtmlUnit, to reflect by amitmanjhi@google.com · 16 years ago
- 5dc8c47 Fix for issue 3374. This patch adds overloads of encodeComponent and by rjrjr@google.com · 16 years ago
- d5ef2a8 Adding DoNotRunWith(HtmlUnit) to ListBoxTest/StackPanelTest#testDebugId because they fail fairly often in HtmlUnit. by jlabanca@google.com · 16 years ago
- 6ef29ad Suppress spurious JSNI ref warnings inside EmmaClassLoadingTest. Submitting on Keith's behalf. by jlabanca@google.com · 16 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 · 16 years ago
- ee7b9cb Fix bad error message from NumberFormat.parse. by jat@google.com · 16 years ago
- eb73662 Fix SingleJsoImpl hosted mode crash with contravariant return types in virtual by jat@google.com · 16 years ago
- c3f515d Make StyleInjector use Scheduler API. by rjrjr@google.com · 16 years ago
- c57b8e9 Add unshift(), join(), and setLength() methods to JsArray types. by rjrjr@google.com · 16 years ago
- ac00255 Initial implementation of TabLayoutPanel. by jgw@google.com · 16 years ago
- fc560fb Disabling tests that cause FF to crash in dev mode on Windows. by jlabanca@google.com · 16 years ago
- bfd3784 Disable tests of unpaired surrogates, since the IE and Safari plugins at least by jat@google.com · 16 years ago
- d11c09c Ignoring the testNoOverrideInheritedSharedCssClasses for the time being, while by amitmanjhi@google.com · 16 years ago
- 7fa456c Removing a statement from CoverageTest that triggers a javac bug. by jlabanca@google.com · 16 years ago
- e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 16 years ago
- b56e18a UiBinder now understands CssResource's imported scopes, which by rjrjr@google.com · 16 years ago
- fb5fcf0 Stricter XMLElement#consumeSingleChild, fixes NPE in DockLayoutPanelParser. by rjrjr@google.com · 16 years ago
- acbdfe8 Restores "Introduces support for DataResource to UiBinder...", by rjrjr@google.com · 16 years ago
- 3c459ee Recommitting r6329 to add UrlBuilder, this time with passing tests. by jlabanca@google.com · 16 years ago
- ec9e3c1 Adds the ability to position child elements within their layers. by jgw@google.com · 16 years ago
- 99d5edb Update ExtractClassNamesVisitor to be able to ignore selectors with certain prefixes. by bobv@google.com · 16 years ago
- 0b8ac1f Add CssResource interface generator. by bobv@google.com · 16 years ago
- 632322a Switch CssResource to strict-by-default mode. by bobv@google.com · 16 years ago
- c503890 Revert "Introduces support for DataResource to UiBinder..." by rjrjr@google.com · 16 years ago
- 1aed903 Introduces support for DataResource to UiBinder, and you know what by rjrjr@google.com · 16 years ago
- a75e8a3 Add List.subList and implementations. by jat@google.com · 16 years ago
- 0d1ba3a Restore "Introduces ui:image--ImageResource in UiBinder", by rjrjr@google.com · 16 years ago
- 68d7c03 Revert "Introduces ui:image--ImageResource in UiBinder" by rjrjr@google.com · 16 years ago
- a91f933 Introduces ui:image--ImageResource in UiBinder by rjrjr@google.com · 16 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 · 16 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 · 16 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 · 16 years ago
- c660812 Makes Image aware of ImageResource by rjrjr@google.com · 16 years ago
- 8d34a49 Revert "Adds UiBinderUtilTest" (trunk@6316) due to IE6 failures. by rjrjr@google.com · 16 years ago
- b01f232 Adds UiBinderUtilTest. by rjrjr@google.com · 16 years ago
- b94b986 UiBinder Optimizations by rjrjr@google.com · 16 years ago
- 34ea8a2 Restores various unit tests of the UiBinder code generator. by rjrjr@google.com · 16 years ago
- e606905 Adding a white background the to noscript warning so it shows up against all backgrounds. by jlabanca@google.com · 16 years ago
- 09c7767 Adding @DoNotRunWith to testSetInnerText because of an HtmlUnit bug that doesn't remove all elements. by jlabanca@google.com · 16 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 · 16 years ago
- 379e70d Update from trunk@6270 by rjrjr@google.com · 16 years ago
- 0930cb2 Fixed the asynchronous tests where testDelayFinish(..) was not being called before finishTest() by amitmanjhi@google.com · 16 years ago
- 31e1761 testDebugId was calling delayTestFinish too late, leading to flakiness by rjrjr@google.com · 16 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 · 16 years ago
- bce253a Merge through trunk@6249 by rjrjr@google.com · 16 years ago
- 670bcce Merge through trunk@6239 by rjrjr@google.com · 16 years ago
- 55bfe8a Add CssResource.ensureInjected(). by bobv@google.com · 16 years ago
- 3a7f07b Reorganize the bulk of the CssResourceGenerator code to move the visitors into the resources.css package. by bobv@google.com · 16 years ago
- 61202fa Fixing a failing test because FF3.5 allows cross-site XHR requests. by jlabanca@google.com · 16 years ago
- 52ac42b Merge up to trunk @r6200. by jat@google.com · 16 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