1. e54f2f4 Update to ASM 6.0, which is necessary for Java 9. by Daniel Kurka · 6 years ago
  2. efa1ec6 Update Asm to version 6.0 for Java 9 support. by Roberto Lublinerman · 6 years ago
  3. 3ab21ff Add missing @Nonnull to return types in JRE APIs by Goktug Gokdogan · 6 years ago
  4. dbb7cce Allow native JsMethods coexist with implementations with the same name. by Roberto Lublinerman · 6 years ago
  5. 335ad15 Fix failing test introduced by commit 2688d444. by Roberto Lublinerman · 6 years ago
  6. 2688d444 Make sure that enums exposed with JsInterop are not ordinalized. by Roberto Lublinerman · 6 years ago
  7. d112e04 Update Chrome globals to 63.0.3239.18. by Roberto Lublinerman · 6 years ago
  8. b04f7e8 Fixes StackTraceNativeTest failing on lastest Chrome by Goktug Gokdogan · 6 years ago
  9. 62e0d9a Make sure lambdas box, unbox and insert erasure casts when necessary. by Roberto Lublinerman · 7 years ago
  10. 2ffc70a Treat negative zero properly in Double/Float.compare() by Goktug Gokdogan · 6 years ago
  11. d6f82e1 Fix typo in log message. by Roberto Lublinerman · 6 years ago
  12. ea7228a Disable DataflowOptimizer by default and emit a warning when used. by Roberto Lublinerman · 6 years ago
  13. 65bd67f Update list of emulated packages in emul ref generator by Thomas Broyer · 7 years ago
  14. faff18e Revert "Test for 'interactive' readyState during app bootstrap" by Colin Alworth · 7 years ago 2.8.2
  15. d9fe189 Trap window.onerror by default. by Daniel Kurka · 7 years ago
  16. beecee6 Fix typo in windowonerror property name by Thomas Broyer · 7 years ago
  17. 2571d07 Run our HtmlUnit tests in module batch mode by Thomas Broyer · 7 years ago
  18. cb112c0 Workaround HtmlUnit bug when calling window.onerror by Thomas Broyer · 7 years ago
  19. 6df7caf Fix Eclipse gwt-user .classpath by Freddy Boucher · 7 years ago
  20. d2dd624 Fix of various whitespace&warning issues by Goktug Gokdogan · 7 years ago
  21. f9ddd88 Refactor mobile browser detection to be CSP-compatible. by Aleksandr Dobkin · 7 years ago
  22. d2e9b53 Fix AIOOBE when compiling method references involving varargs. by Roberto Lublinerman · 7 years ago
  23. a3df04c dd a <url-stream-handler> clause to samples. by Daniel Kurka · 7 years ago
  24. 04efa2b Update chrome globals. by Daniel Kurka · 7 years ago
  25. f47ba0e Test for 'interactive' readyState during app bootstrap by Thomas Broyer · 7 years ago
  26. 7d410ac Add keycode constants for open square bracket, [, and close square bracket, ]. by Zack Goldberg · 7 years ago
  27. c731707 Adds missing bound check to String.charAt by Colin Alworth · 7 years ago
  28. 330dfbe Move Guava concurrent emulation to JRE. by Goktug Gokdogan · 7 years ago
  29. b04e57e Remove JNI use on Windows now that we deleted gwt-ll.dll by Thomas Broyer · 7 years ago
  30. 33bb07e Make sure GWT never emits '$stats' global by Thomas Broyer · 7 years ago
  31. 2a976a3 Fix broken links in README by Thomas Broyer · 7 years ago
  32. f3a9fa7 Fix incorrect invocation of UriUtils.fromSafeConstant with non-constant by Julien Dramaix · 8 years ago
  33. d2926cc Remove coercion to null in Element#getPropertyObject by Thomas Broyer · 7 years ago
  34. b5d2dd3 Remove all uses of javascript:'' URLs for strict CSP compliance by Thomas Broyer · 7 years ago
  35. 29d9b45 Do not use the type Console. by Roberto Lublinerman · 7 years ago
  36. 91760dd Remove jni projects. by Daniel Kurka · 7 years ago
  37. eeb46f0 Remove unused microbenchmarks. by Daniel Kurka · 7 years ago
  38. 8faa8c3 Remove code museum. by Daniel Kurka · 7 years ago
  39. 6ea2c5d Remove outdated jni/ folder. by Daniel Kurka · 7 years ago
  40. 780d9f2 Remove code museum eclipse project. by Daniel Kurka · 7 years ago
  41. 034abe7 Remove window.console reference from ConsoleLogger. by Goktug Gokdogan · 7 years ago
  42. 0654587 Fix edge-case in gwt-rpc client deserialization by Thomas Broyer · 7 years ago
  43. 7e730fe Fix regression in String.toUpperCase becoming locale-dependent by Thomas Broyer · 7 years ago
  44. 2fccdd4 Widening/Narrowing opertaions in j.l.reflect.Array. by Daniel Kurka · 7 years ago
  45. d469a76 Fix ConstantsWithLookupImplCreatorTest expectations by Thomas Broyer · 7 years ago
  46. e9922dd Fix JSO equals/hashCode javadoc following recent changes by Thomas Broyer · 7 years ago
  47. 34c5331 FIX: LookupMethodCreator create too large method by mcmics · 7 years ago
  48. 26c080e Add emulation for java.lang.reflect.Array. by Daniel Kurka · 7 years ago
  49. 391075f Makes java.util.logging.Logger optimize faster. by Goktug Gokdogan · 7 years ago
  50. f1c61c0 Fix ICE due incorrect handling of JsVarargs of native JsType. by Roberto Lublinerman · 7 years ago
  51. 8aee6c2 Replace role="presentation" with aria-hidden="true" in order to fix a previous by Shawn Lauriat · 7 years ago
  52. 48d7b79 Make JsException Test compile with J2CL. by Daniel Kurka · 7 years ago
  53. 8435e03 Simplify InternalPreconditions. by Goktug Gokdogan · 7 years ago
  54. 88a028f - Correct implementation of document.getScrollTop/left. by dramaix · 7 years ago
  55. 6553432 Fix handling of excludeJsInteropExport for SDM by Goktug Gokdogan · 7 years ago
  56. 9549aee Deprecate parseLenient. by Jakub Vrana · 7 years ago
  57. b693cdc Add support for detecting CSP violations during unit tests in GWT. by Aleksandr Dobkin · 7 years ago
  58. fcb2af1 Add bazel rules that can be used by J2CL for building the jre. by dramaix · 7 years ago
  59. 8c187f0 Fix failing test. by Roberto Lublinerman · 7 years ago
  60. dd9953a Revert "Trap window.onerror by default." by Goktug Gokdogan · 7 years ago
  61. 3b47a80 Simplify ResourceLoaders. by Roberto Lublinerman · 7 years ago
  62. 5b7560c Do not use the ClassLoader to retrieve the class path. by Roberto Lublinerman · 7 years ago
  63. 87f2765 Remove JreIndex from JdtCompiler. by Roberto Lublinerman · 7 years ago
  64. aebc026 Initialize coverage object at the beginning of the script. by Roberto Lublinerman · 7 years ago
  65. b2dc68d Add ComplexBooleanConstant to test suppressions by Nick Glorioso · 7 years ago
  66. 89f1d19 Make GWT's Anchor CSP compatible. by Aleksandr Dobkin · 7 years ago
  67. e7403df Replace String.equals with == in InternalPreconditions. by Goktug Gokdogan · 7 years ago
  68. 399c18b Implement PriorityQueue.iterator() by Andrei Korzhevskii · 8 years ago
  69. 06cf323 Remove unneeded indirections for java.lang.Math by Goktug Gokdogan · 7 years ago
  70. 3efc7e3 Fix up PriorityQueue.iterator() to support remove(). by Thomas Deegan · 7 years ago
  71. e1f1eb0 Trap window.onerror by default. by Daniel Kurka · 7 years ago
  72. a3a3e69 Add java.io.Externalizable. by Roberto Lublinerman · 7 years ago
  73. e8852f6 Revert "Adds emulation for some Java IO classes." by Roberto Lublinerman · 7 years ago
  74. b3c64a7 Adds emulation for some Java IO classes. by Roberto Lublinerman · 7 years ago
  75. a2998ac Update globals to Chrome 60.0.3112.24. by Roberto Lublinerman · 7 years ago
  76. 46a9349 Forward window.onerror into the UncaughtExceptionHandler. by Daniel Kurka · 7 years ago
  77. 0c3c730 Update samples and webAppCreator to gwt-maven-plugin 1.0-rc-8 by Thomas Broyer · 7 years ago
  78. 29ef30a Declare jsr305 as a dependency. by Thomas Broyer · 7 years ago
  79. 71a1ada No longer need to filter out .svn/ in Eclipse setup steps by Harikishore Kuppa · 7 years ago
  80. 525488d Fixes (include|exclude)JsInteropExports arguments handling in DevMode. by Alexander Leshkin · 7 years ago
  81. 26f46d6 Clean jsinterop tests. by Goktug Gokdogan · 7 years ago
  82. d987899 Update ConsoleLogger native types to better reflect DOM spec. by Goktug Gokdogan · 7 years ago
  83. 4c64599 Mark JSNI methods in JRE as "unusable-by-js" for J2CL by Goktug Gokdogan · 7 years ago
  84. 6138b88 Fixes regression on ConsoleLogger. by Goktug Gokdogan · 7 years ago
  85. 638cffa Inline JsUtil helpers where applicable by Goktug Gokdogan · 7 years ago
  86. 2902331 Cleans up most of JSNI from ConsoleLogger. by Goktug Gokdogan · 7 years ago
  87. 9f94950 Fix some type issues in tests by Goktug Gokdogan · 7 years ago
  88. 9ee3048 Removes most of the remaining JSNI in JRE by Goktug Gokdogan · 7 years ago
  89. 9acbf24 Cleans up more JSNI in JRE by Goktug Gokdogan · 7 years ago
  90. 1c3d191 Refactor inline event handlers in ClippedImageImpl for CSP compat. by Aleksandr Dobkin · 7 years ago
  91. 75ff6b8 Remove JSNI regex literals. by Goktug Gokdogan · 7 years ago
  92. 563e9f0 Fixes incorrectly-ordered arguments to calls to assertEquals. by Goktug Gokdogan · 7 years ago
  93. fcda298 Reduces JSNI in JRE tests by Goktug Gokdogan · 7 years ago
  94. 165f8d8 Add Nonnull to String.valueOf by Goktug Gokdogan · 7 years ago
  95. a8c71d5 Fixes incorrectly-ordered arguments to calls to assertEquals. by Daniel Kurka · 7 years ago
  96. f5df41d Make installLocationIframe.js in GWT compatible with CSP. by Aleksandr Dobkin · 7 years ago
  97. c03a639 Remove the SUBSIZED characteristic from filtered streams by Goktug Gokdogan · 7 years ago
  98. e66fda1 Remove JSNI from DateUtil. by Goktug Gokdogan · 7 years ago
  99. 068185f Reduce JSNI around JsUtils helper. by Goktug Gokdogan · 7 years ago
  100. c820b63 Switch InternalJsMap to interface and properly type it. by Goktug Gokdogan · 7 years ago