0.3.1.1
  1. ccd052a Fixup of reverted CL- Fixing up Navigator.getUserMedia. by blois@google.com · 13 years ago
  2. 9cca892 Revert "Fixing up Navigator.getUserMedia." by blois@google.com · 13 years ago
  3. b9b0ffd Fixing up Navigator.getUserMedia. by blois@google.com · 13 years ago
  4. e78e8b1 Stubbing out the initial library for Chrome application support. by blois@google.com · 13 years ago
  5. 0108e97 Move sort to collection-dev and remove coreSort. by floitsch@google.com · 13 years ago
  6. 44a2249 Move list helper-classes from core to collection-dev. by floitsch@google.com · 13 years ago
  7. 6ffde9d Make Future complete synchronously, and only report unhandled errors async. by lrn@google.com · 13 years ago
  8. 4ebd714 Fix dart2dart crashes. by kasperl@google.com · 13 years ago
  9. c2446d4 Move many iterable classes to collection_dev. by floitsch@google.com · 13 years ago
  10. d9cd8d4 Fix resolver tests. by kasperl@google.com · 13 years ago
  11. 3f57b64 Start allowing mixin application extensions. by kasperl@google.com · 13 years ago
  12. fb16321 Add dart:collection_dev library. by floitsch@google.com · 13 years ago
  13. 5f04410 Get the most basic mixin applications working. by kasperl@google.com · 13 years ago
  14. fbc0344 Add an element for mixin applications. For now, the resolver complains about mixin applications -- but at least now the listeners support them. by kasperl@google.com · 13 years ago
  15. ccf88f9 dart2js: Fix exception thrown with --minify and --checked. by erikcorry@google.com · 13 years ago
  16. 8d1020c Revert "Add dart:collection_dev library." by floitsch@google.com · 13 years ago
  17. ba73897 Add dart:collection_dev library. by floitsch@google.com · 13 years ago
  18. f7fcb1f Fix issue 7677: recognize const declarations inside methods. by ngeoffray@google.com · 13 years ago
  19. e123ae0 Undo bad change in Maps class. Fix test. by floitsch@google.com · 13 years ago
  20. 0aeaffa Fix inlining of getters and always create a HInvokeClosure with a closure selector. Also fix a wrong type annotation. by ngeoffray@google.com · 13 years ago
  21. bc0808e Make copy of map.keys when removing the elements. by floitsch@google.com · 13 years ago
  22. 0e934a6 Add methods to Collection. by lrn@google.com · 13 years ago
  23. c8baf5c Allowing inlining of static getters and methods in a different library. Also report an error if a getter has parameters. by ngeoffray@google.com · 13 years ago
  24. 3a6b323 Make stream transformations be subscription-wrappers rather than full streams. by lrn@google.com · 13 years ago
  25. bda6df3 Revert "Fixing formatting of dart:html's dart2js annotations." by blois@google.com · 13 years ago
  26. b6f3eca Fixing formatting of dart:html's dart2js annotations. by blois@google.com · 13 years ago
  27. 764b68d Removing redundant event streams. by blois@google.com · 13 years ago
  28. af34284 Remove CommentMap from all DartDoc code. by amouravski@google.com · 13 years ago
  29. fe0d08b Fix warnings spotted by dartc. by ngeoffray@google.com · 13 years ago
  30. 9b6fa7e IDL roll. by antonm@google.com · 13 years ago
  31. 8453120 Move non-relational operators to the new interceptor scheme. by ngeoffray@google.com · 13 years ago
  32. 5128f7c Now that we don't have JS blobs that reference Dart parameters, we can stop doing special tricks with the HParameterValue instruction. by ngeoffray@google.com · 13 years ago
  33. 6dcfe3c Create IterableMixinWorkaround and move most of the Collections methods there. by floitsch@google.com · 13 years ago
  34. 4299d2c Process handled exports correctly. by johnniwinther@google.com · 13 years ago
  35. 7ca573a Revert "Create IterableMixinWorkaround and move most of the Collections methods there." by floitsch@google.com · 13 years ago
  36. e0459f6 Create IterableMixinWorkaround and move most of the Collections methods there. by floitsch@google.com · 13 years ago
  37. 962da4c Add Uint8ClampedArray to the list of typed arrays. by antonm@google.com · 13 years ago
  38. f218262 Regenerate libraries. by antonm@google.com · 13 years ago
  39. 1fa0195 Avoid trying to inline identical, and avoid shadowing identical. by ngeoffray@google.com · 13 years ago
  40. 5e271e0 Fix optional arguments handling. Handling of default values is for a further by polux@google.com · 13 years ago
  41. 1af34e1 Fix two issues that broke minification on dart2js. by erikcorry@google.com · 13 years ago
  42. 89d3518 Simplification: avoid boxing/unboxing of ClassElements in ClassBaseTypes. This makes things shorter, faster, and ensures by typing that only classes are passed to functions that expect classes. by polux@google.com · 13 years ago
  43. 4a6c2ca Regenerate libs for case sensitive file systems. (Why is mac case by efortuna@google.com · 13 years ago
  44. 722cde1 Remove more classes and members by making them private. by amouravski@google.com · 13 years ago
  45. a4fd4b1 Fixing dartc error about not using ~/ operator and FF test error. by blois@google.com · 13 years ago
  46. b97af1c Adding support for the MouseWheel event in Streams. by blois@google.com · 13 years ago
  47. 9da44d6 Change /// @docsEditable to @DocsEditable annotation. by amouravski@google.com · 13 years ago
  48. 038af96 Changed @domName annotation in comment to full fledge @DomName annotation. by amouravski@google.com · 13 years ago
  49. 0d3f1c5 Fix Path.relativeTo in special case where base is a substring of this. by whesse@google.com · 13 years ago
  50. 46a971d Regenerate libs. by antonm@google.com · 13 years ago
  51. 9d7b271 Fix Path.relativeTo and add support for relative paths as input. by whesse@google.com · 13 years ago
  52. 0433de6 Revert "Revert "Don't use Error.toSafeString in List constructor."" by sra@google.com · 13 years ago
  53. 26e11c6 Do not track parameter types of closures, since closure calls can be generated during the emitter. by ngeoffray@google.com · 13 years ago
  54. 8ad8293 Revert "Don't use Error.toSafeString in List constructor." by sra@google.com · 13 years ago
  55. 45520c4 Address Erik's comments on https://codereview.chromium.org/11778064 and fix minifier failures. by ngeoffray@google.com · 13 years ago
  56. 1ad6e92 Don't use Error.toSafeString in List constructor. by sra@google.com · 13 years ago
  57. 37d87ed Start adding support for mixin application syntax. We now parse the typedef variant of mixin applications like: by kasperl@google.com · 13 years ago
  58. 88675d2 Unbreak closure invocation name minification. by kasperl@google.com · 13 years ago
  59. 5e1b75a Add a new class InvokeDynamicSpecializer and subclasses that know what input types are beneficial for optimization, and know how to change a HInvokeDynamicMethod to a builtin instruction. by ngeoffray@google.com · 13 years ago
  60. 157dada Use the 'isEnabled' flag of a bailout target to make sure the instruction can be removed in the optimized version. by ngeoffray@google.com · 13 years ago
  61. a99e640 Fix git rebase fail on my part that merged the status files poorly. by efortuna@google.com · 13 years ago
  62. e1109ed Detect if webkitNotifications is available and remove webkit prefix (replaced by efortuna@google.com · 13 years ago
  63. ab15364 Fix new Element.html with tables in IE http://dartbug.com/7902 by jmesserly@google.com · 13 years ago
  64. ce18845 Adding support checks for ApplicationCache. by blois@google.com · 13 years ago
  65. c9e8cbc Removing HTML elements by making them private. by amouravski@google.com · 13 years ago
  66. 9b61abf Adding types to dart:html's dartium files where possible. by blois@google.com · 13 years ago
  67. d3b9ed0 Removing the exclusion of all NamedNodeMap members as they were being used. by blois@google.com · 13 years ago
  68. 1ebf193 Changing htmlrenamer to use DOM names rather than Dart names. by blois@google.com · 13 years ago
  69. 79f8aab Address review comments from https://codereview.chromium.org/11824035/ by floitsch@google.com · 13 years ago
  70. 7291e60 Removing dependency on dart binary from go.sh. by amouravski@google.com · 13 years ago
  71. 5bd2632 Support web workers in dart2js. by ngeoffray@google.com · 13 years ago
  72. e3b0428 Actually be done on error in stream iterable pending events. by lrn@google.com · 13 years ago
  73. f85eaca Refactor generating streams to use the pending events infrastructure. by lrn@google.com · 13 years ago
  74. a91b1b2 Correctly boolify feature test. by ahe@google.com · 13 years ago
  75. 6aa2875 Enable WebSocket secure connection using "wss" in W3C interface. Add testing of secure WebSocket connection for multiple websocket tests. by whesse@google.com · 13 years ago
  76. bc150e7 Edit comments for websocket, drop hashcode() from interface. by whesse@google.com · 13 years ago
  77. faf4feb Add "part of" to sink.dart. by floitsch@google.com · 13 years ago
  78. b7675b5 Fix bug in previous commit by sgjesse@google.com · 13 years ago
  79. d18fd5f Fix a number of small bug reports and documentation requests. by lrn@google.com · 13 years ago
  80. a6a16b6 Improve the error-propagation on socket streams by sgjesse@google.com · 13 years ago
  81. 6f72a7f Refactor ClassElementX to make it ready (or readier) for implementing mixin applications. by kasperl@google.com · 13 years ago
  82. e7bfcb6 Make Stream have a default implementation as single-subscription. by lrn@google.com · 13 years ago
  83. 902f89f Update status file, and how we recognize a NPE: since drt does not set the "type" property of an exception, unlike v8, we were not recognizing that "Cannot call method 'operator$not$0' of undefined" was an NPE. by ngeoffray@google.com · 13 years ago
  84. a6cf3c2 Nice messages on uncaught exceptions. by ahe@google.com · 13 years ago
  85. be45848 Fix selector name check, and make the interceptor participate in speculatively propagating types. by ngeoffray@google.com · 13 years ago
  86. 2ba1849 Move indexSet and unary operators to the new interceptor mechanism. by ngeoffray@google.com · 13 years ago
  87. ef13a08 Make StreamController's unnamed constructor create a single-sub stream. by lrn@google.com · 13 years ago
  88. 14130ae Avoid the _onSubscriptionStateChange being called twice in some cases. by lrn@google.com · 13 years ago
  89. 9471770 Change the WebSocket implementation to use Socket.read instead of Socket.readList by sgjesse@google.com · 13 years ago
  90. cba281d Make Stream transformation respect the single/multi subscriber nature of the source. by lrn@google.com · 13 years ago
  91. 0d46b48 Change how to opt-in to dart2js mirrors. by ahe@google.com · 13 years ago
  92. a152bc2 Adding support checks for FileSystem APIs and making APIs not webkit-specific. by blois@google.com · 13 years ago
  93. e723b69 Fixes for a number of dart analyzer issues in dart:html. by blois@google.com · 13 years ago
  94. a497797 Adding streams to dart:html. by blois@google.com · 13 years ago
  95. 3696154 Default constructor for dart:io Path now handles native Windows paths. Path() now does the same as Path.fromNative(). Path.fromNative() is removed, and all uses of it replaced by Path(). by whesse@google.com · 13 years ago
  96. 9feb90f3 Moved HTML metadata into its own library. by amouravski@google.com · 13 years ago
  97. 72ebc65 Remove the Hashable class. by lrn@google.com · 13 years ago
  98. 4622dc3 Make browser tests all run from a server instead of the local filesystem. by efortuna@google.com · 13 years ago
  99. fa19181 Revert "Adding support checks for FileSystem APIs and making APIs not webkit-specific." by blois@google.com · 13 years ago
  100. 523aaba Improve documentation for futures. by floitsch@google.com · 13 years ago