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

Issue 3192002: Added entry points to view/View to dispatch and process TouchEvents. (Closed)

Created:
10 years, 4 months ago by rjkroege
Modified:
8 years ago
Reviewers:
DaveMoore, sky
CC:
chromium-reviews, ben+cc_chromium.org, Paweł Hajdan Jr.
Base URL:
git://codf21.jail.google.com/chromium.git
Visibility:
Public.

Description

Added entry points to view/View to dispatch and process TouchEvents. This change is part of a series of changes to bring TouchEvent processing to views. BUG=na TESTED=compiled with and without touchui

Patch Set 1 #

Patch Set 2 : lint, proofreading #

Total comments: 10

Patch Set 3 : addressed reviewer's comments #

Patch Set 4 : merge, white space corrections #

Total comments: 25

Patch Set 5 : Added unit tests, addressed multiple reviewer comments. #

Patch Set 6 : changes from last proof-read #

Total comments: 18

Patch Set 7 : more reviewer comments #

Total comments: 1

Patch Set 8 : final changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+401 lines, -9 lines) Patch
M views/event.h View 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
A views/touchui/gesture_manager.h View 1 2 3 4 5 6 1 chunk +54 lines, -0 lines 0 comments Download
A views/touchui/gesture_manager.cc View 1 2 3 4 5 6 1 chunk +62 lines, -0 lines 0 comments Download
M views/view.h View 1 2 3 4 5 3 chunks +14 lines, -1 line 0 comments Download
M views/view.cc View 1 2 3 4 2 chunks +16 lines, -0 lines 0 comments Download
M views/view_unittest.cc View 5 6 7 7 chunks +153 lines, -5 lines 0 comments Download
M views/views.gyp View 1 2 3 4 5 6 7 3 chunks +8 lines, -0 lines 0 comments Download
M views/widget/root_view.h View 3 4 5 6 5 chunks +27 lines, -2 lines 0 comments Download
M views/widget/root_view.cc View 3 4 5 6 7 3 chunks +65 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
rjkroege
10 years, 4 months ago (2010-08-17 22:02:06 UTC) #1
sky
http://codereview.chromium.org/3192002/diff/2001/3002 File views/touchui/gesture_manager.h (right): http://codereview.chromium.org/3192002/diff/2001/3002#newcode24 views/touchui/gesture_manager.h:24: nit: no newline here. http://codereview.chromium.org/3192002/diff/2001/3004 File views/view.h (right): http://codereview.chromium.org/3192002/diff/2001/3004#newcode1358 ...
10 years, 4 months ago (2010-08-18 00:06:35 UTC) #2
DaveMoore
http://codereview.chromium.org/3192002/diff/2001/3004 File views/view.h (right): http://codereview.chromium.org/3192002/diff/2001/3004#newcode1147 views/view.h:1147: friend class GestureManager; Why is there an assumption that ...
10 years, 4 months ago (2010-08-18 14:36:49 UTC) #3
rjkroege
http://codereview.chromium.org/3192002/diff/2001/3002 File views/touchui/gesture_manager.h (right): http://codereview.chromium.org/3192002/diff/2001/3002#newcode24 views/touchui/gesture_manager.h:24: On 2010/08/18 00:06:35, sky wrote: > nit: no newline ...
10 years, 4 months ago (2010-08-24 20:25:12 UTC) #4
sky
http://codereview.chromium.org/3192002/diff/13001/14002 File views/touchui/gesture_manager.cc (right): http://codereview.chromium.org/3192002/diff/13001/14002#newcode30 views/touchui/gesture_manager.cc:30: LOG(INFO) << "GestureManager::ProcessTouchEventForGesture: " << DLOG for this and ...
10 years, 4 months ago (2010-08-24 21:28:33 UTC) #5
DaveMoore
http://codereview.chromium.org/3192002/diff/13001/14007 File views/widget/root_view.cc (right): http://codereview.chromium.org/3192002/diff/13001/14007#newcode87 views/widget/root_view.cc:87: #endif If it's a singleton anyway why do we ...
10 years, 4 months ago (2010-08-24 21:32:28 UTC) #6
rjkroege
http://codereview.chromium.org/3192002/diff/13001/14002 File views/touchui/gesture_manager.cc (right): http://codereview.chromium.org/3192002/diff/13001/14002#newcode30 views/touchui/gesture_manager.cc:30: LOG(INFO) << "GestureManager::ProcessTouchEventForGesture: " << On 2010/08/24 21:28:33, sky ...
10 years, 3 months ago (2010-08-30 17:39:11 UTC) #7
sky
http://codereview.chromium.org/3192002/diff/23001/24002 File views/touchui/gesture_manager.cc (right): http://codereview.chromium.org/3192002/diff/23001/24002#newcode16 views/touchui/gesture_manager.cc:16: GestureManager::GestureManager() { Remember to have order match header. http://codereview.chromium.org/3192002/diff/23001/24003 ...
10 years, 3 months ago (2010-08-30 20:07:29 UTC) #8
rjkroege
http://codereview.chromium.org/3192002/diff/23001/24002 File views/touchui/gesture_manager.cc (right): http://codereview.chromium.org/3192002/diff/23001/24002#newcode16 views/touchui/gesture_manager.cc:16: GestureManager::GestureManager() { On 2010/08/30 20:07:29, sky wrote: > Remember ...
10 years, 3 months ago (2010-08-30 21:41:30 UTC) #9
sky
10 years, 3 months ago (2010-08-30 21:56:22 UTC) #10
LGTM

http://codereview.chromium.org/3192002/diff/35001/36006
File views/view_unittest.cc (right):

http://codereview.chromium.org/3192002/diff/35001/36006#newcode38
views/view_unittest.cc:38: #if defined(TOUCH_UI)
Cleanup all the other includes to match what you've done.

Powered by Google App Engine
This is Rietveld 408576698