1. d52a9ba TypeOracle now builds from bytecode instead of JDT structures (part of Instant Hosted Mode work). by scottb@google.com · 15 years ago
  2. a0ae7eb Big refactoring of test code and api-checker to remove dependencies on CompilationUnit. by scottb@google.com · 15 years ago
  3. 059832b Hello DialogBoxParser, and stricter parsing by rjrjr@google.com · 15 years ago
  4. 75e1d81 Looks massive, but it's all moves, to finish isolating concrete by rjrjr@google.com · 15 years ago
  5. 471305a Reintroduced r6739, r6743 and a fix for a failing test. by amitmanjhi@google.com · 15 years ago
  6. 178e8e4 Makes UiBinder able to deal with mixed content in ui:msg. by rjrjr@google.com · 15 years ago
  7. 3a9fe8a Reverts tweaks to retry logic due to broken tests. by rjrjr@google.com · 15 years ago
  8. 5cc8d9c Fixed a breaking test. A test is not rerun if it encounters a java.lang.AssertionError. by amitmanjhi@google.com · 15 years ago
  9. 41ac373 Send UiBinder's xml logging to the right place by rjrjr@google.com · 15 years ago
  10. 97a35a4 Prepares for move of xhtml.ent from by rjrjr@google.com · 15 years ago
  11. a0c780a Centralize a few standard MockJavaResources by rjrjr@google.com · 15 years ago
  12. 6a0fd36 Fixes bad code gen on non-widget children in DockLayoutPanelParser, and allows by rjrjr@google.com · 15 years ago
  13. 670b065 Adds PopupPanel.setGlassEnabled(), along with related tests and sample by jgw@google.com · 15 years ago
  14. 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
  15. bafb1bb Patch adds the infrastructure to re-run a test. Useful for htmlUnit which can by amitmanjhi@google.com · 15 years ago
  16. 1b9e04c Fix UiBinderTest.testCustomButtonParser to be IE friendly, build break by rjrjr@google.com · 15 years ago
  17. c6f04f5 Calling new Date(...) with a time that falls in the 'missing hour' of by rice@google.com · 15 years ago
  18. c409ae0 Mock TypeOracle allows XMLElementTest to be restored. Also replace by rjrjr@google.com · 15 years ago
  19. 71a8608 Fix generic parameters for SingleJsoImpl types. by bobv@google.com · 15 years ago
  20. aa702eb Method overloads fix for SingleJsoImpl. by bobv@google.com · 15 years ago
  21. 56e9e76 Increasing the timeouts of RPC tests and making it easier to do so in the future. by jlabanca@google.com · 15 years ago
  22. 890ef2e Disabling another image test because of the synchronous onload issue 863. by jlabanca@google.com · 15 years ago
  23. 87de65e Completes the move of AttributeParsers from UiBinderWriter to XMLElement. Turns by rjrjr@google.com · 15 years ago
  24. e7f5b5e Fix for CustomButton getting stuck hovering if removed during onlick. by jgw@google.com · 15 years ago
  25. 600f07d HasHTML extends HasText, so there is no need for these widgets to declare both by rjrjr@google.com · 15 years ago
  26. a2ff560 Makes User depend upon UiBinder, to keep people from having to by rjrjr@google.com · 15 years ago
  27. b5b1ede Make the alignment parsers field ref friendly by rjrjr@google.com · 15 years ago
  28. 6de9756 Add support for checkstyle of tests; checkstyle user/tests; fix existing errors. by scottb@google.com · 15 years ago
  29. 7e631ee Checkstyle fixes for UiBinder tests by rjrjr@google.com · 15 years ago
  30. b77c76f Add a test for circular references via a CustomFieldSerializer. by bobv@google.com · 15 years ago
  31. 2a5e3a6 Enable good old VerticalAlignmentConstantParser by rjrjr@google.com · 15 years ago
  32. 0dcf1a17 Introduces EnumAttributeParser, makes XMLElement use it, and makes the layout by rjrjr@google.com · 15 years ago
  33. c4643f0 Moving AttributeParsers to XMLElement, where they belong. by rjrjr@google.com · 15 years ago
  34. 8a777b1 Disabling some tests in ImageTest because Chrome fires onload synchronously. I will address this issue later. by jlabanca@google.com · 15 years ago
  35. ae5cfed De-deprecate HandlerManager.removeHandler, resolves issue 3102 by rjrjr@google.com · 15 years ago
  36. 821c090 Implement a -standardsMode flag for junit tests, but don't enable the by rice@google.com · 15 years ago
  37. 66e70bb Fixing the UiBinderTestApp. The tests don't use the app itself, by rjrjr@google.com · 15 years ago
  38. 636a68c Fixes warnings in XMLElementTest, and fixes UiBinderJreSuite to by rjrjr@google.com · 15 years ago
  39. 4532244 Rename sample.UiBinderDemo to test.UiBinderTestApp by rjrjr@google.com · 15 years ago
  40. 064ab58 Move UiBinder test app (so called "sample") out of src and into test. by rjrjr@google.com · 15 years ago
  41. 0d980ef Remove two unused imports by rice@google.com · 15 years ago
  42. 63f9676 Fixing svn props on many java files where this was missing. by scottb@google.com · 15 years ago
  43. 5fe3fbb This allows multiple source files to be specified for a ui:style, just by rjrjr@google.com · 16 years ago
  44. e4fda86 updated Htmlunit to HtmlUnit (uppercase U) by amitmanjhi@google.com · 16 years ago
  45. 5bbe25f Patch updates the collection of tests that are ignored on HtmlUnit, to reflect by amitmanjhi@google.com · 16 years ago
  46. 5dc8c47 Fix for issue 3374. This patch adds overloads of encodeComponent and by rjrjr@google.com · 16 years ago
  47. d5ef2a8 Adding DoNotRunWith(HtmlUnit) to ListBoxTest/StackPanelTest#testDebugId because they fail fairly often in HtmlUnit. by jlabanca@google.com · 16 years ago
  48. 6ef29ad Suppress spurious JSNI ref warnings inside EmmaClassLoadingTest. Submitting on Keith's behalf. by jlabanca@google.com · 16 years ago
  49. 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
  50. ee7b9cb Fix bad error message from NumberFormat.parse. by jat@google.com · 16 years ago
  51. eb73662 Fix SingleJsoImpl hosted mode crash with contravariant return types in virtual by jat@google.com · 16 years ago
  52. c3f515d Make StyleInjector use Scheduler API. by rjrjr@google.com · 16 years ago
  53. c57b8e9 Add unshift(), join(), and setLength() methods to JsArray types. by rjrjr@google.com · 16 years ago
  54. ac00255 Initial implementation of TabLayoutPanel. by jgw@google.com · 16 years ago
  55. fc560fb Disabling tests that cause FF to crash in dev mode on Windows. by jlabanca@google.com · 16 years ago
  56. bfd3784 Disable tests of unpaired surrogates, since the IE and Safari plugins at least by jat@google.com · 16 years ago
  57. d11c09c Ignoring the testNoOverrideInheritedSharedCssClasses for the time being, while by amitmanjhi@google.com · 16 years ago
  58. 7fa456c Removing a statement from CoverageTest that triggers a javac bug. by jlabanca@google.com · 16 years ago
  59. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 16 years ago
  60. b56e18a UiBinder now understands CssResource's imported scopes, which by rjrjr@google.com · 16 years ago
  61. fb5fcf0 Stricter XMLElement#consumeSingleChild, fixes NPE in DockLayoutPanelParser. by rjrjr@google.com · 16 years ago
  62. acbdfe8 Restores "Introduces support for DataResource to UiBinder...", by rjrjr@google.com · 16 years ago
  63. 3c459ee Recommitting r6329 to add UrlBuilder, this time with passing tests. by jlabanca@google.com · 16 years ago
  64. ec9e3c1 Adds the ability to position child elements within their layers. by jgw@google.com · 16 years ago
  65. 99d5edb Update ExtractClassNamesVisitor to be able to ignore selectors with certain prefixes. by bobv@google.com · 16 years ago
  66. 0b8ac1f Add CssResource interface generator. by bobv@google.com · 16 years ago
  67. 632322a Switch CssResource to strict-by-default mode. by bobv@google.com · 16 years ago
  68. c503890 Revert "Introduces support for DataResource to UiBinder..." by rjrjr@google.com · 16 years ago
  69. 1aed903 Introduces support for DataResource to UiBinder, and you know what by rjrjr@google.com · 16 years ago
  70. a75e8a3 Add List.subList and implementations. by jat@google.com · 16 years ago
  71. 0d1ba3a Restore "Introduces ui:image--ImageResource in UiBinder", by rjrjr@google.com · 16 years ago
  72. 68d7c03 Revert "Introduces ui:image--ImageResource in UiBinder" by rjrjr@google.com · 16 years ago
  73. a91f933 Introduces ui:image--ImageResource in UiBinder by rjrjr@google.com · 16 years ago
  74. 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
  75. 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
  76. 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
  77. c660812 Makes Image aware of ImageResource by rjrjr@google.com · 16 years ago
  78. 8d34a49 Revert "Adds UiBinderUtilTest" (trunk@6316) due to IE6 failures. by rjrjr@google.com · 16 years ago
  79. b01f232 Adds UiBinderUtilTest. by rjrjr@google.com · 16 years ago
  80. b94b986 UiBinder Optimizations by rjrjr@google.com · 16 years ago
  81. 34ea8a2 Restores various unit tests of the UiBinder code generator. by rjrjr@google.com · 16 years ago
  82. e606905 Adding a white background the to noscript warning so it shows up against all backgrounds. by jlabanca@google.com · 16 years ago
  83. 09c7767 Adding @DoNotRunWith to testSetInnerText because of an HtmlUnit bug that doesn't remove all elements. by jlabanca@google.com · 16 years ago
  84. 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
  85. 379e70d Update from trunk@6270 by rjrjr@google.com · 16 years ago
  86. 0930cb2 Fixed the asynchronous tests where testDelayFinish(..) was not being called before finishTest() by amitmanjhi@google.com · 16 years ago
  87. 31e1761 testDebugId was calling delayTestFinish too late, leading to flakiness by rjrjr@google.com · 16 years ago
  88. 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
  89. bce253a Merge through trunk@6249 by rjrjr@google.com · 16 years ago
  90. 670bcce Merge through trunk@6239 by rjrjr@google.com · 16 years ago
  91. 55bfe8a Add CssResource.ensureInjected(). by bobv@google.com · 16 years ago
  92. 3a7f07b Reorganize the bulk of the CssResourceGenerator code to move the visitors into the resources.css package. by bobv@google.com · 16 years ago
  93. 61202fa Fixing a failing test because FF3.5 allows cross-site XHR requests. by jlabanca@google.com · 16 years ago
  94. 52ac42b Merge up to trunk @r6200. by jat@google.com · 16 years ago
  95. f1860b3 Changes served location of UiBinder's xhtml.ent from svn to downloads by rjrjr@google.com · 16 years ago
  96. 2e032bf Fix compiler and hosted-mode crash caused by virtual overrides in SingleJsoImpl types. by bobv@google.com · 16 years ago
  97. 63019f5 Ignores the testSetInnerText tests for now. by amitmanjhi@google.com · 16 years ago
  98. 8241f73 Updates RichTextArea tests to use InitializeHandler instead of a timer. by zundel@google.com · 16 years ago
  99. 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
  100. caccfd5 Renaming TestSuiteTest to NonGwtTestSuite so the ant scripts pick it up as a test suite. by jlabanca@google.com · 16 years ago