1. 4532244 Rename sample.UiBinderDemo to test.UiBinderTestApp by rjrjr@google.com · 15 years ago
  2. 064ab58 Move UiBinder test app (so called "sample") out of src and into test. by rjrjr@google.com · 15 years ago
  3. 0d980ef Remove two unused imports by rice@google.com · 15 years ago
  4. 63f9676 Fixing svn props on many java files where this was missing. by scottb@google.com · 15 years ago
  5. 5fe3fbb This allows multiple source files to be specified for a ui:style, just by rjrjr@google.com · 15 years ago
  6. e4fda86 updated Htmlunit to HtmlUnit (uppercase U) by amitmanjhi@google.com · 15 years ago
  7. 5bbe25f Patch updates the collection of tests that are ignored on HtmlUnit, to reflect by amitmanjhi@google.com · 15 years ago
  8. 5dc8c47 Fix for issue 3374. This patch adds overloads of encodeComponent and by rjrjr@google.com · 15 years ago
  9. d5ef2a8 Adding DoNotRunWith(HtmlUnit) to ListBoxTest/StackPanelTest#testDebugId because they fail fairly often in HtmlUnit. by jlabanca@google.com · 15 years ago
  10. 6ef29ad Suppress spurious JSNI ref warnings inside EmmaClassLoadingTest. Submitting on Keith's behalf. by jlabanca@google.com · 15 years ago
  11. 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
  12. ee7b9cb Fix bad error message from NumberFormat.parse. by jat@google.com · 15 years ago
  13. eb73662 Fix SingleJsoImpl hosted mode crash with contravariant return types in virtual by jat@google.com · 15 years ago
  14. c3f515d Make StyleInjector use Scheduler API. by rjrjr@google.com · 15 years ago
  15. c57b8e9 Add unshift(), join(), and setLength() methods to JsArray types. by rjrjr@google.com · 15 years ago
  16. ac00255 Initial implementation of TabLayoutPanel. by jgw@google.com · 15 years ago
  17. fc560fb Disabling tests that cause FF to crash in dev mode on Windows. by jlabanca@google.com · 15 years ago
  18. bfd3784 Disable tests of unpaired surrogates, since the IE and Safari plugins at least by jat@google.com · 15 years ago
  19. d11c09c Ignoring the testNoOverrideInheritedSharedCssClasses for the time being, while by amitmanjhi@google.com · 15 years ago
  20. 7fa456c Removing a statement from CoverageTest that triggers a javac bug. by jlabanca@google.com · 15 years ago
  21. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
  22. b56e18a UiBinder now understands CssResource's imported scopes, which by rjrjr@google.com · 15 years ago
  23. fb5fcf0 Stricter XMLElement#consumeSingleChild, fixes NPE in DockLayoutPanelParser. by rjrjr@google.com · 15 years ago
  24. acbdfe8 Restores "Introduces support for DataResource to UiBinder...", by rjrjr@google.com · 15 years ago
  25. 3c459ee Recommitting r6329 to add UrlBuilder, this time with passing tests. by jlabanca@google.com · 15 years ago
  26. ec9e3c1 Adds the ability to position child elements within their layers. by jgw@google.com · 15 years ago
  27. 99d5edb Update ExtractClassNamesVisitor to be able to ignore selectors with certain prefixes. by bobv@google.com · 15 years ago
  28. 0b8ac1f Add CssResource interface generator. by bobv@google.com · 15 years ago
  29. 632322a Switch CssResource to strict-by-default mode. by bobv@google.com · 15 years ago
  30. c503890 Revert "Introduces support for DataResource to UiBinder..." by rjrjr@google.com · 15 years ago
  31. 1aed903 Introduces support for DataResource to UiBinder, and you know what by rjrjr@google.com · 15 years ago
  32. a75e8a3 Add List.subList and implementations. by jat@google.com · 15 years ago
  33. 0d1ba3a Restore "Introduces ui:image--ImageResource in UiBinder", by rjrjr@google.com · 15 years ago
  34. 68d7c03 Revert "Introduces ui:image--ImageResource in UiBinder" by rjrjr@google.com · 15 years ago
  35. a91f933 Introduces ui:image--ImageResource in UiBinder by rjrjr@google.com · 15 years ago
  36. 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
  37. 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
  38. 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
  39. c660812 Makes Image aware of ImageResource by rjrjr@google.com · 15 years ago
  40. 8d34a49 Revert "Adds UiBinderUtilTest" (trunk@6316) due to IE6 failures. by rjrjr@google.com · 15 years ago
  41. b01f232 Adds UiBinderUtilTest. by rjrjr@google.com · 15 years ago
  42. b94b986 UiBinder Optimizations by rjrjr@google.com · 15 years ago
  43. 34ea8a2 Restores various unit tests of the UiBinder code generator. by rjrjr@google.com · 15 years ago
  44. e606905 Adding a white background the to noscript warning so it shows up against all backgrounds. by jlabanca@google.com · 15 years ago
  45. 09c7767 Adding @DoNotRunWith to testSetInnerText because of an HtmlUnit bug that doesn't remove all elements. by jlabanca@google.com · 15 years ago
  46. 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
  47. 379e70d Update from trunk@6270 by rjrjr@google.com · 15 years ago
  48. 0930cb2 Fixed the asynchronous tests where testDelayFinish(..) was not being called before finishTest() by amitmanjhi@google.com · 15 years ago
  49. 31e1761 testDebugId was calling delayTestFinish too late, leading to flakiness by rjrjr@google.com · 15 years ago
  50. 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
  51. bce253a Merge through trunk@6249 by rjrjr@google.com · 15 years ago
  52. 670bcce Merge through trunk@6239 by rjrjr@google.com · 15 years ago
  53. 55bfe8a Add CssResource.ensureInjected(). by bobv@google.com · 15 years ago
  54. 3a7f07b Reorganize the bulk of the CssResourceGenerator code to move the visitors into the resources.css package. by bobv@google.com · 15 years ago
  55. 61202fa Fixing a failing test because FF3.5 allows cross-site XHR requests. by jlabanca@google.com · 15 years ago
  56. 52ac42b Merge up to trunk @r6200. by jat@google.com · 15 years ago
  57. f1860b3 Changes served location of UiBinder's xhtml.ent from svn to downloads by rjrjr@google.com · 16 years ago
  58. 2e032bf Fix compiler and hosted-mode crash caused by virtual overrides in SingleJsoImpl types. by bobv@google.com · 16 years ago
  59. 63019f5 Ignores the testSetInnerText tests for now. by amitmanjhi@google.com · 16 years ago
  60. 8241f73 Updates RichTextArea tests to use InitializeHandler instead of a timer. by zundel@google.com · 16 years ago
  61. 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
  62. caccfd5 Renaming TestSuiteTest to NonGwtTestSuite so the ant scripts pick it up as a test suite. by jlabanca@google.com · 16 years ago
  63. 41a0e99 Uncommented the tests that were failing just on oldmoz in web and hosted mode. by amitmanjhi@google.com · 16 years ago
  64. 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
  65. 63fa1b1 Disable RTF tests that are clobbered by HTMLUnit bug by rjrjr@google.com · 16 years ago
  66. 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
  67. 185d2f6 Disables a ImageTest on HtmlUnit because it is a HtmlUnit bug. Bug details at by amitmanjhi@google.com · 16 years ago
  68. f56f369 Split unpaired surrogates into a separate test for server->client, and disable by jat@google.com · 16 years ago
  69. bd5e9c6 Update from trunk by rjrjr@google.com · 16 years ago
  70. 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
  71. 7622062 Adds a new InitializeEvent and integrates it with the Rich Text Area. The by zundel@google.com · 16 years ago
  72. 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
  73. ff9391e Snip stray </table> tag from HTMLPanelTest#testCustomRootTagAsTable by rjrjr@google.com · 16 years ago
  74. 66a41e0 Introduces inline styles to ui.xml files, completing by rjrjr@google.com · 16 years ago
  75. fefb492 All the hard parts of by rjrjr@google.com · 16 years ago
  76. 97d71a2 We were double escaping the contents of placeholders inside HTML messages. E.g., by rjrjr@google.com · 16 years ago
  77. ddbecbc Allow naming a runAsync call using a class literal. There are now by spoon@google.com · 16 years ago
  78. c433003 Increasing the timeout of JsonpRequestTest and forcing the server to flush results faster. by jlabanca@google.com · 16 years ago
  79. bdaf175 Lays out the groundwork for by rjrjr@google.com · 16 years ago
  80. 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
  81. 3d27cef Disabling ButtonTest#testPushButton on HtmlUnit because it fails. by jlabanca@google.com · 16 years ago
  82. 7ea603a Recommitting r6024, r6022, r6021, and r6020. by jlabanca@google.com · 16 years ago
  83. 712195d Fix for issue 1112 (Add InsertPanel interface) by jgw@google.com · 16 years ago
  84. 0e85ca6 Revert r6063, "Internal contribution that extends FakeMessagesMaker to by rjrjr@google.com · 16 years ago
  85. ad7b0e1 Internal contribution that extends FakeMessagesMaker to work with Constants as well. by rjrjr@google.com · 16 years ago
  86. c790b61 Introduces {field.references} to UiBinder, and deprecates xmlns uri:with hackery by rjrjr@google.com · 16 years ago
  87. 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
  88. 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
  89. 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
  90. be3979a Increases timeouts on some RPC tests since they fail on slower machines. by jlabanca@google.com · 16 years ago
  91. f53238c Disabling test because it is flaky on HtmlUnit. by jlabanca@google.com · 16 years ago
  92. 46c93eb Adds more detailed assertions to RunAsyncMetricsIntegrationTest. by spoon@google.com · 16 years ago
  93. 50b621a Rolling back changes that broke the continuous build. $ svn merge -r6024:6018 . by bobv@google.com · 16 years ago
  94. 1d30610 Additional fix for issue 3903. Adds noscript tags to additional samples by fredsa · 16 years ago
  95. 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
  96. 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
  97. 47b2b99 Checkstyle fixes for recently checked in changes to FormPanelTest.java. by jlabanca@google.com · 16 years ago
  98. 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
  99. 0ccf626 Add a utility visitor to extract all CSS class selector names used in a stylesheet. by bobv@google.com · 16 years ago
  100. d80a77a Temporarily disabling PopupTest on Htmlunit, till there is a fix that makes it by amitmanjhi@google.com · 16 years ago