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

Issue 466080: linux: theme scrollbars from GTK theme ... (Closed)

Created:
11 years ago by Evan Stade
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, ben+cc_chromium.org, John Grabowski, Erik does not do reviews, jam, Aaron Boodman, pam+watch_chromium.org, darin (slow to review)
Visibility:
Public.

Description

linux: theme scrollbars from GTK theme Pick the color of the slider's thumbpart and rail from the GTK theme. We cannot match the exact visual appearance of the GTK theme, as rendering engines can make arbitrary changes to the actual visual appearance. But by sampling a representative set of pixels, we ensure that we will at least match the general color scheme. BUG=10949 patch by <markus [at] chromium> original review: http://codereview.chromium.org/400027/show Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=34183

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -38 lines) Patch
M chrome/browser/chromeos/main_menu.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_host.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_host.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/gtk/gtk_theme_provider.h View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/gtk/gtk_theme_provider.cc View 1 chunk +89 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/renderer_preferences_util.h View 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/browser/renderer_preferences_util.cc View 1 chunk +30 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/interstitial_page.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/tab_contents/interstitial_page.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/tab_contents/tab_contents.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/tab_contents/tab_contents.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/gtk_util.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/gtk_util.cc View 3 chunks +21 lines, -1 line 0 comments Download
M chrome/common/platform_util.h View 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/common/platform_util_linux.cc View 2 chunks +1 line, -11 lines 0 comments Download
M chrome/common/platform_util_mac.mm View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/common/platform_util_win.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/common/render_messages.h View 2 chunks +12 lines, -0 lines 0 comments Download
M chrome/common/renderer_preferences.h View 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Evan Stade
only change to markus's patch is to move renderer pref initialization to its own file ...
11 years ago (2009-12-09 00:15:42 UTC) #1
Evan Stade
Markus, does this need to wait for the Webkit side to be rolled, or can ...
11 years ago (2009-12-09 00:31:07 UTC) #2
Markus (顧孟勤)
It shouldn't even compile unless you have the WebKit changes. They are in the process ...
11 years ago (2009-12-09 00:33:57 UTC) #3
Evan Stade
On Tue, Dec 8, 2009 at 4:33 PM, Markus Gutschke <markus@chromium.org> wrote: > It shouldn't ...
11 years ago (2009-12-09 00:38:10 UTC) #4
Markus (顧孟勤)
On Tue, Dec 8, 2009 at 16:37, Evan Stade <estade@chromium.org> wrote: > oh yeah, you ...
11 years ago (2009-12-09 00:41:00 UTC) #5
Evan Stade
11 years ago (2009-12-09 00:47:05 UTC) #6
On Tue, Dec 8, 2009 at 4:40 PM, Markus Gutschke <markus@chromium.org> wrote:

> On Tue, Dec 8, 2009 at 16:37, Evan Stade <estade@chromium.org> wrote:
>
>> oh yeah, you are right... how did you manage to stuff changes to
>> third_party/ into the original cl?
>>
>
> I didn't expect the original changelist to ever get submitted as such, but
> I needed a place where I could have people review the changelist in its
> entirety. So, I just added all the files to the changelist.
>
> "gcl" won't let you do that. But it is perfectly happy, if you manually
> edit the little change description file that it creates. It will then do the
> right thing going forward.
>

good to know


>
> I guess, I should have included a big warning :-)
>

no, it was helpful, thanks


>
>
> Markus
>

Powered by Google App Engine
This is Rietveld 408576698