1. 6553432 Fix handling of excludeJsInteropExport for SDM by Goktug Gokdogan · 7 years ago
  2. 9549aee Deprecate parseLenient. by Jakub Vrana · 7 years ago
  3. b693cdc Add support for detecting CSP violations during unit tests in GWT. by Aleksandr Dobkin · 7 years ago
  4. fcb2af1 Add bazel rules that can be used by J2CL for building the jre. by dramaix · 7 years ago
  5. 8c187f0 Fix failing test. by Roberto Lublinerman · 7 years ago
  6. dd9953a Revert "Trap window.onerror by default." by Goktug Gokdogan · 7 years ago
  7. 3b47a80 Simplify ResourceLoaders. by Roberto Lublinerman · 7 years ago
  8. 5b7560c Do not use the ClassLoader to retrieve the class path. by Roberto Lublinerman · 7 years ago
  9. 87f2765 Remove JreIndex from JdtCompiler. by Roberto Lublinerman · 7 years ago
  10. aebc026 Initialize coverage object at the beginning of the script. by Roberto Lublinerman · 7 years ago
  11. b2dc68d Add ComplexBooleanConstant to test suppressions by Nick Glorioso · 7 years ago
  12. 89f1d19 Make GWT's Anchor CSP compatible. by Aleksandr Dobkin · 7 years ago
  13. e7403df Replace String.equals with == in InternalPreconditions. by Goktug Gokdogan · 7 years ago
  14. 399c18b Implement PriorityQueue.iterator() by Andrei Korzhevskii · 8 years ago
  15. 06cf323 Remove unneeded indirections for java.lang.Math by Goktug Gokdogan · 7 years ago
  16. 3efc7e3 Fix up PriorityQueue.iterator() to support remove(). by Thomas Deegan · 7 years ago
  17. e1f1eb0 Trap window.onerror by default. by Daniel Kurka · 7 years ago
  18. a3a3e69 Add java.io.Externalizable. by Roberto Lublinerman · 7 years ago
  19. e8852f6 Revert "Adds emulation for some Java IO classes." by Roberto Lublinerman · 7 years ago
  20. b3c64a7 Adds emulation for some Java IO classes. by Roberto Lublinerman · 7 years ago
  21. a2998ac Update globals to Chrome 60.0.3112.24. by Roberto Lublinerman · 7 years ago
  22. 46a9349 Forward window.onerror into the UncaughtExceptionHandler. by Daniel Kurka · 7 years ago
  23. 0c3c730 Update samples and webAppCreator to gwt-maven-plugin 1.0-rc-8 by Thomas Broyer · 7 years ago
  24. 29ef30a Declare jsr305 as a dependency. by Thomas Broyer · 7 years ago
  25. 71a1ada No longer need to filter out .svn/ in Eclipse setup steps by Harikishore Kuppa · 7 years ago
  26. 525488d Fixes (include|exclude)JsInteropExports arguments handling in DevMode. by Alexander Leshkin · 7 years ago
  27. 26f46d6 Clean jsinterop tests. by Goktug Gokdogan · 7 years ago
  28. d987899 Update ConsoleLogger native types to better reflect DOM spec. by Goktug Gokdogan · 7 years ago
  29. 4c64599 Mark JSNI methods in JRE as "unusable-by-js" for J2CL by Goktug Gokdogan · 7 years ago
  30. 6138b88 Fixes regression on ConsoleLogger. by Goktug Gokdogan · 7 years ago
  31. 638cffa Inline JsUtil helpers where applicable by Goktug Gokdogan · 7 years ago
  32. 2902331 Cleans up most of JSNI from ConsoleLogger. by Goktug Gokdogan · 7 years ago
  33. 9f94950 Fix some type issues in tests by Goktug Gokdogan · 7 years ago
  34. 9ee3048 Removes most of the remaining JSNI in JRE by Goktug Gokdogan · 7 years ago
  35. 9acbf24 Cleans up more JSNI in JRE by Goktug Gokdogan · 7 years ago
  36. 1c3d191 Refactor inline event handlers in ClippedImageImpl for CSP compat. by Aleksandr Dobkin · 7 years ago
  37. 75ff6b8 Remove JSNI regex literals. by Goktug Gokdogan · 7 years ago
  38. 563e9f0 Fixes incorrectly-ordered arguments to calls to assertEquals. by Goktug Gokdogan · 7 years ago
  39. fcda298 Reduces JSNI in JRE tests by Goktug Gokdogan · 7 years ago
  40. 165f8d8 Add Nonnull to String.valueOf by Goktug Gokdogan · 7 years ago
  41. a8c71d5 Fixes incorrectly-ordered arguments to calls to assertEquals. by Daniel Kurka · 7 years ago
  42. f5df41d Make installLocationIframe.js in GWT compatible with CSP. by Aleksandr Dobkin · 7 years ago
  43. c03a639 Remove the SUBSIZED characteristic from filtered streams by Goktug Gokdogan · 7 years ago
  44. e66fda1 Remove JSNI from DateUtil. by Goktug Gokdogan · 7 years ago
  45. 068185f Reduce JSNI around JsUtils helper. by Goktug Gokdogan · 7 years ago
  46. c820b63 Switch InternalJsMap to interface and properly type it. by Goktug Gokdogan · 7 years ago
  47. e2fe2c6 Compile using Error Prone (when using Java 8) by Thomas Broyer · 7 years ago
  48. 9ff9145 Remove unnecessary casts from JRE internal by Goktug Gokdogan · 7 years ago
  49. 93508c6 Handle correctly native member references in JSNI code. by Roberto Lublinerman · 7 years ago
  50. 1f6dfff Reduce number of iterations to make test faster. by Roberto Lublinerman · 7 years ago
  51. ce9ceab Reduce JSNI on String and MathContext by Goktug Gokdogan · 7 years ago
  52. ffad573 Allow deploy maven artifacts with HEAD-SNAPSHOT version by Manuel Carrasco Moñino · 7 years ago
  53. a7e613b Update chrome.txt to match version 59.0.3071.29. by Roberto Lublinerman · 7 years ago
  54. 701143c Removes unsafeLong conversion. by Goktug Gokdogan · 7 years ago
  55. fdeba6c Add msg option to InternalPrecondtions.checkType by Goktug Gokdogan · 7 years ago
  56. 71c057d Make sure types are compared by signature in JsInteropRestrictionChecker. by Roberto Lublinerman · 7 years ago
  57. bb6edc4 Reduce JSNI usage for Arrays. by Goktug Gokdogan · 7 years ago
  58. a90832f Update snapshot dependency in maven sample projects by Manuel Carrasco Moñino · 7 years ago
  59. 5d12281 Revert "FIX: LookupMethodCreator create too large method #8611" by Thomas Broyer · 7 years ago
  60. b00c707 FIX: LookupMethodCreator create too large method #8611 by mcmics · 8 years ago
  61. 0ea5b4b Supress warning for Array.compare by Goktug Gokdogan · 7 years ago 2.8.1
  62. 7fa023f Explicitly throw JsonException for unparseable input + some tests by Ilia Motornyi · 7 years ago
  63. c8ea1ac Simplify Array sort comparators. by Goktug Gokdogan · 7 years ago
  64. 03315bc Adds @RunWith(Suite.class) emulation by Goktug Gokdogan · 7 years ago
  65. 032e49f Use @RunWith(Suite.class) for emul test suites. by Goktug Gokdogan · 7 years ago
  66. ed5c708 Remove Characteristics manipulation in Collectors by Goktug Gokdogan · 7 years ago
  67. ae76b61 Allow getters named "debugger" declare void as the return type. by Roberto Lublinerman · 7 years ago
  68. 7931d39 Suppress more ErrorProne warnings. by Roberto Lublinerman · 7 years ago
  69. 3d46828 Make Array.sort(float[]/double[]) JDK compliant by Alex Bertram · 7 years ago
  70. eec1f90 Obtain parameter annotations from method declarations. by Roberto Lublinerman · 7 years ago
  71. dec8f17 Suppress more ErrorProne warnings. by Roberto Lublinerman · 7 years ago
  72. 62d5e49 Fix incompatibility of PrintStream.flush by Goktug Gokdogan · 7 years ago
  73. 2bb4b89 Implement internal annotation @DoNotAutobox. by Roberto Lublinerman · 7 years ago
  74. e2275ab Update BUILD files to suppress certain errorprone warnings. by Roberto Lublinerman · 7 years ago
  75. 9bf193b Properly preserve names in overrides of native methods. by Roberto Lublinerman · 7 years ago
  76. c5ad293 Add a utility method to java.lang.Void for J2CL use. by Roberto Lublinerman · 7 years ago
  77. d1b95e1 Update globals to Chrome 58.0.3029.19. by Roberto Lublinerman · 7 years ago
  78. 6985daf Emit correct code for @JsMethod varargs when arguments is shadowed. by Roberto Lublinerman · 7 years ago
  79. 1e925b0 Fix: Add role attribute to last sortable column header by Auke Schrijnen · 8 years ago
  80. 5a4ecfb Provide API to access JsConstructor from Class by Goktug Gokdogan · 7 years ago
  81. eadd310 Fix bad Java8 test. by Roberto Lublinerman · 7 years ago
  82. aeceb6b Fix bad varargs conversion in method reference. by Roberto Lublinerman · 7 years ago
  83. 1ce1c71 Fix ICE due to intersection types appearing as erasure casts. by Roberto Lublinerman · 7 years ago
  84. b877414 Do not ignore return values of streams. by Daniel Kurka · 7 years ago
  85. f0d1ea1 Sync back BUILD files changes. by Roberto Lublinerman · 7 years ago
  86. f478603 Update global blacklist to chrome 57.0.2987.74. by Roberto Lublinerman · 7 years ago
  87. 9ece560 Fix the implementation of Stream.anyMatch/allMatch/noneMatch to support streams with null elements. by Roberto Lublinerman · 7 years ago
  88. ce37703 Remove empty onclick attributes on cell containers by David Ross · 7 years ago
  89. 05091ff Modify FormPanel for compliance with Strict CSP by David Ross · 7 years ago
  90. 6e6cb71 Update emul-ezt's output for the new website by Thomas Broyer · 7 years ago
  91. eb2c8b6 Disable doclint when generating javadoc with Java 8 by Thomas Broyer · 7 years ago
  92. 988abab Fix @example tag in javadoc by Thomas Broyer · 7 years ago
  93. ee5116d Fix emul-ezt to not choke on Java 8 emul classes by Thomas Broyer · 7 years ago
  94. f74b1d1 Adds deprecation to @GwtScriptOnly by Goktug Gokdogan · 7 years ago
  95. cc2d0ea Prevent errorneous floating point expression optimization. by Roberto Lublinerman · 7 years ago
  96. 382766e Rescue types represented as natives when supertypes cross JS boundaries. by Roberto Lublinerman · 7 years ago
  97. 93e1462 Rescue JSOs crossing JsInterop borders. by Roberto Lublinerman · 7 years ago
  98. d458a94 Allow names "*" and "?" on global native JsType interfaces. by Roberto Lublinerman · 7 years ago
  99. 4c1b091 Clear persistent unit cache when relevant options change. by Roberto Lublinerman · 7 years ago
  100. d8af1e4 Add Github Issue/Pull request templates and contributing.md by Jens Nehlmeier · 8 years ago