|
Introduce system_info as an independent container.
- system info persists on the screen, not in the background
- introduce a new container to overwrap with home card nicely
- conflicting with overview windows doesn't look correct -- therefore
its y-coordinate should be moved by the height of system info.
- system_ui's "ColorScheme" isn't used anymore, since it's always
white (LIGHT) colors in the latest mock. I'll create another CL
to remove this.
BUG= 425724
R=oshima@chromium.org
TEST=manually
Committed: https://crrev.com/74e4514d19ace4a49f533f9eeb48019f078bd869
Cr-Commit-Position: refs/heads/master@{#304043}
Total comments: 3
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+72 lines, -50 lines) |
Patch |
 |
M |
athena/athena.gyp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
athena/home/DEPS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
athena/home/home_card_constants.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
athena/home/home_card_constants.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
athena/home/home_card_unittest.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
athena/home/home_card_view.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
athena/system/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
athena/system/background_controller.cc
|
View
|
1
|
3 chunks |
+1 line, -11 lines |
0 comments
|
Download
|
 |
M |
athena/system/public/system_ui.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
athena/system/system_ui_impl.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+52 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
athena/util/athena_constants.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
athena/util/athena_constants.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
athena/util/container_priorities.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
athena/wm/window_overview_mode.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 14 (3 generated)
|