0.2.0.0
  1. 94cd105 Version 0.2.0.0. by dgrove@google.com · 10 years ago 0.2.0.0
  2. 03b9aad Version 0.1.6.0 by ricow@google.com · 10 years ago 0.1.6.0
  3. 5b06abf Version 0.1.5.0 by ricow@google.com · 10 years ago 0.1.5.0
  4. 0610cb3 Version 0.1.4.0 by ricow@google.com · 10 years ago 0.1.4.0
  5. 7824353 Version 0.1.3.0 by dgrove@google.com · 10 years ago 0.1.3.0
  6. 0937a23 Version 0.1.1.0 by dgrove@google.com · 10 years ago
  7. b7e27fc Version 0.1.0.0 by dgrove@google.com · 10 years ago
  8. 8a431ac result of by dgrove@google.com · 10 years ago
  9. dce89d6 result of by dgrove@google.com · 10 years ago
  10. 8b45263 result of by dgrove@google.com · 10 years ago
  11. 7cd8d97 result of by dgrove@google.com · 10 years ago
  12. eaeeffc result of by dgrove@google.com · 10 years ago
  13. 18e4400 result of by dgrove@google.com · 10 years ago
  14. 1eedd0a result of by dgrove@google.com · 10 years ago
  15. 4a0bd7e result of by dgrove@google.com · 10 years ago
  16. 733a9bd result of by dgrove@google.com · 10 years ago
  17. f1488e3 result of by dgrove@google.com · 10 years ago
  18. a78aad6 result of by dgrove@google.com · 10 years ago
  19. 43f5720 result of by dgrove@google.com · 10 years ago
  20. c5c3d9b result of by dgrove@google.com · 10 years ago
  21. 8b31eba result of by dgrove@google.com · 10 years ago
  22. 9245995 result of by dgrove@google.com · 10 years ago
  23. 2f9c268 Result of by dgrove@google.com · 10 years ago
  24. 21a5449 result of by dgrove@google.com · 10 years ago
  25. c4767f8 result of by dgrove@google.com · 10 years ago
  26. 2c23b2d result of by dgrove@google.com · 10 years ago
  27. 8cef7c3 result of by dgrove@google.com · 10 years ago
  28. 85249c5 result of by dgrove@google.com · 10 years ago
  29. 6666b85 result of by dgrove@google.com · 10 years ago
  30. 2933313 result of svn merge -r 10021:10115 https://dart.googlecode.com/svn/branches/bleeding_edge trunk by dgrove@google.com · 10 years ago
  31. e775244 result of by dgrove@google.com · 10 years ago
  32. 5fdc13b result of by dgrove@google.com · 10 years ago
  33. d726b9c result of by dgrove@google.com · 10 years ago
  34. db73d09 result of by dgrove@google.com · 10 years ago
  35. 4d968b4 result of by dgrove@google.com · 10 years ago
  36. 6997401 (remerge after revert of r9571) by dgrove@google.com · 10 years ago
  37. b65349d Revert r9571, which had some merge issues. by dgrove@google.com · 10 years ago
  38. 45e1a57 svn merge -r 9312:9474 https://dart.googlecode.com/svn/branches/bleeding_edge trunk by pquitslund@google.com · 10 years ago
  39. 1373709 Force named arguments in constructors. by antonm@google.com · 13 years ago
  40. a5202b9 WebKit IDL are getting closer to the standard, but... by antonm@google.com · 13 years ago
  41. 7ee39fa Generate contains() method for list mixin only if not already defined. by sra@google.com · 13 years ago
  42. e4299ae Restore custom attribute. by antonm@google.com · 13 years ago
  43. e2f288e Discard modules information. by antonm@google.com · 13 years ago
  44. 89f5dae Rename OutOfMemoryException to OutOfMemoryError. by lrn@google.com · 13 years ago
  45. f7a56d3 Revert "Rename OutOfMemoryException to OutOfMemoryError." by kasperl@google.com · 13 years ago
  46. 13a2fae Parse redirecting constructor references. by ahe@google.com · 13 years ago
  47. 58f3453 Rename OutOfMemoryException to OutOfMemoryError. by lrn@google.com · 13 years ago
  48. 3ff51bb Make sure that parts of a date are returned as ints. by karlklose@google.com · 13 years ago
  49. ebcfd3e Inline calls to identical. by kasperl@google.com · 13 years ago
  50. a3e9634 Fix origin/patch warnings. by johnniwinther@google.com · 13 years ago
  51. 8a122ad Remove VariableScope, Scope.lexicalLookup and Scope.inStaticContext by johnniwinther@google.com · 13 years ago
  52. 0fa9c80 Clean up leg.dart. by ahe@google.com · 13 years ago
  53. f070fb2 Rename leg.dart and resolver.dart. by ahe@google.com · 13 years ago
  54. 9f32f06 Add "contains" method to Collection. by lrn@google.com · 13 years ago
  55. 2323605 Change return types of Callbacks to w3c standard of void by efortuna@google.com · 13 years ago
  56. 1566b33 Add comment explaining why dart:html needs the helper-library. by floitsch@google.com · 13 years ago
  57. a937c8e Disable argument type optimization for named parameters. by ahe@google.com · 13 years ago
  58. fb20ac2 Third round of cleanups for new optional parameter semantics. by regis@google.com · 13 years ago
  59. 0ad1abc Add the runtime type cache to isolate contexts instead of the isolate properties, if we compile with isolate support. by karlklose@google.com · 13 years ago
  60. 9c66a33 Add a content-security-policy (CSP) flag. by floitsch@google.com · 13 years ago
  61. ae9664a Revert "Add "contains" method to Collection." by lrn@google.com · 13 years ago
  62. 1da475e Minor improvements to the concrete type inference and the accompanying tests. As discussed offline, the List support will have to be smarter than that. by polux@google.com · 13 years ago
  63. 59124b4 Don't declare "contains" twice in Set class template. by lrn@google.com · 13 years ago
  64. c3c2ae6 Add "contains" method to Collection. by lrn@google.com · 13 years ago
  65. ebc4b6b Make sure source code location info from native classes is preserved. by sra@google.com · 13 years ago
  66. 8c3cfbb Second round of cleanups for new optional parameter semantics. by regis@google.com · 13 years ago
  67. dbe15ba Minor simplification. by antonm@google.com · 13 years ago
  68. 8889337 Unify formatting of parameters in interfaces and implementing classes. by antonm@google.com · 13 years ago
  69. 2d7f516 Extract common logic from Backend.BaseClassName(). by podivilov@google.com · 13 years ago
  70. 1764c7b Improve handling of enclosingElement in ResolverVisitor. by ahe@google.com · 13 years ago
  71. dc0c815 Rename Dartium dart:html implementation classes. by podivilov@google.com · 13 years ago
  72. 96d1ff2 Convert === and !== to new syntax in compiler by danrubel@google.com · 13 years ago
  73. e846c47 Switch to using IDLTypeInfo.interface_name(). by podivilov@google.com · 13 years ago
  74. a8c94bc Provide a correct value for is_optional argument of ParamInfo constructor. by antonm@google.com · 13 years ago
  75. de3b284 Refactor common functionality. by antonm@google.com · 13 years ago
  76. f20ca10 Remove ParamInfo.dart_type field. by podivilov@google.com · 13 years ago
  77. a6913b0 Remove unnecessary support for default values. by antonm@google.com · 13 years ago
  78. ff9e0f7 Change Process.start to return a future that completes with a by ager@google.com · 13 years ago
  79. 7bdd21a Remove dart2js support for obsolete raw string syntax. by aprelev@gmail.com · 13 years ago
  80. 3e34bd5 Remove getter parentheses in patch. by johnniwinther@google.com · 13 years ago
  81. 3bcf84c Make arguments of MutationObserver named. by antonm@google.com · 13 years ago
  82. 46f6cd6 Support new named arguments. by antonm@google.com · 13 years ago
  83. ed78be3 Support new List.sort signature. by antonm@google.com · 13 years ago
  84. cd5be32 Make argument of List.sort optional with default Comparable.compare. by lrn@google.com · 13 years ago
  85. 62a9b17 Removal of Entity class. Review URL: https://codereview.chromium.org//11187009 by efortuna@google.com · 13 years ago
  86. b9e2d45 Replace DOMStringList with List<String>. by efortuna@google.com · 13 years ago
  87. 1eeb83b Convert legacy 'native code' to JS-forms in dart:html by sra@google.com · 13 years ago
  88. 65608af Revert r13688 so sra can get his big change in first. by efortuna@google.com · 13 years ago
  89. bfa58d6 Suppress creation of Entity class (it's not being used. We can un-suppress later by efortuna@google.com · 13 years ago
  90. adb5346 Change core lib, dart2js, and more for new optional parameters syntax and semantics (new semantics is not enforced yet). by regis@google.com · 13 years ago
  91. 180c7a5 Fix JS minifier to lift var declarations within functions. Still disabled. by erikcorry@google.com · 13 years ago
  92. c5836e4 Revert "dart2js_mirrors_test added" by johnniwinther@google.com · 13 years ago
  93. 962ea53 dart2js_mirrors_test added by johnniwinther@google.com · 13 years ago
  94. 3b27d7d Land 'Fix a crash related to obsolete factory syntax.'. by karlklose@google.com · 13 years ago
  95. d622487 Landing Peter's fix for function-typed field initializer arguments. by kasperl@google.com · 13 years ago
  96. 75de0c4 Fix assertion failure when dealing with asserts. by kasperl@google.com · 13 years ago
  97. 7d05eaa Make AudioBufferSourceNode not picky about the number of parameters that are by efortuna@google.com · 13 years ago
  98. 4b2cf64 Enable js-helper library in the html library. by floitsch@google.com · 13 years ago
  99. 1386f01 [dart2dart] Fix assertions for tests to pass in checked mode. by smok@google.com · 13 years ago
  100. e88c4aa Reserve a state variable for the bailout function. by floitsch@google.com · 13 years ago