1. fef85fa This patch enables running web tests using HtmlUnit. Since not all tests, by amitmanjhi@google.com · 16 years ago
  2. c90c390 Sort & format by amitmanjhi@google.com · 16 years ago
  3. 0198433 Add support for animated images to ImageResource. by bobv@google.com · 16 years ago
  4. e741908 Fix checkstyle problems. by scottb@google.com · 16 years ago
  5. 42bc939 Tweak docs for Event#addNativePreviewHandler to warn of multi-app fail by rjrjr@google.com · 16 years ago
  6. 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
  7. f610ea7 Re-apply r5787. $ svn diff -c5787 | patch -p0 && svn commit user by bobv@google.com · 16 years ago
  8. ae13443 Rolling back r5798-5799 because they are causing tests to fail. by jlabanca@google.com · 16 years ago
  9. 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
  10. 6146b0c Two small config changes: by amitmanjhi@google.com · 16 years ago
  11. 882c68f 4 small changes: by amitmanjhi@google.com · 16 years ago
  12. a2bb640 Rolling back to the last known good state: r5776 by amitmanjhi@google.com · 16 years ago
  13. 2e77f37 Fix StackTraceCreatorTest in hosted mode. by bobv@google.com · 16 years ago
  14. 8d9162d WindowImplIE uses a TextResource as the source of JavaScript code instead of a JSNI mathed that uses function.toString(). by jlabanca@google.com · 16 years ago
  15. 2cd0800 Fixes a buffer overflow in AsyncFragmentLoader. by spoon@google.com · 16 years ago
  16. 2d31a55 Added emma code coverage generation to the build file. ant emma test emma.merge will generate emma reports for each test, then merge them. by jlabanca@google.com · 16 years ago
  17. 0e539d5 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
  18. ebca77b Rollbacks the offending commits, c5774 and part of c5773. by amitmanjhi@google.com · 16 years ago
  19. a2fd833 Temporary commit, which comments out 3 assertions I believe are flaky, to find by amitmanjhi@google.com · 16 years ago
  20. 885f9e0 This patch adds "batch" execution of GWTTestCases, significantly reducing the by amitmanjhi@google.com · 16 years ago
  21. 7f4df0c Fix bad assertion. by bobv@google.com · 16 years ago
  22. ce267ce Several small deRPC fixes. by bobv@google.com · 16 years ago
  23. eb06606 Fixes DOMImplSafari.getAbsoluteLeft/Top() to account for position:fixed (issue 3859). by jgw@google.com · 16 years ago
  24. 8af6518 Allow flexibilty on root tag of HTMLPanel by rjrjr@google.com · 16 years ago
  25. 35c125a Adds Event.ONPASTE (issue 3858). by jgw@google.com · 16 years ago
  26. 2e4a1bc rollback of r5755, we still have some outstanding asserts... I'd thought they were proxy-induced in my setup, since they hadn't shown before, but not so. by fabbott@google.com · 16 years ago
  27. 81031ca Fix incorrect computation in JTypeOracle.computeSingleJsoImplData() which to include super-interfaces when determining if an interface is a tag interface. by bobv@google.com · 16 years ago
  28. 6020c61 Reinstating assertions default on in web tests, with -da to turn it off, from r5726, but this time with test fixes for IE-specific assertion trips. by fabbott@google.com · 16 years ago
  29. 8406336 Making test.noserver actually use -noserver. by fabbott@google.com · 16 years ago
  30. 4826b8d Checkstyle comment fixes (period on first sentence, a few extra @params). by fabbott@google.com · 16 years ago
  31. d621a2c Checkstyle comment fix. by fabbott@google.com · 16 years ago
  32. 43eef8f Rolling back c5747 and c5742 due to broken build by rjrjr@google.com · 16 years ago
  33. 059493f Adds a test for AsyncFragmentLoader. by spoon@google.com · 16 years ago
  34. c972d9b Merge branch 'fix-testsetfactory' by rjrjr@google.com · 16 years ago
  35. fb77a7e Increasing timeouts of tests because they are failing on our slow test server. by jlabanca@google.com · 16 years ago
  36. ef8e15d Fix problem with r5743.. by rice@google.com · 16 years ago
  37. f78c54b Changed the ant test timeout to a property so it can be overridden on slower computers... such as our test machines. by jlabanca@google.com · 16 years ago
  38. 2b10582 Fix issue 3756: getRel() and setRel() in AnchorElement access the wrong JavaScript property by rice@google.com · 16 years ago
  39. a34b354 Events that occur in a RichTextArea now go through DOM#dispatchEvent(), so all of the DOM event methods are available. I fixed a bunch of bugs on multiple browsers related to setting focus immediately after attaching the RichTextArea. by jlabanca@google.com · 16 years ago
  40. 7ff1497 TextBoxImplIE6#getSelectionLength() uses some hacks to figure out how many /r/n appear in a TextArea, but the hack results in an infinite loop in a TextBox. This patch uses the original implementaton TextBoxes, as they do not contain \r\n. by jlabanca@google.com · 16 years ago
  41. e02be7b DOM#eventGetCurrentEvent() now returns the native event when called from an UncaughtExceptionHandler that is handling an error associated with a native event. by jlabanca@google.com · 16 years ago
  42. 852bf4e Added javadoc for ResourceFactory.getBundle()'s resourceMap parameter. by scottb@google.com · 16 years ago
  43. e337f96 HTMLPanel custom tag test is still blowing up IE, reverting it. by rjrjr@google.com · 16 years ago
  44. 3467144 Clarification in the javadoc for default values in DateTimeFormat. by ajr@google.com · 16 years ago
  45. 34d7594 Remove check for strong name header as part of RemoteServiceServlet.processCall() due to reports of this triggering on assumed-valid clients. by bobv@google.com · 16 years ago
  46. 243e8b7 revert of 5626 by fabbott@google.com · 16 years ago
  47. ad9bbd1 Adding -da flag to disable assertions, and flipping the default for tests by fabbott@google.com · 16 years ago
  48. 0936817 HTMLPanel now allows an arbitrary element to be set as its root, via by rjrjr@google.com · 16 years ago
  49. caad988 Removing RichTextArea API additions introduced in r5630 and r5631 because some people may be extending these interfaces, which makes these breaking changes. by jlabanca@google.com · 16 years ago
  50. 7e8c64d Rolling back c5720 because it broke the build. by amitmanjhi@google.com · 16 years ago
  51. ee431e5 This patch adds "batch" execution of GWTTestCases, significantly reducing the by amitmanjhi@google.com · 16 years ago
  52. 88ee689 Revert c5711 due to check style failures. by rjrjr@google.com · 16 years ago
  53. 999159c HTMLPanel now allows an arbitrary element to be set as its root, new by rjrjr@google.com · 16 years ago
  54. 2851558 Deprecating the travesty known as HistoryImpl.setUpdateHashOnIE6(). It's no by jgw@google.com · 16 years ago
  55. 468688d Rolling back c5694, due to test failure: by rjrjr@google.com · 16 years ago
  56. bbd7e7c Allow flexibilty on root tag of HTMLPanel by rjrjr@google.com · 16 years ago
  57. 38ab7a9 Made a couple of public methods package-protected. by scottb@google.com · 16 years ago
  58. dedc0d2 Initial add of derpc code base. by bobv@google.com · 16 years ago
  59. a1fc730 Add @ArtificialRescue annotation to the GWT compiler. by bobv@google.com · 16 years ago
  60. b774d75 Fix order of field qualifiers (checkstyle problem). by rice@google.com · 16 years ago
  61. ebd60ea Fixed a bug in SqlTimestampTest#testDateComparison() where it would fail if the milliseconds portion of the current Date was 000. We switched the 000 to 001 to fix a previous bug, but it introduced a new bug later in the code. Ultimately, this test should use a series of defined timestamps and test for specific scenarios instead of using the current time. by jlabanca@google.com · 16 years ago
  62. 40cb7d9 Implement RPC for JDO persistent objects. by rice@google.com · 16 years ago
  63. 2e6ad94 Allow CssResource @url syntax to find DataResource methods declared in bundle super-interfaces. by bobv@google.com · 16 years ago
  64. 1e9a876 Improve correctness of UnicodeEscapingTest. by bobv@google.com · 16 years ago
  65. 598fe5b Allows CSS @def declarations to be retrieved as a String in a CssResource by zundel@google.com · 16 years ago
  66. 5974608 Roll back r5662. The overlay of WeakMapping is confusing the apicheck-nobuild target. by rice@google.com · 16 years ago
  67. f827050 Implement RPC for JDO persistent objects. by rice@google.com · 16 years ago
  68. 2cd2d5b More sort & format. by scottb@google.com · 16 years ago
  69. 212c974 Fix for Firefox 3.5 relatedTarget bug (https://bugzilla.mozilla.org/show_bug.cgi?id=497780) by jgw@google.com · 16 years ago
  70. 6f302b4 Add Impl.getNameOf() to expose JNameOf nodes to Java code. by bobv@google.com · 16 years ago
  71. 9e06fe3 Removed most of the RichTextAreaImplSafari implementation used only for older versions of Safari. by jlabanca@google.com · 16 years ago
  72. 01f5184 Fixed a broken test that would fail 0.1% of the time because it assumes that a Date has a non-zero millsecond field. by jlabanca@google.com · 16 years ago
  73. 132c659 Adds some assertions to RichTextArea to prevent users from using the formatters before the RichTextArea is initialized. by jlabanca@google.com · 16 years ago
  74. db59ec8 Fixes an issue with a missing text caret in the RichTextArea in FF. by jlabanca@google.com · 16 years ago
  75. 9e39fb7 Fixes typo in text-decoration style. TBR: jlabanca by jgw@google.com · 16 years ago
  76. f35838f Fixed a typo in the template for the ant build files. by ajr@google.com · 16 years ago
  77. 610b8eb Adds the ability to insert arbitrary HTML into the RichTextArea. by jlabanca@google.com · 16 years ago
  78. 9f9183b Adds full justification, undo, and redo options to RichTextArea. These options are widely supported in all modern browsers. by jlabanca@google.com · 16 years ago
  79. 8a72027 Make i18n use ResourceOracle to improve speed. by scottb@google.com · 16 years ago
  80. 8309543 Fixed a bug introduced in r5553 where RadioButton would sink ONMOUSEOUT instead of ONMOUSEUP. by jlabanca@google.com · 16 years ago
  81. e2669df Unbreak the build by fixing doubled content of the file from applying a patch by jat@google.com · 16 years ago
  82. 119f241 Add support for deprecated currencies. They can be found by lookup, by jat@google.com · 16 years ago
  83. a30600c Retains exception cause chain when GWTRunner fails to instantiate a test class (e.g. due to an exception in the test's ctor or initializer). Previously, it was really hard to figure out what was going wrong in web mode in this circumstance. by bruce@google.com · 16 years ago
  84. 380c102 Added exactly one space in a comment. by bruce@google.com · 16 years ago
  85. f5b057f Allows GWTTestCase#getModuleName() to return null to indicate it should be run as a normal JUnit tests case even though it extends GWTTestCase. See the issue for the rationale. by bruce@google.com · 16 years ago
  86. 4fe785e Fix incorrect parsing in java.sql.Date, where leading zeros triggered octal by jat@google.com · 16 years ago
  87. ca80e42 Fixes a bunch of IE bugs in TextArea related to weird handling of newline characters. by jlabanca@google.com · 16 years ago
  88. 144c92a Checkstyle fixes. The error one is alphabetization in HistoryImpl.java; by fabbott@google.com · 16 years ago
  89. 1fb3727 Adds hack to HistoryImpl that allows #hash setting on IE6/7 to be disabled. by jgw@google.com · 16 years ago
  90. 9b1f674 Fixes a few errors in JSNI code. by scottb@google.com · 16 years ago
  91. e80d2f8 Add getJsniSignature() to JAbstractMethod as a convenience for Generator developers. by bobv@google.com · 16 years ago
  92. 71d1000 A one-line fix to the currently broken support for a runAsync initial by spoon@google.com · 16 years ago
  93. b39b79c Add an escape hatch to CompilingClassLoader to allow individual "client" classes to be loaded from bytecode on the classpath and escape the module's source path jail. by bobv@google.com · 16 years ago
  94. 13bdb0b Fix checkstyle issues. by scottb@google.com · 16 years ago
  95. 81801a4 Return null in soft error condition. by bobv@google.com · 16 years ago
  96. 3e89ab3 Don't report errors when speculatively loading resources from the ResourceOracle. by bobv@google.com · 16 years ago
  97. 5412dbb Change ResourceGeneratorUtil to fall back to loading resources from the classpath if they cannot be found in the ResourceOracle. by bobv@google.com · 16 years ago
  98. 4d8efa4 Speed up i18n generation by caching partial results. by jat@google.com · 16 years ago
  99. 39c51ba Fixes issue 3710. When inlining a method, add an explicit cast if the by spoon@google.com · 16 years ago
  100. ebec02f Changes to make GWT i18n support "real" default locales. Introduces a .gwt.xml tag <set-property-fallback name="prop" value="chosenvalue"/>, which can be used in property providers as a template substitution for /*-FALLBACK-*/. In i18n, this is used to select a "real" locale to be returned in situations when "default" would otherwise have been used. Also modified AbstractLocalizableImplCreator so that generators running in GwtLocale.DEFAULT will run on this "real" locale, even if <set-property> has been used so that the literal "default" is not being generated. by fabbott@google.com · 16 years ago