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

Issue 10872099: ash: Add support for additional icons in apps search list. (Closed)

Created:
8 years, 3 months ago by Daniel Erat
Modified:
8 years, 3 months ago
Reviewers:
xiyuan
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

ash: Add support for additional icons in apps search list. This adds the concept of "action icons" to app_list::SearchResult. These are small icons that appear at the right of a given search result and can be clicked to invoke alternate actions. I'm planning to use this to expose chat, call, email, etc. actions for contact results. BUG=141877 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=153795

Patch Set 1 #

Total comments: 8

Patch Set 2 : apply review feedback #

Patch Set 3 : merge #

Patch Set 4 : uninline ActionIconSet ctor/dtor and fix ExampleAppListViewDelegate compilation #

Patch Set 5 : fix compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+261 lines, -33 lines) Patch
M ash/shell/app_list.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/search_builder.h View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/search_builder.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M ui/app_list/app_list_view.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/app_list/app_list_view.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M ui/app_list/app_list_view_delegate.h View 1 chunk +6 lines, -0 lines 0 comments Download
M ui/app_list/search_result.h View 1 2 3 3 chunks +29 lines, -3 lines 0 comments Download
M ui/app_list/search_result.cc View 1 2 3 4 2 chunks +20 lines, -0 lines 0 comments Download
M ui/app_list/search_result_list_view.h View 3 chunks +10 lines, -7 lines 0 comments Download
M ui/app_list/search_result_list_view.cc View 3 chunks +16 lines, -15 lines 0 comments Download
M ui/app_list/search_result_list_view_delegate.h View 1 chunk +6 lines, -0 lines 0 comments Download
M ui/app_list/search_result_observer.h View 1 chunk +4 lines, -1 line 0 comments Download
M ui/app_list/search_result_view.h View 3 chunks +15 lines, -1 line 0 comments Download
M ui/app_list/search_result_view.cc View 1 8 chunks +81 lines, -6 lines 0 comments Download
A ui/app_list/search_result_view_delegate.h View 1 chunk +34 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Daniel Erat
Hi Xiyuan, please let me know if this approach seems reasonable. I'll be in MTV ...
8 years, 3 months ago (2012-08-27 23:16:51 UTC) #1
xiyuan
LGTM http://codereview.chromium.org/10872099/diff/1/ui/app_list/search_result.h File ui/app_list/search_result.h (right): http://codereview.chromium.org/10872099/diff/1/ui/app_list/search_result.h#newcode90 ui/app_list/search_result.h:90: void SetActionIcons(const std::vector<ActionIconSet>& sets); nit: Use ActionIconSets typedef'd ...
8 years, 3 months ago (2012-08-28 01:01:49 UTC) #2
Daniel Erat
http://codereview.chromium.org/10872099/diff/1/ui/app_list/search_result.h File ui/app_list/search_result.h (right): http://codereview.chromium.org/10872099/diff/1/ui/app_list/search_result.h#newcode90 ui/app_list/search_result.h:90: void SetActionIcons(const std::vector<ActionIconSet>& sets); On 2012/08/28 01:01:49, xiyuan wrote: ...
8 years, 3 months ago (2012-08-28 16:45:37 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/derat@chromium.org/10872099/11003
8 years, 3 months ago (2012-08-28 19:25:03 UTC) #4
commit-bot: I haz the power
8 years, 3 months ago (2012-08-28 23:48:17 UTC) #5
Change committed as 153795

Powered by Google App Engine
This is Rietveld 408576698