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

Issue 14904002: Load and send Wallet Risk params after user has agreed (Closed)

Created:
7 years, 7 months ago by Dan Beam
Modified:
7 years, 7 months ago
Reviewers:
Ilya Sherman, Dan Beam
CC:
chromium-reviews, Raman Kakilate, benquan, ahutter, browser-components-watch_chromium.org, dbeam+watch-autofill_chromium.org, Dane Wallinga, dyu1, Albert Bodenhamer, estade+watch_chromium.org
Visibility:
Public.

Description

Load and send Wallet Risk params after user has agreed R=isherman@chromium.org BUG=173505 TEST=unit_tests, no sued NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201981

Patch Set 1 #

Total comments: 27

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Total comments: 1

Patch Set 5 : . #

Total comments: 3

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : USE -> ENABLE #

Patch Set 11 : . #

Patch Set 12 : w00t #

Patch Set 13 : fixes #

Total comments: 26

Patch Set 14 : . #

Patch Set 15 : magic #

Total comments: 16

Patch Set 16 : remove "risky business" #

Patch Set 17 : shave #

Patch Set 18 : nits #

Patch Set 19 : shave #

Patch Set 20 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+180 lines, -64 lines) Patch
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 6 chunks +20 lines, -5 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 13 chunks +81 lines, -46 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 14 chunks +77 lines, -11 lines 0 comments Download
M components/autofill/browser/risk/proto/fingerprint.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Dan Beam
7 years, 7 months ago (2013-05-03 07:24:24 UTC) #1
Dan Beam
as you can tell, I just chose base64 for right now... https://chromiumcodereview.appspot.com/14904002/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): ...
7 years, 7 months ago (2013-05-03 07:29:09 UTC) #2
Ilya Sherman
https://chromiumcodereview.appspot.com/14904002/diff/1/chrome/browser/autofill/risk/fingerprint_browsertest.cc File chrome/browser/autofill/risk/fingerprint_browsertest.cc (right): https://chromiumcodereview.appspot.com/14904002/diff/1/chrome/browser/autofill/risk/fingerprint_browsertest.cc#newcode21 chrome/browser/autofill/risk/fingerprint_browsertest.cc:21: const uint64 kGaiaId = GG_UINT64_C(99194853094755497); Could you update this ...
7 years, 7 months ago (2013-05-03 07:38:31 UTC) #3
Dan Beam
https://chromiumcodereview.appspot.com/14904002/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://chromiumcodereview.appspot.com/14904002/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1423 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1423: return risk_data_.empty() ? "risky business" : risk_data_; On 2013/05/03 ...
7 years, 7 months ago (2013-05-03 09:24:47 UTC) #4
Dan Beam
https://codereview.chromium.org/14904002/diff/1/chrome/browser/autofill/risk/fingerprint_browsertest.cc File chrome/browser/autofill/risk/fingerprint_browsertest.cc (right): https://codereview.chromium.org/14904002/diff/1/chrome/browser/autofill/risk/fingerprint_browsertest.cc#newcode21 chrome/browser/autofill/risk/fingerprint_browsertest.cc:21: const uint64 kGaiaId = GG_UINT64_C(99194853094755497); On 2013/05/03 07:38:31, Ilya ...
7 years, 7 months ago (2013-05-03 23:02:40 UTC) #5
Ilya Sherman
https://codereview.chromium.org/14904002/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/14904002/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1423 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1423: return risk_data_.empty() ? "risky business" : risk_data_; On 2013/05/03 ...
7 years, 7 months ago (2013-05-07 00:59:30 UTC) #6
Dan Beam
https://codereview.chromium.org/14904002/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/14904002/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1713 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1713: return; On 2013/05/07 00:59:30, Ilya Sherman wrote: > On ...
7 years, 7 months ago (2013-05-07 04:02:50 UTC) #7
Dan Beam
https://chromiumcodereview.appspot.com/14904002/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc File chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc (right): https://chromiumcodereview.appspot.com/14904002/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc#newcode205 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc:205: // Ignore |fingerprint|, it's NULL. On 2013/05/07 00:59:30, Ilya ...
7 years, 7 months ago (2013-05-07 05:02:38 UTC) #8
Dan Beam
1) saveToWallet still requires a non-empty risk_params field or we get a wallet error until ...
7 years, 7 months ago (2013-05-07 05:09:18 UTC) #9
Ilya Sherman
On 2013/05/07 05:09:18, Dan Beam wrote: > 1) saveToWallet still requires a non-empty risk_params field ...
7 years, 7 months ago (2013-05-07 05:13:35 UTC) #10
Dan Beam
On 2013/05/07 05:13:35, Ilya Sherman wrote: > On 2013/05/07 05:09:18, Dan Beam wrote: > > ...
7 years, 7 months ago (2013-05-07 05:23:46 UTC) #11
Dan Beam
if we choose to block on risk params, one way to accomplish what we want ...
7 years, 7 months ago (2013-05-07 05:35:31 UTC) #12
Ilya Sherman
On 2013/05/07 05:23:46, Dan Beam wrote: > > Do you have > > reason to ...
7 years, 7 months ago (2013-05-07 09:11:40 UTC) #13
Ilya Sherman
https://chromiumcodereview.appspot.com/14904002/diff/30001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (left): https://chromiumcodereview.appspot.com/14904002/diff/30001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#oldcode2028 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:2028: // been accepted prior to calling into this method. ...
7 years, 7 months ago (2013-05-07 09:25:02 UTC) #14
Dan Beam
this new CL _should_ block on loading risk params for only getFullWallet (what I discussed ...
7 years, 7 months ago (2013-05-22 05:45:46 UTC) #15
Ilya Sherman
Could you split off the Android compile fixes and the obfuscated GAIA id changes into ...
7 years, 7 months ago (2013-05-22 22:34:24 UTC) #16
Dan Beam
https://codereview.chromium.org/14904002/diff/57001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (left): https://codereview.chromium.org/14904002/diff/57001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#oldcode2397 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:2397: DCHECK(!active_address_id_.empty()); On 2013/05/22 22:34:24, Ilya Sherman wrote: > Why ...
7 years, 7 months ago (2013-05-22 23:25:19 UTC) #17
Ilya Sherman
LGTM % nits. Thanks! https://codereview.chromium.org/14904002/diff/57001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/14904002/diff/57001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1504 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1504: // TODO(dbeam): remove the server ...
7 years, 7 months ago (2013-05-22 23:53:59 UTC) #18
Dan Beam
https://codereview.chromium.org/14904002/diff/57001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/14904002/diff/57001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1504 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1504: // TODO(dbeam): remove the server restriction that this must ...
7 years, 7 months ago (2013-05-23 00:30:39 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/14904002/103001
7 years, 7 months ago (2013-05-23 22:12:01 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/14904002/103001
7 years, 7 months ago (2013-05-24 04:14:25 UTC) #21
commit-bot: I haz the power
7 years, 7 months ago (2013-05-24 06:24:45 UTC) #22
Message was sent while issue was closed.
Change committed as 201981

Powered by Google App Engine
This is Rietveld 408576698