0.4.4.0
  1. 36519f4 Redirect pure isolate print to helper isolate. by antonm@google.com · 12 years ago
  2. 9038678 Faster stringify / toString for numbers by sra@google.com · 12 years ago
  3. 5761086 Fix bug 9239 by always evaluating the receiver before the value in an instance SendSet. by ngeoffray@google.com · 12 years ago
  4. 70f8c7a Work around issue 9499. by nweiz@google.com · 12 years ago
  5. e1ac688 Set the correct package-root for dartdoc. by nweiz@google.com · 12 years ago
  6. c590e8a Switch pkg packages, pub, and dartdoc to use package: imports. by nweiz@google.com · 12 years ago
  7. 9d00ff1 dom: more final more of the time by kevmoo@j832.com · 12 years ago
  8. a95c51b Regen libs after IDL roll. by antonm@google.com · 12 years ago
  9. d97ce70 Rebuild libs after the recent change. by antonm@google.com · 12 years ago
  10. 7a50271 Support pure isolate timers. by antonm@google.com · 12 years ago
  11. d87a742 Helper to support getContext options map analysis. by antonm@google.com · 12 years ago
  12. 81f33f1 Revert "Revert "Canonical naming of Constants"" by sra@google.com · 12 years ago
  13. 47e2e9a Revert "Canonical naming of Constants" by sra@google.com · 12 years ago
  14. 1e0c55a Canonical naming of Constants by sra@google.com · 12 years ago
  15. ac5ad0a Fix docs.dart, which has been sad and neglected. by amouravski@google.com · 12 years ago
  16. dd0ef39 KeyboardEventStream: lock it down by kevmoo@j832.com · 12 years ago
  17. 9d60a08 Remove dead scalarlist patch by johnmccutchan@google.com · 12 years ago
  18. d516a7a Review changes by johnmccutchan@google.com · 12 years ago
  19. 12d188a Support asynchronuous spawnDomFunction. by antonm@google.com · 12 years ago
  20. 031127b Incorporate Pete's comments on KeyboardEventStream. by efortuna@google.com · 12 years ago
  21. 85aa5f8 Fix $eq regression by sra@google.com · 12 years ago
  22. e07063f Revert 12534006 by johnmccutchan@google.com · 12 years ago
  23. 7b1d3b9 Port SIMD types from dart:scalarlist to dart:typeddata. by johnmccutchan@google.com · 12 years ago
  24. 1a3a521 Revert "Revert "Better constant folding of interpolation"" by sra@google.com · 12 years ago
  25. df60a3f Revert "Better constant folding of interpolation" by sra@google.com · 12 years ago
  26. 599fa38 Better constant folding of interpolation by sra@google.com · 12 years ago
  27. d3bdd53 Remove typeddata_base.dart, jsob_base.dart, uri_base.dart and utf_core.dart by asiva@google.com · 12 years ago
  28. 3ab72d4 Revert "Revert "Interceptor base class for all interceptors."" by sra@google.com · 12 years ago
  29. b0e7728 Revert "Interceptor base class for all interceptors." by sra@google.com · 12 years ago
  30. 61a4a61 Interceptor base class for all interceptors. by sra@google.com · 12 years ago
  31. 135b47c Add change to dartium source file in addition to the dart2js file. by efortuna@google.com · 12 years ago
  32. 5ecbac2 Modern-ify KeyEvent handling. by efortuna@google.com · 12 years ago
  33. 8651b2a Fix registering on interceptor classes: the resolution queue register abstract classes (Sring, List, ...), the backend registers implementation classes (JSString, JSArray, ...). by ngeoffray@google.com · 12 years ago
  34. 338932d Fix generated code for interceptor regression. by ngeoffray@google.com · 12 years ago
  35. 0f98931 Remove misleading comments. by floitsch@google.com · 12 years ago
  36. 3f0d393 Second attempt to fix dart2js.bat so it looks for dart2js snapshot in right place and propagates correct exit code back to caller. by aprelev@gmail.com · 12 years ago
  37. 804fcbe Revert the revert. by efortuna@google.com · 12 years ago
  38. ad7c3f9 "Reverting 20336" by efortuna@google.com · 12 years ago
  39. 2c3d35e Bring in new IDL files and generated code. Update the script that syncs the idl files to deal with the new third_party setup. by ager@google.com · 12 years ago
  40. d2ea504 dart:io | Add "followLinks" optional parameter to Directory.list, let it return Link objects when false. by whesse@google.com · 12 years ago
  41. 639cab0 Changing the IDL DartName= annotation to only operate on a per-member basis, allowing overloaded methods to be renamed independently. by blois@google.com · 12 years ago
  42. 46a4ecd Unrevert https://codereview.chromium.org/12722009/ by amouravski@google.com · 12 years ago
  43. 139b774 Narrowing attribute maps to only accept strings. by blois@google.com · 12 years ago
  44. 8e5fc00 Undeprecating some Element position APIs. by blois@google.com · 12 years ago
  45. 8652d54 Reverting "Fix drawImage on Firefox and update html.status." by blois@google.com · 12 years ago
  46. 5858afd Write the magic number 0xf5f5dcdc into a script snapshot file and use this to distinguish whether a script snapshot or a regular script file is being passed on the command line (removed the --use-script-snapshot option). by asiva@google.com · 12 years ago
  47. 575ee14 Adding CORS support to HttpRequest by blois@google.com · 12 years ago
  48. 4eeb17e Fix drawImage on Firefox and update html.status. by amouravski@google.com · 12 years ago
  49. b5f7c44 Fixing documentation for HttpRequest by blois@google.com · 12 years ago
  50. 275632b Move rti helpers to js_rti by johnniwinther@google.com · 12 years ago
  51. beeafa0 Add js_rti.dart by johnniwinther@google.com · 12 years ago
  52. 6f4011b Convert a == to a builtin identity check if the receiver type can only hit Object==. by ngeoffray@google.com · 12 years ago
  53. 2bc9a79 Add FileSystemEntity.identical, to test if two file system objects are the same. by whesse@google.com · 12 years ago
  54. 87808c5 Fold length getter on const list and literal string, as well as const list indexing. by ngeoffray@google.com · 12 years ago
  55. 1028a2c New CL for https://codereview.chromium.org/12770009/, but this time treat intercepted calls uniformly. The regression we had was because a call on an interceptor was not optimized anymore. by ngeoffray@google.com · 12 years ago
  56. 0109262 Rename RtcdtmfSender class. by efortuna@google.com · 12 years ago
  57. 30f857f Adding support flags to Event.clipboardData by blois@google.com · 12 years ago
  58. 5f94cbc Remove last of webkit prefixes from HTMLDocument. by efortuna@google.com · 12 years ago
  59. b162613 Support for callbacks on ScriptProcessNode. by antonm@google.com · 12 years ago
  60. f364ed0 Add toggleAll to CSSClassSet. by efortuna@google.com · 12 years ago
  61. 7ac12b5 Work around VM RegExp limits by sra@google.com · 12 years ago
  62. 85c959e Update drawImage to create more fast paths. by amouravski@google.com · 12 years ago
  63. 1f820a4 Document timer with respect to JS issue. by efortuna@google.com · 12 years ago
  64. aedcf9e Enable getUserMedia to take constraints for its parameters. by efortuna@google.com · 12 years ago
  65. de98abf Remove lineDash field in favor of gettors/settors. by efortuna@google.com · 12 years ago
  66. 0eba171 Make Float{32,64}Array implement List<double>. by antonm@google.com · 12 years ago
  67. 6c40cac Remove streamSpawnUri and mangler. by floitsch@google.com · 12 years ago
  68. 075be16 Fix typo (offsetX instead of offsetY). by floitsch@google.com · 12 years ago
  69. 484a948 Add a function for finding the HTTP proxy server from environment variables by sgjesse@google.com · 12 years ago
  70. 076fa4c Revert "Always try to constant fold an intercepted call (that is calls with an extra parameter. It does not have to be on an interceptor)." by kasperl@google.com · 12 years ago
  71. 4172b62 Always try to constant fold an intercepted call (that is calls with an extra parameter. It does not have to be on an interceptor). by kasperl@google.com · 12 years ago
  72. 0e34f85 Make sure to treat types marked with the JavaScriptIndexingBehavior interface as subtypes of JSIndexable. by kasperl@google.com · 12 years ago
  73. 428b58d dart:io | Add Link.targetSync on all platforms. by whesse@google.com · 12 years ago
  74. ee65a4b Fix braino in simple types inferrer: use the argument type instead of the dynamic type for final field parameter assignment. by ngeoffray@google.com · 12 years ago
  75. 00162c2 Get rid of HType.computeType. by kasperl@google.com · 12 years ago
  76. c444108 Cleanup in the simpe types inferrer, and use the field type when doing field++. by ngeoffray@google.com · 12 years ago
  77. b909583 Optimize getters of known fields of native classes via interceptors by sra@google.com · 12 years ago
  78. 5d6e060 Reapply making ScriptProcessorNode not an EventTarget. by efortuna@google.com · 12 years ago
  79. a0c4075 Recognize uses of current interceptor by sra@google.com · 12 years ago
  80. 6f0860c Move loop tracking in simple types inferrer. by ngeoffray@google.com · 12 years ago
  81. 7055e7b Add unhandledExceptionCallback to streamSpawnFunction. by floitsch@google.com · 12 years ago
  82. 2b23e12 Make bit operations return int in JSNumber and make the heuristics for speculating types on bit operations the same as the ones in JSNumber (that is, check if the inputs are number). by ngeoffray@google.com · 12 years ago
  83. f643f21 Fix buildbot by removing the giveUpType. It does not add any value anymore, we don't stop analyzing a method just because we gave up on its return type. by ngeoffray@google.com · 12 years ago
  84. 7cf521d Track argument types, and remove obsolete code that also used to track it. by ngeoffray@google.com · 12 years ago
  85. ce705f0 Fix bug in constraint system, by nor recording a constraint if we know the constraint is on a local variable. by ngeoffray@google.com · 12 years ago
  86. 21046aa Allow an empty HTTP resason phrase by sgjesse@google.com · 12 years ago
  87. 49dec76 Change all File APIs to make the mode and encoding arguments named by sgjesse@google.com · 12 years ago
  88. 65cd1d4 Fix indentation. by karlklose@google.com · 12 years ago
  89. c7fd94a Use inferred type in the SSA builder for super calls, and fix a bug with operator== in the type inferrer. by ngeoffray@google.com · 12 years ago
  90. 485f7f8 Fix warning, spotted by dartc. by ngeoffray@google.com · 12 years ago
  91. cfe618c Stop renaming members which exposed as named optionals. by antonm@google.com · 12 years ago
  92. 28e5011 - Introduce the notion of setter constraints in the type inferrer, where we record things like: field++, field += 42, field = other.field. Take these contraints into account when computing the type. by ngeoffray@google.com · 12 years ago
  93. 313c811 Remove unused MathNatives class by erikcorry@google.com · 12 years ago
  94. d4f52ad - Fix bug in the type inferrer for catch clauses. by ngeoffray@google.com · 12 years ago
  95. c4437b9 Reapply the expanded names with the correct form of requestFileSystem on the by efortuna@google.com · 12 years ago
  96. 26c5c48 Revert 20127 by efortuna@google.com · 12 years ago
  97. fad6202 Fix for Issue 9182 by sra@google.com · 12 years ago
  98. 1fa1a54 Adding tests for Element & Node lists insert method. by blois@google.com · 12 years ago
  99. 3e1f5ce Expanded map options to named parameters. by efortuna@google.com · 12 years ago
  100. b2594b0 Fix up static analysis errors introduced by Futures CL. by efortuna@google.com · 12 years ago