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

Issue 2124343002: [Autofill] Implement Credit Card Signin Promo (Closed)

Created:
4 years, 5 months ago by Mathieu
Modified:
4 years, 5 months ago
CC:
chromium-reviews, rouslan+autofill_chromium.org, browser-components-watch_chromium.org, jdonnelly+autofillwatch_chromium.org, asvitkine+watch_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Autofill] Implement Credit Card Signin Promo A follow-up change will split the slightly long promo over 2-lines for Views, Mac, Android. Also, Android and iOS will need bridges into Java and ObjC, so this is deferred to another change. BUG=626442 Committed: https://crrev.com/4d08afd67d6c706fa47d5633187687e690b2fed0 Cr-Commit-Position: refs/heads/master@{#404470}

Patch Set 1 : initial #

Patch Set 2 : ifdef #

Total comments: 14

Patch Set 3 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -1 line) Patch
M android_webview/native/aw_autofill_client.h View 1 chunk +2 lines, -0 lines 0 comments Download
M android_webview/native/aw_autofill_client.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_popup_controller_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/autofill/chrome_autofill_client.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/chrome_autofill_client.cc View 1 2 3 chunks +27 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/signin/inline_login_handler.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_client.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_external_delegate.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_external_delegate.cc View 4 chunks +21 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_external_delegate_unittest.cc View 1 2 4 chunks +54 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.cc View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_manager_unittest.cc View 2 chunks +40 lines, -0 lines 0 comments Download
M components/autofill/core/browser/popup_item_ids.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/core/browser/test_autofill_client.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/autofill/core/browser/test_autofill_client.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M components/autofill_strings.grdp View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M components/signin/core/browser/signin_metrics.h View 1 chunk +2 lines, -1 line 0 comments Download
M tools/metrics/actions/actions.xml View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 28 (14 generated)
Mathieu
Hi, PTAL, Thanks! estade@: chrome/browser/ui/autofill and overall logic atwilson@: components/signin/core/browser (x-small) torne@: android_webview (x-small) achuith@: ...
4 years, 5 months ago (2016-07-07 17:00:24 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2124343002/60001
4 years, 5 months ago (2016-07-07 21:26:53 UTC) #8
achuithb
On 2016/07/07 17:00:24, Mathieu Perreault wrote: > Hi, PTAL, Thanks! > > estade@: chrome/browser/ui/autofill and ...
4 years, 5 months ago (2016-07-07 21:27:01 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/258844)
4 years, 5 months ago (2016-07-07 22:13:53 UTC) #11
Andrew T Wilson (Slow)
signin/core/browser lgtm
4 years, 5 months ago (2016-07-08 08:24:57 UTC) #12
Torne
android_webview LGTM
4 years, 5 months ago (2016-07-08 10:09:58 UTC) #13
Evan Stade
https://codereview.chromium.org/2124343002/diff/60001/chrome/browser/ui/autofill/chrome_autofill_client.cc File chrome/browser/ui/autofill/chrome_autofill_client.cc (right): https://codereview.chromium.org/2124343002/diff/60001/chrome/browser/ui/autofill/chrome_autofill_client.cc#newcode350 chrome/browser/ui/autofill/chrome_autofill_client.cc:350: if (!profile) can this actually be null? many other ...
4 years, 5 months ago (2016-07-08 17:34:59 UTC) #14
Mathieu
Thanks! PTAL. +rkaplow metrics https://codereview.chromium.org/2124343002/diff/60001/chrome/browser/ui/autofill/chrome_autofill_client.cc File chrome/browser/ui/autofill/chrome_autofill_client.cc (right): https://codereview.chromium.org/2124343002/diff/60001/chrome/browser/ui/autofill/chrome_autofill_client.cc#newcode350 chrome/browser/ui/autofill/chrome_autofill_client.cc:350: if (!profile) On 2016/07/08 17:34:58, ...
4 years, 5 months ago (2016-07-08 18:10:02 UTC) #18
Evan Stade
lgtm
4 years, 5 months ago (2016-07-08 18:39:20 UTC) #19
rkaplow
lgtm
4 years, 5 months ago (2016-07-08 19:05:47 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2124343002/120001
4 years, 5 months ago (2016-07-08 19:06:44 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:120001)
4 years, 5 months ago (2016-07-08 19:54:24 UTC) #25
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-08 19:54:42 UTC) #26
commit-bot: I haz the power
4 years, 5 months ago (2016-07-08 19:56:24 UTC) #28
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/4d08afd67d6c706fa47d5633187687e690b2fed0
Cr-Commit-Position: refs/heads/master@{#404470}

Powered by Google App Engine
This is Rietveld 408576698