1. 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
  2. 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
  3. 6876b70 Fixed svn:eol-style. by scottb@google.com · 17 years ago
  4. 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
  5. 575b4d5 JsValueIE6 now queries for IUnknown to determine unique pointer, per COM rules. This makes JavaScriptObject$ identity match JavaScript object identity more closely. by scottb@google.com · 17 years ago
  6. cf3bfd0 Changing equals usage to DOM.compare by gwt.team.ecc · 17 years ago
  7. abe666a Quick patch to fix a quirks -> standards bug (missing 'px') in the mail sample. by gwt.team.jgw · 17 years ago
  8. eda21bf The mac distro was bundling gwt-dev-linux instead of gwt-dev-mac. by scottb@google.com · 17 years ago
  9. 6feb8e6 Fixed svn props on new files by scottb@google.com · 17 years ago
  10. 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
  11. 97af149 Made OSX hosted mode consistent with other platforms in handling of JSNI by gwt.team.knorton · 17 years ago
  12. ead7f7c Fixed a problem in the mac distro-source build.xml that would bonk the by gwt.team.knorton · 17 years ago
  13. 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
  14. 890cb21 Rewrote JSON library. by scottb@google.com · 17 years ago
  15. 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
  16. 8d3c288 Fixes Issue #1792 by gwt.team.knorton · 17 years ago
  17. 6271b76 Fixed several instances of "can not" => "cannot" by scottb@google.com · 17 years ago
  18. 45e892a RequestBuilderTest was not failing when it should. by scottb@google.com · 17 years ago
  19. 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
  20. 93ebf89 scottb, bruce, and jat totally botched this patch and were only copying half as many bytes as necessary in the SwtOleGlue fix. by scottb@google.com · 17 years ago
  21. ec4ee03 Fixes a latent bug in SwtOleGlue.extractStringFromOleCharPtr(). We were treating the incoming value as a BSTR, but it's really just a naked OLECHAR*. by scottb@google.com · 17 years ago
  22. a34e25a Keep from crashing IE hosted mode by recreating expired MethodDispatches. by scottb@google.com · 17 years ago
  23. e184502 Scott optismization(TM). Removed unnecessary and costly check from JsValueGlue.createJavaScriptObject(). by scottb@google.com · 17 years ago
  24. eee7738 - Added install and staging to jni/windows - Cleaned up staging target by scottb@google.com · 17 years ago
  25. 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
  26. 77aed62 Rolling back commits 1980 and 1977. The a11y work has implementation conflicts with ensureDebugId. by gwt.team.rdayal · 17 years ago
  27. eed24c3 Fix Checkstyle issue. by gwt.team.rdayal · 17 years ago
  28. fcf42dd Committed guard to prevent DOM.isOrHasChild() from being called with a null child element. by gwt.team.ecc · 17 years ago
  29. 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
  30. ceec4c0 Fixes eventGetFromElement and eventGetToElement by making them work on both mouseover and mouseout. by gwt.team.ecc · 17 years ago
  31. 5103555 Filed as Issue #2143. by gwt.team.knorton · 17 years ago
  32. 0192789 Changed JSONNumber to always uses JavaScript-level double->String conversion by scottb@google.com · 17 years ago
  33. f70df4c Fixes issue 2008. Corrects JSONObject's toString to properly escape by gwt.team.jat · 17 years ago
  34. edb4ca7 Moved ASM into a private package namespace in our source tree to avoid external class conflicts. by scottb@google.com · 17 years ago
  35. 9b81e79 Fixes issue #2139; web mode was throwing an ArrayStoreException trying to store a JavaScriptObject into Object[]. by scottb@google.com · 17 years ago
  36. 0e0a3e4 Fixed bad comment in JSONParser. by scottb@google.com · 17 years ago
  37. 7cead1f Minor code cleanup of a couple of compiler visitors. by scottb@google.com · 17 years ago
  38. 3da39cd Removed Xerces from our distro; the functionality we needed is built into the 1.5 JRE. by scottb@google.com · 17 years ago
  39. b1812e9 Updated source location for BrowserDetect in product COPYING notices due to moved Benchmarks. by scottb@google.com · 17 years ago
  40. 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
  41. 7704291 Run all remoteweb targets in parallel in a single JVM instead of serially across multiple JVMs. by gwt.team.bobv · 17 years ago
  42. 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
  43. 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
  44. d337854 Repatching clobbered change for bug 1528 (must use "" rather than "auto" for IE 6. by gwt.team.ecc · 17 years ago
  45. 7273290 Adds the clone element to DOM. Reviewed as part of Tree upgrades. Review by: jgw by gwt.team.ecc · 17 years ago
  46. 8a3f57a The erasure of a wildcard should be the erasure of its first bound. by gwt.team.mmendez · 17 years ago
  47. 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
  48. 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
  49. cb8ba84 Fixes the problem reported in issue 1830 comment #12. by gwt.team.mmendez · 17 years ago
  50. 2458343 Added check to keep it from mistakenly seeing static methods as being by gwt.team.jgw · 17 years ago
  51. 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
  52. 6436125 Forgot to update the copyright date. by gwt.team.mmendez · 17 years ago
  53. 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
  54. 45c5374 ReportViewer's helper text was not showing up on the the initial load. by scottb@google.com · 17 years ago
  55. 8521345 Fixed doc build for new benchmarks package location. by scottb@google.com · 17 years ago
  56. cc80ab7 Roll-back accidental commit in r1933. by scottb@google.com · 17 years ago
  57. 7f6f311 Adding translatable-only benchmarks files to gwt-lang. by scottb@google.com · 17 years ago
  58. 3edd5e4 Merge: changes/scottb/jso -r1776:1933 Into: trunk@1933 by scottb@google.com · 17 years ago
  59. 78b5d97 Fixed JUnit's module rebasing for Old Mozilla. by scottb@google.com · 17 years ago
  60. 15c1766 Fixed bad result for GWTTestCaseImpl.supportsAsync(). by scottb@google.com · 17 years ago
  61. ecee168 Added simple history support to benchmark viewer. by scottb@google.com · 17 years ago
  62. 5345c0e - Moved benchmark viewer out of the junit package and into its own by scottb@google.com · 17 years ago
  63. e5da60b - Moved benchmarks out of the junit package and into its own - Mucho refactoring by scottb@google.com · 17 years ago
  64. a9f2750 Moved favicon.ico escape logic up to the top level to avoid spurious module load attempts. by scottb@google.com · 17 years ago
  65. c4b3bec Fixing accidental commit. by gwt.team.rdayal · 17 years ago
  66. 696a51f Share project 'Hello' into 'https://google-web-toolkit.googlecode.com/svn/trunk' by gwt.team.rdayal · 17 years ago
  67. 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
  68. 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
  69. bd5d03d Add a JsVisitor to restructure block-like structures to ensure compatibility with limits on the number of statements in a block in IE7. by gwt.team.bobv · 17 years ago
  70. 5f8c74e Fixes a problem where a JSNI reference to a nonexistent inner type would cause us to produce two compilation units for the same type, causing problems. by scottb@google.com · 17 years ago
  71. 52a0d2d Updated to use newer JDT API; formatted. by scottb@google.com · 17 years ago
  72. 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
  73. 394a405 Was not causing the kind of ICE I had hoped it would. :) by scottb@google.com · 17 years ago
  74. 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
  75. d308a75 Update to 1.5 to remove gwt.typeArgs warnings. by scottb@google.com · 17 years ago
  76. b0d0567 Remove transitional Linker copy. Resolves issue 2080. by gwt.team.bobv · 17 years ago
  77. 2d6748c Removing unused file by bruce@google.com · 17 years ago
  78. 0a74bc7 Fixes Safari history implementation to correctly decode the URL hash. by gwt.team.jgw · 17 years ago
  79. 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
  80. 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
  81. 896ac1e Removed some checkstyle warnings. by scottb@google.com · 17 years ago
  82. 2006277 Sort & format by scottb@google.com · 17 years ago
  83. 37938de Updated to 1.5; formatted; fixed doc on getFileFromClassPath() by scottb@google.com · 17 years ago
  84. 1033257 - Assertions are now always on in user code in hosted mode by scottb@google.com · 17 years ago
  85. b359a11 Fixes issue 2075. Added some javadoc to account for the potential NPE. by gwt.team.mmendez · 17 years ago
  86. 8e8cbb4 Removed redundant gwt.typeArgs. by gwt.team.mmendez · 17 years ago
  87. aa11132 Fixes issue 2104 - emit a warning for uses of the gwt.typeArgs javadoc annotation. TypeOracle will emit the warning any time that it is built or refreshed for any type that uses gwt.typeArgs, whether that type has changed or not. This is a side effect of the way that the TypeOracle refrehes itself. The TypeOracle will need to be refactored, as part of a separate commit, so that it only emits the warning for types that changed. by gwt.team.mmendez · 17 years ago
  88. a82863f - Updated Object.toString() to convert hashCode to hex as per JRE. by scottb@google.com · 17 years ago
  89. 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
  90. 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
  91. 32ee0a4 TextBox now takes in an element contructtor. by gwt.team.ecc · 17 years ago
  92. d025f81 Fixes Issue 1942 by gwt.team.knorton · 17 years ago
  93. 1247747 This patch makes PasswordTextBox inherit from TextBox and adds some unit tests around this change. by gwt.team.ecc · 17 years ago
  94. 7c50e85 Fix the test breakage by splitting the overrides intended to be part of the GWT-supplied by gwt.team.jat · 17 years ago
  95. 31a0d4e Add a static method to LocaleInfo to get the native display name for a by gwt.team.jat · 17 years ago
  96. 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
  97. 93ac8ae Reduce the level of recursion in MethodCallTest to prevent a stack overflow on Safari. by gwt.team.bobv · 17 years ago
  98. 4833bd6 Make HostedModeServletContextProxy check in the Linker's output directory. by gwt.team.bobv · 17 years ago
  99. 4a91aba These examples were originally written for the Developer Guide. This patch by gwt.team.zundel · 17 years ago
  100. 8cc661b Merge the Linker change branch. by gwt.team.bobv · 17 years ago