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

Issue 682843004: Experimental app list: "All apps" button has a folder-like icon. (Closed)

Created:
6 years, 1 month ago by Matt Giuca
Modified:
6 years, 1 month ago
Reviewers:
calamity
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@ares-allapps-button
Project:
chromium
Visibility:
Public.

Description

Experimental app list: "All apps" button has a folder-like icon. The icon shows the first four icons of the apps grid view, much like a folder would show the first four icons inside the folder. BUG=425444 Committed: https://crrev.com/4b9c829dc5d841129939bbf9c8017bdc8316f202 Cr-Commit-Position: refs/heads/master@{#302719}

Patch Set 1 #

Total comments: 23

Patch Set 2 : Rebase. #

Patch Set 3 : Fix test compile. #

Patch Set 4 : Review response (including writing a full test). #

Total comments: 2

Patch Set 5 : Rebase. #

Patch Set 6 : Use range-based for loops where possible. #

Total comments: 18

Patch Set 7 : Respond to reviews. #

Patch Set 8 : Remove unused include. #

Patch Set 9 : Fix compile on Windows (APP_LIST_EXPORT). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+407 lines, -95 lines) Patch
M ui/app_list/BUILD.gn View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M ui/app_list/app_list.gyp View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M ui/app_list/app_list_folder_item.h View 1 2 3 4 5 6 5 chunks +13 lines, -21 lines 0 comments Download
M ui/app_list/app_list_folder_item.cc View 1 2 3 4 5 6 7 3 chunks +10 lines, -66 lines 0 comments Download
M ui/app_list/app_list_model_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A ui/app_list/folder_image.h View 1 2 3 4 5 6 7 8 1 chunk +95 lines, -0 lines 0 comments Download
A ui/app_list/folder_image.cc View 1 2 3 4 5 6 1 chunk +108 lines, -0 lines 0 comments Download
A ui/app_list/folder_image_unittest.cc View 1 2 3 4 5 6 1 chunk +145 lines, -0 lines 0 comments Download
M ui/app_list/views/all_apps_tile_item_view.h View 1 2 3 1 chunk +12 lines, -2 lines 0 comments Download
M ui/app_list/views/all_apps_tile_item_view.cc View 1 2 3 2 chunks +13 lines, -3 lines 0 comments Download
M ui/app_list/views/start_page_view.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 19 (6 generated)
Matt Giuca
6 years, 1 month ago (2014-10-27 23:54:13 UTC) #2
calamity
https://codereview.chromium.org/682843004/diff/1/ui/app_list/app_list_folder_item.h File ui/app_list/app_list_folder_item.h (right): https://codereview.chromium.org/682843004/diff/1/ui/app_list/app_list_folder_item.h#newcode53 ui/app_list/app_list_folder_item.h:53: AppListItem* item, const gfx::Rect& folder_icon_bounds); You could expose folder_image_ ...
6 years, 1 month ago (2014-10-28 05:12:58 UTC) #3
Matt Giuca
PTAL. https://codereview.chromium.org/682843004/diff/1/ui/app_list/app_list_folder_item.h File ui/app_list/app_list_folder_item.h (right): https://codereview.chromium.org/682843004/diff/1/ui/app_list/app_list_folder_item.h#newcode53 ui/app_list/app_list_folder_item.h:53: AppListItem* item, const gfx::Rect& folder_icon_bounds); On 2014/10/28 05:12:57, ...
6 years, 1 month ago (2014-10-29 07:11:24 UTC) #4
Matt Giuca
https://codereview.chromium.org/682843004/diff/80001/ui/app_list/app_list_folder_item.h File ui/app_list/app_list_folder_item.h (right): https://codereview.chromium.org/682843004/diff/80001/ui/app_list/app_list_folder_item.h#newcode60 ui/app_list/app_list_folder_item.h:60: // base::ObserverList::HasObserver takes a const*). Note: I have a ...
6 years, 1 month ago (2014-10-29 07:14:51 UTC) #6
Matt Giuca
ping.
6 years, 1 month ago (2014-11-02 23:21:04 UTC) #7
calamity
Mostly lg w/ a small truckload of nits. https://codereview.chromium.org/682843004/diff/1/ui/app_list/folder_image.cc File ui/app_list/folder_image.cc (right): https://codereview.chromium.org/682843004/diff/1/ui/app_list/folder_image.cc#newcode40 ui/app_list/folder_image.cc:40: UpdateImageOnly(); ...
6 years, 1 month ago (2014-11-03 00:37:46 UTC) #8
Matt Giuca
https://codereview.chromium.org/682843004/diff/1/ui/app_list/folder_image.cc File ui/app_list/folder_image.cc (right): https://codereview.chromium.org/682843004/diff/1/ui/app_list/folder_image.cc#newcode40 ui/app_list/folder_image.cc:40: UpdateImageOnly(); Sorry, I misunderstood this (thought it was about ...
6 years, 1 month ago (2014-11-03 05:23:17 UTC) #9
calamity
lgtm
6 years, 1 month ago (2014-11-04 05:33:46 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/682843004/160001
6 years, 1 month ago (2014-11-04 06:01:04 UTC) #13
Matt Giuca
Sigh... I wish there was an obvious way to tell that you had a trybot ...
6 years, 1 month ago (2014-11-04 13:34:09 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/682843004/200001
6 years, 1 month ago (2014-11-04 23:17:08 UTC) #17
commit-bot: I haz the power
Committed patchset #9 (id:200001)
6 years, 1 month ago (2014-11-05 00:29:58 UTC) #18
commit-bot: I haz the power
6 years, 1 month ago (2014-11-05 00:30:30 UTC) #19
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/4b9c829dc5d841129939bbf9c8017bdc8316f202
Cr-Commit-Position: refs/heads/master@{#302719}

Powered by Google App Engine
This is Rietveld 408576698