Detect WebProcess crashes sooner, without waiting for ReportCrash to finish
<rdar://problem/8751641>
Created attachment 77270 [details] Patch
Comment on attachment 77270 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=77270&action=review > WebKit2/Platform/CoreIPC/Connection.h:103 > + // FIXME: Maybe this should be a flag passed to open? Maybe, but do we really need leave a FIXME behind? > WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp:112 > + m_connectionQueue.registerMachPortEventHandler(m_exceptionPort, WorkQueue::MachPortDataAvailable, > + WorkItem::create(this, &Connection::exceptionSourceEventHandler)); I do not like this indenting style. What happens when we rename something later? I think the style guide explicitly says not to do this.
Committed r74514: <http://trac.webkit.org/changeset/74514>
http://trac.webkit.org/changeset/74514 might have broken SnowLeopard Intel Release (Build)