|
- Moved screenshot shortcut handling from MaximizeModeController to PowerButtonController
- Added a command line switch to enable quick locking mode.
- Refactored SessionStateAnimator into an interface, implementation, and a test double so that all the LockStateControllerTests could be re-enabled.
- Re-enabled LockStateControllerTests.
BUG= 371608, 167048, 162645
Committed: https://crrev.com/ca2e1496db635fb826949d54c72798fd56f7fcfd
Cr-Commit-Position: refs/heads/master@{#294696}
Total comments: 1
Total comments: 2
Total comments: 7
Total comments: 6
Total comments: 47
Total comments: 6
Total comments: 4
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1285 lines, -1244 lines) |
Patch |
 |
M |
ash/ash.gyp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/ash_switches.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ash/ash_switches.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/test/test_session_state_animator.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+166 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/test/test_session_state_animator.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+304 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/wm/lock_state_controller.h
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+14 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ash/wm/lock_state_controller.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
18 chunks |
+64 lines, -185 lines |
0 comments
|
Download
|
 |
M |
ash/wm/lock_state_controller_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
36 chunks |
+317 lines, -294 lines |
0 comments
|
Download
|
 |
M |
ash/wm/maximize_mode/maximize_mode_controller.h
|
View
|
1
2
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/wm/maximize_mode/maximize_mode_controller.cc
|
View
|
1
2
|
4 chunks |
+0 lines, -46 lines |
0 comments
|
Download
|
 |
M |
ash/wm/maximize_mode/maximize_mode_controller_unittest.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
M |
ash/wm/power_button_controller.h
|
View
|
1
2
3
4
5
6
|
6 chunks |
+23 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/wm/power_button_controller.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
7 chunks |
+29 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/wm/session_state_animator.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
2 chunks |
+109 lines, -63 lines |
0 comments
|
Download
|
 |
M |
ash/wm/session_state_animator.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+33 lines, -541 lines |
0 comments
|
Download
|
 |
A |
ash/wm/session_state_animator_impl.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+88 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ash/wm/session_state_animator_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
12 chunks |
+123 lines, -62 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/power/power_button_observer.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
Total messages: 51 (15 generated)
|