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

Issue 11148008: touch-event queue: Add a touch-event queue for all platforms. (Closed)

Created:
8 years, 2 months ago by sadrul
Modified:
8 years, 2 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, jam, penghuang+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, James Su, Yusuf
Visibility:
Public.

Description

touch-event queue: Add a touch-event queue for all platforms. This touch-event queue will allow removing the touch-event queue in the ui::gesture-recognizer, and asynchronous event processing (ui::ER_ASYNC) in ui::event-dispatcher. This queue will also allow throttling/coalescing touch events across all platforms. BUG=138153, 110231 TBR=avi@chromium.org (for .gypi and content/port) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=162510

Patch Set 1 #

Patch Set 2 : self-nit #

Patch Set 3 : tot-merge #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -27 lines) Patch
M content/browser/renderer_host/render_widget_host_impl.h View 3 chunks +3 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 5 chunks +13 lines, -8 lines 2 comments Download
M content/browser/renderer_host/render_widget_host_view_android.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_gtk.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_gtk.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 chunk +0 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_win.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_win.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/test_render_view_host.h View 1 chunk +0 lines, -1 line 0 comments Download
A content/browser/renderer_host/touch_event_queue.h View 1 1 chunk +46 lines, -0 lines 0 comments Download
A content/browser/renderer_host/touch_event_queue.cc View 1 1 chunk +50 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M content/port/browser/render_widget_host_view_port.h View 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
sadrul
Hi! This is the first step towards implementing the touch-event queue that is used in ...
8 years, 2 months ago (2012-10-16 22:46:48 UTC) #1
aelias_OOO_until_Jul13
Nice progress, thanks. http://codereview.chromium.org/11148008/diff/5001/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): http://codereview.chromium.org/11148008/diff/5001/content/browser/renderer_host/render_widget_host_impl.cc#newcode1061 content/browser/renderer_host/render_widget_host_impl.cc:1061: touch_event_queue_->QueueEvent(touch_event); RenderWidgetHost is not doing anything ...
8 years, 2 months ago (2012-10-16 23:28:37 UTC) #2
sadrul
http://codereview.chromium.org/11148008/diff/5001/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): http://codereview.chromium.org/11148008/diff/5001/content/browser/renderer_host/render_widget_host_impl.cc#newcode1061 content/browser/renderer_host/render_widget_host_impl.cc:1061: touch_event_queue_->QueueEvent(touch_event); On 2012/10/16 23:28:38, aelias wrote: > RenderWidgetHost is ...
8 years, 2 months ago (2012-10-16 23:49:14 UTC) #3
rjkroege
On 2012/10/16 23:49:14, sadrul wrote: > http://codereview.chromium.org/11148008/diff/5001/content/browser/renderer_host/render_widget_host_impl.cc > File content/browser/renderer_host/render_widget_host_impl.cc (right): > > http://codereview.chromium.org/11148008/diff/5001/content/browser/renderer_host/render_widget_host_impl.cc#newcode1061 > ...
8 years, 2 months ago (2012-10-17 16:02:56 UTC) #4
rjkroege
lgtm.
8 years, 2 months ago (2012-10-17 16:03:09 UTC) #5
aelias_OOO_until_Jul13
lgtm
8 years, 2 months ago (2012-10-17 18:16:55 UTC) #6
sadrul
Thanks for the quick reviews! :) +avi for content_browser.gypi and content/port changes.
8 years, 2 months ago (2012-10-17 18:29:37 UTC) #7
sadrul
8 years, 2 months ago (2012-10-17 20:18:26 UTC) #8
TBR'ing the changes in content_browser.gypi and content/port

Powered by Google App Engine
This is Rietveld 408576698