1. 525488d Fixes (include|exclude)JsInteropExports arguments handling in DevMode. by Alexander Leshkin · 8 years ago
  2. 9ee3048 Removes most of the remaining JSNI in JRE by Goktug Gokdogan · 8 years ago
  3. 9acbf24 Cleans up more JSNI in JRE by Goktug Gokdogan · 8 years ago
  4. f5df41d Make installLocationIframe.js in GWT compatible with CSP. by Aleksandr Dobkin · 8 years ago
  5. e66fda1 Remove JSNI from DateUtil. by Goktug Gokdogan · 8 years ago
  6. 068185f Reduce JSNI around JsUtils helper. by Goktug Gokdogan · 8 years ago
  7. e2fe2c6 Compile using Error Prone (when using Java 8) by Thomas Broyer · 8 years ago
  8. 93508c6 Handle correctly native member references in JSNI code. by Roberto Lublinerman · 8 years ago
  9. a7e613b Update chrome.txt to match version 59.0.3071.29. by Roberto Lublinerman · 8 years ago
  10. 71c057d Make sure types are compared by signature in JsInteropRestrictionChecker. by Roberto Lublinerman · 8 years ago
  11. ae76b61 Allow getters named "debugger" declare void as the return type. by Roberto Lublinerman · 8 years ago
  12. eec1f90 Obtain parameter annotations from method declarations. by Roberto Lublinerman · 8 years ago
  13. dec8f17 Suppress more ErrorProne warnings. by Roberto Lublinerman · 8 years ago
  14. 2bb4b89 Implement internal annotation @DoNotAutobox. by Roberto Lublinerman · 8 years ago
  15. e2275ab Update BUILD files to suppress certain errorprone warnings. by Roberto Lublinerman · 8 years ago
  16. 9bf193b Properly preserve names in overrides of native methods. by Roberto Lublinerman · 8 years ago
  17. d1b95e1 Update globals to Chrome 58.0.3029.19. by Roberto Lublinerman · 8 years ago
  18. 6985daf Emit correct code for @JsMethod varargs when arguments is shadowed. by Roberto Lublinerman · 8 years ago
  19. 5a4ecfb Provide API to access JsConstructor from Class by Goktug Gokdogan · 8 years ago
  20. aeceb6b Fix bad varargs conversion in method reference. by Roberto Lublinerman · 8 years ago
  21. 1ce1c71 Fix ICE due to intersection types appearing as erasure casts. by Roberto Lublinerman · 8 years ago
  22. f0d1ea1 Sync back BUILD files changes. by Roberto Lublinerman · 8 years ago
  23. f478603 Update global blacklist to chrome 57.0.2987.74. by Roberto Lublinerman · 8 years ago
  24. f74b1d1 Adds deprecation to @GwtScriptOnly by Goktug Gokdogan · 8 years ago
  25. cc2d0ea Prevent errorneous floating point expression optimization. by Roberto Lublinerman · 8 years ago
  26. 382766e Rescue types represented as natives when supertypes cross JS boundaries. by Roberto Lublinerman · 8 years ago
  27. 93e1462 Rescue JSOs crossing JsInterop borders. by Roberto Lublinerman · 8 years ago
  28. d458a94 Allow names "*" and "?" on global native JsType interfaces. by Roberto Lublinerman · 8 years ago
  29. 4c1b091 Clear persistent unit cache when relevant options change. by Roberto Lublinerman · 8 years ago
  30. 9eda5dc Add filtering ability to JsInterop exporting. by Goktug Gokdogan · 8 years ago
  31. 1be582e Move RegexFilter to gwt-dev for more code sharing opportunities. by Goktug Gokdogan · 8 years ago
  32. 4a3e8f9 Fixes a bug where JsOptional on override may fail by Goktug Gokdogan · 8 years ago
  33. e950257 Fixed NullPointerException in handling of Jetty arguments by Tomasz Grabarczyk · 8 years ago
  34. 519527a Improvement primitive cast optimizations. by Goktug Gokdogan · 8 years ago
  35. b35c7d4 Fix bad rewriting of default methods. by Roberto Lublinerman · 8 years ago
  36. 47fd437 Fix NPE compiling code with a constructor reference (Type::new). by Roberto Lublinerman · 8 years ago
  37. 56ee502 Fix loading bug in waitForBodyLoaded.js. by Jozsef Fejes · 8 years ago
  38. 5222a7c Allow native classes implement native interfaces with overlays. by Roberto Lublinerman · 8 years ago 2.8.0
  39. a61de06 Allow annotations to be retrieved from binding. by Roberto Lublinerman · 8 years ago 2.8.0-rc3
  40. 928c017 Improve JsInterop error messages on native type fieds. by Roberto Lublinerman · 8 years ago
  41. 37ff62f BUILD update by Roberto Lublinerman · 8 years ago
  42. 81189ba Implement UncheckedCast annotation. by Roberto Lublinerman · 8 years ago
  43. adb428e Fix toString dispatch for subtypes of native JsTypes. by Roberto Lublinerman · 8 years ago
  44. 57ba993 Fix incorrect property copying for native JsType subclasses. by Roberto Lublinerman · 8 years ago
  45. 800e99d Remove potential sources of non determinism. by Roberto Lublinerman · 8 years ago
  46. c892e93 Modify GLOBAL.window semantics and add relevant tests. by Roberto Lublinerman · 9 years ago
  47. f78f2f4 Remove source of non determinism in JsInliner. by Roberto Lublinerman · 8 years ago
  48. f4ce942 Cleanup in UnifyAST. by Roberto Lublinerman · 9 years ago
  49. 9b907f2 Fix NPE in SDM due to Boolean/Double/String devirtualization. by Roberto Lublinerman · 9 years ago
  50. 154bc52 Update globals to chrome 54.0.2840.16. by Roberto Lublinerman · 9 years ago
  51. 3a41a80 Fix ICE due to incorrect naming of method reference classes. by Roberto Lublinerman · 9 years ago
  52. d76703f Fix missing error reporting in SDM that leads to NPE. by Roberto Lublinerman · 9 years ago
  53. 5a77a4f Missing declaration/initialization of JsOverlay fields. by Roberto Lublinerman · 9 years ago
  54. 535f2fa Add missing bridges for default methods. by Roberto Lublinerman · 9 years ago
  55. c511029 Introduces special handling of namespace = "window". by Roberto Lublinerman · 9 years ago
  56. 7da4bf3 Implement abstract method bridges for functional expressions. by Roberto Lublinerman · 9 years ago
  57. 15bd4aa Update globals for chrome 53.0.2785.46. by Roberto Lublinerman · 9 years ago
  58. b64263e Fix typo in DeadCodeElimination. by Roberto Lublinerman · 9 years ago
  59. dadac46 Fix erroneous constant propagation in JsProperty field. by Roberto Lublinerman · 9 years ago
  60. 67730b7 Fix incorrect unusable-by-js warning. by Roberto Lublinerman · 9 years ago 2.8.0-rc2
  61. a3ae5d8 Fix DevMode server (jetty) restart by Thomas Broyer · 9 years ago
  62. 9f10097 Include relevant compiler options in SDM cache key. by Roberto Lublinerman · 9 years ago
  63. f838b26 Turn failures in Soyc to warning instead of errors. by Roberto Lublinerman · 9 years ago
  64. be738ee Adds missing command line parameters to DevMode entry point. by Roberto Lublinerman · 9 years ago
  65. 262fe43 Do now qualify String, Array, Function, Object and Number with $wnd. by Roberto Lublinerman · 9 years ago
  66. 83f0fd1 Relax name checking native items on the JsPackage.GLOBAL namespace. by Roberto Lublinerman · 9 years ago
  67. 7027336 DeadCodeElimination was not optimizing some expressions fully. by Roberto Lublinerman · 9 years ago
  68. 0b37eb6 Fix compiler crash due to accidental override in native JsType. by Roberto Lublinerman · 9 years ago
  69. 64215f8 Enable Java8 for GWT on JDK7 (cont'd) by Thomas Broyer · 9 years ago
  70. ca8ad7b Do not honor JsNames if -generateJsInteropExports is not set. by Roberto Lublinerman · 9 years ago
  71. e1fcefa Makes Throwable.backingJsObject to not rely on exports. by Goktug Gokdogan · 9 years ago
  72. 5b327a3 Sync back build files by Goktug Gokdogan · 9 years ago
  73. 78e5658 Fix ICE related to bad coverage instrumentation. by Roberto Lublinerman · 9 years ago
  74. b5d6f2e Add support for native JsType hashCode and equals. by Roberto Lublinerman · 9 years ago
  75. ee508c7 Enforce single non-delegating constructor restriction. by Roberto Lublinerman · 9 years ago
  76. b703afc Cleanup special casing of Clinit. by Roberto Lublinerman · 9 years ago
  77. 807de3a Allow arbitrary clinit code in native JsTypes and JsFunction interfaces. by Roberto Lublinerman · 9 years ago
  78. 652cb09 Change restrictions for JsFunction implementations. by Roberto Lublinerman · 9 years ago
  79. 94d05a9 Cleanup JsInteropRestrictionCheckerTest. by Roberto Lublinerman · 9 years ago
  80. f134f41 Devirtualize JsFunction implementations by Roberto Lublinerman · 9 years ago
  81. c4f3778 Disallow instanceof JsFunction implementations. by Roberto Lublinerman · 9 years ago
  82. 75382f1 Hide Java 8 interfaces methods to generators. by Roberto Lublinerman · 9 years ago
  83. 389d2c2 Do not crash if @GwtIncompatible is used in annotations. by Roberto Lublinerman · 9 years ago
  84. 70dca51 Fix failing tests due to JsFunctions classes requiring final modifier. by Roberto Lublinerman · 9 years ago
  85. ffad429 Fix incorrect pruning of overridden JsMethods. by Roberto Lublinerman · 9 years ago
  86. 4c8cdea Require JsFunction implementations be marked final. by Roberto Lublinerman · 9 years ago
  87. bbca228 Add suggestion message on how to suppress 'unusable-by-js' warnings. by Roberto Lublinerman · 9 years ago
  88. 1bfb199 Make JsFunction implementation behave exactly as native functions. by Roberto Lublinerman · 9 years ago
  89. 4551d36 Update globals for Chrome 52.0.2743.24. by Roberto Lublinerman · 9 years ago
  90. 0559216 Sync back BUILD files. by Roberto Lublinerman · 9 years ago
  91. 3f5933f Fix instanceof GLOBAL.Object. by Roberto Lublinerman · 9 years ago
  92. b438698 Fix error in ResourceAccumulatorTest. by Roberto Lublinerman · 9 years ago
  93. 398030d Allow calls to devirtualized methods from JSNI. by Roberto Lublinerman · 9 years ago
  94. a6f0fc09 Allow name conflicts in native properties. by Roberto Lublinerman · 9 years ago
  95. b280cf6 Make sure JsFunction calls are not accidentally bound. by Roberto Lublinerman · 9 years ago
  96. cecdcc9 Missing var declaration for tmp created by JsStackEmulator by Ray Cromwell · 10 years ago
  97. 6c8266c Fix JSNIRestrictionChecker error messages. by Roberto Lublinerman · 9 years ago
  98. c50bc7b Exclude java.internal.HashCodes from Java 7 builds by Thomas Broyer · 9 years ago
  99. 2e7b7a9 Add missing '.jar' extension to outofdate Ant task inputs by Thomas Broyer · 9 years ago
  100. 8cb7dd6 Do not optimize String.toString() method with null checks on. by Andrei Korzhevskii · 9 years ago