0.8.4.0
  1. 5ee1780 A few API changes: by jacobr@google.com · 12 years ago
  2. e7aef33 Fixing custom element type extensions in Dartium to have correct native type ID by blois@google.com · 12 years ago
  3. 872e8c1 Fix an incorrect assertion in a pub test. by nweiz@google.com · 12 years ago
  4. 9e94325 Support all Transform methods on ForeignTransform. by nweiz@google.com · 12 years ago
  5. 71813b4 Build Native class dispatch and custom element data in finishClass. by sra@google.com · 12 years ago
  6. 49a3c1a Revert "Revert "Resolve metadata on library tags"" by sra@google.com · 12 years ago
  7. 8110ef8 Support logging in transformers when using pub build/serve. by nweiz@google.com · 12 years ago
  8. a8f349d Revert "Resolve metadata on library tags" by sra@google.com · 12 years ago
  9. 64f8f67 Resolve metadata on library tags by sra@google.com · 12 years ago
  10. 4f06435 Make AudioContext work in iOS 7. by efortuna@google.com · 12 years ago
  11. a66e49f Analyzer issue with changed return type of Set.add by kevmoo@j832.com · 12 years ago
  12. 49202bb lib/convert: ascii oops by kevmoo@j832.com · 12 years ago
  13. cf13438 Set.add returns true if item has been added, otherwise false by kevmoo@j832.com · 12 years ago
  14. 0d23dbc Make TypedefMirror a direct descendant of TypeMirror. by rmacnak@google.com · 12 years ago
  15. c700115 Slightly faster version of double.toInt for dart2js. by lrn@google.com · 12 years ago
  16. ebb191e Only allocate maps for ArgumentsTypes in the uncommon case of named arguments. by ngeoffray@google.com · 12 years ago
  17. 09116b8 Force resolution on metadata of static members by johnniwinther@google.com · 12 years ago
  18. 1a45bfd Fix pub tests by lry@google.com · 12 years ago
  19. 948743a Scanner for UTF-8 byte arrays by lry@google.com · 12 years ago
  20. 9c2f329 Remove defaultSelected property. by efortuna@google.com · 12 years ago
  21. ee30fc0 Converting Polymer and TemplateElement to use deprecated Node.document by blois@google.com · 12 years ago
  22. ab61301 Generate a class table of all the IDL classes in the database. This table is used by asiva@google.com · 12 years ago
  23. 3583928 Adding ElementEventStream.capture by blois@google.com · 12 years ago
  24. a86bee0 Fix for events not firing on sanitized elements by blois@google.com · 12 years ago
  25. e32d5c2 Cleanup JS() expressions. by justinfagnani@google.com · 12 years ago
  26. cb304c5e Adding HttpRequest.responseHeaders by blois@google.com · 12 years ago
  27. e3b35da Renaming Node.document back to Node.ownerDocument by blois@google.com · 12 years ago
  28. 0c4f4dc Fixing dart2js size regression from CustomElement.detail by blois@google.com · 12 years ago
  29. fdf866b Regenerating DOM libraries by blois@google.com · 12 years ago
  30. 1936eca Fix import and prefix-plus crash. by johnniwinther@google.com · 12 years ago
  31. 989ff0a narrowing a type to void should not unconditionally return the null type: a non-nullable type narrowed to a void type gives the empty type. by ngeoffray@google.com · 12 years ago
  32. 440e672 Reapply "Reapply "Add TypeVariable object on runtime to support reflection on type variables." and "Fix type of Iterable."."" by zarah@google.com · 12 years ago
  33. 8d15f2f Give hints on failed promotion. by johnniwinther@google.com · 12 years ago
  34. af06e8b Fix scheduleImmediate in Dartium. by floitsch@google.com · 12 years ago
  35. 6626059 Use setlets in the resolver datastructures and in the cached function set queries. by kasperl@google.com · 12 years ago
  36. e65e5a4 Update the documentation for methods of fixed-length and unmodifiable lists. by lrn@google.com · 12 years ago
  37. 5cd777e Update documentation for Map.keys/values. by lrn@google.com · 12 years ago
  38. c7a9f21 Update check for cyclic typedefs. by johnniwinther@google.com · 12 years ago
  39. 3f8885c Add a much simplified set implementation designed to waste little memory for small sets. by kasperl@google.com · 12 years ago
  40. 679c9ed Fixing mirrors on Window, Document and Element by blois@google.com · 12 years ago
  41. 7aa71c2 Removing dart2js's extends tag inference by blois@google.com · 12 years ago
  42. ef3ab25 Fixing double-completing indexed DB transactions by blois@google.com · 12 years ago
  43. 333054e Supporting non-SSVs in CustomEvent.detail by blois@google.com · 12 years ago
  44. fcbf921 Re-running go.sh by blois@google.com · 12 years ago
  45. 5ad0b1d Revert "Reapply "Add TypeVariable object on runtime to support reflection on type variables." and "Fix type of Iterable."." by zarah@google.com · 12 years ago
  46. 9ed6732 Reapply "Add TypeVariable object on runtime to support reflection on type variables." and "Fix type of Iterable.". by zarah@google.com · 12 years ago
  47. adc83bd Report compile-time error when extending, mixing in or implementing a malformed type. by karlklose@google.com · 12 years ago
  48. ea21582 Revert "Add TypeVariable object on runtime to support reflection on type variables." and "Fix type of Iterable.". by zarah@google.com · 12 years ago
  49. f9a1523 Fix type of Iterable. by zarah@google.com · 12 years ago
  50. 8b1d572 Change "typedef" to "class" in core library and related tests. by lrn@google.com · 12 years ago
  51. 9a2def1 Document that concurrent modification is bad, m'kay. by lrn@google.com · 12 years ago
  52. a444143 Generate onlyForRti class constructor for csp. by johnniwinther@google.com · 12 years ago
  53. a741237 Add TypeVariable object on runtime to support reflection on type variables. by zarah@google.com · 12 years ago
  54. 19655e4 Revert "Revert "Removing setImmediate and hiding WindowTimers interface"" by blois@google.com · 12 years ago
  55. 951dca7 Deprecate query and queryAll, also add back querySelector and querySelectorAll. by efortuna@google.com · 12 years ago
  56. 8e255ad Revert "Removing setImmediate and hiding WindowTimers interface" by blois@google.com · 12 years ago
  57. 3a4ae83 Web Socket API for talking to Editor. by rnystrom@google.com · 12 years ago
  58. 3037100 Removing setImmediate and hiding WindowTimers interface by blois@google.com · 12 years ago
  59. 03eb80a Maintain referential integrity of proxy instances in dart:js by justinfagnani@google.com · 12 years ago
  60. 4c06ef7 Dartium build issue w/ mutation observers by blois@google.com · 12 years ago
  61. ea5d14d MutationObserver changes for zones (again) by blois@google.com · 12 years ago
  62. 4e01232 Fixing MutationObserver constructor from zones change by blois@google.com · 12 years ago
  63. 9baacaf Making all callbacks use zones (take 2) by blois@google.com · 12 years ago
  64. 96c4ac5 Unflake pub oauth2 test to see if it's still flaky. by rnystrom@google.com · 12 years ago
  65. 80df488 Add mixin accessor. by gbracha@google.com · 12 years ago
  66. d97c965 Don't inline in a throw expression by sra@google.com · 12 years ago
  67. 79cd061 Fix typo. by floitsch@google.com · 12 years ago
  68. d97500c Support type promotion in dart2js. by johnniwinther@google.com · 12 years ago
  69. 732ab1c Add factory-method for scheduleMicrotask, as well as a (failing) test. by ajohnsen@google.com · 12 years ago
  70. 10e9a79 Make print interceptable. by floitsch@google.com · 12 years ago
  71. 47499c6 Add more specific relation. by johnniwinther@google.com · 12 years ago
  72. 8009eb9 Avoid generating members for classes only for needed rti. by johnniwinther@google.com · 12 years ago
  73. 1bcc9dd Create _RootZone and _RootSpecification. by floitsch@google.com · 12 years ago
  74. 529b2f1 Emit a compile-time error when using doubles as switch case expressions. by karlklose@google.com · 12 years ago
  75. bda27bb Changed LinkedHashSet to Set and LinkedHashMap to Map. by kasperl@google.com · 12 years ago
  76. eb18535 Document equality and compareTo of numbers. by lrn@google.com · 12 years ago
  77. 448bd98 Emit compile-time error if a redirecting factory points to itself. by karlklose@google.com · 12 years ago
  78. c66099f Tighter native type annotations for some elements returning Lists by sra@google.com · 12 years ago
  79. c403726 Update docs so that responseText returns empty String on failure. by efortuna@google.com · 12 years ago
  80. 68fbdfd Handle a null dependencies map in lockfile. by rnystrom@google.com · 12 years ago
  81. 035e04f Making all base class DOM types throw as well (to prevent a default constructor for DOM types that are not constructable). by efortuna@google.com · 12 years ago
  82. e0d9778 Exit with an error on unexpected command line arguments. by rnystrom@google.com · 12 years ago
  83. e1d441b Revert "Making all callbacks use zones" by blois@google.com · 12 years ago
  84. 768e5a7 Move custom element analysis to own file by sra@google.com · 12 years ago
  85. 84a3415 Making all callbacks use zones by blois@google.com · 12 years ago
  86. f51dad9 Untyping List types by blois@google.com · 12 years ago
  87. 7d005fd Move metadata and interceptor emitting to own files. by ahe@google.com · 12 years ago
  88. 2dd6d7f Make failing pub test accept different order of output lines. by whesse@google.com · 12 years ago
  89. c2c1fc1 Implement the updated Map and Set interfaces in our "expensive" variants. by kasperl@google.com · 12 years ago
  90. eac99db Fix remaining uses of Directory.systemTemp outside test scripts. by whesse@google.com · 12 years ago
  91. 8922b10 Add EfficientLength marker interface to some iterabels. by lrn@google.com · 12 years ago
  92. 5870a6c Emit a compile-time error when using default values in function typed parameter. by karlklose@google.com · 12 years ago
  93. 5ab3ca5 Handle missing const constructor. by johnniwinther@google.com · 12 years ago
  94. 0f7a0bd Rename runAsync to scheduleMicrotask. by floitsch@google.com · 12 years ago
  95. c1ae2cb Mark reports_dart_parse_errors_test as flaky. by floitsch@google.com · 12 years ago
  96. 189b225 Simplify handling of Subscriptions. by floitsch@google.com · 12 years ago
  97. dc9c5f4 Redo StreamTransformers so they work with Stack traces. by floitsch@google.com · 12 years ago
  98. a2a244e Switch dart2js 'typedef name = mixinApplication' to 'class name = mixinApplication'. by aprelev@gmail.com · 12 years ago
  99. cee2b11 Revert "Maintain referential integrity of proxy instances in dart:js" by justinfagnani@google.com · 12 years ago
  100. 0ae3c96 Removing explicit custom element upgrade for Dartium by blois@google.com · 12 years ago