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

Issue 160025: GTK Themes: Theme the bookmark bubble. (And first run bubble). (Closed)

Created:
11 years, 5 months ago by Elliot Glaysher
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

GTK Themes: Theme the bookmark bubble. (And first run bubble). http://crbug.com/16783

Patch Set 1 #

Patch Set 2 : lint #

Total comments: 7

Patch Set 3 : Fixes for evan #

Patch Set 4 : Remove text_color for estade #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -32 lines) Patch
M chrome/browser/gtk/bookmark_bubble_gtk.h View 1 6 chunks +19 lines, -1 line 0 comments Download
M chrome/browser/gtk/bookmark_bubble_gtk.cc View 1 2 3 7 chunks +27 lines, -3 lines 0 comments Download
M chrome/browser/gtk/edit_search_engine_dialog.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/gtk/first_run_bubble.h View 1 4 chunks +23 lines, -4 lines 0 comments Download
M chrome/browser/gtk/first_run_bubble.cc View 5 chunks +30 lines, -1 line 0 comments Download
M chrome/browser/gtk/info_bubble_gtk.h View 1 4 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/gtk/info_bubble_gtk.cc View 1 2 4 chunks +27 lines, -11 lines 0 comments Download
M chrome/common/gtk_util.h View 1 2 3 2 chunks +11 lines, -6 lines 0 comments Download
M chrome/common/gtk_util.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Elliot Glaysher
11 years, 5 months ago (2009-07-23 18:28:11 UTC) #1
Elliot Glaysher
ping?
11 years, 5 months ago (2009-07-23 23:26:59 UTC) #2
Evan Martin
http://codereview.chromium.org/160025/diff/28/1001 File chrome/browser/gtk/bookmark_bubble_gtk.cc (right): http://codereview.chromium.org/160025/diff/28/1001#newcode129 Line 129: gtk_widget_modify_fg(*it, GTK_STATE_NORMAL, &gfx::kGdkBlack); Does the theme provider not ...
11 years, 5 months ago (2009-07-23 23:36:34 UTC) #3
Elliot Glaysher
http://codereview.chromium.org/160025/diff/28/1001 File chrome/browser/gtk/bookmark_bubble_gtk.cc (right): http://codereview.chromium.org/160025/diff/28/1001#newcode129 Line 129: gtk_widget_modify_fg(*it, GTK_STATE_NORMAL, &gfx::kGdkBlack); On 2009/07/23 23:36:34, Evan Martin ...
11 years, 5 months ago (2009-07-23 23:44:54 UTC) #4
Evan Stade
11 years, 5 months ago (2009-07-23 23:46:55 UTC) #5
lgtm

I too wonder why the info bubble text is not a theme value but Elliot's comment
in the first run bubble makes me think that that is on his TODO list.

http://codereview.chromium.org/160025/diff/28/1001
File chrome/browser/gtk/bookmark_bubble_gtk.cc (right):

http://codereview.chromium.org/160025/diff/28/1001#newcode154
Line 154: labels_.push_back(label);
I've noticed that black is not quite right (at least, doesn't match windows).
There, the "Bookmark" label rgb is 0, 44, 115 and is 10 pixels tall (while the
other labels in the dialog are 8px tall and are black). This doesn't have to
block this patch but should be noted and fixed sometime.

http://codereview.chromium.org/160025/diff/28/1012
File chrome/common/gtk_util.cc (right):

http://codereview.chromium.org/160025/diff/28/1012#newcode144
Line 144: const GdkColor* text_color,
seems we might not need text_color any more?

Powered by Google App Engine
This is Rietveld 408576698