1. 5fbcafd Very minor log messages tweaks for grammar and/or consistency. by bruce@google.com · 17 years ago
  2. 46cff10 Addresses issue 2171. Adds the @Resource annotation to ImageBundle and deprecates the old @gwt.resource javadoc pseudo-annotation. Includes updated javadoc, samples, and a bonus class "UnitTestTreeLogger" that makes it easier to unit test behavior with respect to logging. by bruce@google.com · 17 years ago
  3. cc83bd0 This patch updates JTypeParameter.getBounds(), JWildcardType.getUpperBounds() and JWildcardType.getLowerBounds() to simply return the array of type bounds directly without having to use the intermediate JBounds type. The wildcard type bounds follows the model used by the reflection API. by gwt.team.mmendez · 17 years ago
  4. 75fb467 Add mix-in behavior to the LinkerContext visible to the Linkers. by gwt.team.bobv · 17 years ago
  5. 4837dd3 Re-adding a11y changes from r1977 and r1980 (these changes were previously rolled back in r1981). by gwt.team.rdayal · 17 years ago
  6. f50b4eb Follow-up to r2074: by scottb@google.com · 17 years ago
  7. 20f249d - adds StringBuilder to the Java emulation classes, by spoon@google.com · 17 years ago
  8. 143acb7 If a PopupPanel is closed while it is being opened, the animation is cancelled according to the new (closed) state instead of the old (opened) state. As a result, the animation could be hidden twice in a row, once on cancel, and another when it is actually hidden. In ie6, this causes a JS error. The animation in the PopupPanel now has a boolean that keeps track of the old state. by gwt.team.jlabanca · 17 years ago
  9. 07575ae Animations now start synchronously if the start time is not in the future. by gwt.team.jlabanca · 17 years ago
  10. 34f31d6 Convert to annotations, minor cleanup. by gwt.team.jat · 17 years ago
  11. bc55ed6 This patch includes style and animation enhancements to multiple widgets. The Animation base class provides basic animation support controlled by a single Timer. Many widgets now use animations to create UI effects on user actions. Animations can be disabled en mass using one of two properties: gwt.enableAnimations and gwt.enabledWidgetAnimations. In addition, animations can be enabled or disabled on a Widget by Widget basis. by gwt.team.jlabanca · 17 years ago
  12. 7b9e93f One of the BrowserManagerServer tasks in our continous build was not by gwt.team.zundel · 17 years ago
  13. c9107bd Removed unused import. by scottb@google.com · 17 years ago
  14. f808c69 Added a custom error message to GWTShellServlet for "gwt.js" requests. by scottb@google.com · 17 years ago
  15. a3ab357 Fixes a build break caused by r2047. We were always attempting to generate an instantiate method for a generated field serializer; even if the the class was not default instantiable. This error was only detected in web mode. by gwt.team.mmendez · 17 years ago
  16. 0f1bb91 Added a warning for each use of the gwt.defaultEntryPoint javadoc annotation on RemoteService interfaces. (This annotation causes the client side proxy to automatically call the ServiceDefTarget.setServiceEntryPoint(String) method.) Introduced a Java 1.5 style annotation, RemoteServiceRelativePath, which has the same effect. by gwt.team.mmendez · 17 years ago
  17. 5f35789 Finishes issue 1139. Adds java.io.Serializable to our JRE's version of Throwable. The Throwable.getMessage() method for checked exceptions thrown by RPC methods no longer returns null if a user forgets to extend SerializableException. by gwt.team.mmendez · 17 years ago
  18. 077e9db JavaScriptObject identity now holds true for all hosted modes; deprecating DOM.compare() which is no longer necessary. by scottb@google.com · 17 years ago
  19. cf3bfd0 Changing equals usage to DOM.compare by gwt.team.ecc · 17 years ago
  20. 8214ff1 Added logic to Tree to prevent it from blocking native browser history navigation via alt+left/right. by gwt.team.jlabanca · 17 years ago
  21. dd65321 It turns out that Safari 2.0.4 does not throw an exception when an XHR violates the same-origin policy. As a matter of fact, it appears to do nothing. The test will no longer fail if an XHR on a Safari browser fails to generate a same-origin policy violation. by gwt.team.mmendez · 17 years ago
  22. 890cb21 Rewrote JSON library. by scottb@google.com · 17 years ago
  23. 4530b75 Removed unnecessary lambda wrappers from generated type serializers. This would break Windows hosted mode before, but now hosted mode is fixed. by scottb@google.com · 17 years ago
  24. 8d3c288 Fixes Issue #1792 by gwt.team.knorton · 17 years ago
  25. 6271b76 Fixed several instances of "can not" => "cannot" by scottb@google.com · 17 years ago
  26. 45e892a RequestBuilderTest was not failing when it should. by scottb@google.com · 17 years ago
  27. 7118257 The JSO redesign broke callers of Element.equals() on some browsers; updated tests to use DOM.compare(). by scottb@google.com · 17 years ago
  28. a687b20 Fixes the RequestBuilderTest unit test which was broken on Safari 2.0.4. On Safari, 2.0.4, if an HTTP response does not have a body, the XmlHttpRequest.status field will have an undefined value. by gwt.team.mmendez · 17 years ago
  29. 77aed62 Rolling back commits 1980 and 1977. The a11y work has implementation conflicts with ensureDebugId. by gwt.team.rdayal · 17 years ago
  30. eed24c3 Fix Checkstyle issue. by gwt.team.rdayal · 17 years ago
  31. fcf42dd Committed guard to prevent DOM.isOrHasChild() from being called with a null child element. by gwt.team.ecc · 17 years ago
  32. 0f93138 -Added supporting library for setting of ARIA roles/states (it is currently just a wrapper around DOM.set/get/removeElementAttribute calls) by gwt.team.rdayal · 17 years ago
  33. ceec4c0 Fixes eventGetFromElement and eventGetToElement by making them work on both mouseover and mouseout. by gwt.team.ecc · 17 years ago
  34. 5103555 Filed as Issue #2143. by gwt.team.knorton · 17 years ago
  35. 0192789 Changed JSONNumber to always uses JavaScript-level double->String conversion by scottb@google.com · 17 years ago
  36. f70df4c Fixes issue 2008. Corrects JSONObject's toString to properly escape by gwt.team.jat · 17 years ago
  37. 9b81e79 Fixes issue #2139; web mode was throwing an ArrayStoreException trying to store a JavaScriptObject into Object[]. by scottb@google.com · 17 years ago
  38. 0e0a3e4 Fixed bad comment in JSONParser. by scottb@google.com · 17 years ago
  39. 4ca1b43 propertyregex doesn't work in this case, just require that gwt.remote.browsers includes rmi:// for each host. by gwt.team.bobv · 17 years ago
  40. 7704291 Run all remoteweb targets in parallel in a single JVM instead of serially across multiple JVMs. by gwt.team.bobv · 17 years ago
  41. 799633f Add GWTTestSuite to bin GWTTestCases to minimize the number of times the test cases must switch between GWT Modules. by gwt.team.bobv · 17 years ago
  42. 88a6232 This change updates the sample apps and applicationCreator to create HTML pages that set browsers into Standards rendering mode. It adds an example of an HTML 4.0.1 Transitional DOCTYPE declaration to the template used by applicationCreator and by all of the sample application host pages distributed with GWT. by gwt.team.zundel · 17 years ago
  43. d337854 Repatching clobbered change for bug 1528 (must use "" rather than "auto" for IE 6. by gwt.team.ecc · 17 years ago
  44. 7273290 Adds the clone element to DOM. Reviewed as part of Tree upgrades. Review by: jgw by gwt.team.ecc · 17 years ago
  45. 1b74362 - Removed the deprecated Range interface; since we're breaking everyone anyway, there's little point in leaving this class around. by scottb@google.com · 17 years ago
  46. a9b8a1a Made the JUnit translatable organization simpler since it's easy to order source lookup path these days. by scottb@google.com · 17 years ago
  47. 825f8bd Reverted wonky junitHost-based JUnit page load back to a static HTML page that determines what module to load on the client side. by scottb@google.com · 17 years ago
  48. 6436125 Forgot to update the copyright date. by gwt.team.mmendez · 17 years ago
  49. 19e6aca Fixes a race condition while trying to reset the accessibility state of Field objects during serialization. It turns out that this was not necessary because reflection will return a copy of this state when Class.getDeclaredFields() is called. by gwt.team.mmendez · 17 years ago
  50. 3edd5e4 Merge: changes/scottb/jso -r1776:1933 Into: trunk@1933 by scottb@google.com · 17 years ago
  51. 78b5d97 Fixed JUnit's module rebasing for Old Mozilla. by scottb@google.com · 17 years ago
  52. 15c1766 Fixed bad result for GWTTestCaseImpl.supportsAsync(). by scottb@google.com · 17 years ago
  53. e5da60b - Moved benchmarks out of the junit package and into its own - Mucho refactoring by scottb@google.com · 17 years ago
  54. 50933a8 Fixes issue #2109. This change toJUnit catches errors that occur during module load. JUnitHostImpl generates a host page which defines the GWT error handling functions. If one of these functions is called, an XHR is made back to the servlet, reporting the failure. The servlet then terminates the test. by scottb@google.com · 17 years ago
  55. 9b6542c Fixed TypeSerializerCreator's generation of getSerializationSignature, which should have returned null if the type was not found. by scottb@google.com · 17 years ago
  56. bb01cf0 Fixes issue #1989; JSNI references to instance fields/methods on uninstantiable types were causing ICEs when GenerateJavaAST would try to resolve them. by scottb@google.com · 17 years ago
  57. 394a405 Was not causing the kind of ICE I had hoped it would. :) by scottb@google.com · 17 years ago
  58. c9369fd Added a new test to CompilerTest: referencing instance fields or methods from JSNI in an uninstantiable type causes ICEs. by scottb@google.com · 17 years ago
  59. d308a75 Update to 1.5 to remove gwt.typeArgs warnings. by scottb@google.com · 17 years ago
  60. 0a74bc7 Fixes Safari history implementation to correctly decode the URL hash. by gwt.team.jgw · 17 years ago
  61. baf1bee Removes 'overflow' checks from scrollIntoView(). Turns out it just wasn't necessary, and was causing a couple of problems. by gwt.team.jgw · 17 years ago
  62. 05241c4 Ensure that JsInliner maintains the correct order of field accesses when those fields may be affected by side-effects. by gwt.team.bobv · 17 years ago
  63. 896ac1e Removed some checkstyle warnings. by scottb@google.com · 17 years ago
  64. 2006277 Sort & format by scottb@google.com · 17 years ago
  65. 1033257 - Assertions are now always on in user code in hosted mode by scottb@google.com · 17 years ago
  66. 8e8cbb4 Removed redundant gwt.typeArgs. by gwt.team.mmendez · 17 years ago
  67. a82863f - Updated Object.toString() to convert hashCode to hex as per JRE. by scottb@google.com · 17 years ago
  68. 15c36a5 Added the DecoratorPanel, which is a Widget that wraps another Widget in a 9-box that can be used to create rounded corners. by gwt.team.jlabanca · 17 years ago
  69. 554db6c A recent change to DOM.isOrHasChild(parent,child) results in a NS_ERROR_INVALID_POINTER exception if the child is null. MouseListenerCollection.fireMouseEvent can pass null as the child on an onMouseOut event if the cursor moves from the widget to the browser window (outside the client body but inside the web browser). The same applied to CustomButtom. While the previous implementation of isOrHasChild allowed child to be null, we consider it an invalid value. by gwt.team.jlabanca · 17 years ago
  70. 32ee0a4 TextBox now takes in an element contructtor. by gwt.team.ecc · 17 years ago
  71. d025f81 Fixes Issue 1942 by gwt.team.knorton · 17 years ago
  72. 1247747 This patch makes PasswordTextBox inherit from TextBox and adds some unit tests around this change. by gwt.team.ecc · 17 years ago
  73. 7c50e85 Fix the test breakage by splitting the overrides intended to be part of the GWT-supplied by gwt.team.jat · 17 years ago
  74. 31a0d4e Add a static method to LocaleInfo to get the native display name for a by gwt.team.jat · 17 years ago
  75. 9ae1fb4 Simplifies BrowserManagerServer based on the premise that the cleanup thread is the only guy who *ever* does any cleanup. by scottb@google.com · 17 years ago
  76. 93ac8ae Reduce the level of recursion in MethodCallTest to prevent a stack overflow on Safari. by gwt.team.bobv · 17 years ago
  77. 4a91aba These examples were originally written for the Developer Guide. This patch by gwt.team.zundel · 17 years ago
  78. 8cc661b Merge the Linker change branch. by gwt.team.bobv · 17 years ago
  79. 5b509a5 Support BrowserManagerServer running FireFox where we have a restriction of running only one instance of the browser at a time. by scottb@google.com · 17 years ago
  80. 87bfae8 Beautiful new tree icons. by gwt.team.jlabanca · 17 years ago
  81. 180ed25 Under logLevel INFO, the Benchmarks deprecation warning branch was visible in the logger. It turns out two deprecation branches were actually getting creating. This change unifies the deprecation branch and moves all logging under the context of the Generator. by scottb@google.com · 17 years ago
  82. db54b8f Fixes Issue #1741 by gwt.team.knorton · 17 years ago
  83. aadf205 Fixes Issue #1218 by gwt.team.knorton · 17 years ago
  84. a8c31c3 Removed stray unmatched <br> tag for well-formed HTML. Formatted. by scottb@google.com · 17 years ago
  85. 731ccc8 Fixed build break in HashMapBenchmark where the generated code tried to pass a parameter the declared code did not accept. by scottb@google.com · 17 years ago
  86. d2f83c2 Fixes broken test RequestBuilderTestServlet, which broken when the internal name of the running module changed per the JUnit refactor. by scottb@google.com · 17 years ago
  87. fc37118 Changes the internals of how JUnit works. Previously, each individual test class would run in its own compilation and do a fresh page load. Methods within that class would run within a single compilation and page load. Now, an entire GWT module is compiled, which is capable of running any GWTTestCase class in that entire module. This means any Suite containing classes all from the same GWT module can run entirely in a single compilation. This ends up being much more efficient-- CompilerSuite can run in around 40 seconds in web mode or hosted mode; it would have taken several minutes before. by scottb@google.com · 17 years ago
  88. 9cbb0d3 Fixed the javadoc that listed the debug ID module as "com.google.gwt.user.DebugID" to say "com.google.gwt.user.Debug". The module was renamed before the debug ID patch was submitted, but the javadoc wasn't updated. by gwt.team.jlabanca · 17 years ago
  89. d3d27e7 Added missing test. by scottb@google.com · 17 years ago
  90. fd7f862 With the latest documentRoot patch, Window.getClientHeight returns the wrong value in Safari 2. This patch figures our the current version of Safari and returns the correct value for the clientHeight. by gwt.team.jlabanca · 17 years ago
  91. 74e5472 The log level for the raw type message committed at r1797 should have been at level DEBUG and not INFO. by gwt.team.mmendez · 17 years ago
  92. a391b91 Fixed previous patch for empty switch statements by removing unused import, by gwt.team.jat · 17 years ago
  93. 7620c15 Added support for using LocaleInfo even if the I18N module isn't included. by gwt.team.jat · 17 years ago
  94. 917819f Adds a new class called DocumentRootImpl that sets the document root based on the render mode of the browser, strict or quirks. The replaces all of the JSNI methods that used a conditional to pick doc.body or doc.documentRoot. This patch also adds WindowImpl classes, separating the Window specific JSNI methods out of the DOMImpl classes. by gwt.team.jlabanca · 17 years ago
  95. 766c10e Change the log level for the message regarding use of raw types from WARN to INFO. Effectively this suppresses this warning for any raw type that is not assignable to Collection or Map since these will not cause all subtypes of Object to included in the proxy's code. by gwt.team.mmendez · 17 years ago
  96. 80f384c by gwt.team.tobyr · 17 years ago
  97. 67b1266 Fixed javadoc associated with the onEnsureDebugId patch by moving @see tags below the main comments. I also escaped '>' and '<' characters in UIObject javadoc. by gwt.team.jlabanca · 17 years ago
  98. 3cf7461 Remove I18N import from RichText module. by gwt.team.jat · 17 years ago
  99. 877cc63 Added a new TitledPanel Widget that uses the HTML fieldset element to create a nicely bordered container around a Widget. by gwt.team.jlabanca · 17 years ago
  100. 5577b43 This patch adds a new method "UIObject.ensureDebugID(String)", which will add an ID to a Widget and its important sub elements. Widgets which have important sub elements, such as the tabs in TabBar, override the onEnsureDebugId method to set the IDs. by gwt.team.jlabanca · 17 years ago