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

Issue 1050993004: Route touchmove existence notifications to the TouchEventQueue (Closed)

Created:
5 years, 8 months ago by jdduke (slow)
Modified:
5 years, 2 months ago
Reviewers:
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, jam, penghuang+watch_chromium.org, sievers+watch_chromium.org, jbauman+watch_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, kalyank, mkwst+moarreviews-renderer_chromium.org, piman+watch_chromium.org, danakj+watch_chromium.org, James Su, jdduke+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Route touchmove existence notifications to the TouchEventQueue With crrev.com/1055683003, Blink now exposes whether a site has touchmove handlers. Plumb this bit to the TouchEventQueue, allowing it to immediately dispatch touchmove events when no renderer-side touchmove handler exists. BUG=464721

Patch Set 1 #

Patch Set 2 : UMA #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -37 lines) Patch
M content/browser/browser_plugin/browser_plugin_guest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/input_router_impl.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/input/input_router_impl.cc View 1 2 3 3 chunks +10 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/input_router_impl_perftest.cc View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/input/input_router_impl_unittest.cc View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M content/browser/renderer_host/input/touch_event_queue.h View 1 2 3 3 chunks +7 lines, -1 line 0 comments Download
M content/browser/renderer_host/input/touch_event_queue.cc View 1 2 3 9 chunks +48 lines, -10 lines 0 comments Download
M content/browser/renderer_host/input/touch_event_queue_unittest.cc View 1 2 3 3 chunks +36 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_unittest.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 1 2 3 7 chunks +7 lines, -7 lines 0 comments Download
M content/common/input_messages.h View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M content/renderer/render_widget.h View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 1 chunk +17 lines, -2 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 2 chunks +32 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698