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

Issue 9129024: Fix for crbug.com/111185. (Closed)

Created:
8 years, 11 months ago by andreip3000
Modified:
8 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Fix for crbug.com/111185. Count input events and the corresponding acks coming from the renderer and only consider a renderer responsive when all acks have been received. BUG=111185 TEST=RenderWidgetHostTest.MultipleInputEvents Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=119112

Patch Set 1 #

Patch Set 2 : Add more comments. #

Patch Set 3 : Remove dead code #

Patch Set 4 : Fix initialization order #

Patch Set 5 : Fix initialization list again. #

Total comments: 2

Patch Set 6 : Addressed Darin's comments. #

Patch Set 7 : Forgot to commit all changes before uploading. #

Total comments: 1

Patch Set 8 : Addressed Darin comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -4 lines) Patch
M content/browser/renderer_host/render_widget_host.h View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host.cc View 1 2 3 4 5 6 7 6 chunks +12 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_unittest.cc View 1 2 2 chunks +25 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
andreip3000
8 years, 11 months ago (2012-01-24 16:27:28 UTC) #1
darin (slow to review)
https://chromiumcodereview.appspot.com/9129024/diff/7003/content/browser/renderer_host/render_widget_host.cc File content/browser/renderer_host/render_widget_host.cc (right): https://chromiumcodereview.appspot.com/9129024/diff/7003/content/browser/renderer_host/render_widget_host.cc#newcode1536 content/browser/renderer_host/render_widget_host.cc:1536: if (!CommandLine::ForCurrentProcess()->HasSwitch( I'm not sure it is a good ...
8 years, 11 months ago (2012-01-24 17:58:01 UTC) #2
andreip3000
On 2012/01/24 17:58:01, darin wrote: > https://chromiumcodereview.appspot.com/9129024/diff/7003/content/browser/renderer_host/render_widget_host.cc > File content/browser/renderer_host/render_widget_host.cc (right): > > https://chromiumcodereview.appspot.com/9129024/diff/7003/content/browser/renderer_host/render_widget_host.cc#newcode1536 > ...
8 years, 11 months ago (2012-01-24 19:39:28 UTC) #3
darin (slow to review)
Note: Normally, it is the case that there can be several in-flight events. https://chromiumcodereview.appspot.com/9129024/diff/7005/content/browser/renderer_host/render_widget_host.cc File ...
8 years, 11 months ago (2012-01-24 20:06:55 UTC) #4
andreip3000
On 2012/01/24 20:06:55, darin wrote: > Note: Normally, it is the case that there can ...
8 years, 11 months ago (2012-01-24 20:51:48 UTC) #5
darin (slow to review)
On Tue, Jan 24, 2012 at 12:51 PM, <andreip@chromium.org> wrote: > On 2012/01/24 20:06:55, darin ...
8 years, 11 months ago (2012-01-24 21:21:10 UTC) #6
andreip3000
On Tue, Jan 24, 2012 at 9:21 PM, Darin Fisher <darin@chromium.org> wrote: > > > ...
8 years, 11 months ago (2012-01-24 23:17:16 UTC) #7
darin (slow to review)
On Tue, Jan 24, 2012 at 3:17 PM, Andrei Popescu <andreip@chromium.org>wrote: > On Tue, Jan ...
8 years, 11 months ago (2012-01-25 00:52:24 UTC) #8
andreip3000
On 2012/01/25 00:52:24, darin wrote: > On Tue, Jan 24, 2012 at 3:17 PM, Andrei ...
8 years, 11 months ago (2012-01-25 16:50:39 UTC) #9
darin (slow to review)
LGTM
8 years, 11 months ago (2012-01-25 16:57:52 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/andreip@chromium.org/9129024/11001
8 years, 11 months ago (2012-01-25 18:33:48 UTC) #11
commit-bot: I haz the power
8 years, 11 months ago (2012-01-25 20:16:33 UTC) #12
Change committed as 119112

Powered by Google App Engine
This is Rietveld 408576698