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

Issue 10396003: Add Icon Support for New Autofill Gtk UI (Closed)

Created:
8 years, 7 months ago by csharp
Modified:
8 years, 7 months ago
CC:
chromium-reviews, dhollowa+watch_chromium.org, James Su, Ilya Sherman, dyu1
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add Icon Support for New Autofill Gtk UI Show credit card icons for the new Autofill Gtk popup. BUG=51644 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137126

Patch Set 1 #

Total comments: 28

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -42 lines) Patch
M chrome/browser/autofill/autofill_external_delegate.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/autofill/autofill_external_delegate.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/autofill/autofill_external_delegate_gtk.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_popup_view.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_popup_view.cc View 1 2 3 chunks +27 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h View 1 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc View 1 11 chunks +55 lines, -20 lines 0 comments Download
M chrome/browser/ui/gtk/gtk_util.h View 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/gtk_util.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc View 3 chunks +9 lines, -17 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
csharp
https://chromiumcodereview.appspot.com/10396003/diff/1/chrome/browser/autofill/autofill_popup_view.cc File chrome/browser/autofill/autofill_popup_view.cc (right): https://chromiumcodereview.appspot.com/10396003/diff/1/chrome/browser/autofill/autofill_popup_view.cc#newcode180 chrome/browser/autofill/autofill_popup_view.cc:180: std::string name = UTF16ToUTF8(resource_name); I'm not sure how to ...
8 years, 7 months ago (2012-05-11 19:26:37 UTC) #1
Ilya Sherman
https://chromiumcodereview.appspot.com/10396003/diff/1/chrome/browser/autofill/autofill_popup_view.cc File chrome/browser/autofill/autofill_popup_view.cc (right): https://chromiumcodereview.appspot.com/10396003/diff/1/chrome/browser/autofill/autofill_popup_view.cc#newcode80 chrome/browser/autofill/autofill_popup_view.cc:80: if (autofill_icons_[i] != string16()) nit: if (!autofill_icons()[i].empty()) https://chromiumcodereview.appspot.com/10396003/diff/1/chrome/browser/autofill/autofill_popup_view.cc#newcode81 chrome/browser/autofill/autofill_popup_view.cc:81: ...
8 years, 7 months ago (2012-05-11 22:12:17 UTC) #2
Ilya Sherman
+erg for GTK review (rubber stamp?)
8 years, 7 months ago (2012-05-11 22:12:43 UTC) #3
Elliot Glaysher
rubber stamp lgtm
8 years, 7 months ago (2012-05-11 22:14:00 UTC) #4
csharp
https://chromiumcodereview.appspot.com/10396003/diff/1/chrome/browser/autofill/autofill_popup_view.cc File chrome/browser/autofill/autofill_popup_view.cc (right): https://chromiumcodereview.appspot.com/10396003/diff/1/chrome/browser/autofill/autofill_popup_view.cc#newcode80 chrome/browser/autofill/autofill_popup_view.cc:80: if (autofill_icons_[i] != string16()) On 2012/05/11 22:12:17, Ilya Sherman ...
8 years, 7 months ago (2012-05-14 14:19:02 UTC) #5
Ilya Sherman
LGTM https://chromiumcodereview.appspot.com/10396003/diff/1/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc File chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc (right): https://chromiumcodereview.appspot.com/10396003/diff/1/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc#newcode206 chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc:206: if (has_icons()) On 2012/05/14 14:19:03, csharp wrote: > ...
8 years, 7 months ago (2012-05-14 20:38:21 UTC) #6
csharp
https://chromiumcodereview.appspot.com/10396003/diff/7001/chrome/browser/autofill/autofill_popup_view.h File chrome/browser/autofill/autofill_popup_view.h (right): https://chromiumcodereview.appspot.com/10396003/diff/7001/chrome/browser/autofill/autofill_popup_view.h#newcode99 chrome/browser/autofill/autofill_popup_view.h:99: bool has_icons() { return has_icons_; } On 2012/05/14 20:38:22, ...
8 years, 7 months ago (2012-05-15 13:19:08 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/csharp@chromium.org/10396003/4002
8 years, 7 months ago (2012-05-15 13:19:56 UTC) #8
commit-bot: I haz the power
8 years, 7 months ago (2012-05-15 14:55:36 UTC) #9
Change committed as 137126

Powered by Google App Engine
This is Rietveld 408576698