1. 53f86c2 Checkstyle fixes for DockLayoutPanel. Whoops. by jgw@google.com · 16 years ago
  2. 5b7a968 Fixes a bug in DOMImplTrident#getTagName() where it does not handle an undefined scope name. by jlabanca@google.com · 16 years ago
  3. f2f20a5 - Changed Requires/ProvidesLayout => Requires/ProvidesResize; some small doc by jgw@google.com · 16 years ago
  4. 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
  5. 3d27cef Disabling ButtonTest#testPushButton on HtmlUnit because it fails. by jlabanca@google.com · 16 years ago
  6. 712dac6 Removing an assertion that introduced a breaking change. by jlabanca@google.com · 16 years ago
  7. 7ea603a Recommitting r6024, r6022, r6021, and r6020. by jlabanca@google.com · 16 years ago
  8. f1e5493 Addendum to r6010, adding missing InsertPanel.java by jgw@google.com · 16 years ago
  9. 712195d Fix for issue 1112 (Add InsertPanel interface) by jgw@google.com · 16 years ago
  10. 0e85ca6 Revert r6063, "Internal contribution that extends FakeMessagesMaker to by rjrjr@google.com · 16 years ago
  11. ad7b0e1 Internal contribution that extends FakeMessagesMaker to work with Constants as well. by rjrjr@google.com · 16 years ago
  12. 866b6b4 Nukes the deprecated and over complicated by rjrjr@google.com · 16 years ago
  13. c790b61 Introduces {field.references} to UiBinder, and deprecates xmlns uri:with hackery by rjrjr@google.com · 16 years ago
  14. 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
  15. 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
  16. 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
  17. be3979a Increases timeouts on some RPC tests since they fail on slower machines. by jlabanca@google.com · 16 years ago
  18. f53238c Disabling test because it is flaky on HtmlUnit. by jlabanca@google.com · 16 years ago
  19. 46c93eb Adds more detailed assertions to RunAsyncMetricsIntegrationTest. by spoon@google.com · 16 years ago
  20. 50b621a Rolling back changes that broke the continuous build. $ svn merge -r6024:6018 . by bobv@google.com · 16 years ago
  21. 1d30610 Additional fix for issue 3903. Adds noscript tags to additional samples by fredsa · 16 years ago
  22. 938a64e Fix a problem on Safari/Chrome where docuemntElement.getFirstChild is not by jat@google.com · 16 years ago
  23. 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
  24. 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
  25. 47b2b99 Checkstyle fixes for recently checked in changes to FormPanelTest.java. by jlabanca@google.com · 16 years ago
  26. 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
  27. 0ccf626 Add a utility visitor to extract all CSS class selector names used in a stylesheet. by bobv@google.com · 16 years ago
  28. 278a9eb Allow arbitrary Files to be injected into the ClientBundle source lookup mechanism. by bobv@google.com · 16 years ago
  29. e999360 AsyncProxy documentation update. by bobv@google.com · 16 years ago
  30. 7e32a72 Move AbstractResourceGenerator into resources.ext package. by bobv@google.com · 16 years ago
  31. 8923787 Mark ResourceGenerator subtypes as final. by bobv@google.com · 16 years ago
  32. 1adaa1f Allow percentages in an rgb(r,g,b) CSS value. by jat@google.com · 16 years ago
  33. 710b4ce Fixes SerializationPolicy to be backwards compatible. by jgw@google.com · 16 years ago
  34. 0095239 Remove -XstartOnFirstThread from generated ant oophm target on the Mac, which by jat@google.com · 16 years ago
  35. d80a77a Temporarily disabling PopupTest on Htmlunit, till there is a fix that makes it by amitmanjhi@google.com · 16 years ago
  36. 52fd6d9 Fixes two bugs in the lightweight events for runAsync, by spoon@google.com · 16 years ago
  37. 342ffc7 Fixes a bug in SerializableTypeOracleBuilder where multi-dimensional by spoon@google.com · 16 years ago
  38. 8866597 Fix potential error scenario where the web-mode backref ident can be determined incorrectly. by bobv@google.com · 16 years ago
  39. 0372045 Add a stack trace collector for Chrome. by bobv@google.com · 16 years ago
  40. eeed283 Formalize how default extensions are provided by ClientBundle resource types. by bobv@google.com · 16 years ago
  41. 325ec6d Fix JUnit enabling emulated stack traces. by bobv@google.com · 16 years ago
  42. 247a950 Rework stack trace emulation flag. by bobv@google.com · 16 years ago
  43. 4eee8e1 Implement conditional <set-property> module directives. by bobv@google.com · 16 years ago
  44. a7309f3 Delete obsolete source files. by rice@google.com · 16 years ago
  45. c2ca4bd Re-introduces c5957, because the build succeeded with it. by amitmanjhi@google.com · 16 years ago
  46. cbd911f Enable RPC of persistent objects (e.g., using JDO or JPA apis). by rice@google.com · 16 years ago
  47. 28f568d Rollback to last green build, 5956 by rjrjr@google.com · 16 years ago
  48. 76228ff Fixed small typo in JSNI method by cromwellian · 16 years ago
  49. af646a2 Allow LinkedHashMap to be serialized in the AppEngine environment, by rice@google.com · 16 years ago
  50. 78be71d Reverted commits 5946 and 5952 since they seem to be breaking tests. by amitmanjhi@google.com · 16 years ago
  51. 07958ae Cleaning up the htmlunit error handling code. by amitmanjhi@google.com · 16 years ago
  52. 0b06bdb Make SerializableTypeOracleBuilderTest run much faster by not building the same type oracle over and over. by scottb@google.com · 16 years ago
  53. 1c75de6 Build fix: SerializableTypeOracleBuilderTest should use all the standard units. by scottb@google.com · 16 years ago
  54. cff28ff Sort & format SerializableTypeOracleBuilderTest. by scottb@google.com · 16 years ago
  55. f60e6d3 HtmlUnit should release its resources when the webClient reference is no longer held. by amitmanjhi@google.com · 16 years ago
  56. f005d5d Correct misleading statement regarding plural forms reference. by jat@google.com · 16 years ago
  57. 171f3f5 Removes javax/servlet/*.java source files from gwt-user.jar. by scottb@google.com · 16 years ago
  58. 80396b8 Swap expectaed and actual args in assertEquals() by rice@google.com · 16 years ago
  59. 7ec2833 Fix compiler errors when importing only Core.gwt.xml. by bobv@google.com · 16 years ago
  60. c77bab3 Changed recently-committed test to exclude HtmlUnit, because it relies on by jgw@google.com · 16 years ago
  61. a3e39d1 Switch ImageBundleBuilder to use ImageIO.getImageReaders() and to attempt alternate ImageReaders if there is an exception while calling read(). by bobv@google.com · 16 years ago
  62. c67261b Fix for breaking test (turns out 1000px isn't large enough to guarantee the by jgw@google.com · 16 years ago
  63. ad9c0ef Changes PopupPanel.center() to prefer keeping the top-left of a popup on-screen. by jgw@google.com · 16 years ago
  64. 1d4cf5b Re-introduces c5892 that rolled htmlunit dependencies in gwt_dev_jar and by amitmanjhi@google.com · 16 years ago
  65. 033889f Disables the radioButton test with Htmlunit. by amitmanjhi@google.com · 16 years ago
  66. d763031 Re-introducing c5890 and c5891, which updated the htmlunit dependencies and by amitmanjhi@google.com · 16 years ago
  67. 029656a Removing extraneous file. by fabbott@google.com · 16 years ago
  68. 7fa7bf0 Rolling back r5906 due to a build failure. by spoon@google.com · 16 years ago
  69. 71143cb Fixes the two known problems with runAsync lightweight metrics by spoon@google.com · 16 years ago
  70. 54c61e8 Fixing a checkstyle error. by jlabanca@google.com · 16 years ago
  71. 3ad5d68 Fixing the testcases parameter to gwt.junit in the test.web.htmlunit target. They currently point to default.web.tests, which were removed. by jlabanca@google.com · 16 years ago
  72. 0be5c5a Suppress test failing on Safari 3--inconsistent innerHTML behavior w/Safari 4 and the rest of the world by rjrjr@google.com · 16 years ago
  73. 2ac41c2 Reverting changes 5889 through 5892 in tools and trunk, due to build breakage by rjrjr@google.com · 16 years ago
  74. 3d81db2 Hello UiBinder by rjrjr@google.com · 16 years ago
  75. e71fee9 (i) Pulls htmlunit dependencies in gwt_dev_jar by amitmanjhi@google.com · 16 years ago
  76. 4f92dc0 Updates the htmlunit dependencies and restores the test.web.htmlunit test target. by amitmanjhi@google.com · 16 years ago
  77. 26cdec5 Turn on batching mode for disableClassMetaData and draftCompile, now that John by amitmanjhi@google.com · 16 years ago
  78. 8124456 This patch adds emma code coverage statistics to the output of an ant test when emma.enabled is set. by jlabanca@google.com · 16 years ago
  79. b6e6b27 Fixing missing Layout module include. by jgw@google.com · 16 years ago
  80. e238475 Minor tweaks to Layout code in response to post-TBR review. by jgw@google.com · 16 years ago
  81. fc293c4 Fixes Layout checkstyle errors by rjrjr@google.com · 16 years ago
  82. 079f9cd Initial implementation of layout system, along with the first two layout widgets. by jgw@google.com · 16 years ago
  83. 8f449cd Fix incorrect size calculated by EnumSet.of(varargs) in web mode. by rice@google.com · 16 years ago
  84. 076e410 Fix issue 3623: The unmodifiable collections are missing .toString() by rice@google.com · 16 years ago
  85. ac83771 Removed -batch module from web.disableMetaData tests to try to fix a build by zundel@google.com · 16 years ago
  86. 2068a77 Reapplying r5785 now that the build is succeeding. by spoon@google.com · 16 years ago
  87. 595dcdc Temporarily commented out test.web.htmlunit target by amitmanjhi@google.com · 16 years ago
  88. ea90ee9 Fixed the library path. by amitmanjhi@google.com · 16 years ago
  89. 7bc62b9 Fix for issue 3903. Adds a <noscript> tag to our *.html launch files so that we by fredsa · 16 years ago
  90. fef85fa This patch enables running web tests using HtmlUnit. Since not all tests, by amitmanjhi@google.com · 16 years ago
  91. c90c390 Sort & format by amitmanjhi@google.com · 16 years ago
  92. 0198433 Add support for animated images to ImageResource. by bobv@google.com · 16 years ago
  93. e741908 Fix checkstyle problems. by scottb@google.com · 16 years ago
  94. 42bc939 Tweak docs for Event#addNativePreviewHandler to warn of multi-app fail by rjrjr@google.com · 16 years ago
  95. 9076e42 Alter the compiler so that it will emit code that simulates the JS stack in order to provide stack traces on browsers that do not provide stack trace data for native exceptions. by bobv@google.com · 16 years ago
  96. f610ea7 Re-apply r5787. $ svn diff -c5787 | patch -p0 && svn commit user by bobv@google.com · 16 years ago
  97. ae13443 Rolling back r5798-5799 because they are causing tests to fail. by jlabanca@google.com · 16 years ago
  98. 47db691 Added emma code coverage generation to the build file. ant emma test emma.merge will generate emma reports for each test, then merge them. This is a resubmit of r5781 after verifying all remoteweb tests pass. by jlabanca@google.com · 16 years ago
  99. 6146b0c Two small config changes: by amitmanjhi@google.com · 16 years ago
  100. 882c68f 4 small changes: by amitmanjhi@google.com · 16 years ago