Commit 6a016e1e authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll DevTools Frontend from a3b434580dbf to 2477097c7892 (9 revisions)

https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/a3b434580dbf..2477097c7892

2020-11-20 aerotwist@chromium.org TypeScriptify main.ts
2020-11-20 alexrudenko@chromium.org Display flex containers in the Layout panel
2020-11-20 bmeurer@chromium.org [sources] Remove CallFrame.sourceScopeChain.
2020-11-20 szuend@chromium.org TypeScript-ify ui/Tooltip.js
2020-11-20 bmeurer@chromium.org [sources] Remove redundant evaluate logic in popover.
2020-11-20 aerotwist@chromium.org TypeScriptify TimelineUIUtils.js (Part 2)
2020-11-20 petermarshall@chromium.org [typescript] TypeScript-ify source_frame/SourcesTextEditor.js 1/N
2020-11-20 bmeurer@chromium.org [sdk][bindings] Introduce DebuggerModel._evaluateOnCallFrameCallback.
2020-11-20 janscheffler@chromium.org Fix "Inspect Element" not working

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:1011811,chromium:1042636,chromium:1127915,chromium:1150029,chromium:1150294
Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com
Change-Id: I382ab33be975fcc69f8f9319430afc548ae59218
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552148Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#829619}
parent 17f6ca5d
...@@ -272,7 +272,7 @@ vars = { ...@@ -272,7 +272,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling devtools-frontend # the commit queue can handle CLs rolling devtools-frontend
# and whatever else without interference from each other. # and whatever else without interference from each other.
'devtools_frontend_revision': 'a3b434580dbf83ab9790086f51171c61e8170dbc', 'devtools_frontend_revision': '2477097c7892ce0f0e8303bb9687509e2545e8b3',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libprotobuf-mutator # the commit queue can handle CLs rolling libprotobuf-mutator
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment