0.2.4.1
  1. ba36383 Version 0.2.4.1 by dgrove@google.com · 10 years ago 0.2.4.1
  2. ca7f1b8 Version 0.2.4.0 by dgrove@google.com · 10 years ago 0.2.4.0
  3. bd3c4eb Version 0.2.3.0 by dgrove@google.com · 10 years ago 0.2.3.0
  4. 7611cbf Merge revision r14430 to trunk. Do not evaluate arguments of an instance send if that instance send is being inlined. The inliner will take care of evaluating them. by ngeoffray@google.com · 10 years ago 0.2.2.1
  5. 8323a04 Version 0.2.2.0 by dgrove@google.com · 10 years ago 0.2.2.0
  6. 82f439e Bump patch number in attempt to get all trunk builds in sync. by dgrove@google.com · 10 years ago 0.2.1.2
  7. 8aea859 Version 0.2.1.1 by dgrove@google.com · 10 years ago 0.2.1.1
  8. df4f2cf VERSION 0.2.1.0 by dgrove@google.com · 10 years ago 0.2.1.0
  9. d7128a6 Cherry picked bug fix for 6161: svn merge -c 13959 https://dart.googlecode.com/svn/branches/bleeding_edge/dart . by jwren@google.com · 10 years ago 0.2.0.1
  10. 94cd105 Version 0.2.0.0. by dgrove@google.com · 10 years ago 0.2.0.0
  11. 2cece2a Merge revisions 13674, 13676, 13677, 13678 to trunk by ricow@google.com · 10 years ago 0.1.6.4
  12. 5fc22a0 Merge r13661-13672 into trunk. by dgrove@google.com · 10 years ago 0.1.6.3
  13. 80dab08 Merge revision 13659 to trunk. by ricow@google.com · 10 years ago 0.1.6.2
  14. 4bdeea0 svn merge -c 13655 bleeding_edge trunk by kasperl@google.com · 10 years ago 0.1.6.1
  15. 03b9aad Version 0.1.6.0 by ricow@google.com · 10 years ago 0.1.6.0
  16. e6c2ca1 Merge revision 13642 and 13643 to trunk. by ricow@google.com · 10 years ago 0.1.5.1
  17. 5b06abf Version 0.1.5.0 by ricow@google.com · 10 years ago 0.1.5.0
  18. 818a31e Merge revision 13627 to trunk. by ricow@google.com · 10 years ago 0.1.4.1
  19. 0610cb3 Version 0.1.4.0 by ricow@google.com · 10 years ago 0.1.4.0
  20. 7824353 Version 0.1.3.0 by dgrove@google.com · 10 years ago 0.1.3.0
  21. 42b89c9 Changed: TestCase.output -> TestCase.commandOutputs[] by kustermann@google.com · 13 years ago
  22. 985285c Cleanup the clobber tool (tools/clean_output_directory.py) by ricow@google.com · 13 years ago
  23. e07e058 Remove the mode flag for clobbering - we will now just nuke the complete output directory. by ricow@google.com · 13 years ago
  24. 42ec29f Always clobber all of the output directory by ricow@google.com · 13 years ago
  25. ffa0638 - Remove '-parallelizeTargets' from xcodebuild invocation as it eats by iposva@google.com · 13 years ago
  26. 3dc5c70 Revert of commit 14947 by kustermann@google.com · 13 years ago
  27. 5ec7828 Changed: TestCase.output -> TestCase.commandOutputs[] by kustermann@google.com · 13 years ago
  28. 0818b5a Change the xcode configuration file to use an overwritable variable by ager@google.com · 13 years ago
  29. 92045c8 Change gyp flag from in_dartium to dart_io_support. by whesse@google.com · 13 years ago
  30. 970cc5b Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl. by ajohnsen@google.com · 13 years ago
  31. ab69873 Make RegExp constructor non-const. by ajohnsen@google.com · 13 years ago
  32. ec9fee9 "Reverting 14829-14832" by ajohnsen@google.com · 13 years ago
  33. 8dc3edd Make RegExp's constructor non-const. by ajohnsen@google.com · 13 years ago
  34. ed44b92 Splitting SVG types out of dart:html. by blois@google.com · 13 years ago
  35. 4ef5bdd Continued cleanup of create_sdk.py now that we have sdk/bin in the by dgrove@google.com · 13 years ago
  36. 8e6f238 a === b -> identical(a, b) by floitsch@google.com · 13 years ago
  37. 1ba6e54 Do not generate multiple tests for vm options. by antonm@google.com · 13 years ago
  38. e905ac6 Add -a option to tools/build.py by sgjesse@google.com · 13 years ago
  39. f30fb02 The goal here is to rearrange StandardTestSuite so that it's possible override some of its behavior for running package tests while still keeping the rest of the behavior. by rnystrom@google.com · 13 years ago
  40. d131fa7 Disable NSS build targets in a Dartium build. by whesse@google.com · 13 years ago
  41. e78ad92 Added support for logging the output of failed flaky tests. by kustermann@google.com · 13 years ago
  42. 4a23980 Take 2 of splitting html tests into subtests. Had to make two changes to drt to by efortuna@google.com · 13 years ago
  43. 868b439 Revert run large html tests individually. by efortuna@google.com · 13 years ago
  44. bf9cd05 Move html_individual_config to correct location after tree rearranging. by efortuna@google.com · 13 years ago
  45. 3476d1c Run large html tests individually. by efortuna@google.com · 13 years ago
  46. 3462f1e Don't run compile-time error tests on browsers. by kustermann@google.com · 13 years ago
  47. 07e6f0d Handle (missing) trailing slash in dartdoc by johnniwinther@google.com · 13 years ago
  48. b3f4c99 Revert "Handle (missing) trailing slash in dartdoc" by johnniwinther@google.com · 13 years ago
  49. b861fa6 Handle (missing) trailing slash in dartdoc by johnniwinther@google.com · 13 years ago
  50. 9b49d61 Fix syntax errors. by ahe@google.com · 13 years ago
  51. a57b4fb Prevent hanging if selenium cannot close browser. by ahe@google.com · 13 years ago
  52. 11d89ea Escape backslashes in Windows file names to avoid conflicts with regular expressions. by ahe@google.com · 13 years ago
  53. c188e03 Fixup a path to dartdoc in the sdk. The pkg directory is in a slightly different location in the repo vs the sdk. by devoncarew@google.com · 13 years ago
  54. 7897a78 Changes outside pkg/ and lib/ for directory refactoring by dgrove@google.com · 13 years ago
  55. 2208fcd Change NotImplementedException to UnimplementedError. by lrn@google.com · 13 years ago
  56. dd897e7 Disable wrapping of Firefox/Windows dart2js tests. by ahe@google.com · 13 years ago
  57. 981c4b1 Restructure pkg/unittest and pkg/webdriver to follow the pub conventions. by gram@google.com · 13 years ago
  58. 95eca96 Run 'pkg' tests on pub bots. by rnystrom@google.com · 13 years ago
  59. 353f4c4 Update test utils to generate wrappers with new library syntax and handle by gram@google.com · 13 years ago
  60. 970fe84 - Emit frame pointers in C++ code: Enables better support for tools. by iposva@google.com · 13 years ago
  61. fbe2e51 Disable Firefox console logging as it appears to hang the browser. by ahe@google.com · 13 years ago
  62. 87c3813 Use statically linked runtime library to avoid dependency on msvcr100.dll on windows. by kasperl@google.com · 13 years ago
  63. 0fed52b Only start http server for browser tests. by ager@google.com · 13 years ago
  64. 07b92a1 "Reverting 14361" to fix a break. by amouravski@google.com · 13 years ago
  65. 884734f Revert "remove text editor plugins, they are now on github" by ahe@google.com · 13 years ago
  66. d7d7a89 Add bot. prefix to unbreak build bots. by ahe@google.com · 13 years ago
  67. 9ed6080 Don't depend on V8 when creating the SDK. by ahe@google.com · 13 years ago
  68. aac030e Use patching for dart:io. by ager@google.com · 13 years ago
  69. c606bbd Fix copyright for bot scripts. by rnystrom@google.com · 13 years ago
  70. 09ac607 remove text editor plugins, they are now on github by sethladd@google.com · 13 years ago
  71. db3d635 Remove public SocketInputStream and SocketOutputStream clases by sgjesse@google.com · 13 years ago
  72. 83f2cfa Get rid of 'close' on process. It is very easy to use incorrectly and cut off data from your streams. by ager@google.com · 13 years ago
  73. 7f04c40 Land update to tools directory with new binaries. by ager@google.com · 13 years ago
  74. e925b55 Move Arrays, Collections and Maps into a new library, dart:collections. by ajohnsen@google.com · 13 years ago
  75. 6507587 Fix the version.dart script on windows - the script path was being calculated as "", not "tools". by devoncarew@google.com · 13 years ago
  76. 7041a6b Make methods in Stopwatch getters and rename to be more consistent. by floitsch@google.com · 13 years ago
  77. b8b5632 Convert NoMoreElementsException and EmptyQueueException to StateError. by lrn@google.com · 13 years ago
  78. 7df114a Revert 14110 "Fix usesWebDriver check" by efortuna@google.com · 13 years ago
  79. d1aff19 Fix usesWebDriver check, and the usage of config['browser'] vs config['runtime'] by efortuna@google.com · 13 years ago
  80. ce9513a Added API docs build target to the Pub buildbot. by amouravski@google.com · 13 years ago
  81. 8ea5741 Set up Android build config. by efortuna@google.com · 13 years ago
  82. 252f09b Testing support for running tests minified in dart2js. by ricow@google.com · 13 years ago
  83. 01e373b Fix CCTestSuite in test.dart. by ager@google.com · 13 years ago
  84. 63870a3 Fix return code on Windows 8 machines. by efortuna@google.com · 13 years ago
  85. e304efa Update status file for ie10 html tests. by efortuna@google.com · 13 years ago
  86. 7f5dd8e Expand buildbot checks for both ie9 and ie10. by efortuna@google.com · 13 years ago
  87. 9049103 Add script for pub buildbots. by rnystrom@google.com · 13 years ago
  88. 61e7010 Fix issue that cases the usesWebDriver getter in TestCase to always return false. by ager@google.com · 13 years ago
  89. a083c1a Removed IllegalAccessException and UnsupportedOperationException. by lrn@google.com · 13 years ago
  90. bc7f07a Move ObjectNotClosureException and ClosureArgumentMismatchException to patch file. by lrn@google.com · 13 years ago
  91. 6100654 Don't replicate timeout calculation for browser tests. They do their own timing by efortuna@google.com · 13 years ago
  92. 1407ec0 Increase timeout to see if "timeout" errors on Windows bot goes away. Otherwise, by efortuna@google.com · 13 years ago
  93. 898ec40 Add a version file to the SDK (in preparation for eventually removing the revision file). by devoncarew@google.com · 13 years ago
  94. 48a9e65 Mark ie10 + Windows as an acceptable browser + OS combo. by efortuna@google.com · 13 years ago
  95. ce3543f Reapply ie to ie9 rename. Review URL: https://codereview.chromium.org//11231081 by efortuna@google.com · 13 years ago
  96. 9205890 Revert rename ie to ie9. Review URL: https://codereview.chromium.org//11249003 by efortuna@google.com · 13 years ago
  97. 89ec5f4 Properly filter out platform libs. by antonm@google.com · 13 years ago
  98. bf0085c Remove unused function. by antonm@google.com · 13 years ago
  99. e524049 Switch to new library syntax. by antonm@google.com · 13 years ago
  100. 28c853b Create temp directory for sdk inside the dart directory. by ricow@google.com · 13 years ago