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

Issue 2555213004: Improving the appearance of overlay scrollbars (Closed)

Created:
4 years ago by Evan Stade
Modified:
4 years ago
Reviewers:
Devlin, sadrul
CC:
chromium-reviews, extensions-reviews_chromium.org, sadrul, awdf+watch_chromium.org, Peter Beverloo, tfarina, mlamouri+watch-notifications_chromium.org, mac-reviews_chromium.org, chromium-apps-reviews_chromium.org, kalyank
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Improving the appearance of overlay scrollbars with scroll views that have headers (like the task manager). Also a bit of refactor to improve readability. This has no real effect until we turn on overlay bars in more places. BUG=672199 TBR=rdevlin.cronin@chromium.org Committed: https://crrev.com/632ada879bd7a155f64f9ee9b28634aac5810e92 Cr-Commit-Position: refs/heads/master@{#438542}

Patch Set 1 #

Patch Set 2 : don't flip switch #

Patch Set 3 : avoid dcheck #

Patch Set 4 : fix test #

Patch Set 5 : attempt to fix mac #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -124 lines) Patch
M ash/common/system/tray/fixed_sized_scroll_view.cc View 1 2 4 chunks +6 lines, -4 lines 0 comments Download
M ash/common/system/tray/tray_details_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/extension_toolbar_menu_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/views/message_center_view.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ui/message_center/views/notifier_settings_view.cc View 1 2 3 4 3 chunks +3 lines, -2 lines 0 comments Download
M ui/views/controls/scroll_view.h View 1 chunk +4 lines, -4 lines 0 comments Download
M ui/views/controls/scroll_view.cc View 1 2 3 4 7 chunks +50 lines, -28 lines 1 comment Download
M ui/views/controls/scroll_view_unittest.cc View 1 2 3 4 19 chunks +68 lines, -55 lines 0 comments Download
M ui/views/controls/scrollbar/base_scroll_bar.h View 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/controls/scrollbar/base_scroll_bar.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/views/controls/scrollbar/cocoa_scroll_bar.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/scrollbar/cocoa_scroll_bar.mm View 1 chunk +4 lines, -4 lines 0 comments Download
M ui/views/controls/scrollbar/overlay_scroll_bar.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/scrollbar/overlay_scroll_bar.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M ui/views/controls/scrollbar/scroll_bar.h View 1 chunk +8 lines, -8 lines 0 comments Download
M ui/views/controls/scrollbar/scroll_bar.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M ui/views/controls/scrollbar/scroll_bar_views.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/scrollbar/scroll_bar_views.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 44 (29 generated)
Evan Stade
4 years ago (2016-12-07 21:56:43 UTC) #2
sadrul
Sorry, missed this. The try failures look relevant. But looks easy to fix. lgtm My ...
4 years ago (2016-12-09 17:12:27 UTC) #7
Evan Stade
tests fixed. I will take your advice and punt flipping the switch to a follow-up ...
4 years ago (2016-12-09 17:57:00 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2555213004/20001
4 years ago (2016-12-09 17:57:39 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/322722)
4 years ago (2016-12-09 18:45:06 UTC) #14
Evan Stade
TBR Devlin for trivial change in chrome/browser/ui/views/toolbar/extension_toolbar_menu_view.cc
4 years ago (2016-12-09 19:10:40 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2555213004/40001
4 years ago (2016-12-09 19:11:56 UTC) #23
Devlin
extensions lgtm
4 years ago (2016-12-09 19:22:06 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/347388)
4 years ago (2016-12-09 20:06:16 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2555213004/60001
4 years ago (2016-12-12 15:35:15 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/331206)
4 years ago (2016-12-12 16:14:22 UTC) #31
Evan Stade
https://codereview.chromium.org/2555213004/diff/80001/ui/views/controls/scroll_view.cc File ui/views/controls/scroll_view.cc (right): https://codereview.chromium.org/2555213004/diff/80001/ui/views/controls/scroll_view.cc#newcode310 ui/views/controls/scroll_view.cc:310: if (horiz_sb_->OverlapsContent() != vert_sb_->OverlapsContent()) Sadrul, do you mind this ...
4 years ago (2016-12-13 00:51:52 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2555213004/80001
4 years ago (2016-12-14 16:54:33 UTC) #39
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years ago (2016-12-14 18:35:00 UTC) #42
commit-bot: I haz the power
4 years ago (2016-12-14 18:37:41 UTC) #44
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/632ada879bd7a155f64f9ee9b28634aac5810e92
Cr-Commit-Position: refs/heads/master@{#438542}

Powered by Google App Engine
This is Rietveld 408576698