|
Implement app list folder management page UI, including the following feature:
1. Clicking on a folder item in the app list grid will open the app list folder management page to show the folder name and items in the folder.
2. User can click on the back button on folder management page to navigate back to the app list page.
3. User can change the app list folder name on folder management page.
BUG= 303224
TBR=sky
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=230227
Total comments: 22
Total comments: 12
Total comments: 8
Total comments: 8
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+713 lines, -60 lines) |
Patch |
 |
M |
ash/test/app_list_controller_test_api.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/test/app_list_controller_test_api.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/app_list.gyp
|
View
|
1
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/app_list_constants.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/app_list_constants.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/app_list_folder_item.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
A |
ui/app_list/views/app_list_folder_view.h
|
View
|
1
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/app_list/views/app_list_folder_view.cc
|
View
|
1
|
1 chunk |
+94 lines, -0 lines |
2 comments
|
Download
|
 |
M |
ui/app_list/views/app_list_main_view.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/views/app_list_main_view.cc
|
View
|
1
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/app_list/views/app_list_view.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
ui/app_list/views/apps_container_view.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/app_list/views/apps_container_view.cc
|
View
|
1
2
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/views/apps_grid_view.h
|
View
|
1
2
3
4
5
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/views/apps_grid_view.cc
|
View
|
1
2
3
4
5
6
|
7 chunks |
+27 lines, -22 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/views/apps_grid_view_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/views/contents_view.h
|
View
|
1
2
3
4
5
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/app_list/views/contents_view.cc
|
View
|
1
2
3
4
|
9 chunks |
+25 lines, -26 lines |
0 comments
|
Download
|
 |
A |
ui/app_list/views/folder_header_view.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/app_list/views/folder_header_view.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+179 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/app_list/views/folder_header_view_delegate.h
|
View
|
1
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/strings/ui_strings.grd
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/resources/ui_resources.grd
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 22 (0 generated)
|