|
aura: Implement app list M19 mock.
- Make AppListModel flat, i.e. remove AppListItemGroupModel and its view;
- Move BuildAppListModel from ShellDelegate into AppListViewDelegate;
- Make AppListModelBuilder ready to support simple query;
- Make AppListItemView based on CustomButton and get rid of its listener
interface since we can use ButtonListener for that now;
- Update UI based on M19 mock:
- AppListItemView show label on its right instead of bottom;
- AppListItemView has a mouse hover effect now;
- AppListModelView show AppListItemView tiles alphabetically from top to
bottom instead of from left to right;
- AppListView to occupy full screen include area behind the launcher;
- AppListView to have a 0.4 black shade;
BUG= 98308
TEST=Verify applist should look like M19 mock.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=124661
Total comments: 4
Total comments: 2
Total comments: 32
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+483 lines, -936 lines) |
Patch |
 |
M |
ash/app_list/app_list.h
|
View
|
1
2
3
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/app_list/app_list.cc
|
View
|
1
2
3
|
8 chunks |
+17 lines, -24 lines |
0 comments
|
Download
|
 |
D |
ash/app_list/app_list_groups_view.h
|
View
|
|
1 chunk |
+0 lines, -84 lines |
0 comments
|
Download
|
 |
D |
ash/app_list/app_list_groups_view.cc
|
View
|
|
1 chunk |
+0 lines, -243 lines |
0 comments
|
Download
|
 |
D |
ash/app_list/app_list_item_group_model.h
|
View
|
|
1 chunk |
+0 lines, -46 lines |
0 comments
|
Download
|
 |
D |
ash/app_list/app_list_item_group_model.cc
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
D |
ash/app_list/app_list_item_group_view.h
|
View
|
|
1 chunk |
+0 lines, -65 lines |
0 comments
|
Download
|
 |
D |
ash/app_list/app_list_item_group_view.cc
|
View
|
|
1 chunk |
+0 lines, -115 lines |
0 comments
|
Download
|
 |
M |
ash/app_list/app_list_item_view.h
|
View
|
1
2
3
|
3 chunks |
+11 lines, -20 lines |
0 comments
|
Download
|
 |
M |
ash/app_list/app_list_item_view.cc
|
View
|
1
2
3
|
3 chunks |
+53 lines, -90 lines |
0 comments
|
Download
|
 |
D |
ash/app_list/app_list_item_view_listener.h
|
View
|
|
1 chunk |
+0 lines, -27 lines |
0 comments
|
Download
|
 |
M |
ash/app_list/app_list_model.h
|
View
|
1
2
3
4
5
|
2 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ash/app_list/app_list_model.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
A |
ash/app_list/app_list_model_view.h
|
View
|
1
2
3
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/app_list/app_list_model_view.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+120 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/app_list/app_list_view.h
|
View
|
1
2
3
|
3 chunks |
+18 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ash/app_list/app_list_view.cc
|
View
|
1
2
3
|
4 chunks |
+62 lines, -15 lines |
0 comments
|
Download
|
 |
M |
ash/app_list/app_list_view_delegate.h
|
View
|
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/ash.gyp
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ash/shell/app_list.cc
|
View
|
|
4 chunks |
+22 lines, -34 lines |
0 comments
|
Download
|
 |
M |
ash/shell/shell_main.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/shell_delegate.h
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/test/test_shell_delegate.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/test/test_shell_delegate.cc
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/aura/app_list/app_list_model_builder.h
|
View
|
|
3 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/aura/app_list/app_list_model_builder.cc
|
View
|
1
2
3
|
2 chunks |
+61 lines, -68 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/aura/app_list/app_list_model_builder_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+10 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/aura/app_list/app_list_view_delegate.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/aura/app_list/app_list_view_delegate.cc
|
View
|
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/aura/app_list/extension_app_item.cc
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/aura/chrome_shell_delegate.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/aura/chrome_shell_delegate.cc
|
View
|
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|