0.2.9.0
  1. 47f81f3 Remove spaces and semicolons from minified output. by erikcorry@google.com · 13 years ago
  2. b4c555b Fix --disallow-unsafe-eval by erikcorry@google.com · 13 years ago
  3. 9ebc9ef Don't rename 'call' in dart2dart. by kasperl@google.com · 13 years ago
  4. f359e73 Revert r16032: it revealed a bug in our bailout environment computation. by ngeoffray@google.com · 13 years ago
  5. c57dc39 Fix the order of fields in source maps. by podivilov@google.com · 13 years ago
  6. aaa180d Move the handling of operator[] into the new interceptors. by ngeoffray@google.com · 13 years ago
  7. 69ac067 Fix dartc warning. Review URL: https://codereview.chromium.org//11548025 by ngeoffray@google.com · 13 years ago
  8. 0235ebc Clean up the patch file for the isolate library by introducing a new builtin library: isolate_helper.dart. by ngeoffray@google.com · 13 years ago
  9. 81ea12b Fix unresolved classes issues in dart:io. by ager@google.com · 13 years ago
  10. 24e64c1 Clean up the timer source in the isolate library to be less VM specific. by ngeoffray@google.com · 13 years ago
  11. 3789561 Address code-review comments for https://codereview.chromium.org//11553015 by sra@google.com · 13 years ago
  12. ad5d5b4 Add a fall-back for novel HTML Elements by sra@google.com · 13 years ago
  13. d054aa2 Fixing element inheritance chain. by blois@google.com · 13 years ago
  14. b10b8a4 Fixed dartdoc with package: imports. by amouravski@google.com · 13 years ago
  15. 1cf40d0 Remove use of !== by johnniwinther@google.com · 13 years ago
  16. 610576c Making a clean pass of it. by blois@google.com · 13 years ago
  17. 24ef809 Adding interfaces for various types of InputElement by blois@google.com · 13 years ago
  18. 8dadf88 Always use the same names for fields in closure objects, for better gzipping. by erikcorry@google.com · 13 years ago
  19. ff6ab01 Type arguments handled for supertypes. by johnniwinther@google.com · 13 years ago
  20. b8804e0 Make RuntimeError an Error by johnniwinther@google.com · 13 years ago
  21. 8e49ad6 Pending queue inserted in resolveClass. by johnniwinther@google.com · 13 years ago
  22. 70dfb77 noSuchMethod generated for super calls by johnniwinther@google.com · 13 years ago
  23. 384806c Commit of Issue 11498004: fix exceptions handling in dartdoc by johnniwinther@google.com · 13 years ago
  24. edc4662 Remove all warnings from dart2js and add a test to prevent introduction of new. by ahe@google.com · 13 years ago
  25. 254eae7 Follow the redirect rules from RFC 2616 by sgjesse@google.com · 13 years ago
  26. f542f14 Enable client certificates in SecureSocket and SecureServerSocket by whesse@google.com · 13 years ago
  27. a71ca79 Make identical an external function and make it throw in both runtimes, as they both recognize it. by ngeoffray@google.com · 13 years ago
  28. 59734b3 Remove some warnings and errors from dart2js. by karlklose@google.com · 13 years ago
  29. 84e36d5 Implement is-checks with typedefs for callable objects. by karlklose@google.com · 13 years ago
  30. 8486c11 Improve the handling of HTTP requests with empty body by sgjesse@google.com · 13 years ago
  31. 1d137ff7 invocation_mirror_test passed by johnniwinther@google.com · 13 years ago
  32. b5a734d "Fix" signature for KeyboardEventController. This will need more attention in by efortuna@google.com · 13 years ago
  33. 48b4286 Add documentation to HttpRequestEvents and the ability to document to all Events by efortuna@google.com · 13 years ago
  34. 3925fcd Changing Node.parent to Node.parentNode then adding Element.parent which filters to Elements. by blois@google.com · 13 years ago
  35. 23884f2 Deprecating dart:html APIs which are to be removed. by blois@google.com · 13 years ago
  36. 96ad069 "Reverting 15923" by efortuna@google.com · 13 years ago
  37. 5bd0d2a Make ScriptProcessorNode not a proper event (because it isn't). This fixes the last of the static analysis errors. by efortuna@google.com · 13 years ago
  38. 11cc42b Add documentation for Canvas classes and FilteredElementList. by amouravski@google.com · 13 years ago
  39. 159825e Explicitly return null from method annotated to return HInstruction. by kasperl@google.com · 13 years ago
  40. 197227e Rename method to avoid shadowing. Fixes http://code.google.com/p/dart/issues/detail?id=6870. by ngeoffray@google.com · 13 years ago
  41. a45f65c dart2js: complain about missing part-of tags. by ahe@google.com · 13 years ago
  42. 45b204c Fix code size regression on hello world by not emitting empty interceptor classes. by ngeoffray@google.com · 13 years ago
  43. 31e8742 Add missing part-of tags to dart2js sources. by ahe@google.com · 13 years ago
  44. 05f2056 Diagnose illegal lvalues better. by ahe@google.com · 13 years ago
  45. 8ee476b Minify methods, classes and fields. by erikcorry@google.com · 13 years ago
  46. c4ba4cf Reject constructor names that conflict with members. by ahe@google.com · 13 years ago
  47. da08e65 Revert minification by erikcorry@google.com · 13 years ago
  48. 945cfbd Reapply class/method/field minification by erikcorry@google.com · 13 years ago
  49. a3b2608 Generate function getters and noSuchMethod handlers using JS ASTs. by sra@google.com · 13 years ago
  50. ec06a21 Everything in js_helper is pre-resolved. by kasperl@google.com · 13 years ago
  51. 0c4980c Refine inhibitVariableMinification. by sra@google.com · 13 years ago
  52. dd811bb Making FormData able to add Blobs and Files. by blois@google.com · 13 years ago
  53. 0e73e27 Fix KeyboardEvent constructor to default to empty string for keyIdentifier. by efortuna@google.com · 13 years ago
  54. c44170e Reapply change to use system code page on Windows to fix Pub. by ager@google.com · 13 years ago
  55. a9a2c02 Removing more APIs from Document. by blois@google.com · 13 years ago
  56. cf5ab60 Revert "By default use current code page on Windows for decoding string" by rnystrom@google.com · 13 years ago
  57. 917f8ce Fix up DOM keyboardEvent constructor for dartium. by efortuna@google.com · 13 years ago
  58. 249a253 Add documentation for HttpRequest. by efortuna@google.com · 13 years ago
  59. 66f08dc By default use current code page on Windows for decoding string by ager@google.com · 13 years ago
  60. a874cec Revert "Add @deprecated and @override to core." by lrn@google.com · 13 years ago
  61. 6d5654f Represent runtime type information as nested lists. by karlklose@google.com · 13 years ago
  62. 8290caa Adding deprecated flag to deprecated members. by blois@google.com · 13 years ago
  63. 344435c Alphabetize json output. by amouravski@google.com · 13 years ago
  64. 4a930b6 "Reverting 15820" by efortuna@google.com · 13 years ago
  65. 18bb45a Fix dartium constructor for KeyboardEvent. by efortuna@google.com · 13 years ago
  66. 6c93357 FIx dartc redness ('implement' Uin8ClampedArray im dart2js). by srdjan@google.com · 13 years ago
  67. 93dd217 Added Uint8ClampedList. COmpielr optimziations to follow in next CL. by srdjan@google.com · 13 years ago
  68. 67dcd71 Allow variable minification in generative constructors. by sra@google.com · 13 years ago
  69. 8bf9580 Hiding FilteredElementList class and fixing FilteredElementList.length. by blois@google.com · 13 years ago
  70. 5a8e6c5 Cleaning up return value for Node.nodes. by blois@google.com · 13 years ago
  71. 201ec2f Fixed a lot of dartanalyzer static analysis issues with the html lib. by efortuna@google.com · 13 years ago
  72. 212c128 Convert emitCallStubForGetter to use JS ASTs. by sra@google.com · 13 years ago
  73. 1cd4107 Fix for Issue 7172. by sra@google.com · 13 years ago
  74. 14f627a Fix type annotations on local variables. by johnniwinther@google.com · 13 years ago
  75. a0d692c Correctly handle optional length in HTTP output stream writeFrom by sgjesse@google.com · 13 years ago
  76. 6192ce4 Fix a number of HTTP issues by sgjesse@google.com · 13 years ago
  77. 4da2e04 Add @deprecated and @override to core. by lrn@google.com · 13 years ago
  78. 9a3645b Fix SecureSocket bug where socket was not closed after all data was flushed. by whesse@google.com · 13 years ago
  79. 0b9aae0 Report compile time error if named argument is given twice. by karlklose@google.com · 13 years ago
  80. 0b9ee83 Report a compile-time error when a setter has not exactly one formal parameter. by karlklose@google.com · 13 years ago
  81. 93a64c7 Bad merge from https://codereview.chromium.org/11308347. by ahe@google.com · 13 years ago
  82. 04769f5 Change List.sort to not have a default parameter value. by lrn@google.com · 13 years ago
  83. df94732 Fixing FileList. by blois@google.com · 13 years ago
  84. 429d250 Annotations on fillStyle and strokeStyle by sra@google.com · 13 years ago
  85. d2aa1e6 Hiding index_db's Any. by blois@google.com · 13 years ago
  86. 552e97b Fixing a missed HTMLCollection rename. by blois@google.com · 13 years ago
  87. 859fe19 Fixing more dart_analyzer issues. by blois@google.com · 13 years ago
  88. ad102437 Don't explode if console isn't defined by efortuna@google.com · 13 years ago
  89. 6a66724 Dartifying typedefs. by blois@google.com · 13 years ago
  90. 0c99e0d Fix issue 7086: support call-through getter for interceptor classes. by ngeoffray@google.com · 13 years ago
  91. 5bc6532 Dartifying dart:html type names. by blois@google.com · 13 years ago
  92. 4eeedf0 Add a callback to SecureSocket for certificates that fail to be authenticated. by whesse@google.com · 13 years ago
  93. 56a18cb Allow string juxtapositions in exports. by karlklose@google.com · 13 years ago
  94. 510aef4 Fix crash on factory redirection to an unresolved class. by ahe@google.com · 13 years ago
  95. ac84fd8 Report errors when factory redirection is used in non-factory methods. by ahe@google.com · 13 years ago
  96. cf517f7 Add a foreign library that declares JS and friends. by ngeoffray@google.com · 13 years ago
  97. e3850aa Adding dart:indexed_db. by blois@google.com · 13 years ago
  98. 2b1cacb Re-trying moving AudioElement back to dart:html. by blois@google.com · 13 years ago
  99. 39a7c87 Revert "Moving AudioElement back to dart:html" by blois@google.com · 13 years ago
  100. 061c26d Moving AudioElement back to dart:html by blois@google.com · 13 years ago