- 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
- 247a950 Rework stack trace emulation flag. by bobv@google.com · 16 years ago
- 4eee8e1 Implement conditional <set-property> module directives. by bobv@google.com · 16 years ago
- a7309f3 Delete obsolete source files. by rice@google.com · 16 years ago
- c2ca4bd Re-introduces c5957, because the build succeeded with it. by amitmanjhi@google.com · 16 years ago
- cbd911f Enable RPC of persistent objects (e.g., using JDO or JPA apis). by rice@google.com · 16 years ago
- 28f568d Rollback to last green build, 5956 by rjrjr@google.com · 16 years ago
- 76228ff Fixed small typo in JSNI method by cromwellian · 16 years ago
- af646a2 Allow LinkedHashMap to be serialized in the AppEngine environment, by rice@google.com · 16 years ago
- 78be71d Reverted commits 5946 and 5952 since they seem to be breaking tests. by amitmanjhi@google.com · 16 years ago
- 07958ae Cleaning up the htmlunit error handling code. by amitmanjhi@google.com · 16 years ago
- 0b06bdb Make SerializableTypeOracleBuilderTest run much faster by not building the same type oracle over and over. by scottb@google.com · 16 years ago
- 1c75de6 Build fix: SerializableTypeOracleBuilderTest should use all the standard units. by scottb@google.com · 16 years ago
- cff28ff Sort & format SerializableTypeOracleBuilderTest. by scottb@google.com · 16 years ago
- f60e6d3 HtmlUnit should release its resources when the webClient reference is no longer held. by amitmanjhi@google.com · 16 years ago
- f005d5d Correct misleading statement regarding plural forms reference. by jat@google.com · 16 years ago
- 171f3f5 Removes javax/servlet/*.java source files from gwt-user.jar. by scottb@google.com · 16 years ago
- 80396b8 Swap expectaed and actual args in assertEquals() by rice@google.com · 16 years ago
- 7ec2833 Fix compiler errors when importing only Core.gwt.xml. by bobv@google.com · 16 years ago
- c77bab3 Changed recently-committed test to exclude HtmlUnit, because it relies on by jgw@google.com · 16 years ago
- 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
- c67261b Fix for breaking test (turns out 1000px isn't large enough to guarantee the by jgw@google.com · 16 years ago
- ad9c0ef Changes PopupPanel.center() to prefer keeping the top-left of a popup on-screen. by jgw@google.com · 16 years ago
- 1d4cf5b Re-introduces c5892 that rolled htmlunit dependencies in gwt_dev_jar and by amitmanjhi@google.com · 16 years ago
- 033889f Disables the radioButton test with Htmlunit. by amitmanjhi@google.com · 16 years ago
- d763031 Re-introducing c5890 and c5891, which updated the htmlunit dependencies and by amitmanjhi@google.com · 16 years ago
- 029656a Removing extraneous file. by fabbott@google.com · 16 years ago
- 7fa7bf0 Rolling back r5906 due to a build failure. by spoon@google.com · 16 years ago
- 71143cb Fixes the two known problems with runAsync lightweight metrics by spoon@google.com · 16 years ago
- 54c61e8 Fixing a checkstyle error. by jlabanca@google.com · 16 years ago
- 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
- 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
- 2ac41c2 Reverting changes 5889 through 5892 in tools and trunk, due to build breakage by rjrjr@google.com · 16 years ago
- 3d81db2 Hello UiBinder by rjrjr@google.com · 16 years ago
- e71fee9 (i) Pulls htmlunit dependencies in gwt_dev_jar by amitmanjhi@google.com · 16 years ago
- 4f92dc0 Updates the htmlunit dependencies and restores the test.web.htmlunit test target. by amitmanjhi@google.com · 16 years ago
- 26cdec5 Turn on batching mode for disableClassMetaData and draftCompile, now that John by amitmanjhi@google.com · 16 years ago
- 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
- b6e6b27 Fixing missing Layout module include. by jgw@google.com · 16 years ago
- e238475 Minor tweaks to Layout code in response to post-TBR review. by jgw@google.com · 16 years ago
- fc293c4 Fixes Layout checkstyle errors by rjrjr@google.com · 16 years ago
- 079f9cd Initial implementation of layout system, along with the first two layout widgets. by jgw@google.com · 16 years ago
- 8f449cd Fix incorrect size calculated by EnumSet.of(varargs) in web mode. by rice@google.com · 16 years ago
- 076e410 Fix issue 3623: The unmodifiable collections are missing .toString() by rice@google.com · 16 years ago
- ac83771 Removed -batch module from web.disableMetaData tests to try to fix a build by zundel@google.com · 16 years ago
- 2068a77 Reapplying r5785 now that the build is succeeding. by spoon@google.com · 16 years ago
- 595dcdc Temporarily commented out test.web.htmlunit target by amitmanjhi@google.com · 16 years ago
- ea90ee9 Fixed the library path. by amitmanjhi@google.com · 16 years ago
- 7bc62b9 Fix for issue 3903. Adds a <noscript> tag to our *.html launch files so that we by fredsa · 16 years ago
- fef85fa This patch enables running web tests using HtmlUnit. Since not all tests, by amitmanjhi@google.com · 16 years ago
- c90c390 Sort & format by amitmanjhi@google.com · 16 years ago
- 0198433 Add support for animated images to ImageResource. by bobv@google.com · 16 years ago
- e741908 Fix checkstyle problems. by scottb@google.com · 16 years ago
- 42bc939 Tweak docs for Event#addNativePreviewHandler to warn of multi-app fail by rjrjr@google.com · 16 years ago
- 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
- f610ea7 Re-apply r5787. $ svn diff -c5787 | patch -p0 && svn commit user by bobv@google.com · 16 years ago
- ae13443 Rolling back r5798-5799 because they are causing tests to fail. by jlabanca@google.com · 16 years ago
- 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
- 6146b0c Two small config changes: by amitmanjhi@google.com · 16 years ago
- 882c68f 4 small changes: by amitmanjhi@google.com · 16 years ago