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

Issue 436563005: Turn Autofill country text input into a Spinner. (Closed)

Created:
6 years, 4 months ago by Evan Stade
Modified:
6 years, 4 months ago
CC:
chromium-reviews, benquan, 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
Project:
chromium
Visibility:
Public.

Description

Turn Autofill country text input into a Spinner. BUG=399149 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289021

Patch Set 1 #

Total comments: 28

Patch Set 2 : . #

Total comments: 8

Patch Set 3 : not a singleton #

Patch Set 4 : fix test #

Total comments: 4

Patch Set 5 : git add country_text.xml #

Patch Set 6 : fix findbugs found bugs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+273 lines, -49 lines) Patch
A + chrome/android/java/res/layout/country_item.xml View 1 2 1 chunk +7 lines, -8 lines 0 comments Download
A chrome/android/java/res/layout/country_text.xml View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/autofill/CountryAdapter.java View 1 2 3 4 5 1 chunk +124 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java View 1 2 3 5 chunks +6 lines, -10 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/autofill/android/personal_data_manager_android.cc View 1 2 3 2 chunks +16 lines, -27 lines 0 comments Download
A chrome/browser/ui/android/autofill/country_adapter_android.h View 1 1 chunk +38 lines, -0 lines 0 comments Download
A chrome/browser/ui/android/autofill/country_adapter_android.cc View 1 1 chunk +55 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/country_combobox_model.cc View 1 1 chunk +4 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 3 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Evan Stade
This and the src/clank patch have to land at the same time or things will ...
6 years, 4 months ago (2014-08-01 01:21:57 UTC) #1
aurimas (slooooooooow)
Since this is a two sided patch, you will first have get both patches approved, ...
6 years, 4 months ago (2014-08-01 15:18:21 UTC) #2
Evan Stade
OK, I'll wait till next week. https://codereview.chromium.org/436563005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/autofill/CountryAdapter.java File chrome/android/java/src/org/chromium/chrome/browser/autofill/CountryAdapter.java (right): https://codereview.chromium.org/436563005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/autofill/CountryAdapter.java#newcode27 chrome/android/java/src/org/chromium/chrome/browser/autofill/CountryAdapter.java:27: LayoutInflater mInflater; On ...
6 years, 4 months ago (2014-08-01 18:59:23 UTC) #3
aurimas (slooooooooow)
https://codereview.chromium.org/436563005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/autofill/CountryAdapter.java File chrome/android/java/src/org/chromium/chrome/browser/autofill/CountryAdapter.java (right): https://codereview.chromium.org/436563005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/autofill/CountryAdapter.java#newcode112 chrome/android/java/src/org/chromium/chrome/browser/autofill/CountryAdapter.java:112: public static CountryAdapter getInstance() { On 2014/08/01 18:59:23, Evan ...
6 years, 4 months ago (2014-08-04 15:37:04 UTC) #4
Evan Stade
reduced the number of jni calls to 1. https://codereview.chromium.org/436563005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/autofill/CountryAdapter.java File chrome/android/java/src/org/chromium/chrome/browser/autofill/CountryAdapter.java (right): https://codereview.chromium.org/436563005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/autofill/CountryAdapter.java#newcode112 chrome/android/java/src/org/chromium/chrome/browser/autofill/CountryAdapter.java:112: public ...
6 years, 4 months ago (2014-08-04 20:36:05 UTC) #5
Evan Stade
ping
6 years, 4 months ago (2014-08-06 22:30:02 UTC) #6
aurimas (slooooooooow)
lgtm https://codereview.chromium.org/436563005/diff/20001/chrome/android/java/res/layout/country_item.xml File chrome/android/java/res/layout/country_item.xml (right): https://codereview.chromium.org/436563005/diff/20001/chrome/android/java/res/layout/country_item.xml#newcode13 chrome/android/java/res/layout/country_item.xml:13: android:paddingBottom="10dp" Since padding value is the same for ...
6 years, 4 months ago (2014-08-06 22:34:08 UTC) #7
aurimas (slooooooooow)
Just saw few more things. https://codereview.chromium.org/436563005/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/autofill/CountryAdapter.java File chrome/android/java/src/org/chromium/chrome/browser/autofill/CountryAdapter.java (right): https://codereview.chromium.org/436563005/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/autofill/CountryAdapter.java#newcode113 chrome/android/java/src/org/chromium/chrome/browser/autofill/CountryAdapter.java:113: if (countryCode.equals(getItem(i))) Move return ...
6 years, 4 months ago (2014-08-06 22:41:23 UTC) #8
Evan Stade
https://codereview.chromium.org/436563005/diff/20001/chrome/android/java/res/layout/country_item.xml File chrome/android/java/res/layout/country_item.xml (right): https://codereview.chromium.org/436563005/diff/20001/chrome/android/java/res/layout/country_item.xml#newcode13 chrome/android/java/res/layout/country_item.xml:13: android:paddingBottom="10dp" On 2014/08/06 22:34:08, aurimas wrote: > Since padding ...
6 years, 4 months ago (2014-08-09 00:22:16 UTC) #9
aurimas (slooooooooow)
LGTM. You will still need OWNERS review.
6 years, 4 months ago (2014-08-12 00:01:34 UTC) #10
Evan Stade
Hey Ruslan and Ted, could I get OWNERS reviews for the following files: aruslan: chrome/android/java/res/layout/country_item.xml ...
6 years, 4 months ago (2014-08-12 00:04:37 UTC) #11
Ted C
On 2014/08/12 00:04:37, Evan Stade wrote: > Hey Ruslan and Ted, could I get OWNERS ...
6 years, 4 months ago (2014-08-12 00:11:07 UTC) #12
aruslan
lgtm modulo seemingly incorrect ID of the country_item view and passing tests. Please make sure ...
6 years, 4 months ago (2014-08-12 00:18:39 UTC) #13
Evan Stade
> Please make sure you can build-n-run Chrome with this change. > I think the ...
6 years, 4 months ago (2014-08-12 00:33:36 UTC) #14
Evan Stade
On 2014/08/12 00:33:36, Evan Stade wrote: > > Please make sure you can build-n-run Chrome ...
6 years, 4 months ago (2014-08-12 15:24:10 UTC) #15
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 4 months ago (2014-08-12 15:24:15 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/436563005/80001
6 years, 4 months ago (2014-08-12 15:28:19 UTC) #17
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 4 months ago (2014-08-12 16:20:11 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/436563005/100001
6 years, 4 months ago (2014-08-12 16:21:18 UTC) #19
commit-bot: I haz the power
6 years, 4 months ago (2014-08-12 18:08:05 UTC) #20
Message was sent while issue was closed.
Change committed as 289021

Powered by Google App Engine
This is Rietveld 408576698