- 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
- bd3d2c9 Adds LINE_START and LINE_END to DockPanelParser in UiBinder 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
- 39f4ee4 Various fixes for deRPC. by bobv@google.com · 16 years ago
- 8d34a49 Revert "Adds UiBinderUtilTest" (trunk@6316) due to IE6 failures. by rjrjr@google.com · 16 years ago
- 973d4f8 Fix for issue 4111 (comma-decimal-separator bug). by jgw@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
- 5a385f9 Fixes various mail issues, primarily on IE: by jgw@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
- e6c9937 Fix plurals in i18n sample (and others). There were two problems: by jat@google.com · 16 years ago
- fe79f6c Handle a case where the JSONP request succeeds after the timer has been fired by jat@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
- 875439d Adding the suffix ".if.enabled" to emma ant targets to avoid confusion. The targets are noops if emma.enabled is not defined. 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
- 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
- 3fa5c8a Fixing the user agent mapping in RunStyleHtmlUnit so FF3 maps to gecko1_8 instead of gecko. by jlabanca@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
- 5c932b6 Fixed a possible NPE that can occur if a test times out before any clients retrieve the test. by jlabanca@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
- d521302 Speed CssResource class selector rewriting. by bobv@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
- 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
- 609a425 Fixing checkstyle errors. 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
- df29357 UiBinderGenerator is not stable and results extra compiles during web app by mmendez@google.com · 16 years ago
- ee29b77 - Adds UiBinder parsers for DockLayoutPanel and StackLayoutPanel. by jgw@google.com · 16 years ago
- 8d2eff9 Change <ui:style source='...'/> to <ui:style src='...'/> for consistency w/HTML by rjrjr@google.com · 16 years ago
- 48cfffe Small fixes to warn and error messages. by rjrjr@google.com · 16 years ago
- 24d9723 Fixes a bug where JUnitShell does not respect @DoNotRunWith annotations. by jlabanca@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
- e0309fa Allows multiple GWT apps to preview native events in IE. by jlabanca@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
- 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
- e6c671f Initialize the timer before adding the script in case it gets run synchronously by jat@google.com · 16 years ago
- 66a41e0 Introduces inline styles to ui.xml files, completing by rjrjr@google.com · 16 years ago
- b022fed Initial implementations of Stack and Split layout panels, along with a few by jgw@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
- 31bc2c3 Fixes an issue in StyleInjector where it could try to inject more than 30 style sheets in IE if a style sheet already existed. We now look at the total number of style sheets instead of just the number that were injected by StyleInjector. by jlabanca@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
- 53f86c2 Checkstyle fixes for DockLayoutPanel. Whoops. by jgw@google.com · 16 years ago
- 5b7a968 Fixes a bug in DOMImplTrident#getTagName() where it does not handle an undefined scope name. by jlabanca@google.com · 16 years ago
- f2f20a5 - Changed Requires/ProvidesLayout => Requires/ProvidesResize; some small doc by jgw@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
- 712dac6 Removing an assertion that introduced a breaking change. by jlabanca@google.com · 16 years ago
- 7ea603a Recommitting r6024, r6022, r6021, and r6020. by jlabanca@google.com · 16 years ago
- f1e5493 Addendum to r6010, adding missing InsertPanel.java by jgw@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
- 866b6b4 Nukes the deprecated and over complicated 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
- 938a64e Fix a problem on Safari/Chrome where docuemntElement.getFirstChild is not by jat@google.com · 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
- 278a9eb Allow arbitrary Files to be injected into the ClientBundle source lookup mechanism. by bobv@google.com · 16 years ago
- e999360 AsyncProxy documentation update. by bobv@google.com · 16 years ago
- 7e32a72 Move AbstractResourceGenerator into resources.ext package. by bobv@google.com · 16 years ago
- 8923787 Mark ResourceGenerator subtypes as final. by bobv@google.com · 16 years ago
- 1adaa1f Allow percentages in an rgb(r,g,b) CSS value. by jat@google.com · 16 years ago
- 710b4ce Fixes SerializationPolicy to be backwards compatible. by jgw@google.com · 16 years ago
- 0095239 Remove -XstartOnFirstThread from generated ant oophm target on the Mac, which by jat@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
- 52fd6d9 Fixes two bugs in the lightweight events for runAsync, by spoon@google.com · 16 years ago
- 342ffc7 Fixes a bug in SerializableTypeOracleBuilder where multi-dimensional by spoon@google.com · 16 years ago
- 8866597 Fix potential error scenario where the web-mode backref ident can be determined incorrectly. by bobv@google.com · 16 years ago
- 0372045 Add a stack trace collector for Chrome. by bobv@google.com · 16 years ago
- eeed283 Formalize how default extensions are provided by ClientBundle resource types. by bobv@google.com · 16 years ago
- 325ec6d Fix JUnit enabling emulated stack traces. by bobv@google.com · 16 years ago