|
chromeos: Sync animation.
- Pulse app list button while LauncherModel has STATUS_LOADING;
- Remove LauncherItemStatus::STATUS_IS_PENDING etc since it is no longer needed;
- ChromeLauncherController sets LauncherModel::STATUS_LOADING on starting and
watch for sync finish and pending extension install. It sets
LauncherModel::STATUS_NORMAL when sync is finished and there is no pending
extension install from sync, or when a maximum 60 seconds timeout since
turning on loading status;
BUG= 129236
TEST=Verify sync animation after OOBE.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152221
Total comments: 10
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+279 lines, -276 lines) |
Patch |
 |
M |
ash/ash_strings.grd
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/launcher/app_list_button.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/launcher/app_list_button.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+88 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ash/launcher/launcher_button.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+1 line, -11 lines |
0 comments
|
Download
|
 |
M |
ash/launcher/launcher_button.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+1 line, -106 lines |
0 comments
|
Download
|
 |
M |
ash/launcher/launcher_model.h
|
View
|
1
2
3
4
5
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/launcher/launcher_model.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/launcher/launcher_model_observer.h
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/launcher/launcher_model_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/launcher/launcher_types.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/launcher/launcher_view.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ash/launcher/launcher_view.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+17 lines, -36 lines |
0 comments
|
Download
|
 |
M |
ash/launcher/launcher_view_unittest.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/pending_extension_manager.h
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/pending_extension_manager.cc
|
View
|
1
2
|
3 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
View
|
1
2
3
4
5
6
|
8 chunks |
+22 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
View
|
1
2
3
4
5
6
7
|
11 chunks |
+81 lines, -48 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/launcher/launcher_context_menu.cc
|
View
|
1
2
|
1 chunk |
+15 lines, -18 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|