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

Issue 1029233002: Autofill - don't prompt to unmask a credit card if the number isn't needed. (Closed)

Created:
5 years, 9 months ago by Evan Stade
Modified:
5 years, 9 months ago
CC:
chromium-reviews, estade+watch_chromium.org, browser-components-watch_chromium.org, rouslan+autofillwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Autofill - don't prompt to unmask a credit card if the number isn't needed. BUG=468583 Committed: https://crrev.com/ab445c3ca9c37d45096f8114129338c68be6a975 Cr-Commit-Position: refs/heads/master@{#322284}

Patch Set 1 #

Total comments: 4

Patch Set 2 : update histograms.xml #

Total comments: 4

Patch Set 3 : brett review #

Patch Set 4 : resolve histograms conflict #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -3 lines) Patch
M components/autofill/core/browser/autofill_manager.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.cc View 1 2 3 2 chunks +30 lines, -1 line 0 comments Download
M components/autofill/core/browser/autofill_manager_unittest.cc View 2 chunks +40 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 28 (10 generated)
Evan Stade
5 years, 9 months ago (2015-03-23 21:38:56 UTC) #2
Evan Stade
https://codereview.chromium.org/1029233002/diff/1/components/autofill/core/browser/autofill_manager.cc File components/autofill/core/browser/autofill_manager.cc (right): https://codereview.chromium.org/1029233002/diff/1/components/autofill/core/browser/autofill_manager.cc#newcode598 components/autofill/core/browser/autofill_manager.cc:598: credit_card_form_event_logger_->OnDidSelectMaskedServerCardSuggestion(); +walter --- the meaning of this is changing ...
5 years, 9 months ago (2015-03-23 21:40:42 UTC) #4
Walter Cacau
https://codereview.chromium.org/1029233002/diff/1/components/autofill/core/browser/autofill_manager.cc File components/autofill/core/browser/autofill_manager.cc (right): https://codereview.chromium.org/1029233002/diff/1/components/autofill/core/browser/autofill_manager.cc#newcode598 components/autofill/core/browser/autofill_manager.cc:598: credit_card_form_event_logger_->OnDidSelectMaskedServerCardSuggestion(); On 2015/03/23 21:40:41, Evan Stade wrote: > +walter ...
5 years, 9 months ago (2015-03-23 21:53:07 UTC) #5
Evan Stade
https://codereview.chromium.org/1029233002/diff/1/components/autofill/core/browser/autofill_manager.cc File components/autofill/core/browser/autofill_manager.cc (right): https://codereview.chromium.org/1029233002/diff/1/components/autofill/core/browser/autofill_manager.cc#newcode598 components/autofill/core/browser/autofill_manager.cc:598: credit_card_form_event_logger_->OnDidSelectMaskedServerCardSuggestion(); On 2015/03/23 21:53:07, Walter Cacau wrote: > On ...
5 years, 9 months ago (2015-03-23 22:09:06 UTC) #6
Walter Cacau
On 2015/03/23 22:09:06, Evan Stade wrote: > https://codereview.chromium.org/1029233002/diff/1/components/autofill/core/browser/autofill_manager.cc > File components/autofill/core/browser/autofill_manager.cc (right): > > https://codereview.chromium.org/1029233002/diff/1/components/autofill/core/browser/autofill_manager.cc#newcode598 ...
5 years, 9 months ago (2015-03-23 22:16:52 UTC) #7
Evan Stade
+isherman for histograms.xml https://codereview.chromium.org/1029233002/diff/1/components/autofill/core/browser/autofill_manager.cc File components/autofill/core/browser/autofill_manager.cc (right): https://codereview.chromium.org/1029233002/diff/1/components/autofill/core/browser/autofill_manager.cc#newcode598 components/autofill/core/browser/autofill_manager.cc:598: credit_card_form_event_logger_->OnDidSelectMaskedServerCardSuggestion(); On 2015/03/23 22:09:06, Evan Stade ...
5 years, 9 months ago (2015-03-23 22:34:02 UTC) #9
Walter Cacau
lgtm for metrics
5 years, 9 months ago (2015-03-23 22:39:52 UTC) #10
Ilya Sherman
histograms.xml lgtm
5 years, 9 months ago (2015-03-23 23:56:41 UTC) #11
Evan Stade
On 2015/03/23 23:56:41, Ilya Sherman wrote: > histograms.xml lgtm ping brettw
5 years, 9 months ago (2015-03-24 15:28:40 UTC) #12
brettw
LGTM if my understanding is correct and the comment is changed, otherwise we should fix ...
5 years, 9 months ago (2015-03-24 22:30:47 UTC) #13
Evan Stade
https://codereview.chromium.org/1029233002/diff/20001/components/autofill/core/browser/autofill_manager.cc File components/autofill/core/browser/autofill_manager.cc (right): https://codereview.chromium.org/1029233002/diff/20001/components/autofill/core/browser/autofill_manager.cc#newcode556 components/autofill/core/browser/autofill_manager.cc:556: FormStructure* form_structure = NULL; On 2015/03/24 22:30:47, brettw wrote: ...
5 years, 9 months ago (2015-03-24 22:34:01 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1029233002/40001
5 years, 9 months ago (2015-03-25 21:52:51 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/8665) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 9 months ago (2015-03-25 21:56:54 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1029233002/60001
5 years, 9 months ago (2015-03-25 22:07:41 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/47442)
5 years, 9 months ago (2015-03-25 23:22:03 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1029233002/60001
5 years, 9 months ago (2015-03-25 23:42:13 UTC) #26
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 9 months ago (2015-03-26 01:06:11 UTC) #27
commit-bot: I haz the power
5 years, 9 months ago (2015-03-26 01:07:06 UTC) #28
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/ab445c3ca9c37d45096f8114129338c68be6a975
Cr-Commit-Position: refs/heads/master@{#322284}

Powered by Google App Engine
This is Rietveld 408576698