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

Issue 44543002: Enable touch for autofill popup view (Closed)

Created:
7 years, 1 month ago by mohsen
Modified:
7 years, 1 month ago
CC:
chromium-reviews, benquan, tfarina, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org, csharp
Visibility:
Public.

Description

Enable touch for autofill popup view Previously, items in autofill popup couldn't be selected using touch. Now, gesture events are handled on autofill popup to enable touch. BUG=290429 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233172

Patch Set 1 #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : Limited SetHandled() to consumed events #

Total comments: 3

Patch Set 4 : Rebased #

Patch Set 5 : Used "preselection" nomenclature #

Patch Set 6 : Fixed Gtk and Cocoa compile errors #

Total comments: 2

Patch Set 7 : Back to "selection" nomenclature #

Total comments: 3

Patch Set 8 : Improved comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -29 lines) Patch
M chrome/browser/ui/autofill/autofill_popup_controller.h View 1 2 3 4 5 6 7 1 chunk +9 lines, -6 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_popup_controller_impl.h View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_popup_controller_impl.cc View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_popup_view_views.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_popup_view_views.cc View 1 2 3 4 5 6 5 chunks +37 lines, -7 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
mohsen
rbyers@: can you take a look at gesture handling logic, please...
7 years, 1 month ago (2013-10-25 17:14:02 UTC) #1
Rick Byers
LGTM. Gesture handling looks fine to me. As we discussed it's a little weird to ...
7 years, 1 month ago (2013-10-25 17:22:22 UTC) #2
mohsen
dbeam@: can you take a look, please... rbyers@: I have talked to kuscher@ about the ...
7 years, 1 month ago (2013-10-25 18:22:36 UTC) #3
Dan Beam
generally lg https://codereview.chromium.org/44543002/diff/50001/chrome/browser/ui/views/autofill/autofill_popup_view_views.cc File chrome/browser/ui/views/autofill/autofill_popup_view_views.cc (right): https://codereview.chromium.org/44543002/diff/50001/chrome/browser/ui/views/autofill/autofill_popup_view_views.cc#newcode190 chrome/browser/ui/views/autofill/autofill_popup_view_views.cc:190: event->SetHandled(); don't you only want to set ...
7 years, 1 month ago (2013-10-25 18:38:23 UTC) #4
Dan Beam
also, CC csharp@ as FYI
7 years, 1 month ago (2013-10-25 18:38:58 UTC) #5
csharp
Nice to see this getting added :)
7 years, 1 month ago (2013-10-25 18:46:13 UTC) #6
mohsen
dbeam@: What do you think about rbyers@ suggestion to change mouse-specific names of AutofillPopupController's methods? ...
7 years, 1 month ago (2013-10-25 21:36:40 UTC) #7
Dan Beam
On 2013/10/25 21:36:40, mohsen wrote: > dbeam@: What do you think about rbyers@ suggestion to ...
7 years, 1 month ago (2013-10-26 01:55:32 UTC) #8
Dan Beam
https://codereview.chromium.org/44543002/diff/180001/chrome/browser/ui/views/autofill/autofill_popup_view_views.cc File chrome/browser/ui/views/autofill/autofill_popup_view_views.cc (right): https://codereview.chromium.org/44543002/diff/180001/chrome/browser/ui/views/autofill/autofill_popup_view_views.cc#newcode192 chrome/browser/ui/views/autofill/autofill_popup_view_views.cc:192: event->SetHandled(); ^ this doesn't seem done
7 years, 1 month ago (2013-10-26 01:56:09 UTC) #9
mohsen
https://codereview.chromium.org/44543002/diff/180001/chrome/browser/ui/views/autofill/autofill_popup_view_views.cc File chrome/browser/ui/views/autofill/autofill_popup_view_views.cc (right): https://codereview.chromium.org/44543002/diff/180001/chrome/browser/ui/views/autofill/autofill_popup_view_views.cc#newcode192 chrome/browser/ui/views/autofill/autofill_popup_view_views.cc:192: event->SetHandled(); On 2013/10/26 01:56:09, Dan Beam wrote: > ^ ...
7 years, 1 month ago (2013-10-26 03:29:59 UTC) #10
Dan Beam
lgtm https://codereview.chromium.org/44543002/diff/180001/chrome/browser/ui/views/autofill/autofill_popup_view_views.cc File chrome/browser/ui/views/autofill/autofill_popup_view_views.cc (right): https://codereview.chromium.org/44543002/diff/180001/chrome/browser/ui/views/autofill/autofill_popup_view_views.cc#newcode192 chrome/browser/ui/views/autofill/autofill_popup_view_views.cc:192: event->SetHandled(); On 2013/10/26 03:30:00, mohsen wrote: > On ...
7 years, 1 month ago (2013-10-28 19:31:18 UTC) #11
Rick Byers
On 2013/10/26 01:55:32, Dan Beam wrote: > On 2013/10/25 21:36:40, mohsen wrote: > > dbeam@: ...
7 years, 1 month ago (2013-10-28 20:09:41 UTC) #12
mohsen
estade@: Please take a look...
7 years, 1 month ago (2013-10-31 00:13:01 UTC) #13
Evan Stade
lgtm
7 years, 1 month ago (2013-10-31 00:26:39 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mohsen@chromium.org/44543002/490001
7 years, 1 month ago (2013-11-01 03:15:29 UTC) #15
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=33869
7 years, 1 month ago (2013-11-01 03:36:44 UTC) #16
mohsen
isherman@: OWNERS for chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm, please...
7 years, 1 month ago (2013-11-01 03:41:34 UTC) #17
Ilya Sherman
https://codereview.chromium.org/44543002/diff/490001/chrome/browser/ui/autofill/autofill_popup_controller.h File chrome/browser/ui/autofill/autofill_popup_controller.h (right): https://codereview.chromium.org/44543002/diff/490001/chrome/browser/ui/autofill/autofill_popup_controller.h#newcode40 chrome/browser/ui/autofill/autofill_popup_controller.h:40: virtual void PointPreselected(int x, int y) = 0; It ...
7 years, 1 month ago (2013-11-01 06:45:49 UTC) #18
mohsen
I have undone the "preselection" renamings and only changed mouse-specific names of AutofillPopupController methods. Please ...
7 years, 1 month ago (2013-11-05 15:54:06 UTC) #19
Ilya Sherman
Thanks, LGTM % nits. https://codereview.chromium.org/44543002/diff/870001/chrome/browser/ui/autofill/autofill_popup_controller.h File chrome/browser/ui/autofill/autofill_popup_controller.h (right): https://codereview.chromium.org/44543002/diff/870001/chrome/browser/ui/autofill/autofill_popup_controller.h#newcode39 chrome/browser/ui/autofill/autofill_popup_controller.h:39: // The line at (x, ...
7 years, 1 month ago (2013-11-05 18:39:44 UTC) #20
mohsen
https://codereview.chromium.org/44543002/diff/870001/chrome/browser/ui/autofill/autofill_popup_controller.h File chrome/browser/ui/autofill/autofill_popup_controller.h (right): https://codereview.chromium.org/44543002/diff/870001/chrome/browser/ui/autofill/autofill_popup_controller.h#newcode39 chrome/browser/ui/autofill/autofill_popup_controller.h:39: // The line at (x, y) is selected (e.g., ...
7 years, 1 month ago (2013-11-05 19:52:35 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mohsen@chromium.org/44543002/970001
7 years, 1 month ago (2013-11-05 20:04:49 UTC) #22
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 1 month ago (2013-11-05 20:43:28 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mohsen@chromium.org/44543002/970001
7 years, 1 month ago (2013-11-05 20:44:50 UTC) #24
commit-bot: I haz the power
7 years, 1 month ago (2013-11-06 01:13:47 UTC) #25
Message was sent while issue was closed.
Change committed as 233172

Powered by Google App Engine
This is Rietveld 408576698