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

Issue 13912016: [Autofill] Handle the Tab Key in the new UI (Closed)

Created:
7 years, 8 months ago by csharp
Modified:
7 years, 8 months ago
Reviewers:
jam, Ilya Sherman
CC:
chromium-reviews, Raman Kakilate, benquan, dhollowa+watch_chromium.org, ahutter, dbeam+watch-autofill_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, Albert Bodenhamer, estade+watch_chromium.org, Ilya Sherman
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

[Autofill] Handle the Tab Key in the new UI The tab key accepts the selected element and always moves the cursor to the next field. BUG=230328 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195343

Patch Set 1 #

Total comments: 2

Patch Set 2 : Switch to ObserverList and AddTest #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -9 lines) Patch
M chrome/browser/autofill/autofill_browsertest.cc View 1 1 chunk +25 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_popup_controller_impl.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 chunks +8 lines, -8 lines 2 comments Download

Messages

Total messages: 12 (0 generated)
csharp
The tab key caused a bit of trouble, because it doesn't say it accepts the ...
7 years, 8 months ago (2013-04-17 13:51:25 UTC) #1
Ilya Sherman
> For testing this, I looked at adding something to autofill_browsertests.cc, but > all the ...
7 years, 8 months ago (2013-04-18 00:33:32 UTC) #2
csharp
https://codereview.chromium.org/13912016/diff/1/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): https://codereview.chromium.org/13912016/diff/1/content/browser/renderer_host/render_widget_host_impl.cc#newcode2225 content/browser/renderer_host/render_widget_host_impl.cc:2225: if ((*(it++))->HandleKeyPressEvent(event)) On 2013/04/18 00:33:32, Ilya Sherman wrote: > ...
7 years, 8 months ago (2013-04-18 19:53:02 UTC) #3
Ilya Sherman
LGTM, thanks
7 years, 8 months ago (2013-04-18 21:27:03 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/csharp@chromium.org/13912016/5001
7 years, 8 months ago (2013-04-19 14:56:32 UTC) #5
commit-bot: I haz the power
Presubmit check for 13912016-5001 failed and returned exit status 1. INFO:root:Found 4 file(s). Running presubmit ...
7 years, 8 months ago (2013-04-19 14:56:37 UTC) #6
csharp
jam@ for renderer_host owner's approval
7 years, 8 months ago (2013-04-19 15:03:37 UTC) #7
jam
https://codereview.chromium.org/13912016/diff/5001/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): https://codereview.chromium.org/13912016/diff/5001/content/browser/renderer_host/render_widget_host_impl.cc#newcode2209 content/browser/renderer_host/render_widget_host_impl.cc:2209: while ((listener = it.GetNext()) != NULL) { != NULL ...
7 years, 8 months ago (2013-04-19 17:02:41 UTC) #8
csharp
https://codereview.chromium.org/13912016/diff/5001/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): https://codereview.chromium.org/13912016/diff/5001/content/browser/renderer_host/render_widget_host_impl.cc#newcode2209 content/browser/renderer_host/render_widget_host_impl.cc:2209: while ((listener = it.GetNext()) != NULL) { On 2013/04/19 ...
7 years, 8 months ago (2013-04-19 18:04:42 UTC) #9
jam
i see, ok lgtm
7 years, 8 months ago (2013-04-19 18:27:07 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/csharp@chromium.org/13912016/5001
7 years, 8 months ago (2013-04-19 18:45:11 UTC) #11
commit-bot: I haz the power
7 years, 8 months ago (2013-04-20 00:01:09 UTC) #12
Message was sent while issue was closed.
Change committed as 195343

Powered by Google App Engine
This is Rietveld 408576698