0.4.6.1
  1. d378288 Regen libs after IDL roll. by antonm@google.com · 12 years ago
  2. 04242fb Fix CSP mode by erikcorry@google.com · 12 years ago
  3. d3a932f Fixed sdk/bin/dart2js.bat to enable SDK_DIRs with spaces in them by kustermann@google.com · 12 years ago
  4. 916873c Reschedule callbacks execution on failure. by antonm@google.com · 12 years ago
  5. 5f7e1f1 Use set for idle HTTP connections. Avoids O(n) removal. by ajohnsen@google.com · 12 years ago
  6. 13bcc02 Correctly compile unresolved for-in loops. by ahe@google.com · 12 years ago
  7. 0063095 Fix bugs caught in host-checked mode. by ahe@google.com · 12 years ago
  8. 044f0d0 Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove. by ajohnsen@google.com · 12 years ago
  9. 285849c Change hasSubscribers to hasListener. by floitsch@google.com · 12 years ago
  10. f1862a6 Revert revision 21331 and 21334 by ricow@google.com · 12 years ago
  11. 1ecc99b Make common file mode and encoding constants available on the top level in dart:io by sgjesse@google.com · 12 years ago
  12. 952369c Speculative fix for dart2js on windows by ricow@google.com · 12 years ago
  13. 8d3d404 Update the dartdoc for HttpClient by sgjesse@google.com · 12 years ago
  14. 126cbc3 Make the proxy server resolution from environment variables the default for HttpClient by sgjesse@google.com · 12 years ago
  15. 4acabf0 Fix issue 9844 by adressing additional review comments by ricow@google.com · 12 years ago
  16. 1259710 Add leftover file from landing new build id passing by ricow@google.com · 12 years ago
  17. 866df28 Fix typed data for dart2js. by ager@google.com · 12 years ago
  18. aed9246 Add fromList constructor to typeddata typed lists. by ager@google.com · 12 years ago
  19. f9e2907 Revert "Revert "Attempt to re-commit Dartdoc exports."" by amouravski@google.com · 12 years ago
  20. e492c02 Revert "Attempt to re-commit Dartdoc exports." by amouravski@google.com · 12 years ago
  21. 362cf71 Attempt to re-commit Dartdoc exports. by amouravski@google.com · 12 years ago
  22. 3504337 dart2js: Teach JS parser about # and start using it in emitter by erikcorry@google.com · 12 years ago
  23. 3263daa Fix event-transformers that don't pause. by floitsch@google.com · 12 years ago
  24. 134302a Remove second generic argument of StreamConsumer. by floitsch@google.com · 12 years ago
  25. f53cc35 Update dart2js mirrors to match the API. by ahe@google.com · 12 years ago
  26. aecbeab Implement getRange (returning an Iterable). by floitsch@google.com · 12 years ago
  27. ba4d232 Fix first part on liveness analysis of bug https://code.google.com/p/dart/issues/detail?id=9687: a throw in a catch block must have the finally block as a successor. by ngeoffray@google.com · 12 years ago
  28. dcaf527 Remove StreamSink(replaced by EventSink) and make IOSink extend EventSink. by ajohnsen@google.com · 12 years ago
  29. bdce382 Add Symbol class. by ahe@google.com · 12 years ago
  30. 7b3b805 Fix invalid SSA graph generated by dart2js in a do/while with breaks, by removing locals that do not exist in all breaks. by ngeoffray@google.com · 12 years ago
  31. ac23682 Fix typos and other too-late feedback from the inline throw change by erikcorry@google.com · 12 years ago
  32. 32cc76a Make output of Type.toString nicer. by karlklose@google.com · 12 years ago
  33. c20f954 Fix bug that makes dartc bot red. by lrn@google.com · 12 years ago
  34. 90f1808 dart2js: Use miniparser for simple JS(...) by erikcorry@google.com · 12 years ago
  35. c15796f Remove collection_sink.dart from sdk/lib/async/async.dart. by ajohnsen@google.com · 12 years ago
  36. 57161d6 Remove deprecated CollectionSink and Stream.pipeInto. by ajohnsen@google.com · 12 years ago
  37. 974a300 Remove deprecated <, <=, >, and >= of DateTime. by ajohnsen@google.com · 12 years ago
  38. 9d044d3 dart2js: Allow 'throw' when inlining by erikcorry@google.com · 12 years ago
  39. f41508d Added new version of reduce. by lrn@google.com · 12 years ago
  40. 8bb2a43 Update dart:html based on new IDL files by ager@google.com · 12 years ago
  41. 0120d31 Really fix dart2js.bat on windows by ricow@google.com · 12 years ago
  42. 75e49ea Fix arguments to dart2js in windows bat file by ricow@google.com · 12 years ago
  43. 00da866 Move the dart2js snapshot into bin directory of sdk root. by ricow@google.com · 12 years ago
  44. 17896be Missing file from previous commit for mirrors to fix build. by gbracha@google.com · 12 years ago
  45. e08647b BREAKING CHANGE: Rename InstanceMIrror.invoke, .getField, .setField to invokeAsync, getFieldAsync, setFieldAsync. Likewise ClosureMirror.apply and ClassMIrror.newInstance. This is in preparation of new synchronous versions of the originals. by gbracha@google.com · 12 years ago
  46. 16ba7bb Documenting misleading DataTransfer API. by blois@google.com · 12 years ago
  47. d7b8047 Rename the sdk/bin/dartanalyzer* scripts to dartanalyzer_developer*, and update by devoncarew@google.com · 12 years ago
  48. 8701674 Dartdoc: Fix missing space after 'dynamic' in member declarations in generated docs. by whesse@google.com · 12 years ago
  49. 51f4e4c Realize that this() is a closure send. by ngeoffray@google.com · 12 years ago
  50. 2f5eb60 Introduce new HttpBodyHandler to easily extract full body of HttpRequest and HttpClientResponse. by ajohnsen@google.com · 12 years ago
  51. 7c56d46 dart:io | Ensure that Directory.list terminates even when symbolic links create loops in the file system. by whesse@google.com · 12 years ago
  52. 21451e1 Remove HttpClientRequest.response, as it's identical to HttpClientRequest.done. by ajohnsen@google.com · 12 years ago
  53. 77c8b06 Make the analyzer happy about collections. by lrn@google.com · 12 years ago
  54. 62358bf Make default argument to Iterable.join be "". by floitsch@google.com · 12 years ago
  55. 9ad97b8 Make Isolate streams single-subscription. by floitsch@google.com · 12 years ago
  56. d4fcf30 Make _FrozenElementList generic. It's needed for some type checks. by lrn@google.com · 12 years ago
  57. 0a26d0e Rename DateTime constants to full names. by floitsch@google.com · 12 years ago
  58. ad2804c Fix bug in previous commit. by lrn@google.com · 12 years ago
  59. 8d7d80e Remove some usages of IterableMixinWorkaround from HTML library. by lrn@google.com · 12 years ago
  60. 2c5550d dart:io | Add documentation changes to Link, File and Directory delete methods. by whesse@google.com · 12 years ago
  61. 3d49b18 Fix bogus array type check. Bug=9813 by erikcorry@google.com · 12 years ago
  62. 57a82e9 Implement JS version of LinkedHashSet and move the various HashTable implementations to the VM collection library patch. by kasperl@google.com · 12 years ago
  63. d50f344 Revert dartdoc documenting exports. by nweiz@google.com · 12 years ago
  64. 1438091 Compile Dart to JS in an isolate in dartdoc. by nweiz@google.com · 12 years ago
  65. c3baf62 More precise native type for context2D by sra@google.com · 12 years ago
  66. 8751525 Have dartdoc document exports. by nweiz@google.com · 12 years ago
  67. 470b770 lib/utf: remove codepointsToString by kevmoo@j832.com · 12 years ago
  68. 2d956c4 Fix template type of _HttpClientRequest (now returns a HttpClientResponse). by ajohnsen@google.com · 12 years ago
  69. 4044e4a Teach mini JS parser about precedence by erikcorry@google.com · 12 years ago
  70. 6160e59 Moving ListBase, FixedLengthListMixin and UmodifiableListMixin to collection. by lrn@google.com · 12 years ago
  71. 12cb62d Implement consumer, not pipe, in _HttpClientRequest. by ajohnsen@google.com · 12 years ago
  72. 864b447 Fix stream_controller_test failure. by lrn@google.com · 12 years ago
  73. f270244 Delay HttpClientResponse until HttpClientRequest is fully sent. by ajohnsen@google.com · 12 years ago
  74. d701ea1 Small dartdoc fixes. by johnniwinther@google.com · 12 years ago
  75. f348863 Use inlinedFrom in buildFieldInitializers by johnniwinther@google.com · 12 years ago
  76. ed0b82e Fix bad onSuccess calls after an exception. by floitsch@google.com · 12 years ago
  77. 7e9e78d Make EventTransformerStream's subscription not send events after cancel. by lrn@google.com · 12 years ago
  78. a323cd8 Revert "Have dartdoc document exports." by ajohnsen@google.com · 12 years ago
  79. 746a860 Register type for literal list/map. by johnniwinther@google.com · 12 years ago
  80. c62d22d Add support for client-side GZip compression. by ajohnsen@google.com · 12 years ago
  81. ea312dd Also wrap stdin/stdout/stderr on Process. by ajohnsen@google.com · 12 years ago
  82. 46e1783 Really fix Dartdoc. by nweiz@google.com · 12 years ago
  83. 9882afb Tighten type of 'document' to HtmlDocument by sra@google.com · 12 years ago
  84. 00d70b9 Remove some unused functions from Object.prototype by sra@google.com · 12 years ago
  85. 8db0ca0 Fix the dartdoc build. by nweiz@google.com · 12 years ago
  86. 622022d Fixing SVGPaint constructor DartC error. by blois@google.com · 12 years ago
  87. a70ef44 Have dartdoc document exports. by nweiz@google.com · 12 years ago
  88. 5755128 Fixing SVGColor DartC break by blois@google.com · 12 years ago
  89. 8afa069 These APIs were introduced in the CSS DOM 2 spec and have been removed from the CSS DOM 3 spec. We should remove them as well. by blois@google.com · 12 years ago
  90. 93566b8 Making supressed DOM types abstract by blois@google.com · 12 years ago
  91. 5c0ae73 Add back localName and improve toString for Html nodes. by efortuna@google.com · 12 years ago
  92. e041f76 Make mixins work on native classes. by sra@google.com · 12 years ago
  93. 343fa26 Remove deprecated Expect from the libraries. by floitsch@google.com · 12 years ago
  94. 26f44bf dart:io | Add missing step to Link.create on Windows. by whesse@google.com · 12 years ago
  95. 7e65824 dart:io | Add asynchronous Link.create implementation. by whesse@google.com · 12 years ago
  96. 6d1c14a WebSocket: Correctly expect masked frames from clients, and send masked frames from the client. by ajohnsen@google.com · 12 years ago
  97. 06ce0c3 Add JS implementation of LinkedHashMap. by kasperl@google.com · 12 years ago
  98. 62f1397 Remove typo templated type. by ajohnsen@google.com · 12 years ago
  99. 140409a Wrap stdout/stderr/stdin to only expose the relevant methods. by ajohnsen@google.com · 12 years ago
  100. b2d5c2b Make sure required type arguments are given when using factories. by karlklose@google.com · 12 years ago