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

Issue 2847050: Linux: add icon and description preview to app shortcut dialog (Closed)

Created:
10 years, 5 months ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
CC:
chromium-reviews, finnur+watch_chromium.org, ben+cc_chromium.org
Base URL:
git://git.chromium.org/chromium.git
Visibility:
Public.

Description

Linux: add icon and description preview to app shortcut dialog TEST=none BUG=42892 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52412

Patch Set 1 #

Total comments: 5

Patch Set 2 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -12 lines) Patch
M chrome/app/resources/locale_settings.grd View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/gtk/create_application_shortcuts_dialog_gtk.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/gtk/create_application_shortcuts_dialog_gtk.cc View 1 6 chunks +70 lines, -8 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Paweł Hajdan Jr.
This does not yet deal with the case when the description does not fit in ...
10 years, 5 months ago (2010-07-06 19:34:31 UTC) #1
Finnur
Is this value overridden in the non-US locale files (ie. locale_settings_ar)? If so, won't those ...
10 years, 5 months ago (2010-07-06 22:05:03 UTC) #2
Paweł Hajdan Jr.
Finnur, thanks for the drive-by comment. I've done a quick sanity check: ~/chromium/src $ git ...
10 years, 5 months ago (2010-07-07 12:48:59 UTC) #3
Finnur
Excellent, thanks. I saw this review fly by while using my phone, so following up ...
10 years, 5 months ago (2010-07-07 14:32:18 UTC) #4
Evan Martin
http://codereview.chromium.org/2847050/diff/1/3 File chrome/browser/gtk/create_application_shortcuts_dialog_gtk.cc (right): http://codereview.chromium.org/2847050/diff/1/3#newcode32 chrome/browser/gtk/create_application_shortcuts_dialog_gtk.cc:32: const char* kBoxBackgroundColor = "white"; IIRC const char[] instead ...
10 years, 5 months ago (2010-07-07 15:49:09 UTC) #5
Paweł Hajdan Jr.
http://codereview.chromium.org/2847050/diff/1/3 File chrome/browser/gtk/create_application_shortcuts_dialog_gtk.cc (right): http://codereview.chromium.org/2847050/diff/1/3#newcode32 chrome/browser/gtk/create_application_shortcuts_dialog_gtk.cc:32: const char* kBoxBackgroundColor = "white"; On 2010/07/07 15:49:09, Evan ...
10 years, 5 months ago (2010-07-07 16:10:19 UTC) #6
Elliot Glaysher
We already break with the windows ui in cases where they set the color of ...
10 years, 5 months ago (2010-07-07 16:15:36 UTC) #7
Evan Martin
On 2010/07/07 16:10:19, Paweł Hajdan Jr. wrote: > It seems that the Windows code does ...
10 years, 5 months ago (2010-07-07 16:15:40 UTC) #8
Paweł Hajdan Jr.
On Wed, Jul 7, 2010 at 18:15, <evan@chromium.org> wrote: > On 2010/07/07 16:10:19, Paweł Hajdan ...
10 years, 5 months ago (2010-07-07 16:19:19 UTC) #9
Evan Stade
http://codereview.chromium.org/2847050/diff/1/3 File chrome/browser/gtk/create_application_shortcuts_dialog_gtk.cc (right): http://codereview.chromium.org/2847050/diff/1/3#newcode32 chrome/browser/gtk/create_application_shortcuts_dialog_gtk.cc:32: const char* kBoxBackgroundColor = "white"; I had this same ...
10 years, 5 months ago (2010-07-07 21:27:42 UTC) #10
Paweł Hajdan Jr.
Updated code to not hardcode colors, and applied estade's suggestion about ternary operator. Please take ...
10 years, 5 months ago (2010-07-14 15:37:57 UTC) #11
Evan Martin
LGTM
10 years, 5 months ago (2010-07-14 18:02:52 UTC) #12
Evan Stade
10 years, 5 months ago (2010-07-14 18:19:11 UTC) #13
lgtm too

Powered by Google App Engine
This is Rietveld 408576698