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

Issue 11231063: [views] "Hello, world" autofill imperative API dialog. (Closed)

Created:
8 years, 2 months ago by Evan Stade
Modified:
8 years, 1 month ago
Reviewers:
Ilya Sherman, sky
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

[views] "Hello, world" autofill imperative API dialog. not hooked up to anything as the API doesn't exist yet. BUG=157270, 157273 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=164403

Patch Set 1 #

Total comments: 55

Patch Set 2 : ilya review #

Patch Set 3 : couple of forgotten nits #

Total comments: 8

Patch Set 4 : another round of review #

Total comments: 8

Patch Set 5 : sky review #

Patch Set 6 : . #

Total comments: 2

Patch Set 7 : fix compile I hope #

Patch Set 8 : compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+285 lines, -0 lines) Patch
A chrome/browser/ui/autofill/autofill_dialog_controller.h View 1 2 3 4 1 chunk +52 lines, -0 lines 0 comments Download
A chrome/browser/ui/autofill/autofill_dialog_controller.cc View 1 2 3 4 5 6 1 chunk +44 lines, -0 lines 0 comments Download
A chrome/browser/ui/autofill/autofill_dialog_view.h View 1 2 3 4 5 6 1 chunk +24 lines, -0 lines 0 comments Download
A chrome/browser/ui/autofill/autofill_dialog_view.cc View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/autofill/autofill_dialog_views.h View 1 2 3 4 1 chunk +53 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/autofill/autofill_dialog_views.cc View 1 2 3 4 5 6 7 1 chunk +88 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Evan Stade
8 years, 2 months ago (2012-10-23 00:09:05 UTC) #1
Ilya Sherman
Lots of little things: http://codereview.chromium.org/11231063/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller.cc File chrome/browser/ui/autofill/autofill_dialog_controller.cc (right): http://codereview.chromium.org/11231063/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller.cc#newcode20 chrome/browser/ui/autofill/autofill_dialog_controller.cc:20: return string16(ASCIIToUTF16("Pay")); nit: I think ...
8 years, 2 months ago (2012-10-23 00:39:00 UTC) #2
Evan Stade
http://codereview.chromium.org/11231063/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller.cc File chrome/browser/ui/autofill/autofill_dialog_controller.cc (right): http://codereview.chromium.org/11231063/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller.cc#newcode20 chrome/browser/ui/autofill/autofill_dialog_controller.cc:20: return string16(ASCIIToUTF16("Pay")); On 2012/10/23 00:39:00, Ilya Sherman wrote: > ...
8 years, 2 months ago (2012-10-23 01:52:04 UTC) #3
Ilya Sherman
LGTM with a few more nits. Thanks. https://chromiumcodereview.appspot.com/11231063/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller.h File chrome/browser/ui/autofill/autofill_dialog_controller.h (right): https://chromiumcodereview.appspot.com/11231063/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller.h#newcode38 chrome/browser/ui/autofill/autofill_dialog_controller.h:38: bool ConfirmButtonEnabled(); ...
8 years, 2 months ago (2012-10-23 04:52:28 UTC) #4
Evan Stade
thanks Ilya. Scott, when you have a moment, could you give an OWNERs review? (I ...
8 years, 2 months ago (2012-10-23 18:48:04 UTC) #5
sky
https://chromiumcodereview.appspot.com/11231063/diff/12002/chrome/browser/ui/autofill/autofill_dialog_controller.cc File chrome/browser/ui/autofill/autofill_dialog_controller.cc (right): https://chromiumcodereview.appspot.com/11231063/diff/12002/chrome/browser/ui/autofill/autofill_dialog_controller.cc#newcode12 chrome/browser/ui/autofill/autofill_dialog_controller.cc:12: content::WebContents* contents) : contents_(contents) {} Since you couldn't fit ...
8 years, 2 months ago (2012-10-23 19:53:54 UTC) #6
Evan Stade
https://chromiumcodereview.appspot.com/11231063/diff/12002/chrome/browser/ui/autofill/autofill_dialog_controller.cc File chrome/browser/ui/autofill/autofill_dialog_controller.cc (right): https://chromiumcodereview.appspot.com/11231063/diff/12002/chrome/browser/ui/autofill/autofill_dialog_controller.cc#newcode12 chrome/browser/ui/autofill/autofill_dialog_controller.cc:12: content::WebContents* contents) : contents_(contents) {} On 2012/10/23 19:53:54, sky ...
8 years, 2 months ago (2012-10-23 20:58:58 UTC) #7
sky
LGTM https://chromiumcodereview.appspot.com/11231063/diff/2010/chrome/browser/ui/autofill/autofill_dialog_view.h File chrome/browser/ui/autofill/autofill_dialog_view.h (right): https://chromiumcodereview.appspot.com/11231063/diff/2010/chrome/browser/ui/autofill/autofill_dialog_view.h#newcode21 chrome/browser/ui/autofill/autofill_dialog_view.h:21: static AutofillDialogView* CreateDialog(AutofillDialogController* controller); I think this conflicts ...
8 years, 2 months ago (2012-10-23 23:13:12 UTC) #8
Evan Stade
8 years, 2 months ago (2012-10-23 23:16:24 UTC) #9
https://chromiumcodereview.appspot.com/11231063/diff/2010/chrome/browser/ui/a...
File chrome/browser/ui/autofill/autofill_dialog_view.h (right):

https://chromiumcodereview.appspot.com/11231063/diff/2010/chrome/browser/ui/a...
chrome/browser/ui/autofill/autofill_dialog_view.h:21: static AutofillDialogView*
CreateDialog(AutofillDialogController* controller);
On 2012/10/23 23:13:12, sky wrote:
> I think this conflicts with a win32 function. Maybe name it Create.

seems so. Will do.

Powered by Google App Engine
This is Rietveld 408576698