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

Issue 2679003: Peek at the event queue for wheel events for gtk (Closed)

Created:
10 years, 6 months ago by DaveMoore
Modified:
9 years, 7 months ago
CC:
chromium-reviews, jam+cc_chromium.org, ben+cc_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Peek at the event queue for wheel events for cros BUG=NONE Test=RenderWidgetHostTest.CoalescesWheelEvents (existing) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49938

Patch Set 1 #

Patch Set 2 : Remove unnecessary usings. #

Total comments: 8

Patch Set 3 : Made the coalescing work for all linux as well as horizontally #

Patch Set 4 : Change name of event routine #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -60 lines) Patch
M chrome/browser/renderer_host/render_widget_host.h View 1 chunk +0 lines, -11 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host.cc View 5 chunks +1 line, -22 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_gtk.cc View 1 2 3 3 chunks +80 lines, -25 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
DaveMoore
10 years, 6 months ago (2010-06-06 18:44:49 UTC) #1
darin (slow to review)
Given this peek-based solution, I think it would be good to remove the previous PostTask-based ...
10 years, 6 months ago (2010-06-08 18:19:27 UTC) #2
Nico
I agree that this is cleaner than the other approach. Can you investigate if this ...
10 years, 6 months ago (2010-06-10 18:31:36 UTC) #3
DaveMoore
http://codereview.chromium.org/2679003/diff/2001/3001 File chrome/browser/renderer_host/render_widget_host_view_gtk.cc (right): http://codereview.chromium.org/2679003/diff/2001/3001#newcode339 chrome/browser/renderer_host/render_widget_host_view_gtk.cc:339: static int GetScrollEvents(guint current_event_state) { On 2010/06/08 18:19:30, darin ...
10 years, 6 months ago (2010-06-11 01:51:27 UTC) #4
darin (slow to review)
10 years, 6 months ago (2010-06-14 21:17:48 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698