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

Issue 2705773002: [Autofill] Move country combo box model from chrome to component. (Closed)

Created:
3 years, 10 months ago by MAD
Modified:
3 years, 10 months ago
Reviewers:
Mathieu, stevenjb
CC:
chromium-reviews, dbeam+watch-options_chromium.org, extensions-reviews_chromium.org, michaelpg+watch-options_chromium.org, rouslan+autofill_chromium.org, rogerm+autofillwatch_chromium.org, sebsg+autofillwatch_chromium.org, browser-components-watch_chromium.org, mathp+autofillwatch_chromium.org, estade+watch_chromium.org, vabr+watchlistautofill_chromium.org, chromium-apps-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Autofill] Move country combo box model from chrome to component. BUG=None TBR=stevenjb@chromium.org For trivial changes in: chrome\browser\extensions\api\autofill_private\autofill_util.cc chrome\browser\ui\webui\options\autofill_options_handler.cc Review-Url: https://codereview.chromium.org/2705773002 Cr-Commit-Position: refs/heads/master@{#452168} Committed: https://chromium.googlesource.com/chromium/src/+/281505194df80512d41a0ef05d10c587e67c26df

Patch Set 1 #

Total comments: 12

Patch Set 2 : Rebase #

Patch Set 3 : CR Comment 1a #

Patch Set 4 : Moved unit test file #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -278 lines) Patch
M chrome/browser/extensions/api/autofill_private/autofill_util.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 1 chunk +0 lines, -2 lines 0 comments Download
D chrome/browser/ui/autofill/country_combobox_model.h View 1 chunk +0 lines, -58 lines 0 comments Download
D chrome/browser/ui/autofill/country_combobox_model.cc View 1 chunk +0 lines, -101 lines 0 comments Download
M chrome/browser/ui/autofill/country_combobox_model_unittest.cc View 1 2 3 1 chunk +0 lines, -72 lines 0 comments Download
M chrome/browser/ui/webui/options/autofill_options_handler.cc View 4 chunks +8 lines, -6 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M components/autofill/core/browser/BUILD.gn View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
A + components/autofill/core/browser/country_combobox_model.h View 1 2 3 chunks +5 lines, -7 lines 0 comments Download
A + components/autofill/core/browser/country_combobox_model.cc View 1 2 4 chunks +5 lines, -7 lines 0 comments Download
A + components/autofill/core/browser/country_combobox_model_unittest.cc View 1 2 3 4 chunks +15 lines, -22 lines 0 comments Download

Messages

Total messages: 33 (19 generated)
MAD
3 years, 10 months ago (2017-02-20 16:39:30 UTC) #6
Mathieu
Thanks! One suggestion about the test, let me know if it's doable. https://codereview.chromium.org/2705773002/diff/1/chrome/browser/ui/autofill/country_combobox_model_unittest.cc File chrome/browser/ui/autofill/country_combobox_model_unittest.cc ...
3 years, 10 months ago (2017-02-21 00:57:20 UTC) #10
MAD
This would require more than a simple file move, but a test refactoring. This would ...
3 years, 10 months ago (2017-02-21 15:56:18 UTC) #12
Mathieu
Hi MAD, sorry for the delay. Agreed it's tricky when you have no prior knowledge ...
3 years, 10 months ago (2017-02-21 17:37:05 UTC) #13
MAD
How about this? (there was still a content dependency left, but it wasn't used :-). ...
3 years, 10 months ago (2017-02-22 16:53:58 UTC) #15
Mathieu
Yes! LGTM
3 years, 10 months ago (2017-02-22 17:28:39 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2705773002/120001
3 years, 10 months ago (2017-02-22 17:47:09 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/370267)
3 years, 10 months ago (2017-02-22 17:55:44 UTC) #20
MAD
Oups, was missing OWNERs review for: chrome\browser\extensions\api\autofill_private\autofill_util.cc chrome\browser\ui\webui\options\autofill_options_handler.cc The changes are quite simple, so I'll ...
3 years, 10 months ago (2017-02-22 18:05:25 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2705773002/120001
3 years, 10 months ago (2017-02-22 18:06:49 UTC) #25
stevenjb
autofill_options_handler lgtm
3 years, 10 months ago (2017-02-22 18:09:17 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/215708)
3 years, 10 months ago (2017-02-22 18:36:09 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2705773002/120001
3 years, 10 months ago (2017-02-22 19:01:32 UTC) #30
commit-bot: I haz the power
3 years, 10 months ago (2017-02-22 19:54:30 UTC) #33
Message was sent while issue was closed.
Committed patchset #5 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/281505194df80512d41a0ef05d10...

Powered by Google App Engine
This is Rietveld 408576698