0.2.4.2
  1. 3fb4170 Rename File.readAsText to File.readAsString. There is no Text type in Dart by ager@google.com · 13 years ago
  2. 927aa56 Include command in ProcessException. by ager@google.com · 13 years ago
  3. e6b804f Add a new interceptor class JsArray, and support intercepting some list methods with the new interceptor scheme. by ngeoffray@google.com · 13 years ago
  4. dd9ff17 Fix this longstanding bug that luckily did not bite us yet: Use Class.prototype.foo$bailout.call(this, ...) to call a bailout method instead of this.foo$bailout to avoid executing the bailout method of a subclass. by ngeoffray@google.com · 13 years ago
  5. f5c8043 Reject deprecated language features. by ahe@google.com · 13 years ago
  6. fe0c55a Rename classes, methods and fields when minifying by erikcorry@google.com · 13 years ago
  7. 8d0d1e8 Added file missing file from previous commit by sgjesse@google.com · 13 years ago
  8. cf01064 Refactor the HTTP parser to collect headers by sgjesse@google.com · 13 years ago
  9. 8d3a51e Use abstract classes instead of interfaces in dart2js. by karlklose@google.com · 13 years ago
  10. cdbf6e2 Do not canonicalize Type instances. by karlklose@google.com · 13 years ago
  11. 3372f67 Unmerging HTMLDocument from Document, moving appropriate methods from Document to HTMLDocument, fixing issues around Document not being correctly wrapped for some XMLDocuments. by blois@google.com · 13 years ago
  12. a018b07 Revert "Dart generation changes for splitting apart resolvers." by blois@google.com · 13 years ago
  13. 6f7058f Dart generation changes for splitting apart resolvers. by blois@google.com · 13 years ago
  14. 61af45d Removed DivElement align property as it is obsolete. by amouravski@google.com · 13 years ago
  15. fb18d73 Add NativeEnqueuer to work with the Enqueuer. by sra@google.com · 13 years ago
  16. 1358f7a Added raytracer to gl samples. by vsm@google.com · 13 years ago
  17. 98b389c Adding missing 'part of html' statements. by blois@google.com · 13 years ago
  18. f90b55a Do not use StringBuffer to create strings from individual char by ager@google.com · 13 years ago
  19. 35d8203 Collect the HTTP header in a byte buffer and send it all at once. by sgjesse@google.com · 13 years ago
  20. b8ebc6f Avoid repeated lower-casing of the same string when adding HTTP headers. by ager@google.com · 13 years ago
  21. cadc7c5 Reapply "Exception no longer an interface." by lrn@google.com · 13 years ago
  22. 7d83493 Don't copy Int8Arrays when passing them in as lists of bytes and don't by ager@google.com · 13 years ago
  23. a0d271a Clean up operator names. by ahe@google.com · 13 years ago
  24. 6e6a322 Track the origin element of inlined arguments to super constructor. by ahe@google.com · 13 years ago
  25. e004d21 Fix a couple of bugs in handling of factory redirections. by ahe@google.com · 13 years ago
  26. 9249b57 Removing the Window.clientInformation property as it's an IE legacy version of Window.navigator. by blois@google.com · 13 years ago
  27. 45244ee Removing all remaining abstract method modifiers from dart:html. by blois@google.com · 13 years ago
  28. 31d0dce Fixing SVGElement.classes. by blois@google.com · 13 years ago
  29. e3fc690 Un-hiding Node.nodeType. by blois@google.com · 13 years ago
  30. 7df8d41 Removing window.prompt. by blois@google.com · 13 years ago
  31. 6dc3ba6 Rename addHTML to addHtml. Review URL: https://codereview.chromium.org//11409003 by efortuna@google.com · 13 years ago
  32. cb04825 Removing Event.srcElement. by blois@google.com · 13 years ago
  33. 961adb8 Fixing location APIs in checked mode. On Firefox, these setters are returning the String value which was set and causing errors. by blois@google.com · 13 years ago
  34. 39e4908 Move JsString into its own file. by ngeoffray@google.com · 13 years ago
  35. 3e2f323 Dynamic -> dynamic. by floitsch@google.com · 13 years ago
  36. 05d8c37 Add tls_socket.dart to sdk/lib/io/io.dart. by whesse@google.com · 13 years ago
  37. 9dfdb48 Add a TlsSocket class to dart:io, that implements secure client sockets using TLS (SSL). by whesse@google.com · 13 years ago
  38. d5aab75 Reword an error message, and test that the error is produced. by ahe@google.com · 13 years ago
  39. 36e9660 Document --analyze-all option. by ahe@google.com · 13 years ago
  40. 929970a Change <T> to <E> in Sequence<T> and subclasses. by lrn@google.com · 13 years ago
  41. b8b04e8 Support corelib tests in checked mode. by ngeoffray@google.com · 13 years ago
  42. c51c9d5 Move some string methods in the interceptor, and support for optional parameters in intercepted methods. by ngeoffray@google.com · 13 years ago
  43. fff76e0 Fix incorrect names. by antonm@google.com · 13 years ago
  44. 5b2656e Implement --analyze-all option. by ahe@google.com · 13 years ago
  45. 476bd57 Add a getter interceptor to the new interceptor scheme. Also cleanup the "this" that turns into a receiver hack, so that a method in an intercepted class can call another method of itself. by ngeoffray@google.com · 13 years ago
  46. b7b3bb5 Make ReceivePort an abstract class. by ajohnsen@google.com · 13 years ago
  47. 87eec0e Revert "Exception no longer an interface." by lrn@google.com · 13 years ago
  48. def3ee6 Exception no longer an interface. by lrn@google.com · 13 years ago
  49. a742983 Start new design for interceptors and implement String.charCodeAt with it. by ngeoffray@google.com · 13 years ago
  50. 4a18bbf Remove deprecated exception classes. by lrn@google.com · 13 years ago
  51. c27bd8b Refactoring of the HTTP library by sgjesse@google.com · 13 years ago
  52. 970cc5b Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl. by ajohnsen@google.com · 13 years ago
  53. ab69873 Make RegExp constructor non-const. by ajohnsen@google.com · 13 years ago
  54. 1daf6eb Correctly pass constructor arguments to _HMAC. by ajohnsen@google.com · 13 years ago
  55. 8e10088 Make interfaces into abstract classes in 'dart:crypto'. by ajohnsen@google.com · 13 years ago
  56. dc7d5fa Byte array documentation fix by sgjesse@google.com · 13 years ago
  57. ec9fee9 "Reverting 14829-14832" by ajohnsen@google.com · 13 years ago
  58. 0dbc2e6 Two more files with const RegExp. by ajohnsen@google.com · 13 years ago
  59. 1e471c2 Fix const RegExp -> final RegExp in a dartdoc file. by ajohnsen@google.com · 13 years ago
  60. 2b4fb1a Change const Regexp -> new RegExp in a few HTML files. by ajohnsen@google.com · 13 years ago
  61. 8dc3edd Make RegExp's constructor non-const. by ajohnsen@google.com · 13 years ago
  62. ed44b92 Splitting SVG types out of dart:html. by blois@google.com · 13 years ago
  63. b52d834 Add generated files. Review URL: https://codereview.chromium.org//11365209 by efortuna@google.com · 13 years ago
  64. b2cbdba Remove named function literals from library and tests by hausner@google.com · 13 years ago
  65. 23c2d17 Make KeyCode constants const. by efortuna@google.com · 13 years ago
  66. 50cbd0f Fixing an issue where optional parameters were having their types dropped. by blois@google.com · 13 years ago
  67. 8e6f238 a === b -> identical(a, b) by floitsch@google.com · 13 years ago
  68. e442853 Remove dependency on dart:json. by ahe@google.com · 13 years ago
  69. df55ddb Introduce missing arguments in HTMLSelectElement.remove. by antonm@google.com · 13 years ago
  70. ddca63f Update get$hashCode to not use JS for most uses. Also fix issue 6522 where the hashCode of a String was always 0. by ngeoffray@google.com · 13 years ago
  71. b7781fb dart2js: Added support for writing dependency information into a file. by kustermann@google.com · 13 years ago
  72. 1555c1d Convert String to a class. by lrn@google.com · 13 years ago
  73. 2d8076e Add scripts equivalent to the macos/linux scripts in sdk/bin. by dgrove@google.com · 13 years ago
  74. 65db39f Create wrappers for MacOS/Linux to allow sdk "binaries" to be by dgrove@google.com · 13 years ago
  75. 5cacad7 Report errors on duplicate export. by johnniwinther@google.com · 13 years ago
  76. 7ae2e02 Use the work element instead of the current element to satisfy unit tests. by ngeoffray@google.com · 13 years ago
  77. 785c53e Fix warnings in mirror implementation's diagnostic listener. by karlklose@google.com · 13 years ago
  78. e87c6c8 Cleanup how we query for interceptors. by ngeoffray@google.com · 13 years ago
  79. df4eaf9 Fix multiple onRequest callbacks during redirect. by sgjesse@google.com · 13 years ago
  80. 04678c2 Fix for issue 6628: no need to use an interceptor if the send was resolved. by ngeoffray@google.com · 13 years ago
  81. de85504 Changes to allow more precise inference of live native classes. by sra@google.com · 13 years ago
  82. f89aca9 Removing Element.rect. by blois@google.com · 13 years ago
  83. 4580ca3 Type unconverted window and event targets correctly by vsm@google.com · 13 years ago
  84. d5f9483 Cleaning up dart:html generation after interface/implementation merge. by blois@google.com · 13 years ago
  85. 0a014a8 Adding 'part of html' to all files which are used by dart:html. by blois@google.com · 13 years ago
  86. 0f2eb4e Updated relative paths since they broke after the recent library move. by amouravski@google.com · 13 years ago
  87. 329bd77 Handle compound operators. by polux@google.com · 13 years ago
  88. 6ea71be Remove a state variable from the HTTP library by sgjesse@google.com · 13 years ago
  89. cce280a Use Socket.read instead of Socket.readList in HTTP by sgjesse@google.com · 13 years ago
  90. 80ae89c Update library syntax. Review URL: https://codereview.chromium.org//11377035 by gram@google.com · 13 years ago
  91. 045cf96 Some changes to improve precision of types in dart:html by sra@google.com · 13 years ago
  92. 149c90b Making Dartium merged classes private. by blois@google.com · 13 years ago
  93. d6185f9 Revert "Report errors on duplicate export." by johnniwinther@google.com · 13 years ago
  94. 092397c Report errors on duplicate export. by johnniwinther@google.com · 13 years ago
  95. d55ee43 Don't crash when decoding astral plane UTF-8. by rnystrom@google.com · 13 years ago
  96. 383419e Merge of ErroneousElement and ErroneousFunctionElement by johnniwinther@google.com · 13 years ago
  97. 03ebf05 Implement redirecting constructors. by ahe@google.com · 13 years ago
  98. c2162f1 Fix the build: we must still not mangle parameter names of native methods. by ngeoffray@google.com · 13 years ago
  99. 9e11276 Do not always error-out when evaluating a map that is not a compile time constant. by ngeoffray@google.com · 13 years ago
  100. ea12ccd Clean up the codegen by not re-computing parameter names. by ngeoffray@google.com · 13 years ago