|
|
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
Total comments: 8
|
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
|
Total messages: 5 (0 generated)
|