0.4.0.0
  1. 0f8df99 Fixing WheelEvent.deltaMode polyfill after IDL update. by blois@google.com · 13 years ago
  2. 8810e2b Reset http-parser instead of only setting _state, when we have handled a full request-response conversation. by ajohnsen@google.com · 13 years ago
  3. 8e24228 Remove old InputStream and OutputStream classes from dart:io. by whesse@google.com · 13 years ago
  4. 8594f56 Update WebKit idl files after chrome roll by ager@google.com · 13 years ago
  5. e9bb9c7 Revert "Use js.ExpressionStatement to avoid $N." by ahe@google.com · 13 years ago
  6. b18131a Use js.ExpressionStatement to avoid $N. by ahe@google.com · 13 years ago
  7. 987ba22 Remove class comments for now. Also use addComment for hooks API usage comment. by ahe@google.com · 13 years ago
  8. d11973a dart:io: Fix issue with empty reads on SecureSocket. by whesse@google.com · 13 years ago
  9. 1673941 Don't send null data events on a Socket stream. by ajohnsen@google.com · 13 years ago
  10. bd58463 Use $-shorthand for accessing Isolate.$isolateProperties from constants. by ahe@google.com · 13 years ago
  11. ef1b346 Move the inferred type querying to the type propagator so we can make use of receiver type information to get more precise inferred types. by kasperl@google.com · 13 years ago
  12. 284f2fe IO v2: Some changes to dart:io doc comments. by whesse@google.com · 13 years ago
  13. 5902104 dart:io SecureSocket error fixed. by whesse@google.com · 13 years ago
  14. 762fbf7 Fix checked mode for previous commit by sgjesse@google.com · 13 years ago
  15. df7e3a7 Fix dart2js analyze _api_test for dart:io by sgjesse@google.com · 13 years ago
  16. 97ef3c8 Move json, uri, utf and crypto libraries into the VM. by asiva@google.com · 13 years ago
  17. 894df1f Use the function set of the world in the type inferrer instead of recomputing a call graph. by ngeoffray@google.com · 13 years ago
  18. bbdd02d More comments to StringBuffers. by floitsch@google.com · 13 years ago
  19. 15045f4 Fix test failure by making the resolution deal correctly with the deprecated interface feature and not have the phases after resolution deal with it. by ngeoffray@google.com · 13 years ago
  20. 5cba7a8 Deferred load of classes. by ahe@google.com · 13 years ago
  21. d3cd5b4 Make sure we emit x != null instead of !(x == null). by kasperl@google.com · 13 years ago
  22. be05285 Add TypeVisitor and use it for isSubtype. by johnniwinther@google.com · 13 years ago
  23. b6b0a4d Infer types of final fields. by ngeoffray@google.com · 13 years ago
  24. 08f7f76 dart2js: Teach the JS parser about array literals by erikcorry@google.com · 13 years ago
  25. a7f2f94 Add missing files from previous commit by sgjesse@google.com · 13 years ago
  26. 488b016 Merge IO v2 branch to bleeding edge by sgjesse@google.com · 13 years ago
  27. 1ef7c2a Make an erroneous element when setting a final field. by ngeoffray@google.com · 13 years ago
  28. 09c2410 Allow multiple close calls on a StreamController. by ajohnsen@google.com · 13 years ago
  29. 49b7678 Make sure createRuntimeType is only put in the resolution queue when it's actually needed. by ngeoffray@google.com · 13 years ago
  30. 7db95bd Use implementation FunctionElements so that pachted methods' bodies are analyzed and return dynamic on JS calls (for now). by polux@google.com · 13 years ago
  31. 6153a12 Teach Selector.applies about mixins. by kasperl@google.com · 13 years ago
  32. b633bd2 Record seen classes instead of relying on the resolver. This is more precise by polux@google.com · 13 years ago
  33. dc61b22 Reland "Compute a better name for the interceptors methods and avoid generating duplicates." by kasperl@google.com · 13 years ago
  34. cf02951 Add a small JS parser to ease the building of ASTs by erikcorry@google.com · 13 years ago
  35. 2fbe2bc Revert "Compute a better name for the interceptors methods and avoid generating duplicates." by kasperl@google.com · 13 years ago
  36. 9a6210c Compute a better name for the interceptors methods and avoid generating duplicates. by kasperl@google.com · 13 years ago
  37. 51cd645 Separating Web SQL into dart:web_sql. by blois@google.com · 13 years ago
  38. 834aa7d Reverted older syntax highlighting change. by amouravski@google.com · 13 years ago
  39. ce9edd3 DartDoc fix: rename Element.dataAttributes to Element.dataset in dartdoc implementation. by whesse@google.com · 13 years ago
  40. f1ee50d Try to not use incomplete Dart types in HType. by ngeoffray@google.com · 13 years ago
  41. 7ae583a Support connecting to HTTPS URL's through a proxy by sgjesse@google.com · 13 years ago
  42. c116e67 Add a JS Comment node and use it to add information about classes and top-level/static functions. by ahe@google.com · 13 years ago
  43. 247601a Increase size for slow-consumer test (overflows memory on X64). by lrn@google.com · 13 years ago
  44. 86d845f Manually optimize performance critical one-shot interceptors. by ngeoffray@google.com · 13 years ago
  45. c4b3ab6 Type check method invocations. by johnniwinther@google.com · 13 years ago
  46. 0b84212 Change Stream callbacks. by lrn@google.com · 13 years ago
  47. 27b7c5f The error message is different when calling methods directly on null in JavaScript like this: by kasperl@google.com · 13 years ago
  48. f7cbd0a Reland "Allow one-shot interceptors to be based on typed selectors." by kasperl@google.com · 13 years ago
  49. 75275f6 Revert "Allow one-shot interceptors to be based on typed selectors." by kasperl@google.com · 13 years ago
  50. 3cf57b8 Allow one-shot interceptors to be based on typed selectors. by kasperl@google.com · 13 years ago
  51. 8595b8b Using an ordered set for Element.classes. by blois@google.com · 13 years ago
  52. d8265d8 Fixing Geolocation on Firefox by blois@google.com · 13 years ago
  53. cfff419 Changed DO NOT EDIT disclaimer on generated DOM libraries. by amouravski@google.com · 13 years ago
  54. 1ec95f8 Ensure $.$currentScript is null, not false when currentScript couldn't be captured. by ahe@google.com · 13 years ago
  55. 94b4da2 Change IsolateNatives.computeThisScript to use captured value of document.currentScript. by ahe@google.com · 13 years ago
  56. d28773d Don't enqueue Object.noSuchMethod unconditionally, it's only used if there's a call or super call to it. by ngeoffray@google.com · 13 years ago
  57. ecce8a6 Remove deprecated Strings class. by floitsch@google.com · 13 years ago
  58. fbc999f Fix warnings spotted by dartc. by ahe@google.com · 13 years ago
  59. 5f3ab45 Field can be null if we continue after error. by ngeoffray@google.com · 13 years ago
  60. f3b8011 It's not allowed to have an initializer for a final field that is initialized where it's declared. by ngeoffray@google.com · 13 years ago
  61. 27ac268 Deferred (aka lazy) loading of static functions. by ahe@google.com · 13 years ago
  62. bbfe7b0 Reapply "Make Comparable generic." by lrn@google.com · 13 years ago
  63. 864ea03 Fix checked mode by consistenly using memberName rather than methodName in warnings for missing stuff. by kasperl@google.com · 13 years ago
  64. aba87cd4 Improve IsolateNatives.computeThisScript(). by ahe@google.com · 13 years ago
  65. 3445336 Throw an error when we redirect on a non-persistent connection. by ajohnsen@google.com · 13 years ago
  66. b24abfb Turn error into warning for non-static member access through the class. by kasperl@google.com · 13 years ago
  67. 1d81112 Improve loop tracking by keeping track of the typed selectors by kasperl@google.com · 13 years ago
  68. d48f149 Re-apply "Delete HTypeMap, and re-arrange how we do speculative type propagation", with fix. by ngeoffray@google.com · 13 years ago
  69. d4feeb4 Revert "Make Comparable generic." by kasperl@google.com · 13 years ago
  70. a0f22b7 Make Comparable generic. by lrn@google.com · 13 years ago
  71. d131b63 Handle malformed types in catch-on. by johnniwinther@google.com · 13 years ago
  72. 16b104c Take type arguments into account in interface type subtype check. by johnniwinther@google.com · 13 years ago
  73. 4881893 Revert "Improve IsolateNatives.computeThisScript()." by ahe@google.com · 13 years ago
  74. 7fe85fd Improve IsolateNatives.computeThisScript(). by ahe@google.com · 13 years ago
  75. 0f78884 Use double.floor in the JS constant system to figure out if a dart int will be a JS double at runtime: this matches the runtime behavior that uses JS's Math.floor. by ngeoffray@google.com · 13 years ago
  76. 4a18db5 The mapping can be null for initializers of fields. This needs to be cleaned up. by ngeoffray@google.com · 13 years ago
  77. 25c6ded Skeleton API for lazy library loading. by ahe@google.com · 13 years ago
  78. a19a64a Fix inferred types for inlined methods. by kasperl@google.com · 13 years ago
  79. 713b8bb Revert r18628: some html tests break. by ngeoffray@google.com · 13 years ago
  80. 18d2860 Remove deprecated Collections.methods. by floitsch@google.com · 13 years ago
  81. 8b9c475 Refactor getCheckedModeHelper. by johnniwinther@google.com · 13 years ago
  82. d65511b Add StringSink and update StringBuffer. by floitsch@google.com · 13 years ago
  83. ab46bbd Revert "Add StringSink and update StringBuffer." by floitsch@google.com · 13 years ago
  84. 43d86c3 Delete HTypeMap, and re-arrange how we do speculative type propagation. by ngeoffray@google.com · 13 years ago
  85. c32a0fd Add StringSink and update StringBuffer. by floitsch@google.com · 13 years ago
  86. 45f6dbd Start tracking all registered elements in one big full function set by kasperl@google.com · 13 years ago
  87. 05c7fd7 When inlining, create a new local handler, to avoid polluting the local handler of the caller. by ngeoffray@google.com · 13 years ago
  88. 2789d2d Forgot that helper in previous CL. by ngeoffray@google.com · 13 years ago
  89. f49e8f4 Stop resolving all of js_helper unconditionally. by ngeoffray@google.com · 13 years ago
  90. 03f5a66 Recommit changing List.skip/take/revert returns Iterable and remove mappedBy. by lrn@google.com · 13 years ago
  91. f6c5bce - Split the implementation of NoSuchMethodError in preparation for by iposva@google.com · 13 years ago
  92. 65112a3 Start working on tracking possible receiver types in the function set implementation. by kasperl@google.com · 13 years ago
  93. 0e0473d Unbreak pub: by rnystrom@google.com · 13 years ago
  94. e42ffff Store mapping from import tag to library element. by ahe@google.com · 13 years ago
  95. 4cc1f27 Remove "Isolate" fields that are local to "init". by ahe@google.com · 13 years ago
  96. 0672317 Remove deprecated mappedBy. by floitsch@google.com · 13 years ago
  97. ad839e6 Revert "Remove deprecated mappedBy." by floitsch@google.com · 13 years ago
  98. b371007 Remove deprecated mappedBy. by floitsch@google.com · 13 years ago
  99. 14bf365 Update SplayTreeMap implementation. by lrn@google.com · 13 years ago
  100. ecbf447 Reapply "New implementation of {,Linked}Hash{Set,Map}." by lrn@google.com · 13 years ago