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

Issue 443193006: Show icons in Android web autofill dropdown (Closed)

Created:
6 years, 4 months ago by Evan Stade
Modified:
6 years, 1 month ago
CC:
chromium-reviews, benquan, jam, browser-components-watch_chromium.org, dcheng, darin-cc_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

Show icons in Android web autofill dropdown BUG=402131 Committed: https://crrev.com/e37f822491958dc21dc4dbaf94432d28f759b51d Cr-Commit-Position: refs/heads/master@{#303297}

Patch Set 1 #

Patch Set 2 : works #

Total comments: 1

Patch Set 3 : android scaled resources #

Patch Set 4 : self review #

Total comments: 2

Patch Set 5 : fix indent #

Total comments: 14

Patch Set 6 : aurimas review #

Patch Set 7 : update dox #

Patch Set 8 : import #

Patch Set 9 : sync #

Total comments: 4

Patch Set 10 : aurimas review #

Total comments: 2

Patch Set 11 : width 0 #

Patch Set 12 : 0dp #

Patch Set 13 : awv #

Patch Set 14 : fix awv #

Patch Set 15 : s/:/. #

Patch Set 16 : AutofillTest fix #

Patch Set 17 : merge conflict #

Patch Set 18 : fix up build files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -44 lines) Patch
M android_webview/java/src/org/chromium/android_webview/AwAutofillClient.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupBridge.java View 1 2 3 4 5 6 7 2 chunks +7 lines, -3 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +10 lines, -7 lines 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/resource_id.h View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/android/resource_mapper.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/android/autofill/autofill_popup_view_android.cc View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/input/SelectPopupItem.java View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M ui/android/java/res/layout/dropdown_item.xml View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +34 lines, -20 lines 0 comments Download
M ui/android/java/src/org/chromium/ui/DropdownAdapter.java View 1 2 3 4 5 4 chunks +20 lines, -12 lines 0 comments Download
M ui/android/java/src/org/chromium/ui/DropdownItem.java View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M ui/android/java/src/org/chromium/ui/autofill/AutofillSuggestion.java View 1 2 3 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 43 (7 generated)
aruslan
Adding the bitmaps is slightly complicated and look like I outlined in the comment. Feel ...
6 years, 4 months ago (2014-08-08 22:06:39 UTC) #1
Evan Stade
estade@chromium.org changed reviewers: + aruslan@chromium.org
6 years, 3 months ago (2014-08-28 20:34:34 UTC) #2
Evan Stade
Thanks for the pointers, Ruslan. The code is updated, PTAL. The images in this CL ...
6 years, 3 months ago (2014-08-28 20:35:32 UTC) #3
aruslan
aruslan@chromium.org changed reviewers: + newt@chromium.org
6 years, 3 months ago (2014-08-28 20:47:44 UTC) #4
aruslan
newt@ -- could you please review it, you've true grit :) Thanks a ton! https://codereview.chromium.org/443193006/diff/60001/ui/android/java/src/org/chromium/ui/DropdownAdapter.java ...
6 years, 3 months ago (2014-08-28 20:47:44 UTC) #5
Evan Stade
estade@chromium.org changed reviewers: + aurimas@chromium.org
6 years, 3 months ago (2014-08-28 20:49:59 UTC) #6
Evan Stade
+aurimas for content/public/android/java/src/org/chromium/content/browser/input/SelectPopupItem.java https://codereview.chromium.org/443193006/diff/60001/ui/android/java/src/org/chromium/ui/DropdownAdapter.java File ui/android/java/src/org/chromium/ui/DropdownAdapter.java (right): https://codereview.chromium.org/443193006/diff/60001/ui/android/java/src/org/chromium/ui/DropdownAdapter.java#newcode111 ui/android/java/src/org/chromium/ui/DropdownAdapter.java:111: iconView.setVisibility(View.VISIBLE); On 2014/08/28 20:47:44, aruslan wrote: ...
6 years, 3 months ago (2014-08-28 20:49:59 UTC) #7
aurimas (slooooooooow)
https://codereview.chromium.org/443193006/diff/80001/chrome/browser/android/resource_mapper.cc File chrome/browser/android/resource_mapper.cc (right): https://codereview.chromium.org/443193006/diff/80001/chrome/browser/android/resource_mapper.cc#newcode11 chrome/browser/android/resource_mapper.cc:11: #include "grit/component_scaled_resources.h" Why do we need this import? https://codereview.chromium.org/443193006/diff/80001/content/public/android/java/src/org/chromium/content/browser/input/SelectPopupItem.java ...
6 years, 3 months ago (2014-08-28 21:06:04 UTC) #8
Evan Stade
https://codereview.chromium.org/443193006/diff/80001/chrome/browser/android/resource_mapper.cc File chrome/browser/android/resource_mapper.cc (right): https://codereview.chromium.org/443193006/diff/80001/chrome/browser/android/resource_mapper.cc#newcode11 chrome/browser/android/resource_mapper.cc:11: #include "grit/component_scaled_resources.h" On 2014/08/28 21:06:04, aurimas wrote: > Why ...
6 years, 3 months ago (2014-08-29 17:45:35 UTC) #9
aurimas (slooooooooow)
lgtm
6 years, 3 months ago (2014-08-29 18:51:53 UTC) #10
aurimas (slooooooooow)
On 2014/08/29 18:51:53, aurimas wrote: > lgtm Ping?
6 years, 3 months ago (2014-09-05 20:59:42 UTC) #11
Evan Stade
On 2014/09/05 20:59:42, aurimas wrote: > On 2014/08/29 18:51:53, aurimas wrote: > > lgtm > ...
6 years, 3 months ago (2014-09-05 21:06:21 UTC) #12
Evan Stade
On 2014/09/05 21:06:21, Evan Stade wrote: > On 2014/09/05 20:59:42, aurimas wrote: > > On ...
6 years, 3 months ago (2014-09-05 21:09:11 UTC) #13
aurimas (slooooooooow)
On 2014/09/05 21:09:11, Evan Stade wrote: > On 2014/09/05 21:06:21, Evan Stade wrote: > > ...
6 years, 3 months ago (2014-09-05 21:24:12 UTC) #14
Evan Stade
ready to commit. PTAL (No major changes since last review.)
6 years, 1 month ago (2014-11-04 21:13:15 UTC) #15
aurimas (slooooooooow)
https://codereview.chromium.org/443193006/diff/160001/build/android/developer_recommended_flags.gypi File build/android/developer_recommended_flags.gypi (right): https://codereview.chromium.org/443193006/diff/160001/build/android/developer_recommended_flags.gypi#newcode42 build/android/developer_recommended_flags.gypi:42: #'gyp_managed_install%': 1, Why are you changing this flag? It ...
6 years, 1 month ago (2014-11-04 21:17:39 UTC) #16
Evan Stade
https://codereview.chromium.org/443193006/diff/160001/build/android/developer_recommended_flags.gypi File build/android/developer_recommended_flags.gypi (right): https://codereview.chromium.org/443193006/diff/160001/build/android/developer_recommended_flags.gypi#newcode42 build/android/developer_recommended_flags.gypi:42: #'gyp_managed_install%': 1, On 2014/11/04 21:17:39, aurimas wrote: > Why ...
6 years, 1 month ago (2014-11-04 22:09:41 UTC) #17
aurimas (slooooooooow)
lgtm!
6 years, 1 month ago (2014-11-04 23:03:25 UTC) #18
aurimas (slooooooooow)
https://codereview.chromium.org/443193006/diff/180001/ui/android/java/res/layout/dropdown_item.xml File ui/android/java/res/layout/dropdown_item.xml (right): https://codereview.chromium.org/443193006/diff/180001/ui/android/java/res/layout/dropdown_item.xml#newcode16 ui/android/java/res/layout/dropdown_item.xml:16: android:layout_width="wrap_content" You want to change the width to 0dp ...
6 years, 1 month ago (2014-11-04 23:04:22 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/443193006/180001
6 years, 1 month ago (2014-11-04 23:05:22 UTC) #21
aurimas (slooooooooow)
On 2014/11/04 23:04:22, aurimas wrote: > https://codereview.chromium.org/443193006/diff/180001/ui/android/java/res/layout/dropdown_item.xml > File ui/android/java/res/layout/dropdown_item.xml (right): > > https://codereview.chromium.org/443193006/diff/180001/ui/android/java/res/layout/dropdown_item.xml#newcode16 > ...
6 years, 1 month ago (2014-11-04 23:08:13 UTC) #22
Evan Stade
https://codereview.chromium.org/443193006/diff/180001/ui/android/java/res/layout/dropdown_item.xml File ui/android/java/res/layout/dropdown_item.xml (right): https://codereview.chromium.org/443193006/diff/180001/ui/android/java/res/layout/dropdown_item.xml#newcode16 ui/android/java/res/layout/dropdown_item.xml:16: android:layout_width="wrap_content" On 2014/11/04 23:04:22, aurimas wrote: > You want ...
6 years, 1 month ago (2014-11-04 23:09:52 UTC) #23
Evan Stade
ping newt@ for: chrome/browser/android/resource_id.h chrome/browser/android/resource_mapper.cc ui/android/java/res/layout/dropdown_item.xml ui/android/java/src/org/chromium/ui/DropdownAdapter.java ui/android/java/src/org/chromium/ui/DropdownItem.java
6 years, 1 month ago (2014-11-04 23:10:34 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/22143)
6 years, 1 month ago (2014-11-04 23:12:52 UTC) #26
newt (away)
lgtm
6 years, 1 month ago (2014-11-05 19:12:49 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/443193006/220001
6 years, 1 month ago (2014-11-05 20:52:54 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/19540) android_chromium_gn_compile_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/14596)
6 years, 1 month ago (2014-11-05 21:11:22 UTC) #31
Evan Stade
+sgurun@chromium.org for android_webview
6 years, 1 month ago (2014-11-05 22:51:29 UTC) #33
sgurun-gerrit only
On 2014/11/05 22:51:29, Evan Stade wrote: > mailto:+sgurun@chromium.org for android_webview I think we can pass ...
6 years, 1 month ago (2014-11-06 19:56:10 UTC) #34
Evan Stade
Lei, can you take a look at the build files? (gn and gypi)
6 years, 1 month ago (2014-11-07 17:12:02 UTC) #36
sgurun-gerrit only
On 2014/11/07 17:12:02, Evan Stade wrote: > Lei, can you take a look at the ...
6 years, 1 month ago (2014-11-07 19:25:21 UTC) #37
Lei Zhang
build files lgtm
6 years, 1 month ago (2014-11-07 19:32:50 UTC) #38
Evan Stade
thanks all.
6 years, 1 month ago (2014-11-07 20:40:30 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/443193006/340001
6 years, 1 month ago (2014-11-07 20:41:38 UTC) #41
commit-bot: I haz the power
Committed patchset #18 (id:340001)
6 years, 1 month ago (2014-11-07 21:35:35 UTC) #42
commit-bot: I haz the power
6 years, 1 month ago (2014-11-07 21:36:18 UTC) #43
Message was sent while issue was closed.
Patchset 18 (id:??) landed as
https://crrev.com/e37f822491958dc21dc4dbaf94432d28f759b51d
Cr-Commit-Position: refs/heads/master@{#303297}

Powered by Google App Engine
This is Rietveld 408576698