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

Issue 1818913004: Add deprecation warning banner to App Launcher on Windows and Linux. (Closed)

Created:
4 years, 9 months ago by Matt Giuca
Modified:
4 years, 8 months ago
Reviewers:
tapted, calamity
CC:
tfarina, calamity, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@tapted-applist-deprecation-mac
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add deprecation warning banner to App Launcher on Windows and Linux. Given limited usage of the Chrome App Launcher on Windows, Mac and Linux, we're planning to remove the Launcher on these platforms later this year to remove unnecessary complexity in the browser. This does not affect Chrome OS. After the removal, users will still be able to access their Chrome Apps through the Apps bookmark, or system shortcuts. BUG=576531 Committed: https://crrev.com/c00f1d07c1aca9fcfddbc40ed1057425cac020fc Cr-Commit-Position: refs/heads/master@{#384501}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rebase on CL 1836353005; use RoundedRectBackground. #

Patch Set 3 : Box fills up all horizontal space (switch to vertical alignment to achieve this). #

Patch Set 4 : Just copy RoundedRectBackground instead of generalizing. #

Patch Set 5 : Fix some tests. #

Patch Set 6 : Fix app list height on Chrome OS. #

Patch Set 7 : Rebase on 1842373004 (fixes app list height some more on Chrome OS). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -3 lines) Patch
M ui/app_list/app_list_constants.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M ui/app_list/views/app_list_view_unittest.cc View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M ui/app_list/views/apps_container_view.h View 4 chunks +14 lines, -1 line 0 comments Download
M ui/app_list/views/apps_container_view.cc View 1 2 3 4 6 chunks +158 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 27 (12 generated)
Matt Giuca
4 years, 9 months ago (2016-03-22 08:00:11 UTC) #2
tapted
lgtm+CQ - I just have a rambling comment https://codereview.chromium.org/1818913004/diff/1/ui/app_list/views/apps_container_view.cc File ui/app_list/views/apps_container_view.cc (right): https://codereview.chromium.org/1818913004/diff/1/ui/app_list/views/apps_container_view.cc#newcode82 ui/app_list/views/apps_container_view.cc:82: text_label->SetDisplayedOnBackgroundColor(kDeprecationBannerBackgroundColor); ...
4 years, 9 months ago (2016-03-24 02:56:34 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1818913004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1818913004/1
4 years, 9 months ago (2016-03-24 02:57:45 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/185763) win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, ...
4 years, 9 months ago (2016-03-24 03:32:07 UTC) #8
tapted
On 2016/03/24 03:32:07, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 9 months ago (2016-03-24 03:43:21 UTC) #9
tapted
https://codereview.chromium.org/1818913004/diff/1/ui/app_list/views/apps_container_view.cc File ui/app_list/views/apps_container_view.cc (right): https://codereview.chromium.org/1818913004/diff/1/ui/app_list/views/apps_container_view.cc#newcode95 ui/app_list/views/apps_container_view.cc:95: 1, 2, kDeprecationBannerBorderColor)); Ah, also there's a tiny glitch ...
4 years, 9 months ago (2016-03-24 04:46:12 UTC) #10
Matt Giuca
Thanks for helping with the tests. I'll have to try to fix those tomorrow. https://codereview.chromium.org/1818913004/diff/1/ui/app_list/views/apps_container_view.cc ...
4 years, 8 months ago (2016-03-30 07:08:24 UTC) #11
Matt Giuca
+calamity to look at PS4
4 years, 8 months ago (2016-03-31 02:23:23 UTC) #13
calamity
lgtm, I just didn't think it was worth refactoring out a reusable class into the ...
4 years, 8 months ago (2016-03-31 03:16:09 UTC) #14
Matt Giuca
On 2016/03/24 03:43:21, tapted (travelling to Apr 5th) wrote: > On 2016/03/24 03:32:07, commit-bot: I ...
4 years, 8 months ago (2016-03-31 03:20:40 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1818913004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1818913004/80001
4 years, 8 months ago (2016-03-31 06:47:40 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/146980)
4 years, 8 months ago (2016-03-31 07:36:44 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1818913004/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1818913004/120001
4 years, 8 months ago (2016-04-01 05:05:58 UTC) #23
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 8 months ago (2016-04-01 06:22:51 UTC) #25
commit-bot: I haz the power
4 years, 8 months ago (2016-04-01 06:24:32 UTC) #27
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/c00f1d07c1aca9fcfddbc40ed1057425cac020fc
Cr-Commit-Position: refs/heads/master@{#384501}

Powered by Google App Engine
This is Rietveld 408576698