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

Issue 2006643004: Fix scrollbar buttons on ChromeOS. (Closed)

Created:
4 years, 7 months ago by Bret
Modified:
4 years, 7 months ago
Reviewers:
esprehn, oshima
CC:
blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, darin-cc_chromium.org, dglazkov+blink, jam, kinuko+watch
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix scrollbar buttons on ChromeOS. Scrollbar buttons aren't supposed to draw on ChromeOS, so they need to return a size of 0. BUG=613668 Committed: https://crrev.com/57decb6dda19498ceec3b3cbdb9d6c6fd0fed001 Cr-Commit-Position: refs/heads/master@{#396012}

Patch Set 1 #

Patch Set 2 : test #

Total comments: 11

Patch Set 3 : native_theme_base has button size again #

Patch Set 4 : comments #

Total comments: 1

Patch Set 5 : revert deleting scrollbar_button_length_ #

Patch Set 6 : remove function in themeEngine #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -2 lines) Patch
M third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.cpp View 1 2 3 4 5 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollbarThemeAuraTest.cpp View 1 2 3 4 5 4 chunks +44 lines, -2 lines 0 comments Download

Messages

Total messages: 35 (11 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2006643004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2006643004/20001
4 years, 7 months ago (2016-05-23 22:24:24 UTC) #2
Bret
4 years, 7 months ago (2016-05-23 22:24:32 UTC) #4
Evan Stade
I'm worried that this breaks native scrollbars (native_scroll_bar_views.cc) https://codereview.chromium.org/2006643004/diff/20001/ui/native_theme/native_theme_base.cc File ui/native_theme/native_theme_base.cc (left): https://codereview.chromium.org/2006643004/diff/20001/ui/native_theme/native_theme_base.cc#oldcode121 ui/native_theme/native_theme_base.cc:121: return ...
4 years, 7 months ago (2016-05-23 22:30:59 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/208107)
4 years, 7 months ago (2016-05-23 22:36:25 UTC) #7
Bret
https://codereview.chromium.org/2006643004/diff/20001/ui/native_theme/native_theme_base.cc File ui/native_theme/native_theme_base.cc (left): https://codereview.chromium.org/2006643004/diff/20001/ui/native_theme/native_theme_base.cc#oldcode121 ui/native_theme/native_theme_base.cc:121: return gfx::Size(scrollbar_button_length_, scrollbar_width_); On 2016/05/23 22:30:59, Evan Stade wrote: ...
4 years, 7 months ago (2016-05-23 22:53:15 UTC) #8
esprehn
https://codereview.chromium.org/2006643004/diff/20001/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAuraTest.cpp File third_party/WebKit/Source/platform/scroll/ScrollbarThemeAuraTest.cpp (right): https://codereview.chromium.org/2006643004/diff/20001/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAuraTest.cpp#newcode15 third_party/WebKit/Source/platform/scroll/ScrollbarThemeAuraTest.cpp:15: class ScrollbarThemeAuraButtonOverride : public ScrollbarThemeAura { final https://codereview.chromium.org/2006643004/diff/20001/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAuraTest.cpp#newcode22 third_party/WebKit/Source/platform/scroll/ScrollbarThemeAuraTest.cpp:22: ...
4 years, 7 months ago (2016-05-23 23:11:19 UTC) #9
Bret
https://codereview.chromium.org/2006643004/diff/20001/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAuraTest.cpp File third_party/WebKit/Source/platform/scroll/ScrollbarThemeAuraTest.cpp (right): https://codereview.chromium.org/2006643004/diff/20001/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAuraTest.cpp#newcode15 third_party/WebKit/Source/platform/scroll/ScrollbarThemeAuraTest.cpp:15: class ScrollbarThemeAuraButtonOverride : public ScrollbarThemeAura { On 2016/05/23 23:11:19, ...
4 years, 7 months ago (2016-05-23 23:44:06 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2006643004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2006643004/60001
4 years, 7 months ago (2016-05-23 23:45:09 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-24 01:10:12 UTC) #14
Bret
On 2016/05/24 01:10:12, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
4 years, 7 months ago (2016-05-24 21:14:10 UTC) #15
Evan Stade
https://codereview.chromium.org/2006643004/diff/60001/ui/native_theme/native_theme_aura.cc File ui/native_theme/native_theme_aura.cc (left): https://codereview.chromium.org/2006643004/diff/60001/ui/native_theme/native_theme_aura.cc#oldcode86 ui/native_theme/native_theme_aura.cc:86: set_scrollbar_button_length(0); I still don't understand why you're changing this
4 years, 7 months ago (2016-05-24 22:03:55 UTC) #16
Bret
On 2016/05/24 22:03:55, Evan Stade wrote: > https://codereview.chromium.org/2006643004/diff/60001/ui/native_theme/native_theme_aura.cc > File ui/native_theme/native_theme_aura.cc (left): > > https://codereview.chromium.org/2006643004/diff/60001/ui/native_theme/native_theme_aura.cc#oldcode86 ...
4 years, 7 months ago (2016-05-24 22:15:29 UTC) #17
Evan Stade
On 2016/05/24 22:15:29, Bret Sepulveda wrote: > On 2016/05/24 22:03:55, Evan Stade wrote: > > ...
4 years, 7 months ago (2016-05-24 22:17:58 UTC) #18
Bret
On 2016/05/24 22:17:58, Evan Stade wrote: > On 2016/05/24 22:15:29, Bret Sepulveda wrote: > > ...
4 years, 7 months ago (2016-05-24 23:30:26 UTC) #19
Evan Stade
On 2016/05/24 23:30:26, Bret Sepulveda wrote: > On 2016/05/24 22:17:58, Evan Stade wrote: > > ...
4 years, 7 months ago (2016-05-24 23:41:35 UTC) #20
Bret
On 2016/05/24 23:41:35, Evan Stade wrote: > On 2016/05/24 23:30:26, Bret Sepulveda wrote: > > ...
4 years, 7 months ago (2016-05-24 23:50:04 UTC) #21
Bret
On 2016/05/24 23:50:04, Bret Sepulveda wrote: > On 2016/05/24 23:41:35, Evan Stade wrote: > > ...
4 years, 7 months ago (2016-05-25 01:23:16 UTC) #22
Evan Stade
On 2016/05/25 01:23:16, Bret Sepulveda wrote: > On 2016/05/24 23:50:04, Bret Sepulveda wrote: > > ...
4 years, 7 months ago (2016-05-25 17:11:23 UTC) #23
Bret
On 2016/05/25 17:11:23, Evan Stade wrote: > On 2016/05/25 01:23:16, Bret Sepulveda wrote: > > ...
4 years, 7 months ago (2016-05-25 17:48:38 UTC) #24
esprehn
lgtm
4 years, 7 months ago (2016-05-25 17:57:22 UTC) #27
oshima
confirmed the fix on chromeos lgtm
4 years, 7 months ago (2016-05-25 19:33:32 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2006643004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2006643004/100001
4 years, 7 months ago (2016-05-25 20:28:14 UTC) #31
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 7 months ago (2016-05-25 22:34:06 UTC) #33
commit-bot: I haz the power
4 years, 7 months ago (2016-05-25 22:35:37 UTC) #35
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/57decb6dda19498ceec3b3cbdb9d6c6fd0fed001
Cr-Commit-Position: refs/heads/master@{#396012}

Powered by Google App Engine
This is Rietveld 408576698