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

Issue 1802473002: Add deprecation warning banner to App Launcher on Mac. (Closed)

Created:
4 years, 9 months ago by tapted
Modified:
4 years, 9 months ago
CC:
chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@20170310-MacViews-ViewsUnittests
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add deprecation warning banner to App Launcher on Mac. 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/192a6f001ffe62cca3b685fcd7ca5e43b7896695 Cr-Commit-Position: refs/heads/master@{#382758}

Patch Set 1 #

Patch Set 2 : Has a background now #

Patch Set 3 : Various tweaks - handle long messages #

Patch Set 4 : Simplify a bit #

Patch Set 5 : 4 rows in tests #

Patch Set 6 : self nits #

Total comments: 16

Patch Set 7 : patch in diff, remove inline-image #

Patch Set 8 : Underscore whoops #

Total comments: 4

Patch Set 9 : . #

Total comments: 2

Patch Set 10 : Separate function #

Unified diffs Side-by-side diffs Delta from patch set Stats (+435 lines, -45 lines) Patch
M chrome/app/chromium_strings.grd View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/app/google_chrome_strings.grd View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.h View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.cc View 1 2 3 4 5 6 2 chunks +41 lines, -0 lines 0 comments Download
M ui/app_list/app_list_view_delegate.h View 1 2 3 4 5 6 1 chunk +15 lines, -0 lines 0 comments Download
M ui/app_list/app_list_view_delegate.cc View 1 2 3 4 5 6 1 chunk +25 lines, -1 line 0 comments Download
M ui/app_list/cocoa/app_list_view_controller.h View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M ui/app_list/cocoa/app_list_view_controller.mm View 1 2 3 4 5 6 7 8 9 8 chunks +241 lines, -4 lines 0 comments Download
M ui/app_list/cocoa/apps_grid_controller.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ui/app_list/cocoa/apps_grid_controller.mm View 1 2 3 4 5 15 chunks +63 lines, -39 lines 0 comments Download
M ui/app_list/test/run_all_unittests.cc View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (9 generated)
tapted
4 years, 9 months ago (2016-03-21 04:51:51 UTC) #4
Matt Giuca
https://codereview.chromium.org/1802473002/diff/100001/chrome/app/chromium_strings.grd File chrome/app/chromium_strings.grd (right): https://codereview.chromium.org/1802473002/diff/100001/chrome/app/chromium_strings.grd#newcode886 chrome/app/chromium_strings.grd:886: Use the <ph name="APPS_ICON_IMAGE">$1<ex>[inline-image] Apps</ex></ph> shortcut in the Chromium ...
4 years, 9 months ago (2016-03-22 03:28:06 UTC) #6
Matt Giuca
Here is a patch to change the GetMessageText() things (I did it myself because I ...
4 years, 9 months ago (2016-03-22 03:50:20 UTC) #7
Matt Giuca
https://codereview.chromium.org/1802473002/diff/100001/ui/app_list/app_list_view_delegate.h File ui/app_list/app_list_view_delegate.h (right): https://codereview.chromium.org/1802473002/diff/100001/ui/app_list/app_list_view_delegate.h#newcode172 ui/app_list/app_list_view_delegate.h:172: virtual base::string16 GetMessageTitle() const; Also I think these should ...
4 years, 9 months ago (2016-03-22 03:56:16 UTC) #8
tapted
(no new code yet Coming Real Soon) https://codereview.chromium.org/1802473002/diff/100001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1802473002/diff/100001/chrome/app/generated_resources.grd#newcode13301 chrome/app/generated_resources.grd:13301: + https://support.google.com/chrome/answer/3060053?hl=[GRITLANGCODE] ...
4 years, 9 months ago (2016-03-22 04:19:50 UTC) #9
Matt Giuca
https://codereview.chromium.org/1802473002/diff/100001/ui/app_list/app_list_view_delegate.h File ui/app_list/app_list_view_delegate.h (right): https://codereview.chromium.org/1802473002/diff/100001/ui/app_list/app_list_view_delegate.h#newcode172 ui/app_list/app_list_view_delegate.h:172: virtual base::string16 GetMessageTitle() const; On 2016/03/22 04:19:50, tapted wrote: ...
4 years, 9 months ago (2016-03-22 04:23:43 UTC) #10
tapted
https://codereview.chromium.org/1802473002/diff/100001/chrome/app/chromium_strings.grd File chrome/app/chromium_strings.grd (right): https://codereview.chromium.org/1802473002/diff/100001/chrome/app/chromium_strings.grd#newcode886 chrome/app/chromium_strings.grd:886: Use the <ph name="APPS_ICON_IMAGE">$1<ex>[inline-image] Apps</ex></ph> shortcut in the Chromium ...
4 years, 9 months ago (2016-03-22 04:58:15 UTC) #11
Matt Giuca
LGTM other than .mm files. I don't think I'm qualified to comment on those so ...
4 years, 9 months ago (2016-03-22 05:01:52 UTC) #12
tapted
+rsesek - could you please sanity-check the cocoa changes in ui/app_list/cocoa? Mocks and screenshots are ...
4 years, 9 months ago (2016-03-22 06:19:41 UTC) #14
Matt Giuca
https://codereview.chromium.org/1802473002/diff/140001/chrome/app/chromium_strings.grd File chrome/app/chromium_strings.grd (right): https://codereview.chromium.org/1802473002/diff/140001/chrome/app/chromium_strings.grd#newcode883 chrome/app/chromium_strings.grd:883: The Chromium App Launcher is going away Can we ...
4 years, 9 months ago (2016-03-22 07:45:30 UTC) #15
tapted
https://codereview.chromium.org/1802473002/diff/140001/chrome/app/chromium_strings.grd File chrome/app/chromium_strings.grd (right): https://codereview.chromium.org/1802473002/diff/140001/chrome/app/chromium_strings.grd#newcode883 chrome/app/chromium_strings.grd:883: The Chromium App Launcher is going away On 2016/03/22 ...
4 years, 9 months ago (2016-03-22 07:49:17 UTC) #16
Robert Sesek
LGTM, though don't feel strongly about the comment since the code is short-lived. https://codereview.chromium.org/1802473002/diff/160001/ui/app_list/cocoa/app_list_view_controller.mm File ...
4 years, 9 months ago (2016-03-22 14:24:11 UTC) #17
tapted
Thanks Robert! https://codereview.chromium.org/1802473002/diff/160001/ui/app_list/cocoa/app_list_view_controller.mm File ui/app_list/cocoa/app_list_view_controller.mm (right): https://codereview.chromium.org/1802473002/diff/160001/ui/app_list/cocoa/app_list_view_controller.mm#newcode231 ui/app_list/cocoa/app_list_view_controller.mm:231: if (![AppsGridController hasFewerRows]) On 2016/03/22 14:24:11, Robert ...
4 years, 9 months ago (2016-03-23 00:27:22 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1802473002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1802473002/180001
4 years, 9 months ago (2016-03-23 00:33:11 UTC) #21
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 9 months ago (2016-03-23 01:22:03 UTC) #23
commit-bot: I haz the power
4 years, 9 months ago (2016-03-23 01:24:00 UTC) #25
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/192a6f001ffe62cca3b685fcd7ca5e43b7896695
Cr-Commit-Position: refs/heads/master@{#382758}

Powered by Google App Engine
This is Rietveld 408576698