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

Issue 2692043009: Remove last MD reference from TrayPopupUtils. (Closed)

Created:
3 years, 10 months ago by Evan Stade
Modified:
3 years, 10 months ago
Reviewers:
msw, tdanderson
CC:
chromium-reviews, kalyank, sadrul, tfarina, yiyix
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove last MD reference from TrayPopupUtils. Remove NonMdSlider. Merge MdSlider and Slider. BUG=686288, 686215 Review-Url: https://codereview.chromium.org/2692043009 Cr-Commit-Position: refs/heads/master@{#452148} Committed: https://chromium.googlesource.com/chromium/src/+/66c91e5046e5f7430e4f62593a1fe5d6dfe347de

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : no constexpr for SkColorSet #

Total comments: 11

Patch Set 4 : review feedback #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -551 lines) Patch
M ash/common/system/tray/tray_constants.h View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M ash/common/system/tray/tray_constants.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M ash/common/system/tray/tray_popup_utils.cc View 1 2 3 4 2 chunks +2 lines, -10 lines 0 comments Download
M ui/views/BUILD.gn View 1 2 3 4 3 chunks +0 lines, -6 lines 0 comments Download
D ui/views/controls/md_slider.h View 1 1 chunk +0 lines, -56 lines 0 comments Download
D ui/views/controls/md_slider.cc View 1 1 chunk +0 lines, -149 lines 0 comments Download
D ui/views/controls/non_md_slider.h View 1 1 chunk +0 lines, -49 lines 0 comments Download
D ui/views/controls/non_md_slider.cc View 1 1 chunk +0 lines, -106 lines 0 comments Download
M ui/views/controls/slider.h View 1 2 3 5 chunks +19 lines, -24 lines 0 comments Download
M ui/views/controls/slider.cc View 1 2 3 6 chunks +116 lines, -39 lines 0 comments Download
M ui/views/controls/slider_unittest.cc View 1 10 chunks +10 lines, -27 lines 0 comments Download
M ui/views/examples/slider_example.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
D ui/views/resources/default_100_percent/slider_center_active.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_100_percent/slider_center_disabled.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_100_percent/slider_center_pressed.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_100_percent/slider_left_active.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_100_percent/slider_left_disabled.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_100_percent/slider_left_pressed.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_100_percent/slider_right_disabled.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_100_percent/slider_right_pressed.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_100_percent/slider_thumb.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_100_percent/slider_thumb_disabled.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_200_percent/slider_center_active.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_200_percent/slider_center_disabled.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_200_percent/slider_center_pressed.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_200_percent/slider_left_active.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_200_percent/slider_left_disabled.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_200_percent/slider_left_pressed.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_200_percent/slider_right_disabled.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_200_percent/slider_right_pressed.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_200_percent/slider_thumb.png View 1 2 3 Binary file 0 comments Download
D ui/views/resources/default_200_percent/slider_thumb_disabled.png View 1 2 3 Binary file 0 comments Download
M ui/views/resources/views_resources.grd View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
D ui/views/test/test_slider.h View 1 1 chunk +0 lines, -39 lines 0 comments Download
D ui/views/test/test_slider.cc View 1 1 chunk +0 lines, -29 lines 0 comments Download

Messages

Total messages: 40 (25 generated)
Evan Stade
3 years, 10 months ago (2017-02-16 01:15:56 UTC) #4
Evan Stade
+msw for ui/views as sadrul is ooo +tdanderson for ash
3 years, 10 months ago (2017-02-16 19:44:30 UTC) #9
msw
lgtm with nits and idr/image removal. https://codereview.chromium.org/2692043009/diff/40001/ash/common/system/tray/tray_popup_utils.cc File ash/common/system/tray/tray_popup_utils.cc (right): https://codereview.chromium.org/2692043009/diff/40001/ash/common/system/tray/tray_popup_utils.cc#newcode237 ash/common/system/tray/tray_popup_utils.cc:237: views::CreateEmptyBorder(gfx::Insets(0, kTrayPopupSliderPaddingMD))); nit: ...
3 years, 10 months ago (2017-02-16 21:08:20 UTC) #10
tdanderson
ash/ lgtm with two comments https://codereview.chromium.org/2692043009/diff/40001/ash/common/system/tray/tray_popup_utils.cc File ash/common/system/tray/tray_popup_utils.cc (right): https://codereview.chromium.org/2692043009/diff/40001/ash/common/system/tray/tray_popup_utils.cc#newcode2 ash/common/system/tray/tray_popup_utils.cc:2: // Use of this ...
3 years, 10 months ago (2017-02-16 22:03:50 UTC) #11
Evan Stade
https://codereview.chromium.org/2692043009/diff/40001/ash/common/system/tray/tray_popup_utils.cc File ash/common/system/tray/tray_popup_utils.cc (right): https://codereview.chromium.org/2692043009/diff/40001/ash/common/system/tray/tray_popup_utils.cc#newcode2 ash/common/system/tray/tray_popup_utils.cc:2: // Use of this source code is governed by ...
3 years, 10 months ago (2017-02-16 22:48:01 UTC) #13
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/2692043009/60001
3 years, 10 months ago (2017-02-17 21:07:45 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
3 years, 10 months ago (2017-02-17 23:12:10 UTC) #22
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/2692043009/60001
3 years, 10 months ago (2017-02-21 16:15:11 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/325908)
3 years, 10 months ago (2017-02-21 17:16:29 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/2692043009/60001
3 years, 10 months ago (2017-02-21 18:37:32 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_TIMED_OUT, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/369240)
3 years, 10 months ago (2017-02-21 21:08:50 UTC) #30
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/2692043009/60001
3 years, 10 months ago (2017-02-22 01:23:03 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) linux_chromium_chromeos_ozone_rel_ng on ...
3 years, 10 months ago (2017-02-22 03:26:43 UTC) #34
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/2692043009/80001
3 years, 10 months ago (2017-02-22 16:54:44 UTC) #37
commit-bot: I haz the power
3 years, 10 months ago (2017-02-22 18:52:54 UTC) #40
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/66c91e5046e5f7430e4f62593a1f...

Powered by Google App Engine
This is Rietveld 408576698