Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Issue 2770523002: DevTools: kill Common.Throttler.flush() method (Closed)

Created:
3 years, 9 months ago by lushnikov
Modified:
3 years, 9 months ago
Reviewers:
caseq
CC:
chromium-reviews, extensions-reviews_chromium.org, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, chromium-apps-reviews_chromium.org, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: kill Common.Throttler.flush() method It turns out that Common.Throttler.flush() method could not be implemented safely since it causes re-enterability for the clients. (consider calling throttler.flush() during the async process being executed). This patch kills the method and migrates its clients off. BUG=none R=caseq Review-Url: https://codereview.chromium.org/2770523002 Cr-Commit-Position: refs/heads/master@{#458636} Committed: https://chromium.googlesource.com/chromium/src/+/0f53221a743754f2bd21257c2f96c2486aca0023

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -25 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/common/Throttler.js View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js View 2 chunks +17 lines, -17 lines 1 comment Download
M third_party/WebKit/Source/devtools/front_end/layer_viewer/Layers3DView.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (6 generated)
lushnikov
please, take a look https://codereview.chromium.org/2770523002/diff/1/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js File third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js (right): https://codereview.chromium.org/2770523002/diff/1/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js#newcode350 third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js:350: _invalidateViewport() { this change is ...
3 years, 9 months ago (2017-03-22 00:54:38 UTC) #1
caseq
lgtm
3 years, 9 months ago (2017-03-22 01:40:23 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2770523002/1
3 years, 9 months ago (2017-03-22 03:46:03 UTC) #7
commit-bot: I haz the power
3 years, 9 months ago (2017-03-22 05:14:28 UTC) #10
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/0f53221a743754f2bd21257c2f96...

Powered by Google App Engine
This is Rietveld 408576698