0.3.0.1
  1. 8b99543 Fix javahome for pub bots Review URL: https://codereview.chromium.org//11573003 by ricow@google.com · 13 years ago
  2. eb7ec0e Suppress check on localStorage to enable chrome apps by vsm@google.com · 13 years ago
  3. 4385149 Phase out local storage usage in PortSync code by vsm@google.com · 13 years ago
  4. e07e058 Remove the mode flag for clobbering - we will now just nuke the complete output directory. by ricow@google.com · 13 years ago
  5. ce9513a Added API docs build target to the Pub buildbot. by amouravski@google.com · 13 years ago
  6. 8ea5741 Set up Android build config. by efortuna@google.com · 13 years ago
  7. 9049103 Add script for pub buildbots. by rnystrom@google.com · 13 years ago
  8. 1afe1c4 Change the editor build to use the latest changed svn revision and not the global svn revision. by devoncarew@google.com · 13 years ago
  9. 5031069 Fix SendPortSync dispatch for FF by vsm@google.com · 13 years ago
  10. 23b116f Update .gitignore files to svn:ignore from r12476. by ahe@google.com · 13 years ago
  11. a1770a8 Sync .gitignore with the corresponding svn properties. by antonm@google.com · 13 years ago
  12. 37b7e47 Remove proxying support from dart:html by vsm@google.com · 13 years ago
  13. 2b11b09 revert alternate build approach by danrubel@google.com · 13 years ago
  14. 4b29bcd test alternate build approach by danrubel@google.com · 13 years ago
  15. 47e90c2 Cache function proxies. This ensures that we forward invocations to the original send port. by vsm@google.com · 13 years ago
  16. 8802f83 Serialize Elements through PortSync by vsm@google.com · 13 years ago
  17. d7b836f Support methods, getters, and setters on JS proxies. by vsm@google.com · 13 years ago
  18. 769cfa0 Support proxying of objects between JS and Dart. by vsm@google.com · 13 years ago
  19. 9259b26 Support general serializing of functions between JS and Dart by vsm@google.com · 13 years ago
  20. 2cba3d5 Remove second argument from python clobbering cmd on editor annotated steps by ricow@google.com · 13 years ago
  21. 41ad4a5 Add mission constant to dart editor annotated steps. by ricow@google.com · 13 years ago
  22. 71ff9c1 Fix dart editor buildbot scripts to support clobbering. by ricow@google.com · 13 years ago
  23. 0e9ad86 Move function serialization to sync ports. by antonm@google.com · 13 years ago
  24. 0e4bc22 Revert "Switch to new expiration protocol." by antonm@google.com · 13 years ago
  25. 46eda61 Switch to new expiration protocol. by antonm@google.com · 13 years ago
  26. 0db7d72 Support references in serialization. by antonm@google.com · 13 years ago
  27. a8f0861 Fix bug in SendPortSync serialization by hausner@google.com · 13 years ago
  28. 7f897e1 Fix bug in array serialization by hausner@google.com · 13 years ago
  29. cae0859 Fix deserializeList. by efortuna@google.com · 13 years ago
  30. ee6b0e2 Serialize/deserialize lists in JS ports by vsm@google.com · 13 years ago
  31. 9c4f5ed Added Dartium support for JS to Dart PortSync calls by vsm@google.com · 13 years ago
  32. d14ba57 Add support for JS->Dart and Dart->dart via *PortSync. by vsm@google.com · 13 years ago
  33. 41d6657 Stop adding so many global functions in client/dart.js. by kasperl@google.com · 13 years ago
  34. 647a077 Make the new JS interop test pass on Dartium. by kasperl@google.com · 13 years ago
  35. 7c7246f First experimental steps towards a better story for JS interop. by kasperl@google.com · 13 years ago
  36. 8a3a9f4 Don't call FixJavaHome() during dart-editor* builds by danrubel@google.com · 13 years ago
  37. 291f362 Add setup of JAVA_HOME to the annotated steps script. The buildbot will pass the relative path to this through an environment variable. by ricow@google.com · 13 years ago
  38. 3d9308f Another attempt at fixing the Editor build. by ahe@google.com · 13 years ago
  39. 817cc50 Another attempt at fixing the Editor build. by ahe@google.com · 13 years ago
  40. 9b504b5 Remove frog from the SDK and stop running it from the editor. by kasperl@google.com · 13 years ago
  41. 61cb3e6 Use utils/compiler/buildbot.py instead of the script in frog/scripts. by kasperl@google.com · 13 years ago
  42. 5365677 Reapply r8017. by dgrove@google.com · 13 years ago
  43. f1e63f4 revert r8017. by dgrove@google.com · 13 years ago
  44. ec0085f2 Update README, continue evisceration of client directory by dgrove@google.com · 13 years ago
  45. f578b83 Change the default Dart-to-JavaScript compiler in the editor to be dart2js. by kasperl@google.com · 13 years ago
  46. 4a80d19 Fix condition. by antonm@google.com · 13 years ago
  47. 4bd7240 Add expiration check into dart.js script. by antonm@google.com · 13 years ago
  48. f379a1d Allow developers to try out dart2js in their web apps. by kasperl@google.com · 13 years ago
  49. 8369d0a reenable some dartc tests that have been disabled accidentally. Move by sigmund@google.com · 13 years ago
  50. daef678 test renaming overhaul: step 4 client tests by sigmund@google.com · 13 years ago
  51. bdc0d78 Fix bug http://code.google.com/p/dart/issues/detail?id=2718: methods that are implemented by the html/dom library should be called with dart2js calling conventions. by ngeoffray@google.com · 13 years ago
  52. a0b50ca Fix Safari status by vsm@google.com · 13 years ago
  53. 5f3607d Reapply r6925 with fixed status file. by vsm@google.com · 13 years ago
  54. f1d72ac rename _tests.dart to _test.dart by sigmund@google.com · 13 years ago
  55. 3f51056 Revert "Break html_tests.dart into multiple tests" by vsm@google.com · 13 years ago
  56. 428f4f3 Break html_tests.dart into multiple tests by vsm@google.com · 13 years ago
  57. 6b90273 Make CanvasPixelArray pretent to be Uint8ClampedArray by sra@google.com · 13 years ago
  58. ccd3de3 Revert "Make CanvasPixelArray pretent to be Uint8ClampedArray" by sra@google.com · 13 years ago
  59. a8f78a5 Make CanvasPixelArray pretent to be Uint8ClampedArray by sra@google.com · 13 years ago
  60. fc6219c Temporary skip InstanceOf test. by antonm@google.com · 13 years ago
  61. 733536b Adjust tests. by antonm@google.com · 13 years ago
  62. 9eac6a5 Remove frogsh. by ahe@google.com · 13 years ago
  63. c809a98 Browser compat for window.requestAnimationFrame by sra@google.com · 13 years ago
  64. 18554fa Revert "Browser compat for window.requestAnimationFrame" by sra@google.com · 13 years ago
  65. e6c9d7d Browser compat for window.requestAnimationFrame by sra@google.com · 13 years ago
  66. 0787331 Fix html TypedArray constructors by vsm@google.com · 13 years ago
  67. f0ff872 Revert "Revert "Revert "Revert "Constructors for IDBKeyRange"""" by sra@google.com · 13 years ago
  68. d86ae6c Revert "Revert "Revert "Constructors for IDBKeyRange""" by sra@google.com · 13 years ago
  69. 97f2aa5 Revert "Revert "Constructors for IDBKeyRange"" by sra@google.com · 13 years ago
  70. 0ad7fde Revert "Constructors for IDBKeyRange" by sra@google.com · 13 years ago
  71. d1d09e8 Constructors for IDBKeyRange by sra@google.com · 13 years ago
  72. 545d7d9 Temporarily skip html_tests for frog/drt by vsm@google.com · 13 years ago
  73. 929356d Test for IDBKeyRange by sra@google.com · 13 years ago
  74. eb94e4a Migrate to interpolation instead of concatenation. by antonm@google.com · 13 years ago
  75. ab7afcc Revert "Test for IDBKeyRange" by sra@google.com · 13 years ago
  76. 935e36e Test for IDBKeyRange by sra@google.com · 13 years ago
  77. 4a81499 Map IDBAny and IDBKey to Dynamic by sra@google.com · 13 years ago
  78. fdcd0cb Fix for issue 2433: for stubs on native classes, only call a method with a non-mangled name when the method is a JS method. by ngeoffray@google.com · 13 years ago
  79. aa51ea5 Next IndexedDB test - scan with a cursor. by sra@google.com · 13 years ago
  80. c592185 Support Expectation.identical. by antonm@google.com · 13 years ago
  81. b52accc Add SerializedScriptValueTest. by antonm@google.com · 13 years ago
  82. 272f77d Add very basic MessageEventTest. by antonm@google.com · 13 years ago
  83. 29afb06 Remove suppression for now fixed test. by antonm@google.com · 13 years ago
  84. 864dba1 Migrate the samples to one-argument version of requestAnimationFrame and re-enable the test. by podivilov@google.com · 13 years ago
  85. 6c4f398 second try: only mark fail on checked mode by sigmund@google.com · 13 years ago
  86. 76a9e07 status file of html/TypeArrays1Test: this was incorrectly importing dart:dom by sigmund@google.com · 13 years ago
  87. 656e981 unittest step2: bye bye to multiple entrypoints for unittest by sigmund@google.com · 13 years ago
  88. 7fda138 Remove suppression for NativeGCTest in release mode. by podivilov@google.com · 13 years ago
  89. 3c25486 Refine understanding of FF ImageData issue. by sra@google.com · 13 years ago
  90. 0645e29 Remove suppression for now supported test. by antonm@google.com · 13 years ago
  91. 9a26e2c fix a couple more dartium tests by sigmund@google.com · 13 years ago
  92. 8756739 Suppress checked IndexedDB2Test by sra@google.com · 13 years ago
  93. 3031f70 IndexedDB test for maps. by sra@google.com · 13 years ago
  94. 7968e42 update a couple dartium tests by sigmund@google.com · 13 years ago
  95. 74bcffc fix comments in .status files by sigmund@google.com · 13 years ago
  96. 1767ae0 fix ff bot by sigmund@google.com · 13 years ago
  97. 78ea52b Selenium / Dartium cleanup by vsm@google.com · 13 years ago
  98. cca364c change status files to make it possible to run test.py -c frog,dart2js -r none. by sigmund@google.com · 13 years ago
  99. e114d7d Anther attempt to fix the build after recent WebKit roll. by podivilov@google.com · 13 years ago
  100. 190022d Fix the build after recent WebKit roll. by podivilov@google.com · 13 years ago