Chromium Code Reviews

Issue 554004: GTK: Use GTK+ theme selection colors and plumb them into webkit. (Closed)

Created:
10 years, 11 months ago by Elliot Glaysher
Modified:
9 years, 7 months ago
Reviewers:
dglazkov, Evan Martin, Evan Stade
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, darin (slow to review), jam, ben+cc_chromium.org, pam+watch_chromium.org
Visibility:
Public.

Description

GTK: Use GTK+ theme selection colors and plumb them into webkit. [Chromium side of patch] BUG=25831 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=37193

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add chromium specific layout test #

Patch Set 3 : Move layout tests to correct paths #

Unified diffs Side-by-side diffs Stats (+133 lines, -11 lines)
M chrome/browser/gtk/gtk_theme_provider.h View 2 chunks +16 lines, -0 lines 0 comments
M chrome/browser/gtk/gtk_theme_provider.cc View 3 chunks +26 lines, -9 lines 0 comments
M chrome/browser/renderer_preferences_util.cc View 1 chunk +6 lines, -0 lines 0 comments
M chrome/common/render_messages.h View 2 chunks +15 lines, -1 line 0 comments
M chrome/common/renderer_preferences.h View 2 chunks +10 lines, -0 lines 0 comments
M chrome/renderer/render_view.cc View 1 chunk +7 lines, -1 line 0 comments
A webkit/data/layout_tests/LayoutTests/fast/linux_selection_color.html View 1 chunk +21 lines, -0 lines 0 comments
A webkit/data/layout_tests/platform/chromium-linux/LayoutTests/linux_selection_color-expected.checksum View 1 chunk +1 line, -0 lines 0 comments
A webkit/data/layout_tests/platform/chromium-linux/LayoutTests/linux_selection_color-expected.png View Binary file 0 comments
A webkit/data/layout_tests/platform/chromium-linux/LayoutTests/linux_selection_color-expected.txt View 1 chunk +14 lines, -0 lines 0 comments
M webkit/tools/test_shell/layout_test_controller.h View 1 chunk +4 lines, -0 lines 0 comments
M webkit/tools/test_shell/layout_test_controller.cc View 3 chunks +13 lines, -0 lines 0 comments

Messages

Total messages: 8 (0 generated)
Elliot Glaysher
After test driving this patch, chrome linux with a GTK theme without selection colors looks ...
10 years, 11 months ago (2010-01-19 22:37:36 UTC) #1
Evan Martin
LGTM I suggest merging your two patches into one for ease of review. On the ...
10 years, 11 months ago (2010-01-19 22:44:35 UTC) #2
Evan Stade
lgtm2
10 years, 11 months ago (2010-01-19 22:55:43 UTC) #3
Elliot Glaysher
http://codereview.chromium.org/554004/diff/1/2 File chrome/browser/gtk/gtk_theme_provider.cc (right): http://codereview.chromium.org/554004/diff/1/2#newcode627 chrome/browser/gtk/gtk_theme_provider.cc:627: inactive_selection_fg_color_ = SkColorSetRGB(50, 50, 50); On 2010/01/19 22:44:35, Evan ...
10 years, 11 months ago (2010-01-19 23:44:45 UTC) #4
Elliot Glaysher
On 2010/01/19 22:44:35, Evan Martin wrote: > On the WebKit > side you'll need a ...
10 years, 11 months ago (2010-01-20 00:09:00 UTC) #5
Evan Martin
On Tue, Jan 19, 2010 at 4:09 PM, <erg@chromium.org> wrote: > I am confused about ...
10 years, 11 months ago (2010-01-20 00:17:26 UTC) #6
Elliot Glaysher
Updated with layout tests on this side, and uploaded webkit side of patch to https://bugs.webkit.org/show_bug.cgi?id=33921
10 years, 11 months ago (2010-01-20 23:11:33 UTC) #7
dglazkov
10 years, 9 months ago (2010-03-19 23:42:57 UTC) #8
Dudes, you landed the test on chromium side! :)

Powered by Google App Engine