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

Issue 11419227: touch: Fix ctrl+taps for buttons on bookmark bar and toolbar. (Closed)

Created:
8 years ago by sadrul
Modified:
8 years ago
Reviewers:
sky
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

touch: Fix ctrl+taps for buttons on bookmark bar and toolbar. Ctrl+Tapping on the buttons in bookmark bar/toolbar should open a new tab. But since the callbacks looked only at the event-flags for the mouse-events, it didn't work correctly for taps. This is a fix for that. BUG=163377 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170238

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -13 lines) Patch
M chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/reload_button.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/button/button.h View 2 chunks +0 lines, -5 lines 0 comments Download
M ui/views/controls/button/button.cc View 1 chunk +1 line, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sadrul
8 years ago (2012-11-29 17:21:26 UTC) #1
sky
8 years ago (2012-11-29 20:24:16 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698