1. 9b4eebc Make ScriptInjectorTest Java 7 compliant again. by Roberto Lublinerman · 4 years, 8 months ago
  2. 850ab41 Fix broken IE test for ScriptInjector by ignoring it by Jeremy Mowery · 4 years, 9 months ago
  3. ed104e7 Propagate script nonces via ScriptInjector by Jeremy Mowery · 4 years, 9 months ago
  4. 7f73835 Make javaemul.internal.ArrayStamper public. by Roberto Lublinerman · 4 years, 9 months ago
  5. 8eba391 Add JsEnum and JsAsync annotations. by Roberto Lublinerman · 4 years, 9 months ago
  6. 10d8245 Ensure subList and keySet overrides are consistent with List.subList and map.keySet w.r.t. returning @JsNonNull. by Roberto Lublinerman · 4 years, 9 months ago
  7. 4d36d55 Adds shutdown hook in DiskCache by Florian MORGAN · 4 years, 10 months ago
  8. 724f696 Always use JsPackage.GLOBAL when referring to externs. by Roberto Lublinerman · 4 years, 11 months ago
  9. 205b88a Update ASM & JDT for Java11 sourceLevel support. by Alexander Leshkin · 5 years ago
  10. d01f73c Add partial emulation for ExecutorService and ScheduledExecutorService by Goktug Gokdogan · 5 years ago
  11. 889c9b9 prevent NPE while dumping AST by zak905 · 5 years ago
  12. a0294a6 Fixes typo in java.lang.Throwable by Goktug Gokdogan · 5 years ago
  13. 329b219 Remove NoSuchMethodException emulation by Goktug Gokdogan · 5 years ago
  14. 1ca1ce6 Cache Gecko version to lower CPU usage on FireFox by Maxime Véron · 5 years ago
  15. 5d3cdfb update icu4j by Ahmad Bawaneh · 5 years ago
  16. 771115c Emulate java.util.concurrent.Flow by Ignacio Baca Moreno-Torres · 5 years ago
  17. 6c4d599 Update CLDR data to version 34 by Ahmad Bawaneh · 6 years ago
  18. 554e25d Adds helpers to Serializable for J2CL. by Roberto Lublinerman · 6 years ago
  19. ac11224 Adds @SuppressWarnings("unusable-by-js") for HasJavaThrowable by Goktug Gokdogan · 6 years ago
  20. 5e5668b Making sure java exception acccess is consistent wrt quotes. by Goktug Gokdogan · 6 years ago
  21. 1e51c2a Emulate javax.annotation{,.processing}.Generated by Thomas Broyer · 6 years ago
  22. 4825d47 Make sure "goog.global" is $wnd if not defined. by Roberto Lublinerman · 6 years ago
  23. 7852dae Replaces the way Throwable is linked to JavaScript. by Goktug Gokdogan · 6 years ago
  24. 4ea3f99 Fix image name typo in ImageTest by Jens Nehlmeier · 6 years ago
  25. 3a5ad92 Fix test: Focusing elements in safari permutation uses setTimeout(...,0) by Jens Nehlmeier · 6 years ago
  26. f031aba Move non-collection tests out of CollectionsSuite. by Goktug Gokdogan · 6 years ago
  27. 34a4df2 Add `when-linker-added` element definition by Галлям Жеребец Бикташев · 6 years ago
  28. f9bd14f Do not assume that "this" is always non null. by Roberto Lublinerman · 6 years ago
  29. 41c8c8c Fix DateTest failing in Chrome 67. by Roberto Lublinerman · 6 years ago
  30. 9a97081 Updated globals for Firefox version 60.0.2 by Ignacio Baca Moreno-Torres · 6 years ago
  31. e8657c0 Fix String.regionMatches. by Roberto Lublinerman · 6 years ago
  32. a830414 Annotation proxy toString shouldn't cast primitive array to Object[] by Colin Alworth · 6 years ago
  33. ccc658a Update ASM to 6.1.1 in Maven POMs for -sourceLevel 10 support by Thomas Broyer · 6 years ago
  34. 0c01db9 Fix qualified super reference dispatch. by Alexander Leshkin · 6 years ago
  35. f62e758 Revert "Update ASM to 6.1.1 for maven build." by Thomas Broyer · 6 years ago
  36. fa41a03 Update ASM to 6.1.1 for maven build. by Alexander Leshkin · 6 years ago
  37. 9e39351 Add JEP286 (Local-Variable Type Inference) support. by Alexander Leshkin · 6 years ago
  38. 207d21f Add Reader and StringReader emulation. by Dan Ringwalt · 6 years ago
  39. 76ab07a Remove GWT version check. by Roberto Lublinerman · 6 years ago
  40. 8d664db Update globals to Chrome (66.0.3359.45). by Roberto Lublinerman · 6 years ago
  41. 7f3c717 Preserve newlines in exception messages. by Chris Povirk · 6 years ago
  42. aa3b2a8 Fix for bad method resolution in GwtAstBuilder. by Roberto Lublinerman · 6 years ago
  43. f81fc69 Update CLDR to version 32.0.1 by Ahmad Bawaneh · 6 years ago
  44. 477d512 Ensure that CompiledClass does not keep a live reference to a NameEnvironment. by Roberto Lublinerman · 6 years ago
  45. 1a75d7b Fix a memory leak introduced by the JDT upgrade. by Roberto Lublinerman · 6 years ago
  46. c406914 Upgrade chrome globals to version 65.0.3325.51. by Roberto Lublinerman · 6 years ago
  47. 497cbda Fixes memory leak in JdtCompiler. by Roberto Lublinerman · 6 years ago
  48. d78f9e9 Add jsinterop.annotations.JsNonNull and JsNullable. by Roberto Lublinerman · 6 years ago
  49. a8db310 Fix 'GWT' headline not being rendered properly by Sebastian Kürten · 6 years ago
  50. d7fe810 Do not show "unusable-by-js" warning for synthetic methods. by Alexander Leshkin · 6 years ago
  51. 8ea92c3 Update JDT to 4.7.2 + wildcard types performance patch. by Roberto Lublinerman · 6 years ago
  52. 5092f92 Use JDT 3.13.50 with wildcard type inference performance fix. by Roberto Lublinerman · 6 years ago
  53. 6c838d1 Increase Java heap for buliding samples. by Roberto Lublinerman · 6 years ago
  54. 9cae4be Increase Java heap for test.nongwt. by Roberto Lublinerman · 6 years ago
  55. 6407ba9 Update JDT to version 3.13.0 and add Java 9 language features support. by Roberto Lublinerman · 6 years ago
  56. b6140dd Turn all ErrorProne errors into warnings. by Roberto Lublinerman · 6 years ago
  57. ecdf56b Update unmodifiableList to throw on Java8 methods. by Daniel Kurka · 6 years ago
  58. e54f2f4 Update to ASM 6.0, which is necessary for Java 9. by Daniel Kurka · 6 years ago
  59. efa1ec6 Update Asm to version 6.0 for Java 9 support. by Roberto Lublinerman · 6 years ago
  60. 3ab21ff Add missing @Nonnull to return types in JRE APIs by Goktug Gokdogan · 6 years ago
  61. dbb7cce Allow native JsMethods coexist with implementations with the same name. by Roberto Lublinerman · 6 years ago
  62. 335ad15 Fix failing test introduced by commit 2688d444. by Roberto Lublinerman · 6 years ago
  63. 2688d444 Make sure that enums exposed with JsInterop are not ordinalized. by Roberto Lublinerman · 6 years ago
  64. d112e04 Update Chrome globals to 63.0.3239.18. by Roberto Lublinerman · 6 years ago
  65. b04f7e8 Fixes StackTraceNativeTest failing on lastest Chrome by Goktug Gokdogan · 6 years ago
  66. 62e0d9a Make sure lambdas box, unbox and insert erasure casts when necessary. by Roberto Lublinerman · 7 years ago
  67. 2ffc70a Treat negative zero properly in Double/Float.compare() by Goktug Gokdogan · 6 years ago
  68. d6f82e1 Fix typo in log message. by Roberto Lublinerman · 6 years ago
  69. ea7228a Disable DataflowOptimizer by default and emit a warning when used. by Roberto Lublinerman · 6 years ago
  70. 65bd67f Update list of emulated packages in emul ref generator by Thomas Broyer · 7 years ago
  71. faff18e Revert "Test for 'interactive' readyState during app bootstrap" by Colin Alworth · 7 years ago 2.8.2
  72. d9fe189 Trap window.onerror by default. by Daniel Kurka · 7 years ago
  73. beecee6 Fix typo in windowonerror property name by Thomas Broyer · 7 years ago
  74. 2571d07 Run our HtmlUnit tests in module batch mode by Thomas Broyer · 7 years ago
  75. cb112c0 Workaround HtmlUnit bug when calling window.onerror by Thomas Broyer · 7 years ago
  76. 6df7caf Fix Eclipse gwt-user .classpath by Freddy Boucher · 7 years ago
  77. d2dd624 Fix of various whitespace&warning issues by Goktug Gokdogan · 7 years ago
  78. f9ddd88 Refactor mobile browser detection to be CSP-compatible. by Aleksandr Dobkin · 7 years ago
  79. d2e9b53 Fix AIOOBE when compiling method references involving varargs. by Roberto Lublinerman · 7 years ago
  80. a3df04c dd a <url-stream-handler> clause to samples. by Daniel Kurka · 7 years ago
  81. 04efa2b Update chrome globals. by Daniel Kurka · 7 years ago
  82. f47ba0e Test for 'interactive' readyState during app bootstrap by Thomas Broyer · 7 years ago
  83. 7d410ac Add keycode constants for open square bracket, [, and close square bracket, ]. by Zack Goldberg · 7 years ago
  84. c731707 Adds missing bound check to String.charAt by Colin Alworth · 7 years ago
  85. 330dfbe Move Guava concurrent emulation to JRE. by Goktug Gokdogan · 7 years ago
  86. b04e57e Remove JNI use on Windows now that we deleted gwt-ll.dll by Thomas Broyer · 7 years ago
  87. 33bb07e Make sure GWT never emits '$stats' global by Thomas Broyer · 7 years ago
  88. 2a976a3 Fix broken links in README by Thomas Broyer · 7 years ago
  89. f3a9fa7 Fix incorrect invocation of UriUtils.fromSafeConstant with non-constant by Julien Dramaix · 8 years ago
  90. d2926cc Remove coercion to null in Element#getPropertyObject by Thomas Broyer · 7 years ago
  91. b5d2dd3 Remove all uses of javascript:'' URLs for strict CSP compliance by Thomas Broyer · 7 years ago
  92. 29d9b45 Do not use the type Console. by Roberto Lublinerman · 7 years ago
  93. 91760dd Remove jni projects. by Daniel Kurka · 7 years ago
  94. eeb46f0 Remove unused microbenchmarks. by Daniel Kurka · 7 years ago
  95. 8faa8c3 Remove code museum. by Daniel Kurka · 7 years ago
  96. 6ea2c5d Remove outdated jni/ folder. by Daniel Kurka · 7 years ago
  97. 780d9f2 Remove code museum eclipse project. by Daniel Kurka · 7 years ago
  98. 034abe7 Remove window.console reference from ConsoleLogger. by Goktug Gokdogan · 7 years ago
  99. 0654587 Fix edge-case in gwt-rpc client deserialization by Thomas Broyer · 7 years ago
  100. 7e730fe Fix regression in String.toUpperCase becoming locale-dependent by Thomas Broyer · 7 years ago