|
|
ash: First pass of Applist v2.
- Add an "enable-applist-v2" command line switch and an about flag to trigger v2;
- Add paging support to AppListModelView;
- Add page switcher buttons for v2 UI;
- Add AppListBubbleBorder to paint bubble for v2 UI;
BUG= 125964, 125044
TEST=Issue 125964 is not ready for test yet. For issue 125044, user can now gets overflown apps via keyboard.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=135729
Total comments: 8
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+960 lines, -77 lines) |
Patch |
 |
M |
ash/app_list/app_list.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/app_list/app_list.cc
|
View
|
1
2
3
4
|
7 chunks |
+19 lines, -13 lines |
0 comments
|
Download
|
 |
A |
ash/app_list/app_list_bubble_border.h
|
View
|
1
2
3
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/app_list/app_list_bubble_border.cc
|
View
|
|
1 chunk |
+213 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/app_list/app_list_item_view.cc
|
View
|
|
3 chunks |
+15 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ash/app_list/app_list_model_view.h
|
View
|
|
5 chunks |
+25 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/app_list/app_list_model_view.cc
|
View
|
|
4 chunks |
+88 lines, -17 lines |
0 comments
|
Download
|
 |
M |
ash/app_list/app_list_view.h
|
View
|
1
|
3 chunks |
+16 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ash/app_list/app_list_view.cc
|
View
|
1
2
3
4
|
12 chunks |
+144 lines, -23 lines |
0 comments
|
Download
|
 |
A |
ash/app_list/page_switcher.h
|
View
|
1
2
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/app_list/page_switcher.cc
|
View
|
|
1 chunk |
+158 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/app_list/pagination_model.h
|
View
|
1
2
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/app_list/pagination_model.cc
|
View
|
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/app_list/pagination_model_observer.h
|
View
|
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/ash.gyp
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/ash_switches.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ash/ash_switches.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/launcher/launcher.h
|
View
|
1
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/launcher/launcher.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/launcher/launcher_view.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/launcher/launcher_view.cc
|
View
|
1
2
3
4
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/app/generated_resources.grd
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/about_flags.cc
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_border.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_delegate.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|