|
app_list: Add sync animation.
- Add a status property to AppListModel to indicate app syncing status;
- Update this status when AppSyncUIState changes;
- AppsGridView to hold AppListModel instead of just apps;
- AppsGridView to show pulsing blocks on remaining slots on the last page
when AppListModel status is syncing;
BUG= 129236
TEST=Verify app list showing pulsing white blocks for new user on cros.
R=sky@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=166452
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+390 lines, -36 lines) |
Patch |
 |
M |
chrome/browser/ui/app_list/app_list_view_delegate.h
|
View
|
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/app_list_view_delegate.cc
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.h
|
View
|
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.cc
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_ui.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/app_list.gyp
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/app_list_model.h
|
View
|
|
3 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/app_list_model.cc
|
View
|
1
|
2 chunks |
+21 lines, -1 line |
0 comments
|
Download
|
 |
A |
ui/app_list/app_list_model_observer.h
|
View
|
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/apps_grid_view.h
|
View
|
|
6 chunks |
+15 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/apps_grid_view.cc
|
View
|
|
13 chunks |
+61 lines, -15 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/apps_grid_view_unittest.cc
|
View
|
|
12 chunks |
+18 lines, -16 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/contents_view.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
ui/app_list/pulsing_block_view.h
|
View
|
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/app_list/pulsing_block_view.cc
|
View
|
|
1 chunk |
+106 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|