2.7.0
  1. a75ffc8 Add non-NNBD language version marker to all sdk (non-nnbd) files by Sigmund Cherem · 6 years ago
  2. de2e16d Add gni files to the html, js, and js_util packages in support of adding them to the flutter sdk. by Devon Carew · 6 years ago
  3. bb87996 Fix some dart sdk documentation issues by Parker Lougheed · 6 years ago
  4. c464a12 Minimize diffs between copies of js_dart2js.dart by Nate Bosch · 6 years ago
  5. 2cc0c4f Update doc comments for `dart:js` by Nate Bosch · 6 years ago
  6. 3c2bfa5 Resolve type conflicts in dart:js by Peter von der Ahé · 6 years ago
  7. 56424f0 [js_runtime] Test for JavaScriptFunction type tests. by Stephen Adams · 7 years ago
  8. 410db09 Do not convert the worker object in jsinterop, just like we do for window by Sigmund Cherem · 7 years ago
  9. f386b36 Update dartdoc to v0.18.0 and tag library categories. by Janice Collins · 7 years ago
  10. 898260a Split dependency on dart:html from dart:js by Sigmund Cherem · 7 years ago
  11. e6e6efc Changes to patch files to make them strong-clean by Sigmund Cherem · 8 years ago
  12. 8f19937 Remove generic method comment syntax from dart:html. by Leaf Petersen · 8 years ago
  13. 0585e74 Fixed analyzer test to use dart2js not dartium by Terry Lucas · 8 years ago
  14. a8cab7a Revert "Removed Dartium SDK libs" by William Hesse · 8 years ago
  15. 4a58918 Removed Dartium SDK libs by Terry Lucas · 8 years ago
  16. f126952 Revert: Removed Dartium SDK libs by Terry Lucas · 8 years ago
  17. d96561a Removed Dartium SDK libs by Terry Lucas · 8 years ago
  18. 05ca90aa Removed Dartium test exceptions by Terry Lucas · 8 years ago
  19. a189084 Removed Dartium SDK libs by Terry Lucas · 8 years ago
  20. 1265b4c Fixed readPixels not working in Dartium. by Terry Lucas · 8 years ago
  21. 029b1cb Spelling fixes e to i. by Erik Corry · 8 years ago
  22. 1f294cb Fix problem introduced with 043c0096adeec45c0b7c544ce717956e1dd9942b. by Peter von der Ahé · 8 years ago
  23. 043c009 Complain about use before declaration. by Peter von der Ahé · 8 years ago
  24. 20dc749 Suppress Scale interface - unused. by Terry Lucas · 8 years ago
  25. 6f71f9c Revert "[Experiment] Stop suppressing DragEvent" by Alan Knight · 8 years ago
  26. 0368881 Need to regen cached_patches; new class exposed. by Terry Lucas · 8 years ago
  27. f27144d Roll 50: Updated for push to origin/master. by Terry Lucas · 8 years ago
  28. aa6353b Dart SDK Spelling b, c, and d. by Erik Corry · 8 years ago
  29. 2fb5d08 Spelling a by Erik Corry · 8 years ago
  30. 4b9bba5 Stoppp using trippple consonants by Erik Corry · 8 years ago
  31. ea6991a Format all dart: library files by Jacob Richman · 8 years ago
  32. badfd14 Fix type error in js_dart2js.dart caught by DDC. by Jacob Richman · 9 years ago
  33. 5595b96 Fix typos 'overriden' to 'overridden' and '@mustCall super' to '@mustCallSuper' (#27853) by Mohamed Hayibor · 9 years ago
  34. b779679 Switch to @patch annotation from patch. by Jacob Richman · 9 years ago
  35. 7f29509 Fix so that logic to enable private user define @JS classes does not impact codegen for dart:html native classes where private classes are not an issue. by Jacob Richman · 9 years ago
  36. 96ca5db Add JSNative utility class with static methods methods to efficiently manipulate typed JSInterop objects in cases where the member name is not known statically. These methods would be extension methods on JSObject if Dart supported extension methods. Update package js to export these methods. Implement in Dart2JS. Implement JS$ in dart2js. by Jacob Richman · 9 years ago
  37. e010460 Utility class of static methods to efficiently manipulate typed JSInterop objects in a dynamic manner. Fix for @JS classes that are _private. Bug #25038 @JS on a _Private class in Dartium by Jacob Richman · 9 years ago
  38. dead24a Make allowInterop a generic method. by Jacob Richman · 9 years ago
  39. 94456a2 Optimization for patch file generation by Terry Lucas · 9 years ago
  40. f26e522 Strip unused functionality from dart:html and fix strong mode errors. Switch from blacklisting pure interfaces to determining pure interfaces from the idl and whitelisting impure interfaces we need for dart2js. by Jacob Richman · 9 years ago
  41. e8fd9f5 The patch file cached_patches.dart generated from C++ with special dartium switch --enable-blink-features=dartGenCachedPatches by Terry Lucas · 9 years ago
  42. 74ddf84 Remove MutationEvent bad entries in both removed list and renamed list by Terry Lucas · 9 years ago
  43. 7146915 Breaking Change: Support @JS at library level by Terry Lucas · 9 years ago
  44. c65854d Optimize dartium dart:html bindings so real world application performance is acceptable. Improves dart:html performance by 2X-30X for microbenchmarks. Real world improvement is typically 2X-3X. by Jacob Richman · 9 years ago
  45. 10e70db Speed up interop patch file creation. by Terry Lucas · 9 years ago
  46. 4c8b023 Remove an incorrect type annotation on a setter. by Natalie Weizenbaum · 9 years ago
  47. c66c110 Fix bug where multiple JSObject wrappers could be created for the same JsObject. by Jacob Richman · 10 years ago
  48. cf7ae2e Support JS$ prefix for dart and fix bug where _operator_getter and the [] operator were used inconsistently. Would only impact future use cases where js APIs returned types not auto-proxied with dart:html. by Jacob Richman · 10 years ago
  49. 2c6989d TBR: bug fixes for switch from [] to JsNative.SetProperty Make calls to .isExternal property more robust by Jacob Richman · 10 years ago
  50. 6bfbb93 Make Dartium JS interop implementation more robust in the presence of JS paths that touch dart:html types. Note that the dart2js implementation was already robust in the presence of dart:html types. by Jacob Richman · 10 years ago
  51. 12e94fc Make function type checks for types returned by typed JS interop pass for functions with <=10 arguments. by Jacob Richman · 10 years ago
  52. 6566e91 Fix dartium bug handling object literal constructors with zero arguments. by Jacob Richman · 10 years ago
  53. 156bc53 Hide implementation members in dart:html, dart:js and related libraries by Kevin Moore · 10 years ago
  54. 688b69f Support isExternal method on MethodMirror in the Dart VM. Not really intended for public consumption. switch to using isExternal and using anonymous. by Jacob Richman · 10 years ago
  55. 1ea666f Add documentation for allowInterop and allowInteropCaptureThis by Jacob Richman · 10 years ago
  56. 8831fb8 Deprecate new internal Dartium/JsInterop APIs that are public by Alan Knight · 10 years ago
  57. ff200c1 Fix bug in allowInteropCaptureThis that caused JavaScript objects to accidentally be wrapped. by Jacob Richman · 10 years ago
  58. be1fcb9 Switch Js to JS by Jacob Richman · 10 years ago
  59. a936261 Hide internal methods like wrap_jso from the dart:html public interface by Alan Knight · 10 years ago
  60. cd27524 Support user generated custom native JS classes. by Jacob Richman · 10 years ago
  61. c92a245 Switch dart:html objects not to be NativeFieldWrapper subclasses with JsInterop by Alan Knight · 10 years ago
  62. 8d793ca Dartium typed js interop work dart repo side of the change. Also tries to get by Jacob Richman · 10 years ago
  63. ecfad36 Fixed custom elements to work in Polymer by Terry L. Lucas · 10 years ago
  64. 110b579 wrap_jso should wrap JsArray as well, not always call wrap on its contents by Alan Knight · 10 years ago
  65. da7d637 Revert "wrap_jso should wrap JsArray as well, not always call wrap on its contents" by Alan Knight · 10 years ago
  66. f0e52e4 wrap_jso should wrap JsArray as well, not always call wrap on its contents by Alan Knight · 10 years ago
  67. eafe9d6 Make the dartWrapper access on JsObject private and provide top-level functions for it by Alan Knight · 10 years ago
  68. 07b2ddd Preserve identity of Dart wrappers on DOM objects by Alan Knight · 10 years ago
  69. eb2878c dart2js: isExtensible can throw for bad objects. by Florian Loitsch · 10 years ago
  70. 7b322c2 Dartium JS Enabled take 2 by Terry L. Lucas · 10 years ago
  71. 09c804a Revert "Dartium JS Interop enabled." by Terry L. Lucas · 10 years ago
  72. 403bd16 Dartium JS Interop enabled. by Terry L. Lucas · 10 years ago
  73. 9b0d258 Revert "Dartium w/ JsInterop enabled" by Terry L. Lucas · 10 years ago
  74. 346af54 Dartium w/ JsInterop enabled by Terry L. Lucas · 10 years ago
  75. 012c998 Revert "Patched in Dartium JsInterop" by Terry L. Lucas · 10 years ago
  76. 4bb2e61 Patched in Dartium JsInterop by Terry L. Lucas · 10 years ago
  77. ae72b6a Enhance dart:js interop in a backwards compatible manner. by Jacob Richman · 10 years ago
  78. 7e9e4d8 Revert "Enhance dart:js interop in a backwards compatible manner." by Jacob Richman · 10 years ago
  79. 3fdeb66 Enhance dart:js interop in a backwards compatible manner. List objects can now be passed back and forth to Dartium without requiring jsify by Jacob Richman · 10 years ago
  80. 4b2d237 dart:js - speed up constructor calls with few arguments. by Stephen Adams · 10 years ago
  81. 7e2d71a Avoid throwing exceptions on inter-frame communication. by ahe@google.com · 11 years ago
  82. 86a63cf Fix js test for firefox now that null becomes 'null' and not 'undefined' by sigmund@google.com · 11 years ago
  83. 16f720a Fix inconsistency with null vs undefined in dart:js by sigmund@google.com · 11 years ago
  84. ecd3ed3 Use "self" instead of globalThis. by ahe@google.com · 11 years ago
  85. 7a06605 Ensure JsArray.length returns 'int' by sra@google.com · 11 years ago
  86. 842be2c Use Date.getTime instead of Date.getMilliseconds in dart:js. by floitsch@google.com · 12 years ago
  87. 27981cb remove pkg/browser/lib/interop.js by jmesserly@google.com · 12 years ago
  88. b82877c Redo "Generate isolate affinity tags and use them for dispatch and dart:js" by sra@google.com · 12 years ago
  89. 6f7219b Revert "Generate isolate affinity tags and use them for dispatch and dart:js" by sra@google.com · 12 years ago
  90. f185ca5 Generate isolate affinity tags and use them for dispatch and dart:js by sra@google.com · 12 years ago
  91. 0b33ed0 Ensure that dart:js does not attempt to load cached proxies from prototypes. by vegorov@google.com · 12 years ago
  92. e83f516 Re-enable mirrors/immutable_collections_test on Dartium. Fix a bad constructor in Dartium's dart:js. Mark as slow. by rmacnak@google.com · 12 years ago
  93. cc76287 Don't reuse proxies from other JS contexts by justinfagnani@google.com · 12 years ago
  94. 0dce271 Add Event, HtmlCollection, NodeList and Window to transferrable types by justinfagnani@google.com · 12 years ago
  95. de3c1d7 Fix js_test in dart2js checked mode by justinfagnani@google.com · 12 years ago
  96. 60b57c3 Update headings to use sentence case. by amouravski@google.com · 12 years ago
  97. 4806160 Fix build break due to invalid type checks. TBR BUG= R=vsm@google.com by jacobr@google.com · 12 years ago
  98. fa8b243 Add JsArray by jacobr@google.com · 12 years ago
  99. 579a6d4 New docs for dart:js by justinfagnani@google.com · 12 years ago
  100. 45e20b5 "Fix" dart:js tests in IE9 by justinfagnani@google.com · 12 years ago