|
[mac] App shims
The AppShimHostController uses an IPC::ChannelFactory to listen on a socket for
app shims connecting. App shims send a launch message when they start, so we
translate that into actually launching the app.
I changed chrome_main_app_mode_mac.mm to use the IPC channel instead of sending
an Apple Event as before, and added an event loop and an IO thread.
BUG= 138733
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188675
Total comments: 40
Total comments: 45
Total comments: 27
Total comments: 5
Total comments: 45
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+772 lines, -71 lines) |
Patch |
 |
M |
apps/DEPS
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
apps/app_shim/OWNERS
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
apps/app_shim/app_shim_host_mac.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+81 lines, -0 lines |
0 comments
|
Download
|
 |
A |
apps/app_shim/app_shim_host_mac.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+153 lines, -0 lines |
0 comments
|
Download
|
 |
A |
apps/app_shim/app_shim_host_mac_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+124 lines, -0 lines |
0 comments
|
Download
|
 |
A |
apps/app_shim/app_shim_host_manager_mac.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
apps/app_shim/app_shim_host_manager_mac.mm
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+71 lines, -0 lines |
0 comments
|
Download
|
 |
A |
apps/app_shim/app_shim_messages.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
apps/apps.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/app/DEPS
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/app/chrome_main_app_mode_mac.mm
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+234 lines, -27 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/app_controller_mac.mm
|
View
|
1
|
3 chunks |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_process_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_process_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_common.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/DEPS
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/common_message_generator.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/mac/app_mode_common.h
|
View
|
|
1 chunk |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/common/mac/app_mode_common.mm
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_message_start.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 25 (0 generated)
|