1. 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
  2. d337854 Repatching clobbered change for bug 1528 (must use "" rather than "auto" for IE 6. by gwt.team.ecc · 17 years ago
  3. 7273290 Adds the clone element to DOM. Reviewed as part of Tree upgrades. Review by: jgw by gwt.team.ecc · 17 years ago
  4. 8a3f57a The erasure of a wildcard should be the erasure of its first bound. by gwt.team.mmendez · 17 years ago
  5. 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
  6. 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
  7. cb8ba84 Fixes the problem reported in issue 1830 comment #12. by gwt.team.mmendez · 17 years ago
  8. 2458343 Added check to keep it from mistakenly seeing static methods as being by gwt.team.jgw · 17 years ago
  9. 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
  10. 6436125 Forgot to update the copyright date. by gwt.team.mmendez · 17 years ago
  11. 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
  12. 45c5374 ReportViewer's helper text was not showing up on the the initial load. by scottb@google.com · 17 years ago
  13. 8521345 Fixed doc build for new benchmarks package location. by scottb@google.com · 17 years ago
  14. cc80ab7 Roll-back accidental commit in r1933. by scottb@google.com · 17 years ago
  15. 7f6f311 Adding translatable-only benchmarks files to gwt-lang. by scottb@google.com · 17 years ago
  16. 3edd5e4 Merge: changes/scottb/jso -r1776:1933 Into: trunk@1933 by scottb@google.com · 17 years ago
  17. 78b5d97 Fixed JUnit's module rebasing for Old Mozilla. by scottb@google.com · 17 years ago
  18. 15c1766 Fixed bad result for GWTTestCaseImpl.supportsAsync(). by scottb@google.com · 17 years ago
  19. ecee168 Added simple history support to benchmark viewer. by scottb@google.com · 17 years ago
  20. 5345c0e - Moved benchmark viewer out of the junit package and into its own by scottb@google.com · 17 years ago
  21. e5da60b - Moved benchmarks out of the junit package and into its own - Mucho refactoring by scottb@google.com · 17 years ago
  22. a9f2750 Moved favicon.ico escape logic up to the top level to avoid spurious module load attempts. by scottb@google.com · 17 years ago
  23. c4b3bec Fixing accidental commit. by gwt.team.rdayal · 17 years ago
  24. 696a51f Share project 'Hello' into 'https://google-web-toolkit.googlecode.com/svn/trunk' by gwt.team.rdayal · 17 years ago
  25. 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
  26. 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
  27. 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
  28. 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
  29. 52a0d2d Updated to use newer JDT API; formatted. by scottb@google.com · 17 years ago
  30. 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
  31. 394a405 Was not causing the kind of ICE I had hoped it would. :) by scottb@google.com · 17 years ago
  32. 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
  33. d308a75 Update to 1.5 to remove gwt.typeArgs warnings. by scottb@google.com · 17 years ago
  34. b0d0567 Remove transitional Linker copy. Resolves issue 2080. by gwt.team.bobv · 17 years ago
  35. 2d6748c Removing unused file by bruce@google.com · 17 years ago
  36. 0a74bc7 Fixes Safari history implementation to correctly decode the URL hash. by gwt.team.jgw · 17 years ago
  37. 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
  38. 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
  39. 896ac1e Removed some checkstyle warnings. by scottb@google.com · 17 years ago
  40. 2006277 Sort & format by scottb@google.com · 17 years ago
  41. 37938de Updated to 1.5; formatted; fixed doc on getFileFromClassPath() by scottb@google.com · 17 years ago
  42. 1033257 - Assertions are now always on in user code in hosted mode by scottb@google.com · 17 years ago
  43. b359a11 Fixes issue 2075. Added some javadoc to account for the potential NPE. by gwt.team.mmendez · 17 years ago
  44. 8e8cbb4 Removed redundant gwt.typeArgs. by gwt.team.mmendez · 17 years ago
  45. 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
  46. a82863f - Updated Object.toString() to convert hashCode to hex as per JRE. by scottb@google.com · 17 years ago
  47. 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
  48. 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
  49. 32ee0a4 TextBox now takes in an element contructtor. by gwt.team.ecc · 17 years ago
  50. d025f81 Fixes Issue 1942 by gwt.team.knorton · 17 years ago
  51. 1247747 This patch makes PasswordTextBox inherit from TextBox and adds some unit tests around this change. by gwt.team.ecc · 17 years ago
  52. 7c50e85 Fix the test breakage by splitting the overrides intended to be part of the GWT-supplied by gwt.team.jat · 17 years ago
  53. 31a0d4e Add a static method to LocaleInfo to get the native display name for a by gwt.team.jat · 17 years ago
  54. 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
  55. 93ac8ae Reduce the level of recursion in MethodCallTest to prevent a stack overflow on Safari. by gwt.team.bobv · 17 years ago
  56. 4833bd6 Make HostedModeServletContextProxy check in the Linker's output directory. by gwt.team.bobv · 17 years ago
  57. 4a91aba These examples were originally written for the Developer Guide. This patch by gwt.team.zundel · 17 years ago
  58. 8cc661b Merge the Linker change branch. by gwt.team.bobv · 17 years ago
  59. 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
  60. 58e2d34 We were assuming that JDT's TypeVariableBinding.firstBound would always be a class which may not be true. Based on the JDT 3.1 source this should have always been possible; however people only ran into this problem after we upgraded to JDT 3.3. by gwt.team.mmendez · 17 years ago
  61. 87bfae8 Beautiful new tree icons. by gwt.team.jlabanca · 17 years ago
  62. 3628f71 Removed the getAnnotations() and getDeclaredAnnotations() methods from the HasAnnotations interface like we agreed as part of the last annotations discussion. As a result, you can only inquire about an annotation if you have access to its class. The visibility of the getAnnotations() and getDeclaredAnnotations() methods on JClassType was changed to default access to allow for testing. by gwt.team.mmendez · 17 years ago
  63. 8f49d77 Reverting 1833, which was an accidental commit. by spoon@google.com · 17 years ago
  64. 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
  65. db54b8f Fixes Issue #1741 by gwt.team.knorton · 17 years ago
  66. f520e8f by spoon@google.com · 17 years ago
  67. aadf205 Fixes Issue #1218 by gwt.team.knorton · 17 years ago
  68. a8c31c3 Removed stray unmatched <br> tag for well-formed HTML. Formatted. by scottb@google.com · 17 years ago
  69. 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
  70. 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
  71. 839c0e6 Implements MethodAdaptor.toString() to provide a good toString implementation. by scottb@google.com · 17 years ago
  72. 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
  73. c89e237 Adds an explicit "target=1.5" to the default GWT javac compile to ensure output consistency across different versions of javac. by scottb@google.com · 17 years ago
  74. ee1c8bb Implements a new Doclet to generate .wiki output for the JRE emulation documentation. This Doclet generates a RefJreEmulation.wiki, which can then be imported into the code site svn to update the JRE emulation doc. This was created to replace the existing Doclet that produces HTML documentation for the JRE emul types. by scottb@google.com · 17 years ago
  75. c99c8fd Not sure why gwt-user needed an explicit JDT reference. by scottb@google.com · 17 years ago
  76. c592aff Fixes problem introduced in r1810; removed @SuppressWarnings("unused") from local declaration; apparently this breaks the 1.5 compiler. by scottb@google.com · 17 years ago
  77. 2b3ed2b Updating GWT to use Eclipse JDT 3.3.1 rather than 3.1.1. by scottb@google.com · 17 years ago
  78. 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
  79. 58ad08f Partial roll-back of r1793 and r1799. The fix I made to Pruner caused back side effects in that some truly dead items (instance methods on uninstantiable types that implemented interface methods on live types) would live until GenerateJavaScriptAST and cause problems. I rolled Pruner back to its prior behavior and fixed the original problem in MakeCallsStatic. by scottb@google.com · 17 years ago
  80. d3d27e7 Added missing test. by scottb@google.com · 17 years ago
  81. 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
  82. e5fbf1c Fixes issue #978. by scottb@google.com · 17 years ago
  83. 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
  84. a391b91 Fixed previous patch for empty switch statements by removing unused import, by gwt.team.jat · 17 years ago
  85. 7620c15 Added support for using LocaleInfo even if the I18N module isn't included. by gwt.team.jat · 17 years ago
  86. bdf7a98 Remove an unused dereference of a scope which may be null in some cases. by gwt.team.jat · 17 years ago
  87. 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
  88. 48ee4c0 Removed unused function from r1793. by scottb@google.com · 17 years ago
  89. d7ee110 I'm a big idiot; fix up for bad checkin r1794. by scottb@google.com · 17 years ago
  90. 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
  91. 5bae2e8 Fixes issue 2033. Leveraged JDT's computed constant value for an expression instead of the actual written expression. Also dealt with: by gwt.team.mmendez · 17 years ago
  92. cf15a1d Fixes issue 2060. The readURL* and readFile* methods assumed that InputStream.read(byte[]) would always read the requested number of bytes before returning. by gwt.team.mmendez · 17 years ago
  93. 4e5bb9b Fixes issue #1761 by adding parentheses around the qualifier of an invocation when appropriate. by scottb@google.com · 17 years ago
  94. 320152f 1) Stronger assertions in MakeCallsStatic to ensure clinits don't get messed up. by scottb@google.com · 17 years ago
  95. 7f515c4 Tweaked debugger view of JMethodBody. by scottb@google.com · 17 years ago
  96. f28b32c Fixes issue 1985. Moved all subtype tests into JClassType. Added a new superclass for JParameterizedType and JRawType to make the new subtype tests simpler. by gwt.team.mmendez · 17 years ago
  97. 80f384c by gwt.team.tobyr · 17 years ago
  98. 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
  99. 3cf7461 Remove I18N import from RichText module. by gwt.team.jat · 17 years ago
  100. 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