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

Issue 21692002: Rename AutofillDialogController to AutofillDialogViewDelegate. (Closed)

Created:
7 years, 4 months ago by aruslan
Modified:
7 years, 4 months ago
CC:
chromium-reviews, Raman Kakilate, benquan, tfarina, ahutter, Dane Wallinga, dyu1, estade+watch_chromium.org, Albert Bodenhamer, Ilya Sherman, rouslan+autofillwatch_chromium.org, Dan Beam
Visibility:
Public.

Description

Rename AutofillDialogController to AutofillDialogViewDelegate. BUG=259089 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215951

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Rebase. #

Total comments: 5

Patch Set 4 : controller() and controler_ and initWithController etc #1. #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+297 lines, -662 lines) Patch
D chrome/browser/ui/autofill/autofill_dialog_controller.h View 1 2 3 4 5 6 1 chunk +0 lines, -216 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_view.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_view.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/ui/autofill/autofill_dialog_view_delegate.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
D chrome/browser/ui/autofill/mock_autofill_dialog_controller.h View 1 2 3 4 5 6 1 chunk +0 lines, -86 lines 0 comments Download
D chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc View 1 chunk +0 lines, -63 lines 0 comments Download
A + chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h View 1 2 3 4 5 6 2 chunks +7 lines, -7 lines 0 comments Download
A + chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_account_chooser.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_account_chooser.mm View 1 2 3 4 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_account_chooser_unittest.mm View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_details_container.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_details_container.mm View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_details_container_unittest.mm View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h View 1 2 3 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm View 1 2 3 11 chunks +35 lines, -35 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_main_container.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_main_container.mm View 1 2 3 9 chunks +18 lines, -18 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_main_container_unittest.mm View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_notification_container.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_notification_container.mm View 1 2 3 4 4 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_notification_container_unittest.mm View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_section_container.h View 1 2 3 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_section_container.mm View 1 2 3 4 5 6 21 chunks +28 lines, -28 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_section_container_unittest.mm View 1 2 3 8 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.mm View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_sign_in_container_unittest.mm View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.h View 1 2 3 4 5 6 9 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.cc View 1 2 3 4 5 6 44 chunks +67 lines, -67 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
aruslan
PTAL. This patch assumes that the old dialog implementation on Android is already ripped off ...
7 years, 4 months ago (2013-08-02 01:36:02 UTC) #1
aruslan
7 years, 4 months ago (2013-08-02 01:36:24 UTC) #2
aruslan
7 years, 4 months ago (2013-08-02 01:36:24 UTC) #3
Evan Stade
lgtm
7 years, 4 months ago (2013-08-02 04:46:20 UTC) #4
aruslan
Rachel -- PTAL and apply the Cocoa seal of approval if appropriate, thanks!
7 years, 4 months ago (2013-08-02 19:55:41 UTC) #5
groby-ooo-7-16
1) While the Cocoa stuff looks OK technically, I can't really approve - I'm not ...
7 years, 4 months ago (2013-08-02 20:22:21 UTC) #6
groby-ooo-7-16
To be clear: If we _must_ choose this name, I'm not going to stand on ...
7 years, 4 months ago (2013-08-02 20:23:41 UTC) #7
aruslan
On 2013/08/02 20:23:41, groby wrote: > To be clear: If we _must_ choose this name, ...
7 years, 4 months ago (2013-08-02 20:35:50 UTC) #8
Ilya Sherman
LGTM stamp of approval
7 years, 4 months ago (2013-08-02 20:57:30 UTC) #9
Evan Stade
On 2013/08/02 20:57:30, Ilya Sherman wrote: > LGTM stamp of approval
7 years, 4 months ago (2013-08-02 22:18:47 UTC) #10
Evan Stade
oops, pressed send too early... I agree with Rachel that controller() and controller_ names should ...
7 years, 4 months ago (2013-08-02 22:19:58 UTC) #11
aruslan
On 2013/08/02 22:19:58, Evan Stade wrote: > oops, pressed send too early... > > I ...
7 years, 4 months ago (2013-08-02 22:21:27 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aruslan@chromium.org/21692002/72001
7 years, 4 months ago (2013-08-06 16:17:46 UTC) #13
commit-bot: I haz the power
7 years, 4 months ago (2013-08-06 19:39:20 UTC) #14
Message was sent while issue was closed.
Change committed as 215951

Powered by Google App Engine
This is Rietveld 408576698