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

Issue 12212057: [Autofill] Add ability to load Risk fingerprint data in AutofillDialogControllerImpl. (Closed)

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

Description

[Autofill] Add ability to load Risk fingerprint data in AutofillDialogControllerImpl. BUG=166596 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=183714

Patch Set 1 #

Total comments: 18

Patch Set 2 : Write the GAIA id #

Patch Set 3 : Pass in a WebContents #

Patch Set 4 : Rebase #

Total comments: 2

Patch Set 5 : Support platform apps as well #

Patch Set 6 : Mock harder #

Unified diffs Side-by-side diffs Delta from patch set Stats (+609 lines, -35 lines) Patch
M chrome/browser/autofill/risk/fingerprint.h View 1 2 3 4 5 2 chunks +9 lines, -7 lines 0 comments Download
M chrome/browser/autofill/risk/fingerprint.cc View 1 2 3 4 2 chunks +14 lines, -12 lines 0 comments Download
M chrome/browser/autofill/risk/fingerprint_browsertest.cc View 1 2 3 4 5 2 chunks +505 lines, -6 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 2 3 4 5 3 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 5 6 chunks +55 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 4 5 2 chunks +7 lines, -8 lines 0 comments Download
M content/public/browser/render_widget_host.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
Ilya Sherman
Dan, are you ok with the TODO(dbeam)'s added in this CL? I could change them ...
7 years, 10 months ago (2013-02-07 01:09:56 UTC) #1
Evan Stade
https://chromiumcodereview.appspot.com/12212057/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/12212057/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode972 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:972: chrome::FindBrowserWithWebContents(web_contents())->window()->GetBounds(); it seems like all this bounds calculation stuff ...
7 years, 10 months ago (2013-02-07 01:34:53 UTC) #2
Dan Beam
https://chromiumcodereview.appspot.com/12212057/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/12212057/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode968 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:968: // TODO(dbeam): Set the right GAIA id. this can ...
7 years, 10 months ago (2013-02-07 01:36:45 UTC) #3
Dan Beam
https://chromiumcodereview.appspot.com/12212057/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/12212057/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode968 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:968: // TODO(dbeam): Set the right GAIA id. On 2013/02/07 ...
7 years, 10 months ago (2013-02-07 01:37:33 UTC) #4
Ilya Sherman
https://chromiumcodereview.appspot.com/12212057/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/12212057/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode968 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:968: // TODO(dbeam): Set the right GAIA id. On 2013/02/07 ...
7 years, 10 months ago (2013-02-07 01:58:29 UTC) #5
Evan Stade
https://chromiumcodereview.appspot.com/12212057/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/12212057/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode972 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:972: chrome::FindBrowserWithWebContents(web_contents())->window()->GetBounds(); probably worth noting that FindBrowserWithWebContents can fail if ...
7 years, 10 months ago (2013-02-07 02:09:15 UTC) #6
Ilya Sherman
John, what do you think of Evan's suggestion of adding a method to the WebContentsDelegate ...
7 years, 10 months ago (2013-02-07 02:27:32 UTC) #7
jam
On 2013/02/07 02:27:32, Ilya Sherman wrote: > John, what do you think of Evan's suggestion ...
7 years, 10 months ago (2013-02-07 17:28:43 UTC) #8
Ilya Sherman
https://chromiumcodereview.appspot.com/12212057/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/12212057/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode972 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:972: chrome::FindBrowserWithWebContents(web_contents())->window()->GetBounds(); On 2013/02/07 02:09:16, Evan Stade wrote: > probably ...
7 years, 10 months ago (2013-02-14 09:00:40 UTC) #9
Evan Stade
lgtm https://chromiumcodereview.appspot.com/12212057/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/12212057/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode972 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:972: chrome::FindBrowserWithWebContents(web_contents())->window()->GetBounds(); On 2013/02/14 09:00:40, Ilya Sherman wrote: > ...
7 years, 10 months ago (2013-02-19 21:18:18 UTC) #10
Ilya Sherman
https://chromiumcodereview.appspot.com/12212057/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/12212057/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode972 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:972: chrome::FindBrowserWithWebContents(web_contents())->window()->GetBounds(); On 2013/02/19 21:18:18, Evan Stade wrote: > On ...
7 years, 10 months ago (2013-02-20 00:05:19 UTC) #11
Ilya Sherman
John, could you review the changes to content/ ?
7 years, 10 months ago (2013-02-20 00:05:39 UTC) #12
jam
On 2013/02/20 00:05:39, Ilya Sherman wrote: > John, could you review the changes to content/ ...
7 years, 10 months ago (2013-02-20 00:58:33 UTC) #13
Ilya Sherman
On 2013/02/20 00:58:33, jam wrote: > On 2013/02/20 00:05:39, Ilya Sherman wrote: > > John, ...
7 years, 10 months ago (2013-02-20 01:19:23 UTC) #14
jam
On 2013/02/20 01:19:23, Ilya Sherman wrote: > On 2013/02/20 00:58:33, jam wrote: > > On ...
7 years, 10 months ago (2013-02-20 01:34:49 UTC) #15
Ilya Sherman
On 2013/02/20 01:34:49, jam wrote: > On 2013/02/20 01:19:23, Ilya Sherman wrote: > > On ...
7 years, 10 months ago (2013-02-20 02:02:41 UTC) #16
jam
On Tue, Feb 19, 2013 at 6:02 PM, <isherman@chromium.org> wrote: > On 2013/02/20 01:34:49, jam ...
7 years, 10 months ago (2013-02-20 02:32:18 UTC) #17
Ilya Sherman
On 2013/02/20 02:32:18, jam wrote: > On Tue, Feb 19, 2013 at 6:02 PM, <mailto:isherman@chromium.org> ...
7 years, 10 months ago (2013-02-20 03:44:19 UTC) #18
jam
lgtm I see, I misunderstood then what was being discussed to move to content with ...
7 years, 10 months ago (2013-02-20 19:13:19 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/12212057/24001
7 years, 10 months ago (2013-02-20 19:52:44 UTC) #20
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-02-20 20:21:51 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/12212057/37003
7 years, 10 months ago (2013-02-20 23:56:53 UTC) #22
commit-bot: I haz the power
Change committed as 183714
7 years, 10 months ago (2013-02-21 01:54:57 UTC) #23
jam
7 years, 10 months ago (2013-02-25 19:30:03 UTC) #24
Message was sent while issue was closed.
hi, I didn't look at fingerprint_browsertest.cc before, but now I just saw it
while refactoring some other code. WebContents/WebContentsView shouldn't be
implemented inside chrome. these are content only interfaces. doing that in
chrome adds a burden because every time the interface needs to change people
will then get a build error for this browser test to update it.

Powered by Google App Engine
This is Rietveld 408576698