0

Revert "Roll devtools-internal from 029fa736de1a to 5e576a030ed1 (2 revisions)"

This reverts commit 4aba4274e1.

Reason for revert: This is causing blink_web_tests to fail with "
virtual/threaded/http/tests/devtools/tracing/timeline-js/timeline-script-tag-2.js" on Mac12 builders. See bug for links

Original change's description:
> Roll devtools-internal from 029fa736de1a to 5e576a030ed1 (2 revisions)
>
> 029fa736de..5e576a030e
>
> Also rolling transitive DEPS:
>   b2aa3bf9db..231514c933
>
> If this roll has caused a breakage, revert this CL and stop the roller
> using the controls here:
> https://skia-autoroll.corp.goog/r/devtools-internal-chromium
> Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com,liviurau@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/+doc/main/autoroll/README.md
>
> Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome
> Bug: None
> Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com
> Change-Id: I8eb9b7e40c0dc3ea958e1b1d03d34de9547a299b
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4849570
> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com>
> Bot-Commit: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com>
> Cr-Commit-Position: refs/heads/main@{#1193702}

Bug: crbug.com/1480176
Change-Id: I4c76ad04effc854c5d1773a802dba8cd306582e6
Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4852657
Reviewed-by: Michael Cui <mlcui@google.com>
Commit-Queue: Sophia Lin <sophialin@google.com>
Auto-Submit: Sophia Lin <sophialin@google.com>
Cr-Commit-Position: refs/heads/main@{#1193887}
This commit is contained in:
Sophia Lin
2023-09-08 01:56:49 +00:00
committed by Chromium LUCI CQ
parent e857bd2455
commit 00a18d3032
3 changed files with 4 additions and 4 deletions
DEPS
third_party

4
DEPS

@ -409,7 +409,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': '9740be3b9729925fb380c2a8690c526e62b6a50d',
'devtools_frontend_revision': 'b2aa3bf9db4e209bb8e0583ff38558d471fc169a',
# 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.
@ -1305,7 +1305,7 @@ deps = {
Var('chromium_git') + '/devtools/devtools-frontend' + '@' + Var('devtools_frontend_revision'),
'src/third_party/devtools-frontend-internal': {
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + '6d57dd6eaed83566e5bcdd066993f279bf0bd34d',
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + '029fa736de1a85a9d9e229eadd3e48607161377e',
'condition': 'checkout_src_internal',
},