0.6.12.0
  1. de49b90 dart:io | Ensure that close() returns a Future<this> on all (Raw)?(Secure)?(Server)?Socket classes and implementations. by whesse@google.com · 12 years ago
  2. e550079 dart:io | Fix handling of exceptions from onBadCertificate callback. by whesse@google.com · 12 years ago
  3. a34421f Add transformer support to Converters. by floitsch@google.com · 12 years ago
  4. 1ebbd88 Implement IsolateMirror. by ahe@google.com · 12 years ago
  5. e8383b0 Document interaction between `JS` and `function` by sra@google.com · 12 years ago
  6. a3663cc Code review changes for r25379 by sra@google.com · 12 years ago
  7. 913b326 Regenerate dart_html after https://codereview.chromium.org/20174003/ by efortuna@google.com · 12 years ago
  8. 1210e46 [mdv] implement Node.createBinding and Node.createBindings by jmesserly@google.com · 12 years ago
  9. fbe1343 Added offset document measurement to Element. by efortuna@google.com · 12 years ago
  10. 0f4734a Replace someElement with anyElement. by gram@google.com · 12 years ago
  11. e9aba15 Fix dart2js and dart2dart buildbot breakage by johnmccutchan@google.com · 12 years ago
  12. 667b2e7 Implement SIMD types for dart2js by johnmccutchan@google.com · 12 years ago
  13. efe4781 Add chunked conversion to converters. by floitsch@google.com · 12 years ago
  14. 758b551 Fix copy-and-paste error. by ahe@google.com · 12 years ago
  15. d58c0f6 Generalize how to obtain names from the Namer at runtime. by ahe@google.com · 12 years ago
  16. 8c33fa1 Change how we emit code for Function.apply. by ahe@google.com · 12 years ago
  17. 22aeb0a Fix compilation error by vsm@google.com · 12 years ago
  18. 28541ed Regenerate dart:html from new Blink IDL files by vsm@google.com · 12 years ago
  19. cebd147 Add two argument shuffle operations to Float32x4 by johnmccutchan@google.com · 12 years ago
  20. 027a6a4 Revert 25425 and disable web_socket_ping_test on simulators for now. by ajohnsen@google.com · 12 years ago
  21. 5653113 Implement correct back-throttleing for web-sockets. by ajohnsen@google.com · 12 years ago
  22. 8aa7052 Don't confuse Windows paths for URIs. by rnystrom@google.com · 12 years ago
  23. 4d0774a Fix Queue's iterator to allocate an iterator using type parameter. Enable now passing tests. by srdjan@google.com · 12 years ago
  24. 01a661c Set correct type of 'stdin'. by ajohnsen@google.com · 12 years ago
  25. 2d538f7 Fix lineMode typo and add dart2js patch versions. by ajohnsen@google.com · 12 years ago
  26. 4b4f030 Add echo and line modes to Stdin. by ajohnsen@google.com · 12 years ago
  27. eca9e4c Add ability to send a ping interval on a WebSocket. by ajohnsen@google.com · 12 years ago
  28. 9c4ad19 Add 'deadline' to HttpResponse, making it possible to give a max duration for the liveness of the response. by ajohnsen@google.com · 12 years ago
  29. 9b964af Small inferrer improvments, and one refactoring in the inferrer. by ngeoffray@google.com · 12 years ago
  30. afd32c1 Inferrer cleanup: by ngeoffray@google.com · 12 years ago
  31. 0f067ac Fix copy-and-paste error. by ahe@google.com · 12 years ago
  32. dbbf423 Fix bad rewrite of boolean expression by ahe@google.com · 12 years ago
  33. 436d774 Generate new and old source map comment. by ahe@google.com · 12 years ago
  34. cc1760c Path is deprecated. by ahe@google.com · 12 years ago
  35. 2c0006c Fix a bug that caused a runtime error when attempting to read metadata of a class without metadata. by ahe@google.com · 12 years ago
  36. 5d81991 Make sure strings passed to dart2js are URIs. by rnystrom@google.com · 12 years ago
  37. 2173e09 Add dartExperimentalFixupGetTag for polymer experiments. by sra@google.com · 12 years ago
  38. 6774f0d Custom Syntax's are now enabled via template.bindingDelegate = by jmesserly@google.com · 12 years ago
  39. b532bad Ensure that libraries only appear once in library list. by dgrove@google.com · 12 years ago
  40. aea4a20 fix parsing of semantic template interation w/ shadowdom polyfill by jmesserly@google.com · 12 years ago
  41. 133814b Remove calls to [new Future] work around issue 11911. by nweiz@google.com · 12 years ago
  42. 92e1d30 Use appPubspec() in more places. by rnystrom@google.com · 12 years ago
  43. 66b63cc dart2js: Write data in chunks of 8kB to files in order to eliminate OOM crashes by kustermann@google.com · 12 years ago
  44. cafad9b TBR: Change BaseMatcher to Matcher in pub test file. by gram@google.com · 12 years ago
  45. bf21822 Make the loop/break/continue handling in the inferrer both simpler, and more generic. by ngeoffray@google.com · 12 years ago
  46. 87a80f6 pkg/args: expose immutable collections by kevmoo@j832.com · 12 years ago
  47. e326899 Don't use typed data for now. by floitsch@google.com · 12 years ago
  48. 216289b dart2js has its own snapshot. by ahe@google.com · 12 years ago
  49. 5a93e71 Add documentation to the convert constants. by floitsch@google.com · 12 years ago
  50. 15c7882 Add UTF-8 encoder. by floitsch@google.com · 12 years ago
  51. 25292ecb Improve toStringX documentations. by floitsch@google.com · 12 years ago
  52. 04d1990 Cleanup in the type inferrer. by ngeoffray@google.com · 12 years ago
  53. 9a54097 Don't throw exceptions when adding to a IOSink(StreamSink) after close. by ajohnsen@google.com · 12 years ago
  54. 8a36649 Fix spelling error in documentation for Process.pid by sgjesse@google.com · 12 years ago
  55. 279849d Fix sublist check, add missing methods and add tests for typed data lists. by floitsch@google.com · 12 years ago
  56. 2d43c9b Report correct socket error and use HttpServer:close future in pub. by ajohnsen@google.com · 12 years ago
  57. 50e8b98 Re-apply: "Keep on refactoring the inferrer by providing a [InferrerEngine] interface, that must implement the logic for recording types seen by an AST visitor." by ngeoffray@google.com · 12 years ago
  58. 8f3ff7d [mdv] template.ref must recursive to find the original source template by jmesserly@google.com · 12 years ago
  59. 07b2fcf Use path package rather than Path from dart:io . by dgrove@google.com · 12 years ago
  60. 22d573f Get rid of hokey dependencyMapList stuff. by rnystrom@google.com · 12 years ago
  61. 027d78d Stop working around issue 4155 in pub. by nweiz@google.com · 12 years ago
  62. be3871c Regenerate dart:chrome APIs after template changes. by efortuna@google.com · 12 years ago
  63. eca46b2 Implement top-level invoke and operators. by ahe@google.com · 12 years ago
  64. 3a2d871 Revert revision 25277, there are some type warnings. by ngeoffray@google.com · 12 years ago
  65. 8c7f01d Keep on refactoring the inferrer by providing a [InferrerEngine] interface, that must implement the logic for recording types seen by an AST visitor. by ngeoffray@google.com · 12 years ago
  66. c17ca9d Implement top-level accessors. by ahe@google.com · 12 years ago
  67. b646554 One more debug statement. by ahe@google.com · 12 years ago
  68. 7c21ecc Fix CSP mode. by ahe@google.com · 12 years ago
  69. f3fd7ee Fix some bugs regarding native fields. by ahe@google.com · 12 years ago
  70. 41806f9 Make JSON a const. by floitsch@google.com · 12 years ago
  71. f601233 Remove dart:codec and move classes into dart:convert. by floitsch@google.com · 12 years ago
  72. e85e0ff Improve decoding of JS TypeError. by ahe@google.com · 12 years ago
  73. 68269d2 Interceptors to distinguish JavaScript objects from other intercepted classes by sra@google.com · 12 years ago
  74. 8c07849 Only Firefox needs the vendor prefix. All other browsers have both (webkit browsers) or the unprefixed (IE). by efortuna@google.com · 12 years ago
  75. 69a4edc Update HttpRequest.request documentation to mention ByteBuffer instead of ArrayBuffer. by efortuna@google.com · 12 years ago
  76. ffd476b Reapply Box Model convenience classes BUG= R=jmesserly@google.com by efortuna@google.com · 12 years ago
  77. 522a7ef Add all 256 shuffle methods to Float32x4 by johnmccutchan@google.com · 12 years ago
  78. 0300d91 Print entire SocketException in pub, to help debug the problem. by ajohnsen@google.com · 12 years ago
  79. a78aeef Capture and handle properly every call to JSArray that read or writes elements via a native call by polux@google.com · 12 years ago
  80. 2bd55c2 Keep track of when a socket has been destroyed by ajohnsen@google.com · 12 years ago
  81. 3af8457 Handle do-while by polux@google.com · 12 years ago
  82. 0958316 Account for boolean operators shortcircuiting behavior by polux@google.com · 12 years ago
  83. ecdceae Report an error if a const constructor calls a non-const constructor. by ngeoffray@google.com · 12 years ago
  84. 76d4625 Fixed bug in _ControllerStream.operator==. by lrn@google.com · 12 years ago
  85. f22b7eb Code refactoring: make the inferrer visitor generic in order to play with different type representations. by ngeoffray@google.com · 12 years ago
  86. 14a850c Do not use the NamedMixinApplication node for anonymous mixins: otherwise, the [MixinApplicationElement.computeTypeParameters] would create additional type variables that should not exist. by ngeoffray@google.com · 12 years ago
  87. 1477f01 Implement reflection on native classes. by ahe@google.com · 12 years ago
  88. 7342994 Reverting 25196, 25195, 25192. by efortuna@google.com · 12 years ago
  89. a092805 Adjust FF test status for moz-box-sizing, and fix type error. by efortuna@google.com · 12 years ago
  90. 6d09432 Added part of to Dimension class. by efortuna@google.com · 12 years ago
  91. ef1cb88 Provide cross-browser Rects for box model dimensions for Elements. by efortuna@google.com · 12 years ago
  92. c69aa59 Fix bot redness. by ngeoffray@google.com · 12 years ago
  93. 6d7b2a1 Rewrite how we handle synthesized constructors in the compiler. This was motivated by issue https://code.google.com/p/dart/issues/detail?id=11822. by ngeoffray@google.com · 12 years ago
  94. 10bf1ba Diagnose unresolved constructors in platform libraries. by ahe@google.com · 12 years ago
  95. bb87908 Add a VariableScope abstraction for tracking types of locals in the inferrer. by ngeoffray@google.com · 12 years ago
  96. ef8711d Fix representation test. by karlklose@google.com · 12 years ago
  97. 06493c3 Revert "Introduce StackTraceOnThrowMixin." by floitsch@google.com · 12 years ago
  98. 9a7a00e Use jsAst for runtime type representations. by karlklose@google.com · 12 years ago
  99. 047c8d4 - Trace the length of lists. by ngeoffray@google.com · 12 years ago
  100. 5ef0e49 Change order of supertypes. by karlklose@google.com · 12 years ago