Bug 1110938 - Add timeout for CPOWs (default to 0) (r=dvander)

This commit is contained in:
Bill McCloskey
2014-12-18 17:35:44 -08:00
parent ace8a03f87
commit ada88eb3e2
10 changed files with 363 additions and 28 deletions

View File

@@ -571,6 +571,7 @@ PluginModuleChromeParent::ShouldContinueFromReplyTimeout()
FinishHangUI();
#endif // XP_WIN
TerminateChildProcess(MessageLoop::current());
GetIPCChannel()->CloseWithTimeout();
return false;
}