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

Issue 11636040: AutofillPopupController clarifications + simplifications. (Closed)

Created:
8 years ago by Evan Stade
Modified:
8 years ago
CC:
chromium-reviews, Raman Kakilate, tfarina, benquan, dhollowa+watch_chromium.org, ahutter, browser-components-watch_chromium.org, dbeam+watch-autofill_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Albert Bodenhamer, Ilya Sherman, csharp
Visibility:
Public.

Description

AutofillPopupController clarifications + simplifications. BUG=166025 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174490

Patch Set 1 #

Patch Set 2 : relative patchset #

Total comments: 29

Patch Set 3 : ilya review #

Total comments: 8

Patch Set 4 : text fix + ilya review 2 #

Total comments: 2

Patch Set 5 : sync #

Patch Set 6 : fix bad merge #

Patch Set 7 : compile fixes #

Patch Set 8 : new workstation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+323 lines, -375 lines) Patch
M chrome/browser/autofill/autofill_external_delegate.h View 1 2 3 1 chunk +4 lines, -6 lines 0 comments Download
M chrome/browser/autofill/autofill_external_delegate.cc View 1 2 3 3 chunks +33 lines, -41 lines 0 comments Download
M chrome/browser/autofill/autofill_external_delegate_browsertest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_external_delegate_unittest.cc View 1 2 3 4 chunks +12 lines, -14 lines 0 comments Download
M chrome/browser/ui/android/autofill/autofill_popup_view_android.h View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/android/autofill/autofill_popup_view_android.cc View 1 2 3 4 5 6 2 chunks +13 lines, -16 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller.h View 1 2 3 1 chunk +5 lines, -6 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller.cc View 1 2 3 2 chunks +7 lines, -14 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_popup_controller.h View 1 2 3 2 chunks +35 lines, -29 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_popup_controller_impl.h View 1 2 3 4 chunks +25 lines, -25 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_popup_controller_impl.cc View 1 2 3 4 5 18 chunks +99 lines, -111 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc View 1 2 3 5 7 chunks +16 lines, -22 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_popup_delegate.h View 1 2 3 1 chunk +5 lines, -11 lines 0 comments Download
M chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc View 1 2 3 4 5 6 9 chunks +35 lines, -45 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_popup_view_views.cc View 1 2 3 10 chunks +29 lines, -31 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Evan Stade
+sky and isherman for review (unless Ilya is ooo, in which case I'll accept a ...
8 years ago (2012-12-20 03:45:12 UTC) #1
Ilya Sherman
Thanks, this is much cleaner. https://chromiumcodereview.appspot.com/11636040/diff/2005/chrome/browser/autofill/autofill_external_delegate.h File chrome/browser/autofill/autofill_external_delegate.h (right): https://chromiumcodereview.appspot.com/11636040/diff/2005/chrome/browser/autofill/autofill_external_delegate.h#newcode52 chrome/browser/autofill/autofill_external_delegate.h:52: int unique_id) OVERRIDE; nit: ...
8 years ago (2012-12-20 04:34:52 UTC) #2
sky
views LGTM
8 years ago (2012-12-20 16:33:01 UTC) #3
Evan Stade
+Aurimas FYI for android changes. https://chromiumcodereview.appspot.com/11636040/diff/2005/chrome/browser/autofill/autofill_external_delegate.h File chrome/browser/autofill/autofill_external_delegate.h (right): https://chromiumcodereview.appspot.com/11636040/diff/2005/chrome/browser/autofill/autofill_external_delegate.h#newcode52 chrome/browser/autofill/autofill_external_delegate.h:52: int unique_id) OVERRIDE; On ...
8 years ago (2012-12-20 20:01:25 UTC) #4
aurimas (slooooooooow)
lgtm Do you want me to change the Java side to match the new calls?
8 years ago (2012-12-20 21:02:36 UTC) #5
Evan Stade
On 2012/12/20 21:02:36, aurimas wrote: > lgtm > > Do you want me to change ...
8 years ago (2012-12-20 21:09:09 UTC) #6
Ilya Sherman
+cc c# https://chromiumcodereview.appspot.com/11636040/diff/2005/chrome/browser/ui/autofill/autofill_popup_controller_impl.h File chrome/browser/ui/autofill/autofill_popup_controller_impl.h (right): https://chromiumcodereview.appspot.com/11636040/diff/2005/chrome/browser/ui/autofill/autofill_popup_controller_impl.h#newcode39 chrome/browser/ui/autofill/autofill_popup_controller_impl.h:39: const std::vector<string16>& sub_labels, On 2012/12/20 20:01:25, Evan ...
8 years ago (2012-12-20 21:57:42 UTC) #7
Evan Stade
https://chromiumcodereview.appspot.com/11636040/diff/2005/chrome/browser/ui/autofill/autofill_popup_controller_impl.h File chrome/browser/ui/autofill/autofill_popup_controller_impl.h (right): https://chromiumcodereview.appspot.com/11636040/diff/2005/chrome/browser/ui/autofill/autofill_popup_controller_impl.h#newcode39 chrome/browser/ui/autofill/autofill_popup_controller_impl.h:39: const std::vector<string16>& sub_labels, On 2012/12/20 21:57:42, Ilya Sherman wrote: ...
8 years ago (2012-12-20 23:03:59 UTC) #8
Ilya Sherman
LGTM, thanks. https://chromiumcodereview.appspot.com/11636040/diff/2005/chrome/browser/ui/autofill/autofill_popup_delegate.h File chrome/browser/ui/autofill/autofill_popup_delegate.h (right): https://chromiumcodereview.appspot.com/11636040/diff/2005/chrome/browser/ui/autofill/autofill_popup_delegate.h#newcode19 chrome/browser/ui/autofill/autofill_popup_delegate.h:19: // TODO(estade): this should only pass |unique_id|. ...
8 years ago (2012-12-20 23:11:55 UTC) #9
Evan Stade
https://chromiumcodereview.appspot.com/11636040/diff/31/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc File chrome/browser/ui/autofill/autofill_popup_controller_impl.cc (right): https://chromiumcodereview.appspot.com/11636040/diff/31/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc#newcode32 chrome/browser/ui/autofill/autofill_popup_controller_impl.cc:32: // The amount of minimum padding between the Autofill ...
8 years ago (2012-12-20 23:15:00 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/11636040/25001
8 years ago (2012-12-21 20:08:02 UTC) #11
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years ago (2012-12-21 20:27:35 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/11636040/10030
8 years ago (2012-12-21 22:05:51 UTC) #13
commit-bot: I haz the power
8 years ago (2012-12-22 01:44:38 UTC) #14
Retried try job too often on win_rel for step(s) browser_tests

Powered by Google App Engine
This is Rietveld 408576698