|
Add rudimentary mash shelf functionality.
Add UserWindow[Controller|Observer] interfaces and impls.
Move shelf code from mojo:system_ui to mojo:shelf.
Add views_examples and task_viewer buttons to the shelf.
Show buttons for open user windows; they focus on press.
Cleanup mash deps tree (move data_deps from all to shell).
BUG= 557406
TEST=mojo:mash_shell shelf has rudimentary functionality.
R=sky@chromium.org
Committed: https://crrev.com/85273d0c56790d470d9d002990da25ae6fb9c950
Cr-Commit-Position: refs/heads/master@{#369330}
Total comments: 10
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+422 lines, -200 lines) |
Patch |
 |
M |
mash/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
mash/shelf/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
mash/shelf/main.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
mash/shelf/shelf_application.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
A |
mash/shelf/shelf_application.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
A |
mash/shelf/shelf_view.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
A |
mash/shelf/shelf_view.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+98 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mash/shell/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
mash/shell/shell_application_delegate.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mash/shell/shell_application_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
D |
mash/system_ui/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
D |
mash/system_ui/main.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
D |
mash/system_ui/system_ui.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -41 lines |
0 comments
|
Download
|
 |
D |
mash/system_ui/system_ui.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -82 lines |
0 comments
|
Download
|
 |
M |
mash/wm/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mash/wm/public/interfaces/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
mash/wm/public/interfaces/user_window_controller.mojom
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
A |
mash/wm/user_window_controller_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
A |
mash/wm/user_window_controller_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mash/wm/window_manager_application.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
6 chunks |
+19 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mash/wm/window_manager_application.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
6 chunks |
+29 lines, -5 lines |
0 comments
|
Download
|
Total messages: 20 (11 generated)
|