|
Mojo: Add the ability to notify a Mojo Channel that it's going to be destroyed soon.
* The actual destruction will typically happen on a different thread.
* We'd like to suppress warnings about the OS "pipe" being broken (which
it often will, because we kill processes rather than shut them down).
* We'd like to know if we're still sending stuff on the channel even
though it's about to go away.
R=yzshen@chromium.org, sky@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289531
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+85 lines, -31 lines) |
Patch |
 |
M |
content/browser/mojo/mojo_application_host.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/mojo/mojo_application_host.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/embedder/channel_init.h
|
View
|
1
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
mojo/embedder/channel_init.cc
|
View
|
|
2 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
M |
mojo/embedder/embedder.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/embedder/embedder.cc
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/system/channel.h
|
View
|
|
3 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/system/channel.cc
|
View
|
|
11 chunks |
+28 lines, -10 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|