1. 8d3c288 Fixes Issue #1792 by gwt.team.knorton · 17 years ago
  2. 6271b76 Fixed several instances of "can not" => "cannot" by scottb@google.com · 17 years ago
  3. 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
  4. 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
  5. a34e25a Keep from crashing IE hosted mode by recreating expired MethodDispatches. by scottb@google.com · 17 years ago
  6. e184502 Scott optismization(TM). Removed unnecessary and costly check from JsValueGlue.createJavaScriptObject(). by scottb@google.com · 17 years ago
  7. 77aed62 Rolling back commits 1980 and 1977. The a11y work has implementation conflicts with ensureDebugId. by gwt.team.rdayal · 17 years ago
  8. 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
  9. edb4ca7 Moved ASM into a private package namespace in our source tree to avoid external class conflicts. by scottb@google.com · 17 years ago
  10. 9b81e79 Fixes issue #2139; web mode was throwing an ArrayStoreException trying to store a JavaScriptObject into Object[]. by scottb@google.com · 17 years ago
  11. 7cead1f Minor code cleanup of a couple of compiler visitors. by scottb@google.com · 17 years ago
  12. 3da39cd Removed Xerces from our distro; the functionality we needed is built into the 1.5 JRE. by scottb@google.com · 17 years ago
  13. 8a3f57a The erasure of a wildcard should be the erasure of its first bound. by gwt.team.mmendez · 17 years ago
  14. cb8ba84 Fixes the problem reported in issue 1830 comment #12. by gwt.team.mmendez · 17 years ago
  15. 2458343 Added check to keep it from mistakenly seeing static methods as being by gwt.team.jgw · 17 years ago
  16. 3edd5e4 Merge: changes/scottb/jso -r1776:1933 Into: trunk@1933 by scottb@google.com · 17 years ago
  17. a9f2750 Moved favicon.ico escape logic up to the top level to avoid spurious module load attempts. by scottb@google.com · 17 years ago
  18. 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
  19. 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
  20. 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
  21. 52a0d2d Updated to use newer JDT API; formatted. by scottb@google.com · 17 years ago
  22. 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
  23. b0d0567 Remove transitional Linker copy. Resolves issue 2080. by gwt.team.bobv · 17 years ago
  24. 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
  25. 37938de Updated to 1.5; formatted; fixed doc on getFileFromClassPath() by scottb@google.com · 17 years ago
  26. 1033257 - Assertions are now always on in user code in hosted mode by scottb@google.com · 17 years ago
  27. b359a11 Fixes issue 2075. Added some javadoc to account for the potential NPE. by gwt.team.mmendez · 17 years ago
  28. 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
  29. a82863f - Updated Object.toString() to convert hashCode to hex as per JRE. by scottb@google.com · 17 years ago
  30. 4833bd6 Make HostedModeServletContextProxy check in the Linker's output directory. by gwt.team.bobv · 17 years ago
  31. 8cc661b Merge the Linker change branch. by gwt.team.bobv · 17 years ago
  32. 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
  33. 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
  34. 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
  35. 839c0e6 Implements MethodAdaptor.toString() to provide a good toString implementation. by scottb@google.com · 17 years ago
  36. 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
  37. 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
  38. 2b3ed2b Updating GWT to use Eclipse JDT 3.3.1 rather than 3.1.1. by scottb@google.com · 17 years ago
  39. 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
  40. e5fbf1c Fixes issue #978. by scottb@google.com · 17 years ago
  41. a391b91 Fixed previous patch for empty switch statements by removing unused import, by gwt.team.jat · 17 years ago
  42. bdf7a98 Remove an unused dereference of a scope which may be null in some cases. by gwt.team.jat · 17 years ago
  43. 48ee4c0 Removed unused function from r1793. by scottb@google.com · 17 years ago
  44. d7ee110 I'm a big idiot; fix up for bad checkin r1794. by scottb@google.com · 17 years ago
  45. 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
  46. 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
  47. 4e5bb9b Fixes issue #1761 by adding parentheses around the qualifier of an invocation when appropriate. by scottb@google.com · 17 years ago
  48. 320152f 1) Stronger assertions in MakeCallsStatic to ensure clinits don't get messed up. by scottb@google.com · 17 years ago
  49. 7f515c4 Tweaked debugger view of JMethodBody. by scottb@google.com · 17 years ago
  50. 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
  51. 23602d5 Noticed a case in returning a null value from a JSNI method in Hosted Mode where by gwt.team.zundel · 17 years ago
  52. cb1a5f5 Fixes issue 2038. JDT allows unbound wildcard types to have an implicit bound other that Object. by gwt.team.mmendez · 17 years ago
  53. d5e21a5 Tightened checkstyle rules; fixed existing violations. by scottb@google.com · 17 years ago
  54. 258408d by gwt.team.tobyr · 17 years ago
  55. 0b2eb9b by gwt.team.tobyr · 17 years ago
  56. 64426a1 Fixes issue 1830. Modified AbstractCompiler.INameEnvironmentImpl.findType(char[][]) to ask the context class loader for a type the binary version of a class if there is no source code for it. This allows JDT compiles to complete normally. by gwt.team.mmendez · 17 years ago
  57. 4f083c2 Allows annotation types to be used as normal interfaces in web mode. by scottb@google.com · 17 years ago
  58. 5c507be Previously, the TypeOracleBuilder would throw a NPE on declarations of the form: by gwt.team.rdayal · 17 years ago
  59. 7547a02 by gwt.team.tobyr · 17 years ago
  60. 22de1df Add a LocaleInfo object which priovides access to various information about by gwt.team.jat · 17 years ago
  61. a7a6524 Removing unused import. by gwt.team.scottb · 17 years ago
  62. 51b3328 General polish on ArgHandlerLogLevel to use strong types; also computing valid options from the enum instead of hard coding. by gwt.team.scottb · 17 years ago
  63. f8b2e11 by gwt.team.tobyr · 17 years ago
  64. 1f4891d Adds GWT.getVersion() which returns (in hosted mode) the version of GWT that is running or (in web mode) the version of GWT the app was compiled with. by gwt.team.scottb · 17 years ago
  65. ce248c8 Extend JSNI syntax to allow invocation of Java constructors via ::new. by gwt.team.bobv · 17 years ago
  66. d67cc00 Formatting fixes. by gwt.team.scottb · 17 years ago
  67. b815f19 (forgot a file) by gwt.team.scottb · 17 years ago
  68. 47e16ae Implements the Java assert statement in web mode via a compiler flag, "-ea". This is mimic the JVM option to enable assertions. When the option is not specified, the compiler will continue to optimize out all assert statements as it does currently. by gwt.team.scottb · 17 years ago
  69. 3c63c33 Fixes several compiler problems related to varargs. by gwt.team.scottb · 17 years ago
  70. 96fc353 Apply JsStringInterner to the selection script. by gwt.team.bobv · 17 years ago
  71. 9abd4e1 by gwt.team.zundel · 17 years ago
  72. 8db581c It turns out our cleverness trying to make this fast defeated us. Doing the simple thing turns out to be faster on both IE and FF for all reasonable values I can measure. by gwt.team.scottb · 17 years ago
  73. acd3fa4 Removes unnecessary calls to superclass clinits that occur after a subclass clinit has already run. by gwt.team.scottb · 17 years ago
  74. 090948b Implemented Class.getEnumConstants() in the compiler and JRE. by gwt.team.scottb · 17 years ago
  75. 902f46c Updates TypeOracleBuilder from r1654 to use Class.asSubclass to cast Class<?> to Class<? extends Annotation>. by gwt.team.mmendez · 17 years ago
  76. 0f4b6d2 Add an explicit check for the toString function for compatibility with IE <object> elements. by gwt.team.bobv · 17 years ago
  77. 5920cdd Updated TypeOracleBuilder to allow initializing annotation values from constant fields such as Long.MAX_VALUE and from constant conditional expressions. I renamed evaluateExpression to evaluateConstantExpression to more closely reflect its purpose. The annotation test cases were updated to check for these new cases. by gwt.team.mmendez · 17 years ago
  78. 0c72484 Improves JUnit's local web test performance by setting the user-agent property to exactly the single value required by the running hosted browser. This means one single permutation is created, instead of the current total, based on the number of user-agents defined in UserAgent.gwt.xml. by gwt.team.scottb · 17 years ago
  79. 1ba8217 - Removed some virtual overrides wonkiness with a helper method in JTypeOracle by gwt.team.scottb · 17 years ago
  80. e9f860e Fixes two very subtle bugs in TypeTightener: by gwt.team.scottb · 17 years ago
  81. 0628843 Prevents another type of inlining recursion sickness in the compiler. by gwt.team.scottb · 17 years ago
  82. c2155aa Cleaned up some code for 1.5. Also tweaked the JMethodBody.toString() for better debugging experience. by gwt.team.scottb · 17 years ago
  83. 18db14e The current solution of passing a bunch of boolean parameters around is getting unwieldy. I've refactored all this stuff out into a class to encapsulate the compiler options. Then when we add new options, we can do so with a minimal amount of code. by gwt.team.scottb · 17 years ago
  84. fc0e89d Java 1.5 generification of JTypeOracle. by gwt.team.scottb · 17 years ago
  85. 46dd2ea Fixes a problem in the pruner where removing parameters from a method where a caller has "extra" parameters would cause an ICE. by gwt.team.scottb · 17 years ago
  86. cb22dbb Adds a -validateOnly flag to the compiler, which ensures that all code on the source path is translatable and there are no errors in deferred binding, but does not produce any output. by gwt.team.scottb · 17 years ago
  87. aba2d27 1) Adds a test to MiscellaneousTest to ensure that virtual dispatch to String works correctly. by gwt.team.scottb · 17 years ago
  88. 13c52d1 The currently implementation of resource generation is kind of borked. If you attempt to generate a file that exists on the public path, the generated file will "win" in the compiler output folder. However, the shell servlet will always serve the version off of the public path, creating an inconsistency. Another problem with the current system is that files from a previous compilation sitting in the output folder will actually prevent a generator from creating new files. by gwt.team.scottb · 17 years ago
  89. 34da478 Somehow I was trying to index "Sequence" rather than "CharSequence". by gwt.team.scottb · 17 years ago
  90. 3fd3ac0 Missed an erasure case in the compiler. by gwt.team.scottb · 17 years ago
  91. 79936ae Fixes a bad assumption in TypeTightener that the first argument of a static impl is always the this argument. Adds explicit metadata to such a parameter. by gwt.team.scottb · 17 years ago
  92. 8d5f111 Adds the ant-style filtering to the source and super-source elements of the module XML file. by gwt.team.scottb · 17 years ago
  93. 57e8f58 Tweaks to r1590, mostly formatting. by gwt.team.scottb · 17 years ago
  94. 5d81c10 Fixes issue #1907. Puts parentheses around a comma expression that appears inside of an object literal. Also adds tests to ensure correctness. by gwt.team.scottb · 17 years ago
  95. cab1cd8 Inner classes of parameterized types were failing to resolve because the lookup name included the type parameter information. Updated to use the constantPool name for local types and the compound name for all others. by gwt.team.mmendez · 17 years ago
  96. 59d7d02 JArrayType.getSuperclass() should always return java.lang.Object. by gwt.team.mmendez · 17 years ago
  97. a75d876 Adds support for Class.getSuperclass() needed to implement Enum.getDeclaringClass(). The corresponding test cases were updated accordingly. by gwt.team.mmendez · 17 years ago
  98. de1f04a Fixes annotations that reference class literals; we were refencing the resolved type of the annotation value instead of its target type. The annotation unit test was updated to test this case and it was added to the TypeOracle test suite. by gwt.team.mmendez · 17 years ago
  99. 10950f5 Fixes ThreadLocalTreeLoggerProxy nesting problems by explicitly pushing and popping state. by gwt.team.scottb · 17 years ago
  100. 88456a5 This patch adds a new flag -XdisableAggressiveOptimization to the compiler and hosted-mode shell that will disable MethodInliner and JsInliner. by gwt.team.scottb · 17 years ago