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

Issue 159853003: Moving the autofill enum from blink side to browser side (Closed)

Created:
6 years, 10 months ago by gnana
Modified:
6 years, 10 months ago
CC:
chromium-reviews, benquan, tfarina, browser-components-watch_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Moving the autofill enum from blink side to browser side Removing the autofill enum from blink side and moving it to browser side in components/autofill/core/common/autofill_enums.h. This patch is only adding of enum in browser side. Removing of enum from blink side is done in another patch. BUG=302489 TBR=thakis@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=252053

Patch Set 1 : #

Total comments: 28

Patch Set 2 : incorporated review comments #

Total comments: 8

Patch Set 3 : Rebase & incorporated review comments #

Total comments: 4

Patch Set 4 : incorporated review comments #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -155 lines) Patch
M chrome/browser/DEPS View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_popup_controller_impl.cc View 1 2 9 chunks +17 lines, -25 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc View 1 2 7 chunks +8 lines, -9 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm View 1 2 3 4 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc View 1 2 3 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_popup_view_views.cc View 1 2 3 chunks +2 lines, -5 lines 0 comments Download
M components/autofill/core/browser/DEPS View 1 2 3 4 1 chunk +0 lines, -6 lines 0 comments Download
M components/autofill/core/browser/autofill_external_delegate.cc View 1 2 13 chunks +17 lines, -22 lines 0 comments Download
M components/autofill/core/browser/autofill_external_delegate_unittest.cc View 1 2 15 chunks +83 lines, -74 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.cc View 1 2 3 chunks +2 lines, -3 lines 0 comments Download
M components/autofill/core/browser/autofill_manager_unittest.cc View 1 2 3 4 3 chunks +2 lines, -3 lines 0 comments Download
A components/autofill/core/browser/popup_item_ids.h View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 46 (0 generated)
gnana
Please have a look.
6 years, 10 months ago (2014-02-11 18:45:55 UTC) #1
Evan Stade
https://codereview.chromium.org/159853003/diff/30001/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc File chrome/browser/ui/autofill/autofill_popup_controller_impl.cc (right): https://codereview.chromium.org/159853003/diff/30001/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc#newcode234 chrome/browser/ui/autofill/autofill_popup_controller_impl.cc:234: values.size(), bad indent https://codereview.chromium.org/159853003/diff/30001/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc#newcode549 chrome/browser/ui/autofill/autofill_popup_controller_impl.cc:549: return id != MenuItemIDSeparator ...
6 years, 10 months ago (2014-02-11 18:56:38 UTC) #2
blundell
+isherman Ilya should look at this CL too. https://codereview.chromium.org/159853003/diff/30001/components/autofill/core/common/autofill_enums.h File components/autofill/core/common/autofill_enums.h (right): https://codereview.chromium.org/159853003/diff/30001/components/autofill/core/common/autofill_enums.h#newcode15 components/autofill/core/common/autofill_enums.h:15: MenuItemIDAutocompleteEntry ...
6 years, 10 months ago (2014-02-11 20:30:32 UTC) #3
Ilya Sherman
https://codereview.chromium.org/159853003/diff/30001/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc File chrome/browser/ui/autofill/autofill_popup_controller_impl.cc (right): https://codereview.chromium.org/159853003/diff/30001/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc#newcode191 chrome/browser/ui/autofill/autofill_popup_controller_impl.cc:191: identifiers_[0] == MenuItemIDDataListEntry) { nit: Looks like this line ...
6 years, 10 months ago (2014-02-11 22:21:33 UTC) #4
Ilya Sherman
Thanks, by the way, for picking up this bug -- much appreciated :)
6 years, 10 months ago (2014-02-11 22:22:14 UTC) #5
gnana
Thanks all for the review comments. Please check now. https://codereview.chromium.org/159853003/diff/30001/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc File chrome/browser/ui/autofill/autofill_popup_controller_impl.cc (right): https://codereview.chromium.org/159853003/diff/30001/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc#newcode191 chrome/browser/ui/autofill/autofill_popup_controller_impl.cc:191: ...
6 years, 10 months ago (2014-02-12 13:34:08 UTC) #6
blundell
Thanks for this work! Ilya/Evan, what do you think about moving this enum to autofill_popup_delegate.h? ...
6 years, 10 months ago (2014-02-13 16:10:58 UTC) #7
Evan Stade
On 2014/02/13 16:10:58, blundell wrote: > Thanks for this work! Ilya/Evan, what do you think ...
6 years, 10 months ago (2014-02-13 19:11:28 UTC) #8
Ilya Sherman
Nearly there, thanks! https://codereview.chromium.org/159853003/diff/140002/components/autofill/core/common/autofill_enums.h File components/autofill/core/common/autofill_enums.h (right): https://codereview.chromium.org/159853003/diff/140002/components/autofill/core/common/autofill_enums.h#newcode12 components/autofill/core/common/autofill_enums.h:12: enum PopUpItemId { nit: "PopUp" -> ...
6 years, 10 months ago (2014-02-13 22:30:02 UTC) #9
gnana
Thanks, Once again. Please check now. https://codereview.chromium.org/159853003/diff/140002/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc File chrome/browser/ui/autofill/autofill_popup_controller_impl.cc (right): https://codereview.chromium.org/159853003/diff/140002/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc#newcode201 chrome/browser/ui/autofill/autofill_popup_controller_impl.cc:201: if (!identifiers_.empty() && ...
6 years, 10 months ago (2014-02-14 09:02:06 UTC) #10
blundell
LGTM with nits. https://codereview.chromium.org/159853003/diff/290001/components/autofill/core/browser/popup_item_ids.h File components/autofill/core/browser/popup_item_ids.h (right): https://codereview.chromium.org/159853003/diff/290001/components/autofill/core/browser/popup_item_ids.h#newcode5 components/autofill/core/browser/popup_item_ids.h:5: // Contains enum specific to the ...
6 years, 10 months ago (2014-02-14 16:01:10 UTC) #11
gnana
nits applied https://codereview.chromium.org/159853003/diff/290001/components/autofill/core/browser/popup_item_ids.h File components/autofill/core/browser/popup_item_ids.h (right): https://codereview.chromium.org/159853003/diff/290001/components/autofill/core/browser/popup_item_ids.h#newcode5 components/autofill/core/browser/popup_item_ids.h:5: // Contains enum specific to the Autofill ...
6 years, 10 months ago (2014-02-14 17:08:46 UTC) #12
Ilya Sherman
LGTM, thanks!
6 years, 10 months ago (2014-02-14 21:31:07 UTC) #13
gnana
The CQ bit was checked by gnanasekar.s@samsung.com
6 years, 10 months ago (2014-02-15 03:40:22 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gnanasekar.s@samsung.com/159853003/350001
6 years, 10 months ago (2014-02-15 03:41:23 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-15 03:41:27 UTC) #16
commit-bot: I haz the power
Failed to apply patch for components/autofill/core/browser/autofill_manager_unittest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 10 months ago (2014-02-15 03:41:27 UTC) #17
gnana
The CQ bit was checked by gnanasekar.s@samsung.com
6 years, 10 months ago (2014-02-15 07:01:44 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gnanasekar.s@samsung.com/159853003/440001
6 years, 10 months ago (2014-02-15 07:02:07 UTC) #19
gnana
The CQ bit was unchecked by gnanasekar.s@samsung.com
6 years, 10 months ago (2014-02-15 07:10:18 UTC) #20
gnana
On 2014/02/15 07:10:18, gnana wrote: > The CQ bit was unchecked by mailto:gnanasekar.s@samsung.com Chromium presubmit ...
6 years, 10 months ago (2014-02-15 07:11:58 UTC) #21
gnana
Please rubber stamp Whole CL
6 years, 10 months ago (2014-02-15 07:53:27 UTC) #22
Evan Stade
rslgtm
6 years, 10 months ago (2014-02-18 23:52:36 UTC) #23
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 10 months ago (2014-02-19 01:27:00 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gnanasekar.s@samsung.com/159853003/460003
6 years, 10 months ago (2014-02-19 01:52:25 UTC) #25
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-19 02:14:14 UTC) #26
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=50864
6 years, 10 months ago (2014-02-19 02:14:15 UTC) #27
Ilya Sherman
TBR Nico for a trivial DEPS change.
6 years, 10 months ago (2014-02-19 05:23:06 UTC) #28
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 10 months ago (2014-02-19 05:23:27 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gnanasekar.s@samsung.com/159853003/460003
6 years, 10 months ago (2014-02-19 05:23:36 UTC) #30
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-19 05:24:01 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel, mac_chromium_rel
6 years, 10 months ago (2014-02-19 05:24:02 UTC) #32
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 10 months ago (2014-02-19 05:25:30 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gnanasekar.s@samsung.com/159853003/460003
6 years, 10 months ago (2014-02-19 05:25:39 UTC) #34
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-19 05:25:54 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel, mac_chromium_rel
6 years, 10 months ago (2014-02-19 05:25:54 UTC) #36
Nico
trivial lgtm
6 years, 10 months ago (2014-02-19 05:39:39 UTC) #37
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 10 months ago (2014-02-19 05:43:43 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gnanasekar.s@samsung.com/159853003/460003
6 years, 10 months ago (2014-02-19 05:43:53 UTC) #39
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-19 05:44:15 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel, mac_chromium_rel
6 years, 10 months ago (2014-02-19 05:44:16 UTC) #41
gnana
The CQ bit was checked by gnanasekar.s@samsung.com
6 years, 10 months ago (2014-02-19 11:26:10 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gnanasekar.s@samsung.com/159853003/460003
6 years, 10 months ago (2014-02-19 11:26:16 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gnanasekar.s@samsung.com/159853003/460003
6 years, 10 months ago (2014-02-19 14:57:31 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gnanasekar.s@samsung.com/159853003/460003
6 years, 10 months ago (2014-02-19 15:28:23 UTC) #45
commit-bot: I haz the power
6 years, 10 months ago (2014-02-19 19:54:45 UTC) #46
Message was sent while issue was closed.
Change committed as 252053

Powered by Google App Engine
This is Rietveld 408576698