From 2a396f6c3aa06970638206018b45099830cccaae Mon Sep 17 00:00:00 2001 From: chromium-autoroll Date: Wed, 2 Dec 2020 13:11:52 +0000 Subject: [PATCH] Roll DevTools Frontend from d5071440f39d to e0f6048d5a1c (6 revisions) https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d5071440f39d..e0f6048d5a1c 2020-12-02 pfaffe@chromium.org Wait explicitely for expected number of scope values 2020-12-02 alexrudenko@chromium.org Disable flaky recorder test 2020-12-02 pfaffe@chromium.org [wasm-debug] Less eagerly start typing watch expressions 2020-12-02 alexrudenko@chromium.org Remove obsolete global types in overlay tests 2020-12-02 alcastano@google.com E2E Tests for CSP Violations tab 2020-12-02 yiorsi@gmail.com Fix: the copy() function respect the indentation in settings If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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/+doc/master/autoroll/README.md Bug: chromium:1137837,chromium:1150797,chromium:1154188,chromium:1154575 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Iee9953e8ca9130f82debb9497053597dd9b04a7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569451 Commit-Queue: chromium-autoroll Reviewed-by: chromium-autoroll Cr-Commit-Position: refs/heads/master@{#832783} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 89b131bca5302c..8fecec954195e3 100644 --- a/DEPS +++ b/DEPS @@ -275,7 +275,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling devtools-frontend # and whatever else without interference from each other. - 'devtools_frontend_revision': 'd5071440f39d7bfa3ac744df33e897cc4cd4e66e', + 'devtools_frontend_revision': 'e0f6048d5a1c3d00be493b14e9656087c4c5ab6f', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libprotobuf-mutator # and whatever else without interference from each other.