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

Issue 10797043: content: Make sure the renderer notifies the browser about touch-event handlers properly. (Closed)

Created:
8 years, 5 months ago by sadrul
Modified:
8 years, 5 months ago
Reviewers:
jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, pierre.rossi_gmail.com
Visibility:
Public.

Description

content: Make sure the renderer notifies the browser about touch-event handlers properly. WebKit will soon stop sending the number of touch-event handlers, and instead just send whether there are any touch-event hanlders on the page or not. https://bugs.webkit.org/show_bug.cgi?id=91006 Once the change lands in WebKit and is gardened in, I will submit another cleanup patch to remove the old numberOfTouchEventHandlersChanged and related messages. BUG=none TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=147721

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M content/browser/renderer_host/render_widget_host_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sadrul
8 years, 5 months ago (2012-07-20 14:16:52 UTC) #1
jam
8 years, 5 months ago (2012-07-20 18:05:29 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698