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

Issue 83023017: Basic autofill into password value on user gesture only. (Closed)

Created:
7 years, 1 month ago by jww
Modified:
7 years ago
Reviewers:
Garrett Casto
CC:
chromium-reviews, benquan, jam, browser-components-watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

Basic autofill into password value on user gesture only. BUG=163072 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238561

Patch Set 1 #

Patch Set 2 : Updated to new gesture handler API and added unit tests #

Patch Set 3 : Blink API changes updates #

Patch Set 4 : Bug fixes #

Total comments: 20

Patch Set 5 : Fixes from gcasto #

Total comments: 4

Patch Set 6 : Nits from gcasto #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -3 lines) Patch
M chrome/browser/password_manager/password_manager_browsertest.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/renderer/autofill/password_autofill_agent_browsertest.cc View 1 2 3 4 chunks +60 lines, -2 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.h View 1 2 3 4 5 4 chunks +30 lines, -0 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.cc View 1 2 3 4 5 4 chunks +39 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
jww
gcasto, this is my starting implementation of autofill into passwords only on user gesture. Note ...
7 years, 1 month ago (2013-11-23 02:08:47 UTC) #1
jww
I got feedback from abarth on my gestures callback API and have updated that CL, ...
7 years ago (2013-11-26 00:47:49 UTC) #2
jww
One more update based on some API changes on the Blink side of things. Additionally, ...
7 years ago (2013-11-26 20:15:00 UTC) #3
jww
7 years ago (2013-11-27 19:42:09 UTC) #4
Garrett Casto
https://codereview.chromium.org/83023017/diff/70001/components/autofill/content/renderer/password_autofill_agent.cc File components/autofill/content/renderer/password_autofill_agent.cc (right): https://codereview.chromium.org/83023017/diff/70001/components/autofill/content/renderer/password_autofill_agent.cc#newcode30 components/autofill/content/renderer/password_autofill_agent.cc:30: #include "third_party/WebKit/public/web/WebUserGestureToken.h" Is this leftover from a previous version? ...
7 years ago (2013-12-02 23:49:11 UTC) #5
jww
https://codereview.chromium.org/83023017/diff/70001/components/autofill/content/renderer/password_autofill_agent.cc File components/autofill/content/renderer/password_autofill_agent.cc (right): https://codereview.chromium.org/83023017/diff/70001/components/autofill/content/renderer/password_autofill_agent.cc#newcode30 components/autofill/content/renderer/password_autofill_agent.cc:30: #include "third_party/WebKit/public/web/WebUserGestureToken.h" On 2013/12/02 23:49:12, Garrett Casto wrote: > ...
7 years ago (2013-12-03 06:29:59 UTC) #6
Garrett Casto
LGTM with nits https://codereview.chromium.org/83023017/diff/90001/components/autofill/content/renderer/password_autofill_agent.cc File components/autofill/content/renderer/password_autofill_agent.cc (right): https://codereview.chromium.org/83023017/diff/90001/components/autofill/content/renderer/password_autofill_agent.cc#newcode829 components/autofill/content/renderer/password_autofill_agent.cc:829: if (!(*iter).isNull() && !(*iter).suggestedValue().isNull()) "(*iter)." -> ...
7 years ago (2013-12-04 00:25:31 UTC) #7
jww
https://codereview.chromium.org/83023017/diff/90001/components/autofill/content/renderer/password_autofill_agent.cc File components/autofill/content/renderer/password_autofill_agent.cc (right): https://codereview.chromium.org/83023017/diff/90001/components/autofill/content/renderer/password_autofill_agent.cc#newcode829 components/autofill/content/renderer/password_autofill_agent.cc:829: if (!(*iter).isNull() && !(*iter).suggestedValue().isNull()) On 2013/12/04 00:25:31, Garrett Casto ...
7 years ago (2013-12-04 00:45:10 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jww@chromium.org/83023017/110001
7 years ago (2013-12-04 00:46:58 UTC) #9
commit-bot: I haz the power
7 years ago (2013-12-04 04:23:05 UTC) #10
Message was sent while issue was closed.
Change committed as 238561

Powered by Google App Engine
This is Rietveld 408576698