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

Issue 241193002: Password autofill: Check for user gesture switches to new Blink backend (Closed)

Created:
6 years, 8 months ago by vabr (Chromium)
Modified:
6 years, 8 months ago
Reviewers:
Ilya Sherman, piman
CC:
chromium-reviews, creis+watch_chromium.org, benquan, jam, nasko+codewatch_chromium.org, browser-components-watch_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

Password autofill: Check for user gesture switches to new Blink backend After landing https://codereview.chromium.org/235983016/ in Blink, there is a better way to check for user gesture, which does also work for gesture events on Android. The new way is a callback from Blink through WebAutofillAgent::firstUserGestureObserved, this CL switches to the new way, and also cleans up unneeded additions to cotent/renderer from https://codereview.chromium.org/163843002 BUG=163072, 345510 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=265632

Patch Set 1 : #

Total comments: 3

Patch Set 2 : OVERRIDE removed test enabled #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -31 lines) Patch
M chrome/browser/password_manager/password_manager_browsertest.cc View 1 1 chunk +2 lines, -4 lines 1 comment Download
M components/autofill/content/renderer/autofill_agent.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.h View 2 chunks +5 lines, -1 line 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.cc View 3 chunks +4 lines, -10 lines 0 comments Download
M content/public/renderer/render_view_observer.h View 1 chunk +0 lines, -3 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/render_view_impl.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M content/renderer/render_widget.h View 1 chunk +0 lines, -4 lines 0 comments Download
M content/renderer/render_widget.cc View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
vabr (Chromium)
Hi Ilya, Could you please review components/autofill/* ? Hi Antoine, Could you please review content/* ...
6 years, 8 months ago (2014-04-17 17:43:30 UTC) #1
Ilya Sherman
Spiffy. Could you please also add some test coverage? Or is this already covered by ...
6 years, 8 months ago (2014-04-17 21:28:47 UTC) #2
piman
lgtm
6 years, 8 months ago (2014-04-17 23:33:59 UTC) #3
vabr (Chromium)
Thanks Antoine! Thanks Ilya! I answered your questions in the comments. Note: the Blink backend ...
6 years, 8 months ago (2014-04-18 18:23:53 UTC) #4
Ilya Sherman
LGTM, thanks.
6 years, 8 months ago (2014-04-18 18:25:12 UTC) #5
vabr (Chromium)
The fixes in Blink landed yesterday (https://codereview.chromium.org/239963005/), and I just verified on a locally compiled ...
6 years, 8 months ago (2014-04-23 11:41:38 UTC) #6
vabr (Chromium)
The CQ bit was checked by vabr@chromium.org
6 years, 8 months ago (2014-04-23 11:41:44 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vabr@chromium.org/241193002/60001
6 years, 8 months ago (2014-04-23 11:42:44 UTC) #8
commit-bot: I haz the power
6 years, 8 months ago (2014-04-23 13:48:07 UTC) #9
Message was sent while issue was closed.
Change committed as 265632

Powered by Google App Engine
This is Rietveld 408576698