0.4.3.3
  1. 804fcbe Revert the revert. by efortuna@google.com · 12 years ago
  2. ad7c3f9 "Reverting 20336" by efortuna@google.com · 12 years ago
  3. 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
  4. d2ea504 dart:io | Add "followLinks" optional parameter to Directory.list, let it return Link objects when false. by whesse@google.com · 12 years ago
  5. 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
  6. 46a4ecd Unrevert https://codereview.chromium.org/12722009/ by amouravski@google.com · 12 years ago
  7. 139b774 Narrowing attribute maps to only accept strings. by blois@google.com · 12 years ago
  8. 8e5fc00 Undeprecating some Element position APIs. by blois@google.com · 12 years ago
  9. 8652d54 Reverting "Fix drawImage on Firefox and update html.status." by blois@google.com · 12 years ago
  10. 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
  11. 575ee14 Adding CORS support to HttpRequest by blois@google.com · 12 years ago
  12. 4eeb17e Fix drawImage on Firefox and update html.status. by amouravski@google.com · 12 years ago
  13. b5f7c44 Fixing documentation for HttpRequest by blois@google.com · 12 years ago
  14. 275632b Move rti helpers to js_rti by johnniwinther@google.com · 12 years ago
  15. beeafa0 Add js_rti.dart by johnniwinther@google.com · 12 years ago
  16. 6f4011b Convert a == to a builtin identity check if the receiver type can only hit Object==. by ngeoffray@google.com · 12 years ago
  17. 2bc9a79 Add FileSystemEntity.identical, to test if two file system objects are the same. by whesse@google.com · 12 years ago
  18. 87808c5 Fold length getter on const list and literal string, as well as const list indexing. by ngeoffray@google.com · 12 years ago
  19. 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
  20. 0109262 Rename RtcdtmfSender class. by efortuna@google.com · 12 years ago
  21. 30f857f Adding support flags to Event.clipboardData by blois@google.com · 12 years ago
  22. 5f94cbc Remove last of webkit prefixes from HTMLDocument. by efortuna@google.com · 12 years ago
  23. b162613 Support for callbacks on ScriptProcessNode. by antonm@google.com · 12 years ago
  24. f364ed0 Add toggleAll to CSSClassSet. by efortuna@google.com · 12 years ago
  25. 7ac12b5 Work around VM RegExp limits by sra@google.com · 12 years ago
  26. 85c959e Update drawImage to create more fast paths. by amouravski@google.com · 12 years ago
  27. 1f820a4 Document timer with respect to JS issue. by efortuna@google.com · 12 years ago
  28. aedcf9e Enable getUserMedia to take constraints for its parameters. by efortuna@google.com · 12 years ago
  29. de98abf Remove lineDash field in favor of gettors/settors. by efortuna@google.com · 12 years ago
  30. 0eba171 Make Float{32,64}Array implement List<double>. by antonm@google.com · 12 years ago
  31. 6c40cac Remove streamSpawnUri and mangler. by floitsch@google.com · 12 years ago
  32. 075be16 Fix typo (offsetX instead of offsetY). by floitsch@google.com · 12 years ago
  33. 484a948 Add a function for finding the HTTP proxy server from environment variables by sgjesse@google.com · 12 years ago
  34. 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
  35. 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
  36. 0e34f85 Make sure to treat types marked with the JavaScriptIndexingBehavior interface as subtypes of JSIndexable. by kasperl@google.com · 12 years ago
  37. 428b58d dart:io | Add Link.targetSync on all platforms. by whesse@google.com · 12 years ago
  38. 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
  39. 00162c2 Get rid of HType.computeType. by kasperl@google.com · 12 years ago
  40. c444108 Cleanup in the simpe types inferrer, and use the field type when doing field++. by ngeoffray@google.com · 12 years ago
  41. b909583 Optimize getters of known fields of native classes via interceptors by sra@google.com · 12 years ago
  42. 5d6e060 Reapply making ScriptProcessorNode not an EventTarget. by efortuna@google.com · 12 years ago
  43. a0c4075 Recognize uses of current interceptor by sra@google.com · 12 years ago
  44. 6f0860c Move loop tracking in simple types inferrer. by ngeoffray@google.com · 12 years ago
  45. 7055e7b Add unhandledExceptionCallback to streamSpawnFunction. by floitsch@google.com · 12 years ago
  46. 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
  47. 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
  48. 7cf521d Track argument types, and remove obsolete code that also used to track it. by ngeoffray@google.com · 12 years ago
  49. 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
  50. 21046aa Allow an empty HTTP resason phrase by sgjesse@google.com · 12 years ago
  51. 49dec76 Change all File APIs to make the mode and encoding arguments named by sgjesse@google.com · 12 years ago
  52. 65cd1d4 Fix indentation. by karlklose@google.com · 12 years ago
  53. 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
  54. 485f7f8 Fix warning, spotted by dartc. by ngeoffray@google.com · 12 years ago
  55. cfe618c Stop renaming members which exposed as named optionals. by antonm@google.com · 12 years ago
  56. 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
  57. 313c811 Remove unused MathNatives class by erikcorry@google.com · 12 years ago
  58. d4f52ad - Fix bug in the type inferrer for catch clauses. by ngeoffray@google.com · 12 years ago
  59. c4437b9 Reapply the expanded names with the correct form of requestFileSystem on the by efortuna@google.com · 12 years ago
  60. 26c5c48 Revert 20127 by efortuna@google.com · 12 years ago
  61. fad6202 Fix for Issue 9182 by sra@google.com · 12 years ago
  62. 1fa1a54 Adding tests for Element & Node lists insert method. by blois@google.com · 12 years ago
  63. 3e1f5ce Expanded map options to named parameters. by efortuna@google.com · 12 years ago
  64. b2594b0 Fix up static analysis errors introduced by Futures CL. by efortuna@google.com · 12 years ago
  65. aca4a1d Fixing dart2js size regression introduced by Node.model. by blois@google.com · 12 years ago
  66. ad74dd0 Added the CanvasImageSource interface, which all types that a canvas can draw by amouravski@google.com · 12 years ago
  67. 37f8dea Improved interceptor optimization test. by sra@google.com · 12 years ago
  68. 26b77f9 Adding a model property to Node which is inherited through the tree. by blois@google.com · 12 years ago
  69. c5cae7f HFieldGet and HFieldSet may be pure. by sra@google.com · 12 years ago
  70. 4c32dff Do not generate control-flow for is-checks in the builder. by karlklose@google.com · 12 years ago
  71. b0a2eca dart:io | Make broken links report NOT_FOUND from FileSystemEntity.typeSync on Windows. by whesse@google.com · 12 years ago
  72. f85fa4f Make argument to StringSink.writeln optional. by floitsch@google.com · 12 years ago
  73. 40b5bc1 Deprecate Iterable and Stream's min and max methods. by lrn@google.com · 12 years ago
  74. ff12ed6 Revert "Do not generate control-flow for is-checks in the builder." by karlklose@google.com · 12 years ago
  75. b1ea3d1 Do not generate control-flow for is-checks in the builder. by karlklose@google.com · 12 years ago
  76. 8828693 dart:io | The empty path should return "." for its toNativePath value. by whesse@google.com · 12 years ago
  77. 8ec0be9 Move JS AST building stuff into a separate file from the AST nodes by erikcorry@google.com · 12 years ago
  78. cd432cf Fix function subtype test for inline function types. by johnniwinther@google.com · 12 years ago
  79. 844cd39 Change getRange to sublist. Make getRange deprecated. by lrn@google.com · 12 years ago
  80. a1029cb Fix after bad merge. by floitsch@google.com · 12 years ago
  81. 76d507c Add List.insert. by floitsch@google.com · 12 years ago
  82. 9010575 dart:io | Handle drive letters in Path.relativeTo on Windows. by whesse@google.com · 12 years ago
  83. 978bfad Re-land "Make sure TypeMask.union/intersection always return a non-null TypeMask." by kasperl@google.com · 12 years ago
  84. 05905fd Add Stream.periodic. by floitsch@google.com · 12 years ago
  85. 4c6f537 Second fix to bad merge by erikcorry@google.com · 12 years ago
  86. d67f114 Fix setOption on Socket and _DetachedSocket. by ajohnsen@google.com · 12 years ago
  87. c8fc3e7 Mark test passing and fix bad merge by erikcorry@google.com · 12 years ago
  88. 9833df5 Trust type annotations on int, double and num. Collapse {int,double} into num. by polux@google.com · 12 years ago
  89. 6f6d65d Revert "Make sure TypeMask.union/intersection always return a non-null TypeMask." by kasperl@google.com · 12 years ago
  90. fb53f40 Add setOption method on Socket/RawSocket. by ajohnsen@google.com · 12 years ago
  91. f0ed72c Make sure TypeMask.union/intersection always return a non-null TypeMask. by kasperl@google.com · 12 years ago
  92. 0126447 Fix return type of redirecting factory, as well as doing a closure call on a getter. by ngeoffray@google.com · 12 years ago
  93. f231e13 Start only having raw interface types in type masks. by kasperl@google.com · 12 years ago
  94. 9de16ed Fix CssClassSet methods to accept Set, not Collection. by lrn@google.com · 12 years ago
  95. 2a857de dart2js: Create noSuchMethod handlers at runtime to reduce overhead. by erikcorry@google.com · 12 years ago
  96. 30d5d32 Do not infer types of native fields and methods. Use the type annotations instead. by ngeoffray@google.com · 12 years ago
  97. 69731ad We must visit the children of string interpolation, string juxtaposition, list and map. by ngeoffray@google.com · 12 years ago
  98. 2987d53 dart:io | Add Link class, as sibling to File and Directory. by whesse@google.com · 12 years ago
  99. 8b30b78 dart2dart: Work around name argument bug dartbug.com/9103 in the compiler by erikcorry@google.com · 12 years ago
  100. 5768211 Make Set.containsAll accept Iterable. Deprecate Set.isSubsetOf. by lrn@google.com · 12 years ago