|
Explicit container priority
* This will allow a client to create & destroy a container with specific z order, without relying on the order it is created. (will be used for login/lock screen)
* Changed to single click to open home card, instead of double click because it's easier and consistent with ash. (ash uses single click to open/activate things)
* I tried to add check but I couldn't come up with good solution using window oberver as the child is always added to the top first.
BUG= 394121
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285185
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+161 lines, -25 lines) |
Patch |
 |
M |
athena/athena.gyp
|
View
|
1
2
3
5
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A |
athena/common/container_priorities.h
|
View
|
1
2
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
athena/home/home_card_impl.cc
|
View
|
1
2
3
5
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
athena/home/minimized_home.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
athena/main/debug/debug_window.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
athena/screen/public/screen_manager.h
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
athena/screen/screen_manager_impl.cc
|
View
|
1
2
3
4
|
4 chunks |
+62 lines, -18 lines |
0 comments
|
Download
|
 |
A |
athena/screen/screen_manager_unittest.cc
|
View
|
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
M |
athena/virtual_keyboard/virtual_keyboard_manager_impl.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
athena/wm/window_manager_impl.cc
|
View
|
1
2
3
5
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|