From 88a2615294ace78349265a3bdbcd4e8e9534438d Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Fri, 13 Dec 2019 20:04:17 -0500 Subject: [PATCH] Roll src/third_party/dart 8ad8abfb7463..83eeab1e63d9 (13 commits) (flutter/engine#14488) https://dart.googlesource.com/sdk.git/+log/8ad8abfb7463..83eeab1e63d9 git log 8ad8abfb7463..83eeab1e63d9 --date=short --first-parent --format='%ad %ae %s' 2019-12-13 rmacnak@google.com Miscellaneous documentation updates. 2019-12-13 brianwilkerson@google.com Remove preview from dartfix api in favor of opening the preview automatically 2019-12-13 rnystrom@google.com Small script to track NNBD test migration progress and estimate. 2019-12-13 sra@google.com [dart2js] Make repeated 'usedAsVariable' tests faster 2019-12-13 srujzs@google.com Change type MediaDeviceInfo to dynamic in Future 2019-12-13 srujzs@google.com Add test to enumerate media devices 2019-12-13 scheglov@google.com Replace using \n with multiline strings. 2019-12-13 bkonyi@google.com [ dartfuzz ] Output Dart SDK revision to logs during fuzz testing 2019-12-13 sigmund@google.com Whitelist all packages in the .packages file as opt-out from nnbd. 2019-12-13 fizaaluthra@google.com [dartfuzz] Refactoring gen_api_table.dart 2019-12-13 scheglov@google.com Remove NameFilter. 2019-12-13 scheglov@google.com Remove JavaSystemIO. 2019-12-13 liama@google.com [vm] Enable nnbd experiment when building the SDK with --nnbd Created with: gclient setdep -r src/third_party/dart@83eeab1e63d9 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-sdk-flutter-engine Please CC dart-vm-team@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: dart-vm-team@google.com --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 18ca95f2d05..e473d822f12 100644 --- a/DEPS +++ b/DEPS @@ -34,7 +34,7 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS. # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': '8ad8abfb7463e33e6ac4363437ce843b3ebc7115', + 'dart_revision': '83eeab1e63d9128879992916ba1b58151264c132', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py