|
ash/mash: Add a mus-client that sets up ash to provide the system ui for mash.
We only want a small number of the components of ash (e.g. shelf, wallpaper,
system-tray, app-list) etc. for mash, but for now, the mus-client loads all of
ash. The bare minimum set of delegates have stub implementations. These will
grow as we hook them up with other mojo/mus services.
BUG= 585141
Landed in crrev.com/374470, reverted in crrev.com/374483 because broke cros.
Committed: https://crrev.com/ffeadfa8cecbb85276bf7bf25d428107c6230437
Cr-Commit-Position: refs/heads/master@{#374558}
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+699 lines, -80 lines) |
Patch |
 |
M |
ash/host/ash_window_tree_host.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/host/ash_window_tree_host.cc
|
View
|
|
3 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/host/ash_window_tree_host_platform.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
A |
ash/mus/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/mus/DEPS
|
View
|
1
2
3
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ash/mus/main.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
ash/mus/shell_delegate_mus.h
|
View
|
1
2
3
|
3 chunks |
+10 lines, -15 lines |
0 comments
|
Download
|
 |
A |
ash/mus/shell_delegate_mus.cc
|
View
|
1
2
3
|
1 chunk |
+204 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ash/mus/stub_context_factory.h
|
View
|
1
2
3
|
2 chunks |
+18 lines, -16 lines |
0 comments
|
Download
|
 |
A |
ash/mus/stub_context_factory.cc
|
View
|
1
2
3
|
1 chunk |
+83 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/mus/sysui_application.h
|
View
|
1
2
3
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/mus/sysui_application.cc
|
View
|
1
2
3
4
|
1 chunk |
+183 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/root_window_settings.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/snap_to_pixel_layout_manager.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/system/web_notification/ash_popup_alignment_delegate.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
mash/shell/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mash/shell/shell_application_delegate.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
mash/shell/shell_application_delegate.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+21 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/base/user_activity/user_activity_detector.cc
|
View
|
1
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
ui/views/mus/native_widget_mus.h
|
View
|
|
4 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/mus/native_widget_mus.cc
|
View
|
|
6 chunks |
+24 lines, -18 lines |
0 comments
|
Download
|
 |
M |
ui/views/mus/window_manager_connection.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/mus/window_manager_connection.cc
|
View
|
1
2
3
|
3 chunks |
+11 lines, -12 lines |
0 comments
|
Download
|
Total messages: 40 (18 generated)
|