0.7.2.1
  1. 24224bc Version 0.7.2.1 . by dgrove@google.com · 10 years ago 0.7.2.1
  2. 89707c3 Check for non-final field in the face of const constructors. by johnniwinther@google.com · 12 years ago
  3. dbf675d Adding conversion support for JSON XHR requests. by blois@google.com · 12 years ago
  4. 232cdaa VM: Make ParameterMirror.toString say it is a parameter mirror. by rmacnak@google.com · 12 years ago
  5. 85e0453 adding HtmlEscape to dart:convert by kevmoo@j832.com · 12 years ago
  6. 43d28b5 Fixing visibilityState APIs in Dart by blois@google.com · 12 years ago
  7. a567dea Implement reflection on function type aliases (typedef). by ahe@google.com · 12 years ago
  8. 871fbc9 Fixing Element.shadowRoot to work with webkitShadowRoot by blois@google.com · 12 years ago
  9. 47239cb Move delete/deleteSync up to FileSystemEntity, with a shared documentation. by ajohnsen@google.com · 12 years ago
  10. 6d54786 Emit a compile-time error on const constructors with a body. by karlklose@google.com · 12 years ago
  11. a45f68c Reland "Avoid generating code for dead blocks and remove instructions in dead blocks even if they are used by phis or control flow instructions." by kasperl@google.com · 12 years ago
  12. 7e6f6f8 Changed the maturity of the Isolate library to UNSTABLE (requested by Dan). by bak@google.com · 12 years ago
  13. e9cb460 Revert "Avoid generating code for dead blocks and remove instructions in dead blocks even if they are used by phis or control flow instructions." by kasperl@google.com · 12 years ago
  14. 51d6815 Fix inferrer bug in the presence of compound assignments and unresolved fields in a generative constructor. by ngeoffray@google.com · 12 years ago
  15. 5e5b624 Avoid generating code for dead blocks and remove instructions in dead blocks even if they are used by phis or control flow instructions. by kasperl@google.com · 12 years ago
  16. 7cf1fa8 Don't wait for asynchronous error handlers. by floitsch@google.com · 12 years ago
  17. f0dbe75 Remove deprecatedFutureValue. by floitsch@google.com · 12 years ago
  18. 5d8f2ca Reapply "Add custom equals and hashCode for HashMap implementation." by lrn@google.com · 12 years ago
  19. f53a51c Is checks on the right hand side of an || used in an 'if' do not apply to the then branch of that if. by ngeoffray@google.com · 12 years ago
  20. 85ecf7e Add a comment and avoid introducing a field in the TypesInferrer class. by ngeoffray@google.com · 12 years ago
  21. 8007683 Ensure UnionTypeMask.operator== works in the presence of nullability. by ngeoffray@google.com · 12 years ago
  22. c4971c3 Run a few more optimization phases if the last dead code elimination phase removes instructions with side-effects. by kasperl@google.com · 12 years ago
  23. 7fe858a Fixing IE browser detection for IE11 by blois@google.com · 12 years ago
  24. afd3921 Fixing JS size regression from Blink roll. by blois@google.com · 12 years ago
  25. fe2adfd Edited one-liner for SVG. Also regenerated indexeddb doc and httprequest. by mcampione@google.com · 12 years ago
  26. 9f52a29 Added back childNodes and getAttribute and setAttribute. by efortuna@google.com · 12 years ago
  27. b14e379 Cleaning up a bunch of DOM generation tables by blois@google.com · 12 years ago
  28. 1b46374 Class-level docs for dart:html HttpRequest. by mcampione@google.com · 12 years ago
  29. 6d798da Change simpleName of anonymous mixin applications. by ahe@google.com · 12 years ago
  30. 4ffb3e3 Mark watch_removed_file_test as flaky. by floitsch@google.com · 12 years ago
  31. 3c3e2f9 Emit a compile-time error when returning a value from a constructor. by karlklose@google.com · 12 years ago
  32. 0d12e82 Fix bug http://code.google.com/p/dart/issues/detail?id=12941 by doing speculative optimizations even if one class in the system implements the speculated type, but does not implement all its members. by ngeoffray@google.com · 12 years ago
  33. 2eed48b Restore native isJsIndexable optimization. by ahe@google.com · 12 years ago
  34. 6ec9c37 Remove use of deprecatedFutureValue in json_serializer.dart. by floitsch@google.com · 12 years ago
  35. 210d992 Another small step towards dead block elimination: Avoid unconditionally marking the blocks that are guarded by if-branches on constants as live. by kasperl@google.com · 12 years ago
  36. cd8d9e5 Small cleanup in the inferrer: make registerCalledElement returns the type of the called element. by ngeoffray@google.com · 12 years ago
  37. 87d38da Annotated the SDK libraries with level of maturity. by bak@google.com · 12 years ago
  38. 5f191b5 Fix incorrect access to static in broadcast stream controller. by lrn@google.com · 12 years ago
  39. c288d7c Revert "Add custom equals and hashCode for HashMap implementation." by lrn@google.com · 12 years ago
  40. cf4a191 Deal with LICM when simplifying nested use of conditions and start working on doing dead code elimination at the basic block level. by kasperl@google.com · 12 years ago
  41. 76c0e79 Add custom equals and hashCode for HashMap implementation. by lrn@google.com · 12 years ago
  42. 0572107 Fix the merge of locals handler logic. by ngeoffray@google.com · 12 years ago
  43. fcc7862 A typed selector needs no such method handling if at least one of its implemented subtype (in case it's not exact) does not implement the selector name. by ngeoffray@google.com · 12 years ago
  44. 60d385a Add new flaky tests to pub.status. by whesse@google.com · 12 years ago
  45. 0bfd98d Add order to DartType. by johnniwinther@google.com · 12 years ago
  46. 70c7a01 Fix dart2analyzer warnings, and mark a test as fail because of a false warning in dartanalyzer. by ngeoffray@google.com · 12 years ago
  47. 2b77f18 Refactor code in container tracer to not rely on the internals of SimpleTypesInferrer. by ngeoffray@google.com · 12 years ago
  48. c8f4cbb Support symbol literals. by johnniwinther@google.com · 12 years ago
  49. 190a854 Update the documentation of String.replaceAll and .replaceAllMapped. by lrn@google.com · 12 years ago
  50. fb3e580 Support loading transformer plugins from pub. by nweiz@google.com · 12 years ago
  51. e0b7d07 Fixing Indexed DB from latest Blink roll by blois@google.com · 12 years ago
  52. d9be5f5 added library-level description for dart:indexed_db by mcampione@google.com · 12 years ago
  53. 64fd5a5 Implement InstanceMirror.== in dart2js and InstanceMirror.hashCode in the VM and dart2js. by rmacnak@google.com · 12 years ago
  54. 1a95fe0 Fix problem that caused anonymous mixin applications to be named "null". by ahe@google.com · 12 years ago
  55. 7c53dfa Make file system watcher compile on Mac OS 106, and add a runtime-call to test if the system supports the feature. by ajohnsen@google.com · 12 years ago
  56. dc2b965 Reland "Constant fold nested use of conditions used in ifs to true or false." by kasperl@google.com · 12 years ago
  57. 3ac88cc Provide default implementation for dart2dart. by ngeoffray@google.com · 12 years ago
  58. 32a6637 Remove children list from zones. by floitsch@google.com · 12 years ago
  59. 75a8cd9 Another case of a runtime helper not being registered to the backend: Symbol.validate. by ngeoffray@google.com · 12 years ago
  60. 6c5229a Move _FileSystemWatcher to IO patch since it extends NativeFieldWrapperClass1. by ajohnsen@google.com · 12 years ago
  61. 38bae0a Add FileSystemWatcher class to dart:io. by ajohnsen@google.com · 12 years ago
  62. 2062542 Checked setter and generated getters and setters for fields must also encode reflection data. by ngeoffray@google.com · 12 years ago
  63. eaf1021 Make HashMap constructor a factory. by lrn@google.com · 12 years ago
  64. dd2fe0a Revert "Constant fold nested use of conditions used in ifs to true or false." by kasperl@google.com · 12 years ago
  65. d47d589 Make sure to never report SocketExceptions on HttpResponse. by ajohnsen@google.com · 12 years ago
  66. 80ecfaf Constant fold nested use of conditions used in ifs to true or false. by kasperl@google.com · 12 years ago
  67. a74e125 Make sure we're not trying to optimize an int check if the input can be a number. by ngeoffray@google.com · 12 years ago
  68. c4540b4 Pub integration tests sometimes need more than 20 seconds. by ahe@google.com · 12 years ago
  69. 3d22a35 First pass at asynchronous input loading in dart2js. by johnniwinther@google.com · 12 years ago
  70. 3d04f30 Do not do global optimizations on fields and parameters when invokeOn is enabled. by ngeoffray@google.com · 12 years ago
  71. 3bc5d4a Qualify access to UNARY_MINUS in superclass. by kasperl@google.com · 12 years ago
  72. f7770e4 Simplify dispatchProperty. by ahe@google.com · 12 years ago
  73. 7222569 Fix various parser bugs related to modifiers of top-level and class members. by ahe@google.com · 12 years ago
  74. 3fad273 Fix inferrer bug in the presence of synthesized constructors: we should always notify a call to the super constructor to know what are the types of the optional parameters. by ngeoffray@google.com · 12 years ago
  75. d2e5a56 Mark pub's update_locked_test as flaky. by floitsch@google.com · 12 years ago
  76. 132b3db Add comment to runZonedExperimental deprecating onDone. by floitsch@google.com · 12 years ago
  77. 56c6baf Refactor parseMember. by ahe@google.com · 12 years ago
  78. bb72b68 Refactor parser to allow following the spec. by ahe@google.com · 12 years ago
  79. e03a0e9 Provide default implementation for dart backend. by ngeoffray@google.com · 12 years ago
  80. bc3d9f0 Couple of backend fixes: by ngeoffray@google.com · 12 years ago
  81. 2ecb7ed Add cast to please the analyzer by sgjesse@google.com · 12 years ago
  82. 75c4205 Fix type error in throwNoSuchMethod. by ahe@google.com · 12 years ago
  83. c02b3dd Fix piping to a WebSocket by sgjesse@google.com · 12 years ago
  84. c14feef Fix type error in dart2js patch files after r26985. by ahe@google.com · 12 years ago
  85. 53dc9ba Change the field and constructor parameter types of NoSuchMethodError to Symbol. by lrn@google.com · 12 years ago
  86. 47d3cab Work around VM bug 12963 by ahe@google.com · 12 years ago
  87. 32eefe9 Increase timeout of some pub tests. by ahe@google.com · 12 years ago
  88. 00edc33 Remove dead code. by ahe@google.com · 12 years ago
  89. 5ddd266 Update comment in example. by ahe@google.com · 12 years ago
  90. 11d37b1 Don't rely on script.async in deferred loading. by ahe@google.com · 12 years ago
  91. 128a95f Fixing wheel event on Dart2js by blois@google.com · 12 years ago
  92. f59872e Missed one template from the previous CL to unbreak indexed_db. by jacobr@google.com · 12 years ago
  93. 792918a Remove invalid calls to the _count method. This is a short term fix to make the build green. Blois will be submitting the correct fix. by jacobr@google.com · 12 years ago
  94. 0bea964 Fixing console. by blois@google.com · 12 years ago
  95. c937883 Remove obsolete manually defined _deltaX and _deltaY members. by jacobr@google.com · 12 years ago
  96. 013e3bb Dart binding changes to along with Blink merge 155942-156717 by jacobr@google.com · 12 years ago
  97. 6570db5 Revert "Basic functionality is working with JS native support and polyfill, still some issues with dart2js typechecking." by blois@google.com · 12 years ago
  98. 8fe0dd7 Fixing mouse clicks on IE11 Preview by blois@google.com · 12 years ago
  99. 5607d75 Basic functionality is working with JS native support and polyfill, still some issues with dart2js typechecking. by blois@google.com · 12 years ago
  100. 47dcd08 Removing more dom_ methods (dom_getAttribute and dom_setAttribute.). by efortuna@google.com · 12 years ago