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