<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[161148] trunk/Source/WebKit2</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/161148">161148</a></dd>
<dt>Author</dt> <dd>andersca@apple.com</dd>
<dt>Date</dt> <dd>2013-12-30 12:20:02 -0800 (Mon, 30 Dec 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Move code over to the IPC namespace.

Rubber-stamped by Andreas Kling.

* DatabaseProcess/DatabaseProcess.cpp:
(WebKit::DatabaseProcess::initializeConnection):
(WebKit::DatabaseProcess::didClose):
(WebKit::DatabaseProcess::didReceiveInvalidMessage):
(WebKit::DatabaseProcess::createDatabaseToWebProcessConnection):
* DatabaseProcess/DatabaseProcess.h:
* DatabaseProcess/DatabaseToWebProcessConnection.cpp:
(WebKit::DatabaseToWebProcessConnection::create):
(WebKit::DatabaseToWebProcessConnection::DatabaseToWebProcessConnection):
(WebKit::DatabaseToWebProcessConnection::didReceiveMessage):
(WebKit::DatabaseToWebProcessConnection::didClose):
(WebKit::DatabaseToWebProcessConnection::didReceiveInvalidMessage):
* DatabaseProcess/DatabaseToWebProcessConnection.h:
(WebKit::DatabaseToWebProcessConnection::connection):
* DatabaseProcess/IndexedDB/DatabaseProcessIDBConnection.cpp:
(WebKit::DatabaseProcessIDBConnection::messageSenderConnection):
* DatabaseProcess/IndexedDB/DatabaseProcessIDBConnection.h:
* NetworkProcess/AsynchronousNetworkLoaderClient.cpp:
(WebKit::AsynchronousNetworkLoaderClient::willSendRequest):
(WebKit::AsynchronousNetworkLoaderClient::canAuthenticateAgainstProtectionSpace):
(WebKit::AsynchronousNetworkLoaderClient::didReceiveBuffer):
* NetworkProcess/NetworkConnectionToWebProcess.cpp:
(WebKit::NetworkConnectionToWebProcess::create):
(WebKit::NetworkConnectionToWebProcess::NetworkConnectionToWebProcess):
(WebKit::NetworkConnectionToWebProcess::didReceiveMessage):
(WebKit::NetworkConnectionToWebProcess::didReceiveSyncMessage):
(WebKit::NetworkConnectionToWebProcess::didClose):
(WebKit::NetworkConnectionToWebProcess::didReceiveInvalidMessage):
* NetworkProcess/NetworkConnectionToWebProcess.h:
(WebKit::NetworkConnectionToWebProcess::connection):
* NetworkProcess/NetworkProcess.cpp:
(WebKit::NetworkProcess::didReceiveMessage):
(WebKit::NetworkProcess::didReceiveSyncMessage):
(WebKit::NetworkProcess::didClose):
(WebKit::NetworkProcess::didReceiveInvalidMessage):
(WebKit::NetworkProcess::downloadProxyConnection):
(WebKit::NetworkProcess::initializeConnection):
(WebKit::NetworkProcess::createNetworkConnectionToWebProcess):
* NetworkProcess/NetworkProcess.h:
* NetworkProcess/NetworkResourceLoader.cpp:
(WebKit::NetworkResourceLoader::messageSenderConnection):
* NetworkProcess/NetworkResourceLoader.h:
* NetworkProcess/mac/DiskCacheMonitor.h:
* NetworkProcess/mac/DiskCacheMonitor.mm:
(WebKit::DiskCacheMonitor::messageSenderConnection):
* Platform/IPC/ArgumentCoder.h:
* Platform/IPC/ArgumentCoders.cpp:
* Platform/IPC/ArgumentCoders.h:
* Platform/IPC/ArgumentDecoder.cpp:
* Platform/IPC/ArgumentDecoder.h:
* Platform/IPC/ArgumentEncoder.cpp:
* Platform/IPC/ArgumentEncoder.h:
* Platform/IPC/Arguments.h:
* Platform/IPC/Attachment.cpp:
* Platform/IPC/Attachment.h:
* Platform/IPC/Connection.cpp:
(IPC::Connection::Connection):
* Platform/IPC/Connection.h:
* Platform/IPC/HandleMessage.h:
* Platform/IPC/MessageDecoder.cpp:
* Platform/IPC/MessageDecoder.h:
* Platform/IPC/MessageEncoder.cpp:
* Platform/IPC/MessageEncoder.h:
* Platform/IPC/MessageFlags.h:
* Platform/IPC/MessageReceiver.h:
* Platform/IPC/MessageReceiverMap.cpp:
* Platform/IPC/MessageReceiverMap.h:
* Platform/IPC/mac/ConnectionMac.cpp:
* Platform/IPC/mac/ImportanceAssertion.h:
* Platform/IPC/mac/MachPort.h:
* Platform/SharedMemory.h:
* Platform/mac/SharedMemoryMac.cpp:
(WebKit::SharedMemory::Handle::encode):
(WebKit::SharedMemory::Handle::decode):
* PluginProcess/PluginControllerProxy.cpp:
(WebKit::PluginControllerProxy::streamDidReceiveData):
(WebKit::PluginControllerProxy::manualStreamDidReceiveData):
* PluginProcess/PluginControllerProxy.h:
* PluginProcess/PluginControllerProxy.messages.in:
* PluginProcess/PluginCreationParameters.cpp:
(WebKit::PluginCreationParameters::encode):
(WebKit::PluginCreationParameters::decode):
* PluginProcess/PluginCreationParameters.h:
* PluginProcess/PluginProcess.cpp:
(WebKit::PluginProcess::didReceiveMessage):
(WebKit::PluginProcess::didClose):
(WebKit::PluginProcess::didReceiveInvalidMessage):
(WebKit::PluginProcess::createWebProcessConnection):
* PluginProcess/PluginProcess.h:
* PluginProcess/WebProcessConnection.cpp:
(WebKit::WebProcessConnection::create):
(WebKit::WebProcessConnection::WebProcessConnection):
(WebKit::WebProcessConnection::setGlobalException):
(WebKit::WebProcessConnection::didReceiveMessage):
(WebKit::WebProcessConnection::didReceiveSyncMessage):
(WebKit::WebProcessConnection::didClose):
(WebKit::WebProcessConnection::didReceiveInvalidMessage):
* PluginProcess/WebProcessConnection.h:
(WebKit::WebProcessConnection::connection):
* PluginProcess/mac/PluginControllerProxyMac.mm:
(WebKit::PluginControllerProxy::setComplexTextInputState):
* Scripts/webkit2/messages.py:
(arguments_type_old):
(message_to_struct_declaration):
(forward_declarations_and_headers):
(generate_messages_header):
(async_message_statement):
(sync_message_statement):
(headers_for_type):
(generate_message_handler):
* Scripts/webkit2/messages_unittest.py:
(IPC):
(std):
* Shared/API/Cocoa/RemoteObjectRegistry.h:
* Shared/APIGeometry.cpp:
(API::Point::encode):
(API::Point::decode):
(API::Size::encode):
(API::Size::decode):
(API::Rect::encode):
(API::Rect::decode):
* Shared/APIGeometry.h:
* Shared/APINumber.h:
(API::Number::encode):
(API::Number::decode):
* Shared/Authentication/AuthenticationManager.h:
* Shared/ChildProcess.cpp:
(WebKit::didCloseOnConnectionWorkQueue):
(WebKit::ChildProcess::initialize):
(WebKit::ChildProcess::initializeConnection):
(WebKit::ChildProcess::addMessageReceiver):
(WebKit::ChildProcess::removeMessageReceiver):
(WebKit::ChildProcess::messageSenderConnection):
* Shared/ChildProcess.h:
(WebKit::ChildProcess::parentProcessConnection):
(WebKit::ChildProcess::messageReceiverMap):
* Shared/ChildProcessProxy.cpp:
(WebKit::ChildProcessProxy::fromConnection):
(WebKit::ChildProcessProxy::sendMessage):
(WebKit::ChildProcessProxy::addMessageReceiver):
(WebKit::ChildProcessProxy::removeMessageReceiver):
(WebKit::ChildProcessProxy::dispatchMessage):
(WebKit::ChildProcessProxy::dispatchSyncMessage):
(WebKit::ChildProcessProxy::didFinishLaunching):
(WebKit::ChildProcessProxy::connectionWillOpen):
(WebKit::ChildProcessProxy::connectionWillClose):
* Shared/ChildProcessProxy.h:
(WebKit::ChildProcessProxy::connection):
(WebKit::ChildProcessProxy::send):
* Shared/ChildProcessSupplement.h:
(WebKit::ChildProcessSupplement::initializeConnection):
* Shared/ConnectionStack.h:
(WebKit::ConnectionStack::current):
(WebKit::ConnectionStack::CurrentConnectionPusher::CurrentConnectionPusher):
* Shared/CoreIPCSupport/WebContextMessageKinds.h:
(WebContextLegacyMessages::messageReceiverName):
(WebContextLegacyMessages::postMessageMessageName):
(WebContextLegacyMessages::postSynchronousMessageMessageName):
* Shared/Databases/DatabaseProcessCreationParameters.cpp:
(WebKit::DatabaseProcessCreationParameters::encode):
(WebKit::DatabaseProcessCreationParameters::decode):
* Shared/Databases/DatabaseProcessCreationParameters.h:
* Shared/DictionaryPopupInfo.cpp:
(WebKit::DictionaryPopupInfo::encode):
(WebKit::DictionaryPopupInfo::decode):
* Shared/DictionaryPopupInfo.h:
* Shared/Downloads/Download.cpp:
(WebKit::Download::didFail):
(WebKit::Download::didCancel):
(WebKit::Download::messageSenderConnection):
* Shared/Downloads/Download.h:
* Shared/Downloads/DownloadManager.cpp:
(WebKit::DownloadManager::downloadProxyConnection):
* Shared/Downloads/DownloadManager.h:
* Shared/Downloads/mac/DownloadMac.mm:
(WebKit::Download::cancel):
(-[WKDownloadAsDelegate download:didFailWithError:]):
* Shared/EditorState.cpp:
(WebKit::EditorState::encode):
(WebKit::EditorState::decode):
* Shared/EditorState.h:
* Shared/EntryPointUtilities/mac/LegacyProcess/ChildProcessEntryPoint.h:
* Shared/EntryPointUtilities/mac/LegacyProcess/ChildProcessEntryPoint.mm:
(WebKit::ChildProcessMainDelegate::getConnectionIdentifier):
* Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.h:
* Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.mm:
(WebKit::XPCServiceInitializerDelegate::getConnectionIdentifier):
* Shared/FileAPI/BlobRegistrationData.cpp:
(WebKit::BlobRegistrationData::encode):
(WebKit::BlobRegistrationData::decode):
* Shared/FileAPI/BlobRegistrationData.h:
* Shared/FontInfo.cpp:
(WebKit::FontInfo::encode):
(WebKit::FontInfo::decode):
* Shared/FontInfo.h:
* Shared/LayerTreeContext.h:
* Shared/Network/CustomProtocols/CustomProtocolManager.h:
* Shared/Network/CustomProtocols/CustomProtocolManager.messages.in:
* Shared/Network/CustomProtocols/mac/CustomProtocolManagerMac.mm:
(WebKit::CustomProtocolManager::initializeConnection):
(WebKit::CustomProtocolManager::didLoadData):
* Shared/Network/NetworkProcessCreationParameters.cpp:
(WebKit::NetworkProcessCreationParameters::encode):
(WebKit::NetworkProcessCreationParameters::decode):
* Shared/Network/NetworkProcessCreationParameters.h:
* Shared/Network/NetworkResourceLoadParameters.cpp:
(WebKit::NetworkResourceLoadParameters::encode):
(WebKit::NetworkResourceLoadParameters::decode):
* Shared/Network/NetworkResourceLoadParameters.h:
* Shared/OriginAndDatabases.cpp:
(WebKit::OriginAndDatabases::encode):
(WebKit::OriginAndDatabases::decode):
* Shared/OriginAndDatabases.h:
* Shared/PlatformPopupMenuData.cpp:
(WebKit::PlatformPopupMenuData::encode):
(WebKit::PlatformPopupMenuData::decode):
* Shared/PlatformPopupMenuData.h:
* Shared/Plugins/NPIdentifierData.cpp:
(WebKit::NPIdentifierData::encode):
(WebKit::NPIdentifierData::decode):
* Shared/Plugins/NPIdentifierData.h:
* Shared/Plugins/NPObjectMessageReceiver.h:
* Shared/Plugins/NPRemoteObjectMap.cpp:
(WebKit::NPRemoteObjectMap::create):
(WebKit::NPRemoteObjectMap::NPRemoteObjectMap):
(WebKit::NPRemoteObjectMap::didReceiveSyncMessage):
* Shared/Plugins/NPRemoteObjectMap.h:
(WebKit::NPRemoteObjectMap::connection):
* Shared/Plugins/NPVariantData.cpp:
(WebKit::NPVariantData::encode):
(WebKit::NPVariantData::decode):
* Shared/Plugins/NPVariantData.h:
* Shared/Plugins/PluginProcessCreationParameters.cpp:
(WebKit::PluginProcessCreationParameters::encode):
(WebKit::PluginProcessCreationParameters::decode):
* Shared/Plugins/PluginProcessCreationParameters.h:
* Shared/PrintInfo.cpp:
(WebKit::PrintInfo::encode):
(WebKit::PrintInfo::decode):
* Shared/PrintInfo.h:
* Shared/SandboxExtension.h:
(WebKit::SandboxExtension::Handle::encode):
(WebKit::SandboxExtension::Handle::decode):
(WebKit::SandboxExtension::HandleArray::encode):
(WebKit::SandboxExtension::HandleArray::decode):
* Shared/SecurityOriginData.cpp:
(WebKit::SecurityOriginData::encode):
(WebKit::SecurityOriginData::decode):
* Shared/SecurityOriginData.h:
* Shared/SessionState.cpp:
(WebKit::SessionState::encode):
(WebKit::SessionState::decode):
* Shared/SessionState.h:
* Shared/ShareableBitmap.cpp:
(WebKit::ShareableBitmap::Handle::encode):
(WebKit::ShareableBitmap::Handle::decode):
* Shared/ShareableBitmap.h:
* Shared/ShareableResource.cpp:
(WebKit::ShareableResource::Handle::encode):
(WebKit::ShareableResource::Handle::decode):
* Shared/ShareableResource.h:
* Shared/StatisticsData.cpp:
(WebKit::StatisticsData::encode):
(WebKit::StatisticsData::decode):
* Shared/StatisticsData.h:
* Shared/TextCheckerState.h:
* Shared/UpdateInfo.cpp:
(WebKit::UpdateInfo::encode):
(WebKit::UpdateInfo::decode):
* Shared/UpdateInfo.h:
* Shared/UserData.cpp:
(WebKit::UserData::encode):
(WebKit::UserData::decode):
* Shared/UserData.h:
* Shared/UserMessageCoders.h:
(WebKit::UserMessageEncoder::baseEncode):
(WebKit::UserMessageDecoder::baseDecode):
* Shared/WebBackForwardListItem.cpp:
(WebKit::WebBackForwardListItem::encode):
(WebKit::WebBackForwardListItem::decode):
* Shared/WebBackForwardListItem.h:
* Shared/WebConnection.cpp:
(WebKit::WebConnection::postMessage):
(WebKit::WebConnection::didReceiveMessage):
(WebKit::WebConnection::handleMessage):
* Shared/WebConnection.h:
* Shared/WebContextMenuItemData.cpp:
(WebKit::WebContextMenuItemData::encode):
(WebKit::WebContextMenuItemData::decode):
* Shared/WebContextMenuItemData.h:
* Shared/WebCoreArgumentCoders.cpp:
* Shared/WebCoreArgumentCoders.h:
* Shared/WebEvent.cpp:
(WebKit::WebEvent::encode):
(WebKit::WebEvent::decode):
* Shared/WebEvent.h:
* Shared/WebGeolocationPosition.cpp:
(WebKit::WebGeolocationPosition::Data::encode):
(WebKit::WebGeolocationPosition::Data::decode):
* Shared/WebGeolocationPosition.h:
* Shared/WebHitTestResult.cpp:
(WebKit::WebHitTestResult::Data::encode):
(WebKit::WebHitTestResult::Data::decode):
* Shared/WebHitTestResult.h:
* Shared/WebKeyboardEvent.cpp:
(WebKit::WebKeyboardEvent::encode):
(WebKit::WebKeyboardEvent::decode):
* Shared/WebMouseEvent.cpp:
(WebKit::WebMouseEvent::encode):
(WebKit::WebMouseEvent::decode):
* Shared/WebNavigationDataStore.h:
(WebKit::WebNavigationDataStore::encode):
(WebKit::WebNavigationDataStore::decode):
* Shared/WebPageCreationParameters.cpp:
(WebKit::WebPageCreationParameters::encode):
(WebKit::WebPageCreationParameters::decode):
* Shared/WebPageCreationParameters.h:
* Shared/WebPageGroupData.cpp:
(WebKit::WebPageGroupData::encode):
(WebKit::WebPageGroupData::decode):
* Shared/WebPageGroupData.h:
* Shared/WebPlatformTouchPoint.cpp:
(WebKit::WebPlatformTouchPoint::encode):
(WebKit::WebPlatformTouchPoint::decode):
* Shared/WebPopupItem.cpp:
(WebKit::WebPopupItem::encode):
(WebKit::WebPopupItem::decode):
* Shared/WebPopupItem.h:
* Shared/WebPreferencesStore.cpp:
(WebKit::WebPreferencesStore::encode):
(WebKit::WebPreferencesStore::decode):
* Shared/WebPreferencesStore.h:
* Shared/WebProcessCreationParameters.cpp:
(WebKit::WebProcessCreationParameters::encode):
(WebKit::WebProcessCreationParameters::decode):
* Shared/WebProcessCreationParameters.h:
* Shared/WebSerializedScriptValue.h:
(WebKit::WebSerializedScriptValue::dataReference):
* Shared/WebTouchEvent.cpp:
(WebKit::WebTouchEvent::encode):
(WebKit::WebTouchEvent::decode):
* Shared/WebWheelEvent.cpp:
(WebKit::WebWheelEvent::encode):
(WebKit::WebWheelEvent::decode):
* Shared/cf/ArgumentCodersCF.cpp:
(IPC::encode):
(IPC::decode):
* Shared/cf/ArgumentCodersCF.h:
* Shared/mac/ArgumentCodersMac.h:
* Shared/mac/ArgumentCodersMac.mm:
(IPC::encode):
(IPC::decode):
* Shared/mac/AttributedString.h:
* Shared/mac/AttributedString.mm:
(WebKit::AttributedString::encode):
(WebKit::AttributedString::decode):
* Shared/mac/ColorSpaceData.h:
* Shared/mac/ColorSpaceData.mm:
(WebKit::ColorSpaceData::encode):
(WebKit::ColorSpaceData::decode):
* Shared/mac/LayerTreeContextMac.mm:
(WebKit::LayerTreeContext::encode):
(WebKit::LayerTreeContext::decode):
* Shared/mac/ObjCObjectGraphCoders.h:
* Shared/mac/ObjCObjectGraphCoders.mm:
(WebKit::ObjCObjectGraphEncoder::baseEncode):
(WebKit::ObjCObjectGraphDecoder::baseDecode):
(WebKit::WebContextObjCObjectGraphEncoderImpl::encode):
(WebKit::WebContextObjCObjectGraphDecoderImpl::decode):
(WebKit::InjectedBundleObjCObjectGraphEncoderImpl::encode):
(WebKit::InjectedBundleObjCObjectGraphDecoderImpl::decode):
(WebKit::WebContextObjCObjectGraphEncoder::encode):
(WebKit::WebContextObjCObjectGraphDecoder::decode):
(WebKit::InjectedBundleObjCObjectGraphEncoder::encode):
(WebKit::InjectedBundleObjCObjectGraphDecoder::decode):
* Shared/mac/RemoteLayerBackingStore.h:
* Shared/mac/RemoteLayerBackingStore.mm:
(RemoteLayerBackingStore::encode):
(RemoteLayerBackingStore::decode):
* Shared/mac/RemoteLayerTreeTransaction.h:
* Shared/mac/RemoteLayerTreeTransaction.mm:
(WebKit::RemoteLayerTreeTransaction::LayerCreationProperties::encode):
(WebKit::RemoteLayerTreeTransaction::LayerCreationProperties::decode):
(WebKit::RemoteLayerTreeTransaction::LayerProperties::encode):
(WebKit::RemoteLayerTreeTransaction::LayerProperties::decode):
(WebKit::RemoteLayerTreeTransaction::encode):
(WebKit::RemoteLayerTreeTransaction::decode):
* Shared/mac/SandboxExtensionMac.mm:
(WebKit::SandboxExtension::Handle::encode):
(WebKit::SandboxExtension::Handle::decode):
(WebKit::SandboxExtension::HandleArray::encode):
(WebKit::SandboxExtension::HandleArray::decode):
* Shared/mac/SecItemRequestData.cpp:
(WebKit::SecItemRequestData::encode):
(WebKit::SecItemRequestData::decode):
* Shared/mac/SecItemRequestData.h:
* Shared/mac/SecItemResponseData.cpp:
(WebKit::SecItemResponseData::encode):
(WebKit::SecItemResponseData::decode):
* Shared/mac/SecItemResponseData.h:
* Shared/mac/SecItemShim.cpp:
(WebKit::SecItemShim::initializeConnection):
* Shared/mac/SecItemShim.h:
* Shared/mac/WebCoreArgumentCodersMac.mm:
(IPC::ArgumentCoder&lt;ResourceRequest&gt;::encodePlatformData):
(IPC::ArgumentCoder&lt;ResourceRequest&gt;::decodePlatformData):
(IPC::ArgumentCoder&lt;ResourceResponse&gt;::encodePlatformData):
(IPC::ArgumentCoder&lt;ResourceResponse&gt;::decodePlatformData):
(IPC::ArgumentCoder&lt;CertificateInfo&gt;::encode):
(IPC::ArgumentCoder&lt;CertificateInfo&gt;::decode):
(IPC::ArgumentCoder&lt;ResourceError&gt;::encodePlatformData):
(IPC::ArgumentCoder&lt;ResourceError&gt;::decodePlatformData):
* UIProcess/API/mac/PageClientImpl.h:
* UIProcess/API/mac/PageClientImpl.mm:
(WebKit::PageClientImpl::accessibilityWebProcessTokenReceived):
* UIProcess/API/mac/WKView.mm:
(-[WKView _accessibilityRegisterUIProcessTokens]):
* UIProcess/API/mac/WKViewInternal.h:
* UIProcess/Authentication/AuthenticationChallengeProxy.cpp:
(WebKit::AuthenticationChallengeProxy::AuthenticationChallengeProxy):
* UIProcess/Authentication/AuthenticationChallengeProxy.h:
(WebKit::AuthenticationChallengeProxy::create):
* UIProcess/Databases/DatabaseProcessProxy.cpp:
(WebKit::DatabaseProcessProxy::connectionWillOpen):
(WebKit::DatabaseProcessProxy::connectionWillClose):
(WebKit::DatabaseProcessProxy::getDatabaseProcessConnection):
(WebKit::DatabaseProcessProxy::didClose):
(WebKit::DatabaseProcessProxy::didReceiveInvalidMessage):
(WebKit::DatabaseProcessProxy::didCreateDatabaseToWebProcessConnection):
(WebKit::DatabaseProcessProxy::didFinishLaunching):
* UIProcess/Databases/DatabaseProcessProxy.h:
* UIProcess/Databases/DatabaseProcessProxy.messages.in:
* UIProcess/Downloads/DownloadProxy.cpp:
(WebKit::createData):
(WebKit::DownloadProxy::didFail):
(WebKit::DownloadProxy::didCancel):
* UIProcess/Downloads/DownloadProxy.h:
* UIProcess/Downloads/DownloadProxy.messages.in:
* UIProcess/DrawingAreaProxy.h:
* UIProcess/Launcher/ProcessLauncher.cpp:
(WebKit::ProcessLauncher::didFinishLaunchingProcess):
* UIProcess/Launcher/ProcessLauncher.h:
* UIProcess/Launcher/mac/ProcessLauncherMac.mm:
(WebKit::connectToService):
(WebKit::tryPreexistingProcess):
(WebKit::createProcess):
* UIProcess/Network/CustomProtocols/CustomProtocolManagerProxy.h:
* UIProcess/Network/CustomProtocols/mac/CustomProtocolManagerProxyMac.mm:
(-[WKCustomProtocolLoader connection:didReceiveData:]):
* UIProcess/Network/NetworkProcessProxy.cpp:
(WebKit::NetworkProcessProxy::connectionWillOpen):
(WebKit::NetworkProcessProxy::connectionWillClose):
(WebKit::NetworkProcessProxy::getNetworkProcessConnection):
(WebKit::NetworkProcessProxy::networkProcessCrashedOrFailedToLaunch):
(WebKit::NetworkProcessProxy::didReceiveMessage):
(WebKit::NetworkProcessProxy::didReceiveSyncMessage):
(WebKit::NetworkProcessProxy::didClose):
(WebKit::NetworkProcessProxy::didReceiveInvalidMessage):
(WebKit::NetworkProcessProxy::didCreateNetworkConnectionToWebProcess):
(WebKit::NetworkProcessProxy::didFinishLaunching):
* UIProcess/Network/NetworkProcessProxy.h:
* UIProcess/Network/NetworkProcessProxy.messages.in:
* UIProcess/Notifications/WebNotification.h:
* UIProcess/PageClient.h:
* UIProcess/Plugins/PluginProcessManager.h:
* UIProcess/Plugins/PluginProcessProxy.cpp:
(WebKit::PluginProcessProxy::getPluginProcessConnection):
(WebKit::PluginProcessProxy::pluginProcessCrashedOrFailedToLaunch):
(WebKit::PluginProcessProxy::didClose):
(WebKit::PluginProcessProxy::didReceiveInvalidMessage):
(WebKit::PluginProcessProxy::didFinishLaunching):
(WebKit::PluginProcessProxy::didCreateWebProcessConnection):
* UIProcess/Plugins/PluginProcessProxy.h:
* UIProcess/Plugins/PluginProcessProxy.messages.in:
* UIProcess/Plugins/mac/PluginProcessProxyMac.mm:
(WebKit::PluginProcessProxy::platformInitializePluginProcess):
* UIProcess/Storage/StorageManager.cpp:
(WebKit::StorageManager::StorageArea::addListener):
(WebKit::StorageManager::StorageArea::removeListener):
(WebKit::StorageManager::StorageArea::setItem):
(WebKit::StorageManager::StorageArea::removeItem):
(WebKit::StorageManager::StorageArea::clear):
(WebKit::StorageManager::StorageArea::dispatchEvents):
(WebKit::StorageManager::SessionStorageNamespace::allowedConnection):
(WebKit::StorageManager::SessionStorageNamespace::create):
(WebKit::StorageManager::SessionStorageNamespace::SessionStorageNamespace):
(WebKit::StorageManager::SessionStorageNamespace::setAllowedConnection):
(WebKit::StorageManager::createSessionStorageNamespace):
(WebKit::StorageManager::setAllowedSessionStorageNamespaceConnection):
(WebKit::StorageManager::processWillCloseConnection):
(WebKit::StorageManager::createLocalStorageMap):
(WebKit::StorageManager::createSessionStorageMap):
(WebKit::StorageManager::destroyStorageMap):
(WebKit::StorageManager::getValues):
(WebKit::StorageManager::setItem):
(WebKit::StorageManager::removeItem):
(WebKit::StorageManager::clear):
(WebKit::StorageManager::createSessionStorageNamespaceInternal):
(WebKit::StorageManager::setAllowedSessionStorageNamespaceConnectionInternal):
(WebKit::StorageManager::invalidateConnectionInternal):
(WebKit::StorageManager::findStorageArea):
* UIProcess/Storage/StorageManager.h:
* UIProcess/WebApplicationCacheManagerProxy.h:
* UIProcess/WebConnectionToWebProcess.cpp:
(WebKit::WebConnectionToWebProcess::encodeMessageBody):
(WebKit::WebConnectionToWebProcess::decodeMessageBody):
(WebKit::WebConnectionToWebProcess::messageSenderConnection):
* UIProcess/WebConnectionToWebProcess.h:
* UIProcess/WebContext.cpp:
(WebKit::WebContext::networkingProcessConnection):
(WebKit::WebContext::didReceiveInvalidMessage):
(WebKit::WebContext::createNewWebProcess):
(WebKit::WebContext::postMessageToInjectedBundle):
(WebKit::WebContext::addMessageReceiver):
(WebKit::WebContext::removeMessageReceiver):
(WebKit::WebContext::dispatchMessage):
(WebKit::WebContext::dispatchSyncMessage):
(WebKit::WebContext::didReceiveMessage):
(WebKit::WebContext::didReceiveSyncMessage):
* UIProcess/WebContext.h:
* UIProcess/WebContextUserMessageCoders.h:
(WebKit::WebContextUserMessageEncoder::encode):
(WebKit::WebContextUserMessageDecoder::decode):
* UIProcess/WebCookieManagerProxy.h:
* UIProcess/WebDatabaseManagerProxy.h:
* UIProcess/WebEditCommandProxy.cpp:
(WebKit::WebEditCommandProxy::unapply):
(WebKit::WebEditCommandProxy::reapply):
* UIProcess/WebFrameProxy.h:
* UIProcess/WebFullScreenManagerProxy.h:
* UIProcess/WebGeolocationManagerProxy.cpp:
(WebKit::WebGeolocationManagerProxy::startUpdating):
(WebKit::WebGeolocationManagerProxy::stopUpdating):
(WebKit::WebGeolocationManagerProxy::removeRequester):
(WebKit::WebGeolocationManagerProxy::setEnableHighAccuracy):
* UIProcess/WebGeolocationManagerProxy.h:
* UIProcess/WebIconDatabase.cpp:
(WebKit::WebIconDatabase::setIconDataForIconURL):
(WebKit::WebIconDatabase::synchronousIconDataForPageURL):
* UIProcess/WebIconDatabase.h:
* UIProcess/WebIconDatabase.messages.in:
* UIProcess/WebInspectorProxy.h:
* UIProcess/WebMediaCacheManagerProxy.h:
* UIProcess/WebOriginDataManagerProxy.h:
* UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::willGoToBackForwardListItem):
(WebKit::WebPageProxy::preferencesDidChange):
(WebKit::WebPageProxy::didStartProvisionalLoadForFrame):
(WebKit::WebPageProxy::didReceiveServerRedirectForProvisionalLoadForFrame):
(WebKit::WebPageProxy::didFailProvisionalLoadForFrame):
(WebKit::WebPageProxy::didCommitLoadForFrame):
(WebKit::WebPageProxy::didFinishDocumentLoadForFrame):
(WebKit::WebPageProxy::didFinishLoadForFrame):
(WebKit::WebPageProxy::didFailLoadForFrame):
(WebKit::WebPageProxy::didSameDocumentNavigationForFrame):
(WebKit::WebPageProxy::didReceiveTitleForFrame):
(WebKit::WebPageProxy::didFirstLayoutForFrame):
(WebKit::WebPageProxy::didFirstVisuallyNonEmptyLayoutForFrame):
(WebKit::WebPageProxy::didLayout):
(WebKit::WebPageProxy::didRemoveFrameFromHierarchy):
(WebKit::WebPageProxy::didDisplayInsecureContentForFrame):
(WebKit::WebPageProxy::didRunInsecureContentForFrame):
(WebKit::WebPageProxy::didDetectXSSForFrame):
(WebKit::WebPageProxy::decidePolicyForNavigationAction):
(WebKit::WebPageProxy::decidePolicyForNewWindowAction):
(WebKit::WebPageProxy::decidePolicyForResponse):
(WebKit::WebPageProxy::decidePolicyForResponseSync):
(WebKit::WebPageProxy::unableToImplementPolicy):
(WebKit::WebPageProxy::willSubmitForm):
(WebKit::WebPageProxy::mouseDidMoveOverElement):
(WebKit::WebPageProxy::connectionWillOpen):
(WebKit::WebPageProxy::connectionWillClose):
(WebKit::WebPageProxy::sendMessage):
(WebKit::WebPageProxy::messageSenderConnection):
(WebKit::WebPageProxy::showContextMenu):
(WebKit::WebPageProxy::internalShowContextMenu):
(WebKit::WebPageProxy::dataCallback):
(WebKit::WebPageProxy::scriptValueCallback):
(WebKit::WebPageProxy::beginPrinting):
(WebKit::WebPageProxy::endPrinting):
(WebKit::WebPageProxy::computePagesForPrinting):
(WebKit::WebPageProxy::drawRectToImage):
(WebKit::WebPageProxy::drawPagesToPDF):
(WebKit::WebPageProxy::drawPagesForPrinting):
(WebKit::WebPageProxy::savePDFToFileInDownloadsFolder):
* UIProcess/WebPageProxy.h:
* UIProcess/WebPageProxy.messages.in:
* UIProcess/WebProcessProxy.cpp:
(WebKit::WebProcessProxy::connectionWillOpen):
(WebKit::WebProcessProxy::connectionWillClose):
(WebKit::WebProcessProxy::addBackForwardItem):
(WebKit::WebProcessProxy::didReceiveMessage):
(WebKit::WebProcessProxy::didReceiveSyncMessage):
(WebKit::WebProcessProxy::didClose):
(WebKit::WebProcessProxy::didReceiveInvalidMessage):
(WebKit::WebProcessProxy::didFinishLaunching):
* UIProcess/WebProcessProxy.h:
(WebKit::WebProcessProxy::fromConnection):
* UIProcess/WebProcessProxy.messages.in:
* UIProcess/WebResourceCacheManagerProxy.h:
* UIProcess/cf/WebBackForwardListCF.cpp:
(WebKit::WebBackForwardList::createCFDictionaryRepresentation):
* UIProcess/mac/RemoteLayerTreeHost.h:
* UIProcess/mac/SecItemShimProxy.cpp:
(WebKit::SecItemShimProxy::initializeConnection):
(WebKit::SecItemShimProxy::secItemRequest):
* UIProcess/mac/SecItemShimProxy.h:
* UIProcess/mac/ViewGestureController.h:
* UIProcess/mac/WebContextMac.mm:
(WebKit::WebContext::platformInitializeWebProcess):
* UIProcess/mac/WebPageProxyMac.mm:
(WebKit::WebPageProxy::registerWebProcessAccessibilityToken):
(WebKit::WebPageProxy::registerUIProcessAccessibilityTokens):
(WebKit::WebPageProxy::savePDFToTemporaryFolderAndOpenWithNativeApplication):
* WebKit2.xcodeproj/project.pbxproj:
* WebProcess/ApplicationCache/WebApplicationCacheManager.h:
* WebProcess/Cookies/WebCookieManager.h:
* WebProcess/Databases/IndexedDB/WebIDBServerConnection.cpp:
(WebKit::WebIDBServerConnection::messageSenderConnection):
* WebProcess/Databases/IndexedDB/WebIDBServerConnection.h:
* WebProcess/Databases/WebToDatabaseProcessConnection.cpp:
(WebKit::WebToDatabaseProcessConnection::WebToDatabaseProcessConnection):
(WebKit::WebToDatabaseProcessConnection::didReceiveMessage):
(WebKit::WebToDatabaseProcessConnection::didClose):
(WebKit::WebToDatabaseProcessConnection::didReceiveInvalidMessage):
* WebProcess/Databases/WebToDatabaseProcessConnection.h:
(WebKit::WebToDatabaseProcessConnection::create):
(WebKit::WebToDatabaseProcessConnection::connection):
* WebProcess/EntryPoint/mac/LegacyProcess/WebContentProcessMain.mm:
(WebKit::WebContentProcessMainDelegate::getConnectionIdentifier):
* WebProcess/FullScreen/WebFullScreenManager.cpp:
(WebKit::WebFullScreenManager::didReceiveMessage):
* WebProcess/FullScreen/WebFullScreenManager.h:
* WebProcess/Geolocation/WebGeolocationManager.h:
* WebProcess/IconDatabase/WebIconDatabaseProxy.cpp:
(WebKit::WebIconDatabaseProxy::synchronousIconForPageURL):
(WebKit::WebIconDatabaseProxy::setIconDataForIconURL):
* WebProcess/IconDatabase/WebIconDatabaseProxy.h:
* WebProcess/InjectedBundle/InjectedBundle.cpp:
(WebKit::InjectedBundle::postMessage):
(WebKit::InjectedBundle::postSynchronousMessage):
* WebProcess/InjectedBundle/InjectedBundleUserMessageCoders.h:
(WebKit::InjectedBundleUserMessageEncoder::encode):
(WebKit::InjectedBundleUserMessageDecoder::decode):
* WebProcess/MediaCache/WebMediaCacheManager.h:
* WebProcess/Network/NetworkProcessConnection.cpp:
(WebKit::NetworkProcessConnection::NetworkProcessConnection):
(WebKit::NetworkProcessConnection::didReceiveMessage):
(WebKit::NetworkProcessConnection::didReceiveSyncMessage):
(WebKit::NetworkProcessConnection::didClose):
(WebKit::NetworkProcessConnection::didReceiveInvalidMessage):
* WebProcess/Network/NetworkProcessConnection.h:
(WebKit::NetworkProcessConnection::create):
(WebKit::NetworkProcessConnection::connection):
* WebProcess/Network/WebResourceLoader.cpp:
(WebKit::WebResourceLoader::messageSenderConnection):
(WebKit::WebResourceLoader::didReceiveData):
* WebProcess/Network/WebResourceLoader.h:
* WebProcess/Network/WebResourceLoader.messages.in:
* WebProcess/Notifications/WebNotificationManager.h:
* WebProcess/OriginData/WebOriginDataManager.h:
* WebProcess/Plugins/PDF/PDFPlugin.h:
* WebProcess/Plugins/Plugin.cpp:
(WebKit::Plugin::Parameters::encode):
(WebKit::Plugin::Parameters::decode):
* WebProcess/Plugins/Plugin.h:
* WebProcess/Plugins/PluginProcessConnection.cpp:
(WebKit::PluginProcessConnection::PluginProcessConnection):
(WebKit::PluginProcessConnection::didReceiveMessage):
(WebKit::PluginProcessConnection::didReceiveSyncMessage):
(WebKit::PluginProcessConnection::didClose):
(WebKit::PluginProcessConnection::didReceiveInvalidMessage):
* WebProcess/Plugins/PluginProcessConnection.h:
(WebKit::PluginProcessConnection::create):
(WebKit::PluginProcessConnection::connection):
* WebProcess/Plugins/PluginProcessConnectionManager.cpp:
(WebKit::PluginProcessConnectionManager::initializeConnection):
(WebKit::PluginProcessConnectionManager::getPluginProcessConnection):
(WebKit::PluginProcessConnectionManager::pluginProcessCrashed):
* WebProcess/Plugins/PluginProcessConnectionManager.h:
* WebProcess/Plugins/PluginProxy.cpp:
(WebKit::PluginProxy::geometryDidChange):
(WebKit::PluginProxy::streamDidReceiveData):
(WebKit::PluginProxy::manualStreamDidReceiveData):
* WebProcess/Plugins/PluginProxy.h:
* WebProcess/ResourceCache/WebResourceCacheManager.h:
* WebProcess/Storage/StorageAreaMap.h:
* WebProcess/WebConnectionToUIProcess.cpp:
(WebKit::WebConnectionToUIProcess::encodeMessageBody):
(WebKit::WebConnectionToUIProcess::decodeMessageBody):
(WebKit::WebConnectionToUIProcess::messageSenderConnection):
* WebProcess/WebConnectionToUIProcess.h:
* WebProcess/WebCoreSupport/WebChromeClient.cpp:
(WebKit::WebChromeClient::runJavaScriptAlert):
(WebKit::WebChromeClient::runJavaScriptConfirm):
(WebKit::WebChromeClient::runJavaScriptPrompt):
* WebProcess/WebCoreSupport/WebDatabaseManager.h:
* WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:
(WebKit::WebFrameLoaderClient::dispatchDecidePolicyForResponse):
* WebProcess/WebPage/DecoderAdapter.cpp:
(WebKit::DecoderAdapter::decodeBytes):
(WebKit::DecoderAdapter::decodeString):
* WebProcess/WebPage/DecoderAdapter.h:
* WebProcess/WebPage/DrawingArea.h:
* WebProcess/WebPage/EncoderAdapter.cpp:
(WebKit::EncoderAdapter::dataReference):
(WebKit::EncoderAdapter::encodeBytes):
(WebKit::EncoderAdapter::encodeString):
* WebProcess/WebPage/EncoderAdapter.h:
* WebProcess/WebPage/EventDispatcher.cpp:
(WebKit::EventDispatcher::initializeConnection):
* WebProcess/WebPage/EventDispatcher.h:
* WebProcess/WebPage/LayerTreeHost.h:
* WebProcess/WebPage/ViewGestureGeometryCollector.h:
* WebProcess/WebPage/WebInspector.cpp:
(WebKit::WebInspector::createInspectorPage):
* WebProcess/WebPage/WebInspector.h:
* WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::messageSenderConnection):
(WebKit::WebPage::loadURL):
(WebKit::WebPage::loadURLRequest):
(WebKit::WebPage::loadDataImpl):
(WebKit::WebPage::loadString):
(WebKit::WebPage::loadData):
(WebKit::WebPage::loadHTMLString):
(WebKit::WebPage::loadAlternateHTMLString):
(WebKit::WebPage::loadPlainTextString):
(WebKit::WebPage::loadWebArchiveData):
(WebKit::WebPage::postInjectedBundleMessage):
(WebKit::WebPage::runJavaScriptInMainFrame):
(WebKit::WebPage::getContentsAsMHTMLData):
(WebKit::WebPage::getSelectionAsWebArchiveData):
(WebKit::WebPage::getMainResourceDataOfFrame):
(WebKit::WebPage::getResourceDataFromFrame):
(WebKit::WebPage::getWebArchiveOfFrame):
(WebKit::WebPage::didReceiveMessage):
(WebKit::WebPage::didReceiveSyncMessage):
(WebKit::WebPage::drawPagesToPDF):
(WebKit::WebPage::savePDFToFileInDownloadsFolder):
(WebKit::WebPage::savePDFToTemporaryFolderAndOpenWithNativeApplication):
* WebProcess/WebPage/WebPage.h:
* WebProcess/WebPage/WebPage.messages.in:
* WebProcess/WebPage/WebPageGroupProxy.h:
* WebProcess/WebPage/mac/WebPageMac.mm:
(WebKit::WebPage::platformInitialize):
(WebKit::WebPage::registerUIProcessAccessibilityTokens):
* WebProcess/WebProcess.cpp:
(WebKit::WebProcess::initializeConnection):
(WebKit::WebProcess::downloadProxyConnection):
(WebKit::WebProcess::initializeWebProcess):
(WebKit::WebProcess::ensureNetworkProcessConnection):
(WebKit::WebProcess::didReceiveSyncMessage):
(WebKit::WebProcess::didReceiveMessage):
(WebKit::WebProcess::didClose):
(WebKit::WebProcess::didReceiveInvalidMessage):
(WebKit::WebProcess::postInjectedBundleMessage):
(WebKit::WebProcess::ensureWebToDatabaseProcessConnection):
* WebProcess/WebProcess.h:
* WebProcess/WebProcess.messages.in:
* WebProcess/mac/WebProcessMac.mm:
(WebKit::WebProcess::platformInitializeWebProcess):
* config.h:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2DatabaseProcessDatabaseProcesscpp">trunk/Source/WebKit2/DatabaseProcess/DatabaseProcess.cpp</a></li>
<li><a href="#trunkSourceWebKit2DatabaseProcessDatabaseProcessh">trunk/Source/WebKit2/DatabaseProcess/DatabaseProcess.h</a></li>
<li><a href="#trunkSourceWebKit2DatabaseProcessDatabaseToWebProcessConnectioncpp">trunk/Source/WebKit2/DatabaseProcess/DatabaseToWebProcessConnection.cpp</a></li>
<li><a href="#trunkSourceWebKit2DatabaseProcessDatabaseToWebProcessConnectionh">trunk/Source/WebKit2/DatabaseProcess/DatabaseToWebProcessConnection.h</a></li>
<li><a href="#trunkSourceWebKit2DatabaseProcessIndexedDBDatabaseProcessIDBConnectioncpp">trunk/Source/WebKit2/DatabaseProcess/IndexedDB/DatabaseProcessIDBConnection.cpp</a></li>
<li><a href="#trunkSourceWebKit2DatabaseProcessIndexedDBDatabaseProcessIDBConnectionh">trunk/Source/WebKit2/DatabaseProcess/IndexedDB/DatabaseProcessIDBConnection.h</a></li>
<li><a href="#trunkSourceWebKit2NetworkProcessAsynchronousNetworkLoaderClientcpp">trunk/Source/WebKit2/NetworkProcess/AsynchronousNetworkLoaderClient.cpp</a></li>
<li><a href="#trunkSourceWebKit2NetworkProcessNetworkConnectionToWebProcesscpp">trunk/Source/WebKit2/NetworkProcess/NetworkConnectionToWebProcess.cpp</a></li>
<li><a href="#trunkSourceWebKit2NetworkProcessNetworkConnectionToWebProcessh">trunk/Source/WebKit2/NetworkProcess/NetworkConnectionToWebProcess.h</a></li>
<li><a href="#trunkSourceWebKit2NetworkProcessNetworkProcesscpp">trunk/Source/WebKit2/NetworkProcess/NetworkProcess.cpp</a></li>
<li><a href="#trunkSourceWebKit2NetworkProcessNetworkProcessh">trunk/Source/WebKit2/NetworkProcess/NetworkProcess.h</a></li>
<li><a href="#trunkSourceWebKit2NetworkProcessNetworkResourceLoadercpp">trunk/Source/WebKit2/NetworkProcess/NetworkResourceLoader.cpp</a></li>
<li><a href="#trunkSourceWebKit2NetworkProcessNetworkResourceLoaderh">trunk/Source/WebKit2/NetworkProcess/NetworkResourceLoader.h</a></li>
<li><a href="#trunkSourceWebKit2NetworkProcessmacDiskCacheMonitorh">trunk/Source/WebKit2/NetworkProcess/mac/DiskCacheMonitor.h</a></li>
<li><a href="#trunkSourceWebKit2NetworkProcessmacDiskCacheMonitormm">trunk/Source/WebKit2/NetworkProcess/mac/DiskCacheMonitor.mm</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCArgumentCoderh">trunk/Source/WebKit2/Platform/IPC/ArgumentCoder.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCArgumentCoderscpp">trunk/Source/WebKit2/Platform/IPC/ArgumentCoders.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCArgumentCodersh">trunk/Source/WebKit2/Platform/IPC/ArgumentCoders.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCArgumentDecodercpp">trunk/Source/WebKit2/Platform/IPC/ArgumentDecoder.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCArgumentDecoderh">trunk/Source/WebKit2/Platform/IPC/ArgumentDecoder.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCArgumentEncodercpp">trunk/Source/WebKit2/Platform/IPC/ArgumentEncoder.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCArgumentEncoderh">trunk/Source/WebKit2/Platform/IPC/ArgumentEncoder.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCArgumentsh">trunk/Source/WebKit2/Platform/IPC/Arguments.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCAttachmentcpp">trunk/Source/WebKit2/Platform/IPC/Attachment.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCAttachmenth">trunk/Source/WebKit2/Platform/IPC/Attachment.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCConnectioncpp">trunk/Source/WebKit2/Platform/IPC/Connection.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCConnectionh">trunk/Source/WebKit2/Platform/IPC/Connection.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCHandleMessageh">trunk/Source/WebKit2/Platform/IPC/HandleMessage.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCMessageDecodercpp">trunk/Source/WebKit2/Platform/IPC/MessageDecoder.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCMessageDecoderh">trunk/Source/WebKit2/Platform/IPC/MessageDecoder.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCMessageEncodercpp">trunk/Source/WebKit2/Platform/IPC/MessageEncoder.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCMessageEncoderh">trunk/Source/WebKit2/Platform/IPC/MessageEncoder.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCMessageFlagsh">trunk/Source/WebKit2/Platform/IPC/MessageFlags.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCMessageReceiverh">trunk/Source/WebKit2/Platform/IPC/MessageReceiver.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCMessageReceiverMapcpp">trunk/Source/WebKit2/Platform/IPC/MessageReceiverMap.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCMessageReceiverMaph">trunk/Source/WebKit2/Platform/IPC/MessageReceiverMap.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCmacConnectionMaccpp">trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCmacImportanceAssertionh">trunk/Source/WebKit2/Platform/IPC/mac/ImportanceAssertion.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCmacMachPorth">trunk/Source/WebKit2/Platform/IPC/mac/MachPort.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformSharedMemoryh">trunk/Source/WebKit2/Platform/SharedMemory.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformmacSharedMemoryMaccpp">trunk/Source/WebKit2/Platform/mac/SharedMemoryMac.cpp</a></li>
<li><a href="#trunkSourceWebKit2PluginProcessPluginControllerProxycpp">trunk/Source/WebKit2/PluginProcess/PluginControllerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2PluginProcessPluginControllerProxyh">trunk/Source/WebKit2/PluginProcess/PluginControllerProxy.h</a></li>
<li><a href="#trunkSourceWebKit2PluginProcessPluginControllerProxymessagesin">trunk/Source/WebKit2/PluginProcess/PluginControllerProxy.messages.in</a></li>
<li><a href="#trunkSourceWebKit2PluginProcessPluginCreationParameterscpp">trunk/Source/WebKit2/PluginProcess/PluginCreationParameters.cpp</a></li>
<li><a href="#trunkSourceWebKit2PluginProcessPluginCreationParametersh">trunk/Source/WebKit2/PluginProcess/PluginCreationParameters.h</a></li>
<li><a href="#trunkSourceWebKit2PluginProcessPluginProcesscpp">trunk/Source/WebKit2/PluginProcess/PluginProcess.cpp</a></li>
<li><a href="#trunkSourceWebKit2PluginProcessPluginProcessh">trunk/Source/WebKit2/PluginProcess/PluginProcess.h</a></li>
<li><a href="#trunkSourceWebKit2PluginProcessWebProcessConnectioncpp">trunk/Source/WebKit2/PluginProcess/WebProcessConnection.cpp</a></li>
<li><a href="#trunkSourceWebKit2PluginProcessWebProcessConnectionh">trunk/Source/WebKit2/PluginProcess/WebProcessConnection.h</a></li>
<li><a href="#trunkSourceWebKit2PluginProcessmacPluginControllerProxyMacmm">trunk/Source/WebKit2/PluginProcess/mac/PluginControllerProxyMac.mm</a></li>
<li><a href="#trunkSourceWebKit2Scriptswebkit2messagespy">trunk/Source/WebKit2/Scripts/webkit2/messages.py</a></li>
<li><a href="#trunkSourceWebKit2Scriptswebkit2messages_unittestpy">trunk/Source/WebKit2/Scripts/webkit2/messages_unittest.py</a></li>
<li><a href="#trunkSourceWebKit2SharedAPICocoaRemoteObjectRegistryh">trunk/Source/WebKit2/Shared/API/Cocoa/RemoteObjectRegistry.h</a></li>
<li><a href="#trunkSourceWebKit2SharedAPIGeometrycpp">trunk/Source/WebKit2/Shared/APIGeometry.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedAPIGeometryh">trunk/Source/WebKit2/Shared/APIGeometry.h</a></li>
<li><a href="#trunkSourceWebKit2SharedAPINumberh">trunk/Source/WebKit2/Shared/APINumber.h</a></li>
<li><a href="#trunkSourceWebKit2SharedAuthenticationAuthenticationManagerh">trunk/Source/WebKit2/Shared/Authentication/AuthenticationManager.h</a></li>
<li><a href="#trunkSourceWebKit2SharedChildProcesscpp">trunk/Source/WebKit2/Shared/ChildProcess.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedChildProcessh">trunk/Source/WebKit2/Shared/ChildProcess.h</a></li>
<li><a href="#trunkSourceWebKit2SharedChildProcessProxycpp">trunk/Source/WebKit2/Shared/ChildProcessProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedChildProcessProxyh">trunk/Source/WebKit2/Shared/ChildProcessProxy.h</a></li>
<li><a href="#trunkSourceWebKit2SharedChildProcessSupplementh">trunk/Source/WebKit2/Shared/ChildProcessSupplement.h</a></li>
<li><a href="#trunkSourceWebKit2SharedConnectionStackh">trunk/Source/WebKit2/Shared/ConnectionStack.h</a></li>
<li><a href="#trunkSourceWebKit2SharedCoreIPCSupportWebContextMessageKindsh">trunk/Source/WebKit2/Shared/CoreIPCSupport/WebContextMessageKinds.h</a></li>
<li><a href="#trunkSourceWebKit2SharedDatabasesDatabaseProcessCreationParameterscpp">trunk/Source/WebKit2/Shared/Databases/DatabaseProcessCreationParameters.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedDatabasesDatabaseProcessCreationParametersh">trunk/Source/WebKit2/Shared/Databases/DatabaseProcessCreationParameters.h</a></li>
<li><a href="#trunkSourceWebKit2SharedDictionaryPopupInfocpp">trunk/Source/WebKit2/Shared/DictionaryPopupInfo.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedDictionaryPopupInfoh">trunk/Source/WebKit2/Shared/DictionaryPopupInfo.h</a></li>
<li><a href="#trunkSourceWebKit2SharedDownloadsDownloadcpp">trunk/Source/WebKit2/Shared/Downloads/Download.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedDownloadsDownloadh">trunk/Source/WebKit2/Shared/Downloads/Download.h</a></li>
<li><a href="#trunkSourceWebKit2SharedDownloadsDownloadManagercpp">trunk/Source/WebKit2/Shared/Downloads/DownloadManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedDownloadsDownloadManagerh">trunk/Source/WebKit2/Shared/Downloads/DownloadManager.h</a></li>
<li><a href="#trunkSourceWebKit2SharedDownloadsmacDownloadMacmm">trunk/Source/WebKit2/Shared/Downloads/mac/DownloadMac.mm</a></li>
<li><a href="#trunkSourceWebKit2SharedEditorStatecpp">trunk/Source/WebKit2/Shared/EditorState.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedEditorStateh">trunk/Source/WebKit2/Shared/EditorState.h</a></li>
<li><a href="#trunkSourceWebKit2SharedEntryPointUtilitiesmacLegacyProcessChildProcessEntryPointh">trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/LegacyProcess/ChildProcessEntryPoint.h</a></li>
<li><a href="#trunkSourceWebKit2SharedEntryPointUtilitiesmacLegacyProcessChildProcessEntryPointmm">trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/LegacyProcess/ChildProcessEntryPoint.mm</a></li>
<li><a href="#trunkSourceWebKit2SharedEntryPointUtilitiesmacXPCServiceXPCServiceEntryPointh">trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.h</a></li>
<li><a href="#trunkSourceWebKit2SharedEntryPointUtilitiesmacXPCServiceXPCServiceEntryPointmm">trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.mm</a></li>
<li><a href="#trunkSourceWebKit2SharedFileAPIBlobRegistrationDatacpp">trunk/Source/WebKit2/Shared/FileAPI/BlobRegistrationData.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedFileAPIBlobRegistrationDatah">trunk/Source/WebKit2/Shared/FileAPI/BlobRegistrationData.h</a></li>
<li><a href="#trunkSourceWebKit2SharedFontInfocpp">trunk/Source/WebKit2/Shared/FontInfo.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedFontInfoh">trunk/Source/WebKit2/Shared/FontInfo.h</a></li>
<li><a href="#trunkSourceWebKit2SharedLayerTreeContexth">trunk/Source/WebKit2/Shared/LayerTreeContext.h</a></li>
<li><a href="#trunkSourceWebKit2SharedNetworkCustomProtocolsCustomProtocolManagerh">trunk/Source/WebKit2/Shared/Network/CustomProtocols/CustomProtocolManager.h</a></li>
<li><a href="#trunkSourceWebKit2SharedNetworkCustomProtocolsCustomProtocolManagermessagesin">trunk/Source/WebKit2/Shared/Network/CustomProtocols/CustomProtocolManager.messages.in</a></li>
<li><a href="#trunkSourceWebKit2SharedNetworkCustomProtocolsmacCustomProtocolManagerMacmm">trunk/Source/WebKit2/Shared/Network/CustomProtocols/mac/CustomProtocolManagerMac.mm</a></li>
<li><a href="#trunkSourceWebKit2SharedNetworkNetworkProcessCreationParameterscpp">trunk/Source/WebKit2/Shared/Network/NetworkProcessCreationParameters.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedNetworkNetworkProcessCreationParametersh">trunk/Source/WebKit2/Shared/Network/NetworkProcessCreationParameters.h</a></li>
<li><a href="#trunkSourceWebKit2SharedNetworkNetworkResourceLoadParameterscpp">trunk/Source/WebKit2/Shared/Network/NetworkResourceLoadParameters.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedNetworkNetworkResourceLoadParametersh">trunk/Source/WebKit2/Shared/Network/NetworkResourceLoadParameters.h</a></li>
<li><a href="#trunkSourceWebKit2SharedOriginAndDatabasescpp">trunk/Source/WebKit2/Shared/OriginAndDatabases.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedOriginAndDatabasesh">trunk/Source/WebKit2/Shared/OriginAndDatabases.h</a></li>
<li><a href="#trunkSourceWebKit2SharedPlatformPopupMenuDatacpp">trunk/Source/WebKit2/Shared/PlatformPopupMenuData.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedPlatformPopupMenuDatah">trunk/Source/WebKit2/Shared/PlatformPopupMenuData.h</a></li>
<li><a href="#trunkSourceWebKit2SharedPluginsNPIdentifierDatacpp">trunk/Source/WebKit2/Shared/Plugins/NPIdentifierData.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedPluginsNPIdentifierDatah">trunk/Source/WebKit2/Shared/Plugins/NPIdentifierData.h</a></li>
<li><a href="#trunkSourceWebKit2SharedPluginsNPObjectMessageReceiverh">trunk/Source/WebKit2/Shared/Plugins/NPObjectMessageReceiver.h</a></li>
<li><a href="#trunkSourceWebKit2SharedPluginsNPRemoteObjectMapcpp">trunk/Source/WebKit2/Shared/Plugins/NPRemoteObjectMap.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedPluginsNPRemoteObjectMaph">trunk/Source/WebKit2/Shared/Plugins/NPRemoteObjectMap.h</a></li>
<li><a href="#trunkSourceWebKit2SharedPluginsNPVariantDatacpp">trunk/Source/WebKit2/Shared/Plugins/NPVariantData.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedPluginsNPVariantDatah">trunk/Source/WebKit2/Shared/Plugins/NPVariantData.h</a></li>
<li><a href="#trunkSourceWebKit2SharedPluginsPluginProcessCreationParameterscpp">trunk/Source/WebKit2/Shared/Plugins/PluginProcessCreationParameters.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedPluginsPluginProcessCreationParametersh">trunk/Source/WebKit2/Shared/Plugins/PluginProcessCreationParameters.h</a></li>
<li><a href="#trunkSourceWebKit2SharedPrintInfocpp">trunk/Source/WebKit2/Shared/PrintInfo.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedPrintInfoh">trunk/Source/WebKit2/Shared/PrintInfo.h</a></li>
<li><a href="#trunkSourceWebKit2SharedSandboxExtensionh">trunk/Source/WebKit2/Shared/SandboxExtension.h</a></li>
<li><a href="#trunkSourceWebKit2SharedSecurityOriginDatacpp">trunk/Source/WebKit2/Shared/SecurityOriginData.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedSecurityOriginDatah">trunk/Source/WebKit2/Shared/SecurityOriginData.h</a></li>
<li><a href="#trunkSourceWebKit2SharedSessionStatecpp">trunk/Source/WebKit2/Shared/SessionState.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedSessionStateh">trunk/Source/WebKit2/Shared/SessionState.h</a></li>
<li><a href="#trunkSourceWebKit2SharedShareableBitmapcpp">trunk/Source/WebKit2/Shared/ShareableBitmap.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedShareableBitmaph">trunk/Source/WebKit2/Shared/ShareableBitmap.h</a></li>
<li><a href="#trunkSourceWebKit2SharedShareableResourcecpp">trunk/Source/WebKit2/Shared/ShareableResource.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedShareableResourceh">trunk/Source/WebKit2/Shared/ShareableResource.h</a></li>
<li><a href="#trunkSourceWebKit2SharedStatisticsDatacpp">trunk/Source/WebKit2/Shared/StatisticsData.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedStatisticsDatah">trunk/Source/WebKit2/Shared/StatisticsData.h</a></li>
<li><a href="#trunkSourceWebKit2SharedTextCheckerStateh">trunk/Source/WebKit2/Shared/TextCheckerState.h</a></li>
<li><a href="#trunkSourceWebKit2SharedUpdateInfocpp">trunk/Source/WebKit2/Shared/UpdateInfo.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedUpdateInfoh">trunk/Source/WebKit2/Shared/UpdateInfo.h</a></li>
<li><a href="#trunkSourceWebKit2SharedUserDatacpp">trunk/Source/WebKit2/Shared/UserData.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedUserDatah">trunk/Source/WebKit2/Shared/UserData.h</a></li>
<li><a href="#trunkSourceWebKit2SharedUserMessageCodersh">trunk/Source/WebKit2/Shared/UserMessageCoders.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebBackForwardListItemcpp">trunk/Source/WebKit2/Shared/WebBackForwardListItem.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebBackForwardListItemh">trunk/Source/WebKit2/Shared/WebBackForwardListItem.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebConnectioncpp">trunk/Source/WebKit2/Shared/WebConnection.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebConnectionh">trunk/Source/WebKit2/Shared/WebConnection.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebContextMenuItemDatacpp">trunk/Source/WebKit2/Shared/WebContextMenuItemData.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebContextMenuItemDatah">trunk/Source/WebKit2/Shared/WebContextMenuItemData.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebCoreArgumentCoderscpp">trunk/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebCoreArgumentCodersh">trunk/Source/WebKit2/Shared/WebCoreArgumentCoders.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebEventcpp">trunk/Source/WebKit2/Shared/WebEvent.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebEventh">trunk/Source/WebKit2/Shared/WebEvent.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebGeolocationPositioncpp">trunk/Source/WebKit2/Shared/WebGeolocationPosition.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebGeolocationPositionh">trunk/Source/WebKit2/Shared/WebGeolocationPosition.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebHitTestResultcpp">trunk/Source/WebKit2/Shared/WebHitTestResult.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebHitTestResulth">trunk/Source/WebKit2/Shared/WebHitTestResult.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebKeyboardEventcpp">trunk/Source/WebKit2/Shared/WebKeyboardEvent.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebMouseEventcpp">trunk/Source/WebKit2/Shared/WebMouseEvent.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebNavigationDataStoreh">trunk/Source/WebKit2/Shared/WebNavigationDataStore.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebPageCreationParameterscpp">trunk/Source/WebKit2/Shared/WebPageCreationParameters.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebPageCreationParametersh">trunk/Source/WebKit2/Shared/WebPageCreationParameters.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebPageGroupDatacpp">trunk/Source/WebKit2/Shared/WebPageGroupData.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebPageGroupDatah">trunk/Source/WebKit2/Shared/WebPageGroupData.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebPlatformTouchPointcpp">trunk/Source/WebKit2/Shared/WebPlatformTouchPoint.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebPopupItemcpp">trunk/Source/WebKit2/Shared/WebPopupItem.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebPopupItemh">trunk/Source/WebKit2/Shared/WebPopupItem.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebPreferencesStorecpp">trunk/Source/WebKit2/Shared/WebPreferencesStore.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebPreferencesStoreh">trunk/Source/WebKit2/Shared/WebPreferencesStore.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebProcessCreationParameterscpp">trunk/Source/WebKit2/Shared/WebProcessCreationParameters.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebProcessCreationParametersh">trunk/Source/WebKit2/Shared/WebProcessCreationParameters.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebSerializedScriptValueh">trunk/Source/WebKit2/Shared/WebSerializedScriptValue.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebTouchEventcpp">trunk/Source/WebKit2/Shared/WebTouchEvent.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebWheelEventcpp">trunk/Source/WebKit2/Shared/WebWheelEvent.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedcfArgumentCodersCFcpp">trunk/Source/WebKit2/Shared/cf/ArgumentCodersCF.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedcfArgumentCodersCFh">trunk/Source/WebKit2/Shared/cf/ArgumentCodersCF.h</a></li>
<li><a href="#trunkSourceWebKit2SharedmacArgumentCodersMach">trunk/Source/WebKit2/Shared/mac/ArgumentCodersMac.h</a></li>
<li><a href="#trunkSourceWebKit2SharedmacArgumentCodersMacmm">trunk/Source/WebKit2/Shared/mac/ArgumentCodersMac.mm</a></li>
<li><a href="#trunkSourceWebKit2SharedmacAttributedStringh">trunk/Source/WebKit2/Shared/mac/AttributedString.h</a></li>
<li><a href="#trunkSourceWebKit2SharedmacAttributedStringmm">trunk/Source/WebKit2/Shared/mac/AttributedString.mm</a></li>
<li><a href="#trunkSourceWebKit2SharedmacColorSpaceDatah">trunk/Source/WebKit2/Shared/mac/ColorSpaceData.h</a></li>
<li><a href="#trunkSourceWebKit2SharedmacColorSpaceDatamm">trunk/Source/WebKit2/Shared/mac/ColorSpaceData.mm</a></li>
<li><a href="#trunkSourceWebKit2SharedmacLayerTreeContextMacmm">trunk/Source/WebKit2/Shared/mac/LayerTreeContextMac.mm</a></li>
<li><a href="#trunkSourceWebKit2SharedmacObjCObjectGraphCodersh">trunk/Source/WebKit2/Shared/mac/ObjCObjectGraphCoders.h</a></li>
<li><a href="#trunkSourceWebKit2SharedmacObjCObjectGraphCodersmm">trunk/Source/WebKit2/Shared/mac/ObjCObjectGraphCoders.mm</a></li>
<li><a href="#trunkSourceWebKit2SharedmacRemoteLayerBackingStoreh">trunk/Source/WebKit2/Shared/mac/RemoteLayerBackingStore.h</a></li>
<li><a href="#trunkSourceWebKit2SharedmacRemoteLayerBackingStoremm">trunk/Source/WebKit2/Shared/mac/RemoteLayerBackingStore.mm</a></li>
<li><a href="#trunkSourceWebKit2SharedmacRemoteLayerTreeTransactionh">trunk/Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.h</a></li>
<li><a href="#trunkSourceWebKit2SharedmacRemoteLayerTreeTransactionmm">trunk/Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.mm</a></li>
<li><a href="#trunkSourceWebKit2SharedmacSandboxExtensionMacmm">trunk/Source/WebKit2/Shared/mac/SandboxExtensionMac.mm</a></li>
<li><a href="#trunkSourceWebKit2SharedmacSecItemRequestDatacpp">trunk/Source/WebKit2/Shared/mac/SecItemRequestData.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedmacSecItemRequestDatah">trunk/Source/WebKit2/Shared/mac/SecItemRequestData.h</a></li>
<li><a href="#trunkSourceWebKit2SharedmacSecItemResponseDatacpp">trunk/Source/WebKit2/Shared/mac/SecItemResponseData.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedmacSecItemResponseDatah">trunk/Source/WebKit2/Shared/mac/SecItemResponseData.h</a></li>
<li><a href="#trunkSourceWebKit2SharedmacSecItemShimcpp">trunk/Source/WebKit2/Shared/mac/SecItemShim.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedmacSecItemShimh">trunk/Source/WebKit2/Shared/mac/SecItemShim.h</a></li>
<li><a href="#trunkSourceWebKit2SharedmacWebCoreArgumentCodersMacmm">trunk/Source/WebKit2/Shared/mac/WebCoreArgumentCodersMac.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPImacPageClientImplh">trunk/Source/WebKit2/UIProcess/API/mac/PageClientImpl.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPImacPageClientImplmm">trunk/Source/WebKit2/UIProcess/API/mac/PageClientImpl.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPImacWKViewmm">trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPImacWKViewInternalh">trunk/Source/WebKit2/UIProcess/API/mac/WKViewInternal.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAuthenticationAuthenticationChallengeProxycpp">trunk/Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAuthenticationAuthenticationChallengeProxyh">trunk/Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessDatabasesDatabaseProcessProxycpp">trunk/Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessDatabasesDatabaseProcessProxyh">trunk/Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessDatabasesDatabaseProcessProxymessagesin">trunk/Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.messages.in</a></li>
<li><a href="#trunkSourceWebKit2UIProcessDownloadsDownloadProxycpp">trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessDownloadsDownloadProxyh">trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessDownloadsDownloadProxymessagesin">trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.messages.in</a></li>
<li><a href="#trunkSourceWebKit2UIProcessDrawingAreaProxyh">trunk/Source/WebKit2/UIProcess/DrawingAreaProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessLauncherProcessLaunchercpp">trunk/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessLauncherProcessLauncherh">trunk/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessLaunchermacProcessLauncherMacmm">trunk/Source/WebKit2/UIProcess/Launcher/mac/ProcessLauncherMac.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessNetworkCustomProtocolsCustomProtocolManagerProxyh">trunk/Source/WebKit2/UIProcess/Network/CustomProtocols/CustomProtocolManagerProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessNetworkCustomProtocolsmacCustomProtocolManagerProxyMacmm">trunk/Source/WebKit2/UIProcess/Network/CustomProtocols/mac/CustomProtocolManagerProxyMac.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessNetworkNetworkProcessProxycpp">trunk/Source/WebKit2/UIProcess/Network/NetworkProcessProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessNetworkNetworkProcessProxyh">trunk/Source/WebKit2/UIProcess/Network/NetworkProcessProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessNetworkNetworkProcessProxymessagesin">trunk/Source/WebKit2/UIProcess/Network/NetworkProcessProxy.messages.in</a></li>
<li><a href="#trunkSourceWebKit2UIProcessNotificationsWebNotificationh">trunk/Source/WebKit2/UIProcess/Notifications/WebNotification.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessPageClienth">trunk/Source/WebKit2/UIProcess/PageClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessPluginsPluginProcessManagerh">trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessManager.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessPluginsPluginProcessProxycpp">trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessPluginsPluginProcessProxyh">trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessPluginsPluginProcessProxymessagesin">trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.messages.in</a></li>
<li><a href="#trunkSourceWebKit2UIProcessPluginsmacPluginProcessProxyMacmm">trunk/Source/WebKit2/UIProcess/Plugins/mac/PluginProcessProxyMac.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessStorageStorageManagercpp">trunk/Source/WebKit2/UIProcess/Storage/StorageManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessStorageStorageManagerh">trunk/Source/WebKit2/UIProcess/Storage/StorageManager.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebApplicationCacheManagerProxyh">trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebConnectionToWebProcesscpp">trunk/Source/WebKit2/UIProcess/WebConnectionToWebProcess.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebConnectionToWebProcessh">trunk/Source/WebKit2/UIProcess/WebConnectionToWebProcess.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebContextcpp">trunk/Source/WebKit2/UIProcess/WebContext.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebContexth">trunk/Source/WebKit2/UIProcess/WebContext.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebContextUserMessageCodersh">trunk/Source/WebKit2/UIProcess/WebContextUserMessageCoders.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebCookieManagerProxyh">trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebDatabaseManagerProxyh">trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebEditCommandProxycpp">trunk/Source/WebKit2/UIProcess/WebEditCommandProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebFrameProxyh">trunk/Source/WebKit2/UIProcess/WebFrameProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebFullScreenManagerProxyh">trunk/Source/WebKit2/UIProcess/WebFullScreenManagerProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebGeolocationManagerProxycpp">trunk/Source/WebKit2/UIProcess/WebGeolocationManagerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebGeolocationManagerProxyh">trunk/Source/WebKit2/UIProcess/WebGeolocationManagerProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebIconDatabasecpp">trunk/Source/WebKit2/UIProcess/WebIconDatabase.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebIconDatabaseh">trunk/Source/WebKit2/UIProcess/WebIconDatabase.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebIconDatabasemessagesin">trunk/Source/WebKit2/UIProcess/WebIconDatabase.messages.in</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebInspectorProxyh">trunk/Source/WebKit2/UIProcess/WebInspectorProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebMediaCacheManagerProxyh">trunk/Source/WebKit2/UIProcess/WebMediaCacheManagerProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebOriginDataManagerProxyh">trunk/Source/WebKit2/UIProcess/WebOriginDataManagerProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebPageProxycpp">trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebPageProxyh">trunk/Source/WebKit2/UIProcess/WebPageProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebPageProxymessagesin">trunk/Source/WebKit2/UIProcess/WebPageProxy.messages.in</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebProcessProxycpp">trunk/Source/WebKit2/UIProcess/WebProcessProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebProcessProxyh">trunk/Source/WebKit2/UIProcess/WebProcessProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebProcessProxymessagesin">trunk/Source/WebKit2/UIProcess/WebProcessProxy.messages.in</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebResourceCacheManagerProxyh">trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcesscfWebBackForwardListCFcpp">trunk/Source/WebKit2/UIProcess/cf/WebBackForwardListCF.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessmacRemoteLayerTreeHosth">trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessmacSecItemShimProxycpp">trunk/Source/WebKit2/UIProcess/mac/SecItemShimProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessmacSecItemShimProxyh">trunk/Source/WebKit2/UIProcess/mac/SecItemShimProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessmacViewGestureControllerh">trunk/Source/WebKit2/UIProcess/mac/ViewGestureController.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessmacWebContextMacmm">trunk/Source/WebKit2/UIProcess/mac/WebContextMac.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessmacWebPageProxyMacmm">trunk/Source/WebKit2/UIProcess/mac/WebPageProxyMac.mm</a></li>
<li><a href="#trunkSourceWebKit2WebKit2xcodeprojprojectpbxproj">trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkSourceWebKit2WebProcessApplicationCacheWebApplicationCacheManagerh">trunk/Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessCookiesWebCookieManagerh">trunk/Source/WebKit2/WebProcess/Cookies/WebCookieManager.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessDatabasesIndexedDBWebIDBServerConnectioncpp">trunk/Source/WebKit2/WebProcess/Databases/IndexedDB/WebIDBServerConnection.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessDatabasesIndexedDBWebIDBServerConnectionh">trunk/Source/WebKit2/WebProcess/Databases/IndexedDB/WebIDBServerConnection.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessDatabasesWebToDatabaseProcessConnectioncpp">trunk/Source/WebKit2/WebProcess/Databases/WebToDatabaseProcessConnection.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessDatabasesWebToDatabaseProcessConnectionh">trunk/Source/WebKit2/WebProcess/Databases/WebToDatabaseProcessConnection.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessEntryPointmacLegacyProcessWebContentProcessMainmm">trunk/Source/WebKit2/WebProcess/EntryPoint/mac/LegacyProcess/WebContentProcessMain.mm</a></li>
<li><a href="#trunkSourceWebKit2WebProcessFullScreenWebFullScreenManagercpp">trunk/Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessFullScreenWebFullScreenManagerh">trunk/Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessGeolocationWebGeolocationManagerh">trunk/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessIconDatabaseWebIconDatabaseProxycpp">trunk/Source/WebKit2/WebProcess/IconDatabase/WebIconDatabaseProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessIconDatabaseWebIconDatabaseProxyh">trunk/Source/WebKit2/WebProcess/IconDatabase/WebIconDatabaseProxy.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleInjectedBundleUserMessageCodersh">trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleUserMessageCoders.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessMediaCacheWebMediaCacheManagerh">trunk/Source/WebKit2/WebProcess/MediaCache/WebMediaCacheManager.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessNetworkNetworkProcessConnectioncpp">trunk/Source/WebKit2/WebProcess/Network/NetworkProcessConnection.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessNetworkNetworkProcessConnectionh">trunk/Source/WebKit2/WebProcess/Network/NetworkProcessConnection.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessNetworkWebResourceLoadercpp">trunk/Source/WebKit2/WebProcess/Network/WebResourceLoader.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessNetworkWebResourceLoaderh">trunk/Source/WebKit2/WebProcess/Network/WebResourceLoader.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessNetworkWebResourceLoadermessagesin">trunk/Source/WebKit2/WebProcess/Network/WebResourceLoader.messages.in</a></li>
<li><a href="#trunkSourceWebKit2WebProcessNotificationsWebNotificationManagerh">trunk/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessOriginDataWebOriginDataManagerh">trunk/Source/WebKit2/WebProcess/OriginData/WebOriginDataManager.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessPluginsPDFPDFPluginh">trunk/Source/WebKit2/WebProcess/Plugins/PDF/PDFPlugin.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessPluginsPlugincpp">trunk/Source/WebKit2/WebProcess/Plugins/Plugin.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessPluginsPluginh">trunk/Source/WebKit2/WebProcess/Plugins/Plugin.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessPluginsPluginProcessConnectioncpp">trunk/Source/WebKit2/WebProcess/Plugins/PluginProcessConnection.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessPluginsPluginProcessConnectionh">trunk/Source/WebKit2/WebProcess/Plugins/PluginProcessConnection.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessPluginsPluginProcessConnectionManagercpp">trunk/Source/WebKit2/WebProcess/Plugins/PluginProcessConnectionManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessPluginsPluginProcessConnectionManagerh">trunk/Source/WebKit2/WebProcess/Plugins/PluginProcessConnectionManager.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessPluginsPluginProxycpp">trunk/Source/WebKit2/WebProcess/Plugins/PluginProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessPluginsPluginProxyh">trunk/Source/WebKit2/WebProcess/Plugins/PluginProxy.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessResourceCacheWebResourceCacheManagerh">trunk/Source/WebKit2/WebProcess/ResourceCache/WebResourceCacheManager.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessStorageStorageAreaMaph">trunk/Source/WebKit2/WebProcess/Storage/StorageAreaMap.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebConnectionToUIProcesscpp">trunk/Source/WebKit2/WebProcess/WebConnectionToUIProcess.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebConnectionToUIProcessh">trunk/Source/WebKit2/WebProcess/WebConnectionToUIProcess.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebCoreSupportWebChromeClientcpp">trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebCoreSupportWebDatabaseManagerh">trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebCoreSupportWebFrameLoaderClientcpp">trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageDecoderAdaptercpp">trunk/Source/WebKit2/WebProcess/WebPage/DecoderAdapter.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageDecoderAdapterh">trunk/Source/WebKit2/WebProcess/WebPage/DecoderAdapter.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageDrawingAreah">trunk/Source/WebKit2/WebProcess/WebPage/DrawingArea.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageEncoderAdaptercpp">trunk/Source/WebKit2/WebProcess/WebPage/EncoderAdapter.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageEncoderAdapterh">trunk/Source/WebKit2/WebProcess/WebPage/EncoderAdapter.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageEventDispatchercpp">trunk/Source/WebKit2/WebProcess/WebPage/EventDispatcher.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageEventDispatcherh">trunk/Source/WebKit2/WebProcess/WebPage/EventDispatcher.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageLayerTreeHosth">trunk/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageViewGestureGeometryCollectorh">trunk/Source/WebKit2/WebProcess/WebPage/ViewGestureGeometryCollector.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageWebInspectorcpp">trunk/Source/WebKit2/WebProcess/WebPage/WebInspector.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageWebInspectorh">trunk/Source/WebKit2/WebProcess/WebPage/WebInspector.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageWebPagecpp">trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageWebPageh">trunk/Source/WebKit2/WebProcess/WebPage/WebPage.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageWebPagemessagesin">trunk/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageWebPageGroupProxyh">trunk/Source/WebKit2/WebProcess/WebPage/WebPageGroupProxy.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPagemacWebPageMacmm">trunk/Source/WebKit2/WebProcess/WebPage/mac/WebPageMac.mm</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebProcesscpp">trunk/Source/WebKit2/WebProcess/WebProcess.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebProcessh">trunk/Source/WebKit2/WebProcess/WebProcess.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebProcessmessagesin">trunk/Source/WebKit2/WebProcess/WebProcess.messages.in</a></li>
<li><a href="#trunkSourceWebKit2WebProcessmacWebProcessMacmm">trunk/Source/WebKit2/WebProcess/mac/WebProcessMac.mm</a></li>
<li><a href="#trunkSourceWebKit2configh">trunk/Source/WebKit2/config.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/ChangeLog        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -1,5 +1,774 @@
</span><span class="cx"> 2013-12-30  Anders Carlsson  &lt;andersca@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Move code over to the IPC namespace.
+
+        Rubber-stamped by Andreas Kling.
+
+        * DatabaseProcess/DatabaseProcess.cpp:
+        (WebKit::DatabaseProcess::initializeConnection):
+        (WebKit::DatabaseProcess::didClose):
+        (WebKit::DatabaseProcess::didReceiveInvalidMessage):
+        (WebKit::DatabaseProcess::createDatabaseToWebProcessConnection):
+        * DatabaseProcess/DatabaseProcess.h:
+        * DatabaseProcess/DatabaseToWebProcessConnection.cpp:
+        (WebKit::DatabaseToWebProcessConnection::create):
+        (WebKit::DatabaseToWebProcessConnection::DatabaseToWebProcessConnection):
+        (WebKit::DatabaseToWebProcessConnection::didReceiveMessage):
+        (WebKit::DatabaseToWebProcessConnection::didClose):
+        (WebKit::DatabaseToWebProcessConnection::didReceiveInvalidMessage):
+        * DatabaseProcess/DatabaseToWebProcessConnection.h:
+        (WebKit::DatabaseToWebProcessConnection::connection):
+        * DatabaseProcess/IndexedDB/DatabaseProcessIDBConnection.cpp:
+        (WebKit::DatabaseProcessIDBConnection::messageSenderConnection):
+        * DatabaseProcess/IndexedDB/DatabaseProcessIDBConnection.h:
+        * NetworkProcess/AsynchronousNetworkLoaderClient.cpp:
+        (WebKit::AsynchronousNetworkLoaderClient::willSendRequest):
+        (WebKit::AsynchronousNetworkLoaderClient::canAuthenticateAgainstProtectionSpace):
+        (WebKit::AsynchronousNetworkLoaderClient::didReceiveBuffer):
+        * NetworkProcess/NetworkConnectionToWebProcess.cpp:
+        (WebKit::NetworkConnectionToWebProcess::create):
+        (WebKit::NetworkConnectionToWebProcess::NetworkConnectionToWebProcess):
+        (WebKit::NetworkConnectionToWebProcess::didReceiveMessage):
+        (WebKit::NetworkConnectionToWebProcess::didReceiveSyncMessage):
+        (WebKit::NetworkConnectionToWebProcess::didClose):
+        (WebKit::NetworkConnectionToWebProcess::didReceiveInvalidMessage):
+        * NetworkProcess/NetworkConnectionToWebProcess.h:
+        (WebKit::NetworkConnectionToWebProcess::connection):
+        * NetworkProcess/NetworkProcess.cpp:
+        (WebKit::NetworkProcess::didReceiveMessage):
+        (WebKit::NetworkProcess::didReceiveSyncMessage):
+        (WebKit::NetworkProcess::didClose):
+        (WebKit::NetworkProcess::didReceiveInvalidMessage):
+        (WebKit::NetworkProcess::downloadProxyConnection):
+        (WebKit::NetworkProcess::initializeConnection):
+        (WebKit::NetworkProcess::createNetworkConnectionToWebProcess):
+        * NetworkProcess/NetworkProcess.h:
+        * NetworkProcess/NetworkResourceLoader.cpp:
+        (WebKit::NetworkResourceLoader::messageSenderConnection):
+        * NetworkProcess/NetworkResourceLoader.h:
+        * NetworkProcess/mac/DiskCacheMonitor.h:
+        * NetworkProcess/mac/DiskCacheMonitor.mm:
+        (WebKit::DiskCacheMonitor::messageSenderConnection):
+        * Platform/IPC/ArgumentCoder.h:
+        * Platform/IPC/ArgumentCoders.cpp:
+        * Platform/IPC/ArgumentCoders.h:
+        * Platform/IPC/ArgumentDecoder.cpp:
+        * Platform/IPC/ArgumentDecoder.h:
+        * Platform/IPC/ArgumentEncoder.cpp:
+        * Platform/IPC/ArgumentEncoder.h:
+        * Platform/IPC/Arguments.h:
+        * Platform/IPC/Attachment.cpp:
+        * Platform/IPC/Attachment.h:
+        * Platform/IPC/Connection.cpp:
+        (IPC::Connection::Connection):
+        * Platform/IPC/Connection.h:
+        * Platform/IPC/HandleMessage.h:
+        * Platform/IPC/MessageDecoder.cpp:
+        * Platform/IPC/MessageDecoder.h:
+        * Platform/IPC/MessageEncoder.cpp:
+        * Platform/IPC/MessageEncoder.h:
+        * Platform/IPC/MessageFlags.h:
+        * Platform/IPC/MessageReceiver.h:
+        * Platform/IPC/MessageReceiverMap.cpp:
+        * Platform/IPC/MessageReceiverMap.h:
+        * Platform/IPC/mac/ConnectionMac.cpp:
+        * Platform/IPC/mac/ImportanceAssertion.h:
+        * Platform/IPC/mac/MachPort.h:
+        * Platform/SharedMemory.h:
+        * Platform/mac/SharedMemoryMac.cpp:
+        (WebKit::SharedMemory::Handle::encode):
+        (WebKit::SharedMemory::Handle::decode):
+        * PluginProcess/PluginControllerProxy.cpp:
+        (WebKit::PluginControllerProxy::streamDidReceiveData):
+        (WebKit::PluginControllerProxy::manualStreamDidReceiveData):
+        * PluginProcess/PluginControllerProxy.h:
+        * PluginProcess/PluginControllerProxy.messages.in:
+        * PluginProcess/PluginCreationParameters.cpp:
+        (WebKit::PluginCreationParameters::encode):
+        (WebKit::PluginCreationParameters::decode):
+        * PluginProcess/PluginCreationParameters.h:
+        * PluginProcess/PluginProcess.cpp:
+        (WebKit::PluginProcess::didReceiveMessage):
+        (WebKit::PluginProcess::didClose):
+        (WebKit::PluginProcess::didReceiveInvalidMessage):
+        (WebKit::PluginProcess::createWebProcessConnection):
+        * PluginProcess/PluginProcess.h:
+        * PluginProcess/WebProcessConnection.cpp:
+        (WebKit::WebProcessConnection::create):
+        (WebKit::WebProcessConnection::WebProcessConnection):
+        (WebKit::WebProcessConnection::setGlobalException):
+        (WebKit::WebProcessConnection::didReceiveMessage):
+        (WebKit::WebProcessConnection::didReceiveSyncMessage):
+        (WebKit::WebProcessConnection::didClose):
+        (WebKit::WebProcessConnection::didReceiveInvalidMessage):
+        * PluginProcess/WebProcessConnection.h:
+        (WebKit::WebProcessConnection::connection):
+        * PluginProcess/mac/PluginControllerProxyMac.mm:
+        (WebKit::PluginControllerProxy::setComplexTextInputState):
+        * Scripts/webkit2/messages.py:
+        (arguments_type_old):
+        (message_to_struct_declaration):
+        (forward_declarations_and_headers):
+        (generate_messages_header):
+        (async_message_statement):
+        (sync_message_statement):
+        (headers_for_type):
+        (generate_message_handler):
+        * Scripts/webkit2/messages_unittest.py:
+        (IPC):
+        (std):
+        * Shared/API/Cocoa/RemoteObjectRegistry.h:
+        * Shared/APIGeometry.cpp:
+        (API::Point::encode):
+        (API::Point::decode):
+        (API::Size::encode):
+        (API::Size::decode):
+        (API::Rect::encode):
+        (API::Rect::decode):
+        * Shared/APIGeometry.h:
+        * Shared/APINumber.h:
+        (API::Number::encode):
+        (API::Number::decode):
+        * Shared/Authentication/AuthenticationManager.h:
+        * Shared/ChildProcess.cpp:
+        (WebKit::didCloseOnConnectionWorkQueue):
+        (WebKit::ChildProcess::initialize):
+        (WebKit::ChildProcess::initializeConnection):
+        (WebKit::ChildProcess::addMessageReceiver):
+        (WebKit::ChildProcess::removeMessageReceiver):
+        (WebKit::ChildProcess::messageSenderConnection):
+        * Shared/ChildProcess.h:
+        (WebKit::ChildProcess::parentProcessConnection):
+        (WebKit::ChildProcess::messageReceiverMap):
+        * Shared/ChildProcessProxy.cpp:
+        (WebKit::ChildProcessProxy::fromConnection):
+        (WebKit::ChildProcessProxy::sendMessage):
+        (WebKit::ChildProcessProxy::addMessageReceiver):
+        (WebKit::ChildProcessProxy::removeMessageReceiver):
+        (WebKit::ChildProcessProxy::dispatchMessage):
+        (WebKit::ChildProcessProxy::dispatchSyncMessage):
+        (WebKit::ChildProcessProxy::didFinishLaunching):
+        (WebKit::ChildProcessProxy::connectionWillOpen):
+        (WebKit::ChildProcessProxy::connectionWillClose):
+        * Shared/ChildProcessProxy.h:
+        (WebKit::ChildProcessProxy::connection):
+        (WebKit::ChildProcessProxy::send):
+        * Shared/ChildProcessSupplement.h:
+        (WebKit::ChildProcessSupplement::initializeConnection):
+        * Shared/ConnectionStack.h:
+        (WebKit::ConnectionStack::current):
+        (WebKit::ConnectionStack::CurrentConnectionPusher::CurrentConnectionPusher):
+        * Shared/CoreIPCSupport/WebContextMessageKinds.h:
+        (WebContextLegacyMessages::messageReceiverName):
+        (WebContextLegacyMessages::postMessageMessageName):
+        (WebContextLegacyMessages::postSynchronousMessageMessageName):
+        * Shared/Databases/DatabaseProcessCreationParameters.cpp:
+        (WebKit::DatabaseProcessCreationParameters::encode):
+        (WebKit::DatabaseProcessCreationParameters::decode):
+        * Shared/Databases/DatabaseProcessCreationParameters.h:
+        * Shared/DictionaryPopupInfo.cpp:
+        (WebKit::DictionaryPopupInfo::encode):
+        (WebKit::DictionaryPopupInfo::decode):
+        * Shared/DictionaryPopupInfo.h:
+        * Shared/Downloads/Download.cpp:
+        (WebKit::Download::didFail):
+        (WebKit::Download::didCancel):
+        (WebKit::Download::messageSenderConnection):
+        * Shared/Downloads/Download.h:
+        * Shared/Downloads/DownloadManager.cpp:
+        (WebKit::DownloadManager::downloadProxyConnection):
+        * Shared/Downloads/DownloadManager.h:
+        * Shared/Downloads/mac/DownloadMac.mm:
+        (WebKit::Download::cancel):
+        (-[WKDownloadAsDelegate download:didFailWithError:]):
+        * Shared/EditorState.cpp:
+        (WebKit::EditorState::encode):
+        (WebKit::EditorState::decode):
+        * Shared/EditorState.h:
+        * Shared/EntryPointUtilities/mac/LegacyProcess/ChildProcessEntryPoint.h:
+        * Shared/EntryPointUtilities/mac/LegacyProcess/ChildProcessEntryPoint.mm:
+        (WebKit::ChildProcessMainDelegate::getConnectionIdentifier):
+        * Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.h:
+        * Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.mm:
+        (WebKit::XPCServiceInitializerDelegate::getConnectionIdentifier):
+        * Shared/FileAPI/BlobRegistrationData.cpp:
+        (WebKit::BlobRegistrationData::encode):
+        (WebKit::BlobRegistrationData::decode):
+        * Shared/FileAPI/BlobRegistrationData.h:
+        * Shared/FontInfo.cpp:
+        (WebKit::FontInfo::encode):
+        (WebKit::FontInfo::decode):
+        * Shared/FontInfo.h:
+        * Shared/LayerTreeContext.h:
+        * Shared/Network/CustomProtocols/CustomProtocolManager.h:
+        * Shared/Network/CustomProtocols/CustomProtocolManager.messages.in:
+        * Shared/Network/CustomProtocols/mac/CustomProtocolManagerMac.mm:
+        (WebKit::CustomProtocolManager::initializeConnection):
+        (WebKit::CustomProtocolManager::didLoadData):
+        * Shared/Network/NetworkProcessCreationParameters.cpp:
+        (WebKit::NetworkProcessCreationParameters::encode):
+        (WebKit::NetworkProcessCreationParameters::decode):
+        * Shared/Network/NetworkProcessCreationParameters.h:
+        * Shared/Network/NetworkResourceLoadParameters.cpp:
+        (WebKit::NetworkResourceLoadParameters::encode):
+        (WebKit::NetworkResourceLoadParameters::decode):
+        * Shared/Network/NetworkResourceLoadParameters.h:
+        * Shared/OriginAndDatabases.cpp:
+        (WebKit::OriginAndDatabases::encode):
+        (WebKit::OriginAndDatabases::decode):
+        * Shared/OriginAndDatabases.h:
+        * Shared/PlatformPopupMenuData.cpp:
+        (WebKit::PlatformPopupMenuData::encode):
+        (WebKit::PlatformPopupMenuData::decode):
+        * Shared/PlatformPopupMenuData.h:
+        * Shared/Plugins/NPIdentifierData.cpp:
+        (WebKit::NPIdentifierData::encode):
+        (WebKit::NPIdentifierData::decode):
+        * Shared/Plugins/NPIdentifierData.h:
+        * Shared/Plugins/NPObjectMessageReceiver.h:
+        * Shared/Plugins/NPRemoteObjectMap.cpp:
+        (WebKit::NPRemoteObjectMap::create):
+        (WebKit::NPRemoteObjectMap::NPRemoteObjectMap):
+        (WebKit::NPRemoteObjectMap::didReceiveSyncMessage):
+        * Shared/Plugins/NPRemoteObjectMap.h:
+        (WebKit::NPRemoteObjectMap::connection):
+        * Shared/Plugins/NPVariantData.cpp:
+        (WebKit::NPVariantData::encode):
+        (WebKit::NPVariantData::decode):
+        * Shared/Plugins/NPVariantData.h:
+        * Shared/Plugins/PluginProcessCreationParameters.cpp:
+        (WebKit::PluginProcessCreationParameters::encode):
+        (WebKit::PluginProcessCreationParameters::decode):
+        * Shared/Plugins/PluginProcessCreationParameters.h:
+        * Shared/PrintInfo.cpp:
+        (WebKit::PrintInfo::encode):
+        (WebKit::PrintInfo::decode):
+        * Shared/PrintInfo.h:
+        * Shared/SandboxExtension.h:
+        (WebKit::SandboxExtension::Handle::encode):
+        (WebKit::SandboxExtension::Handle::decode):
+        (WebKit::SandboxExtension::HandleArray::encode):
+        (WebKit::SandboxExtension::HandleArray::decode):
+        * Shared/SecurityOriginData.cpp:
+        (WebKit::SecurityOriginData::encode):
+        (WebKit::SecurityOriginData::decode):
+        * Shared/SecurityOriginData.h:
+        * Shared/SessionState.cpp:
+        (WebKit::SessionState::encode):
+        (WebKit::SessionState::decode):
+        * Shared/SessionState.h:
+        * Shared/ShareableBitmap.cpp:
+        (WebKit::ShareableBitmap::Handle::encode):
+        (WebKit::ShareableBitmap::Handle::decode):
+        * Shared/ShareableBitmap.h:
+        * Shared/ShareableResource.cpp:
+        (WebKit::ShareableResource::Handle::encode):
+        (WebKit::ShareableResource::Handle::decode):
+        * Shared/ShareableResource.h:
+        * Shared/StatisticsData.cpp:
+        (WebKit::StatisticsData::encode):
+        (WebKit::StatisticsData::decode):
+        * Shared/StatisticsData.h:
+        * Shared/TextCheckerState.h:
+        * Shared/UpdateInfo.cpp:
+        (WebKit::UpdateInfo::encode):
+        (WebKit::UpdateInfo::decode):
+        * Shared/UpdateInfo.h:
+        * Shared/UserData.cpp:
+        (WebKit::UserData::encode):
+        (WebKit::UserData::decode):
+        * Shared/UserData.h:
+        * Shared/UserMessageCoders.h:
+        (WebKit::UserMessageEncoder::baseEncode):
+        (WebKit::UserMessageDecoder::baseDecode):
+        * Shared/WebBackForwardListItem.cpp:
+        (WebKit::WebBackForwardListItem::encode):
+        (WebKit::WebBackForwardListItem::decode):
+        * Shared/WebBackForwardListItem.h:
+        * Shared/WebConnection.cpp:
+        (WebKit::WebConnection::postMessage):
+        (WebKit::WebConnection::didReceiveMessage):
+        (WebKit::WebConnection::handleMessage):
+        * Shared/WebConnection.h:
+        * Shared/WebContextMenuItemData.cpp:
+        (WebKit::WebContextMenuItemData::encode):
+        (WebKit::WebContextMenuItemData::decode):
+        * Shared/WebContextMenuItemData.h:
+        * Shared/WebCoreArgumentCoders.cpp:
+        * Shared/WebCoreArgumentCoders.h:
+        * Shared/WebEvent.cpp:
+        (WebKit::WebEvent::encode):
+        (WebKit::WebEvent::decode):
+        * Shared/WebEvent.h:
+        * Shared/WebGeolocationPosition.cpp:
+        (WebKit::WebGeolocationPosition::Data::encode):
+        (WebKit::WebGeolocationPosition::Data::decode):
+        * Shared/WebGeolocationPosition.h:
+        * Shared/WebHitTestResult.cpp:
+        (WebKit::WebHitTestResult::Data::encode):
+        (WebKit::WebHitTestResult::Data::decode):
+        * Shared/WebHitTestResult.h:
+        * Shared/WebKeyboardEvent.cpp:
+        (WebKit::WebKeyboardEvent::encode):
+        (WebKit::WebKeyboardEvent::decode):
+        * Shared/WebMouseEvent.cpp:
+        (WebKit::WebMouseEvent::encode):
+        (WebKit::WebMouseEvent::decode):
+        * Shared/WebNavigationDataStore.h:
+        (WebKit::WebNavigationDataStore::encode):
+        (WebKit::WebNavigationDataStore::decode):
+        * Shared/WebPageCreationParameters.cpp:
+        (WebKit::WebPageCreationParameters::encode):
+        (WebKit::WebPageCreationParameters::decode):
+        * Shared/WebPageCreationParameters.h:
+        * Shared/WebPageGroupData.cpp:
+        (WebKit::WebPageGroupData::encode):
+        (WebKit::WebPageGroupData::decode):
+        * Shared/WebPageGroupData.h:
+        * Shared/WebPlatformTouchPoint.cpp:
+        (WebKit::WebPlatformTouchPoint::encode):
+        (WebKit::WebPlatformTouchPoint::decode):
+        * Shared/WebPopupItem.cpp:
+        (WebKit::WebPopupItem::encode):
+        (WebKit::WebPopupItem::decode):
+        * Shared/WebPopupItem.h:
+        * Shared/WebPreferencesStore.cpp:
+        (WebKit::WebPreferencesStore::encode):
+        (WebKit::WebPreferencesStore::decode):
+        * Shared/WebPreferencesStore.h:
+        * Shared/WebProcessCreationParameters.cpp:
+        (WebKit::WebProcessCreationParameters::encode):
+        (WebKit::WebProcessCreationParameters::decode):
+        * Shared/WebProcessCreationParameters.h:
+        * Shared/WebSerializedScriptValue.h:
+        (WebKit::WebSerializedScriptValue::dataReference):
+        * Shared/WebTouchEvent.cpp:
+        (WebKit::WebTouchEvent::encode):
+        (WebKit::WebTouchEvent::decode):
+        * Shared/WebWheelEvent.cpp:
+        (WebKit::WebWheelEvent::encode):
+        (WebKit::WebWheelEvent::decode):
+        * Shared/cf/ArgumentCodersCF.cpp:
+        (IPC::encode):
+        (IPC::decode):
+        * Shared/cf/ArgumentCodersCF.h:
+        * Shared/mac/ArgumentCodersMac.h:
+        * Shared/mac/ArgumentCodersMac.mm:
+        (IPC::encode):
+        (IPC::decode):
+        * Shared/mac/AttributedString.h:
+        * Shared/mac/AttributedString.mm:
+        (WebKit::AttributedString::encode):
+        (WebKit::AttributedString::decode):
+        * Shared/mac/ColorSpaceData.h:
+        * Shared/mac/ColorSpaceData.mm:
+        (WebKit::ColorSpaceData::encode):
+        (WebKit::ColorSpaceData::decode):
+        * Shared/mac/LayerTreeContextMac.mm:
+        (WebKit::LayerTreeContext::encode):
+        (WebKit::LayerTreeContext::decode):
+        * Shared/mac/ObjCObjectGraphCoders.h:
+        * Shared/mac/ObjCObjectGraphCoders.mm:
+        (WebKit::ObjCObjectGraphEncoder::baseEncode):
+        (WebKit::ObjCObjectGraphDecoder::baseDecode):
+        (WebKit::WebContextObjCObjectGraphEncoderImpl::encode):
+        (WebKit::WebContextObjCObjectGraphDecoderImpl::decode):
+        (WebKit::InjectedBundleObjCObjectGraphEncoderImpl::encode):
+        (WebKit::InjectedBundleObjCObjectGraphDecoderImpl::decode):
+        (WebKit::WebContextObjCObjectGraphEncoder::encode):
+        (WebKit::WebContextObjCObjectGraphDecoder::decode):
+        (WebKit::InjectedBundleObjCObjectGraphEncoder::encode):
+        (WebKit::InjectedBundleObjCObjectGraphDecoder::decode):
+        * Shared/mac/RemoteLayerBackingStore.h:
+        * Shared/mac/RemoteLayerBackingStore.mm:
+        (RemoteLayerBackingStore::encode):
+        (RemoteLayerBackingStore::decode):
+        * Shared/mac/RemoteLayerTreeTransaction.h:
+        * Shared/mac/RemoteLayerTreeTransaction.mm:
+        (WebKit::RemoteLayerTreeTransaction::LayerCreationProperties::encode):
+        (WebKit::RemoteLayerTreeTransaction::LayerCreationProperties::decode):
+        (WebKit::RemoteLayerTreeTransaction::LayerProperties::encode):
+        (WebKit::RemoteLayerTreeTransaction::LayerProperties::decode):
+        (WebKit::RemoteLayerTreeTransaction::encode):
+        (WebKit::RemoteLayerTreeTransaction::decode):
+        * Shared/mac/SandboxExtensionMac.mm:
+        (WebKit::SandboxExtension::Handle::encode):
+        (WebKit::SandboxExtension::Handle::decode):
+        (WebKit::SandboxExtension::HandleArray::encode):
+        (WebKit::SandboxExtension::HandleArray::decode):
+        * Shared/mac/SecItemRequestData.cpp:
+        (WebKit::SecItemRequestData::encode):
+        (WebKit::SecItemRequestData::decode):
+        * Shared/mac/SecItemRequestData.h:
+        * Shared/mac/SecItemResponseData.cpp:
+        (WebKit::SecItemResponseData::encode):
+        (WebKit::SecItemResponseData::decode):
+        * Shared/mac/SecItemResponseData.h:
+        * Shared/mac/SecItemShim.cpp:
+        (WebKit::SecItemShim::initializeConnection):
+        * Shared/mac/SecItemShim.h:
+        * Shared/mac/WebCoreArgumentCodersMac.mm:
+        (IPC::ArgumentCoder&lt;ResourceRequest&gt;::encodePlatformData):
+        (IPC::ArgumentCoder&lt;ResourceRequest&gt;::decodePlatformData):
+        (IPC::ArgumentCoder&lt;ResourceResponse&gt;::encodePlatformData):
+        (IPC::ArgumentCoder&lt;ResourceResponse&gt;::decodePlatformData):
+        (IPC::ArgumentCoder&lt;CertificateInfo&gt;::encode):
+        (IPC::ArgumentCoder&lt;CertificateInfo&gt;::decode):
+        (IPC::ArgumentCoder&lt;ResourceError&gt;::encodePlatformData):
+        (IPC::ArgumentCoder&lt;ResourceError&gt;::decodePlatformData):
+        * UIProcess/API/mac/PageClientImpl.h:
+        * UIProcess/API/mac/PageClientImpl.mm:
+        (WebKit::PageClientImpl::accessibilityWebProcessTokenReceived):
+        * UIProcess/API/mac/WKView.mm:
+        (-[WKView _accessibilityRegisterUIProcessTokens]):
+        * UIProcess/API/mac/WKViewInternal.h:
+        * UIProcess/Authentication/AuthenticationChallengeProxy.cpp:
+        (WebKit::AuthenticationChallengeProxy::AuthenticationChallengeProxy):
+        * UIProcess/Authentication/AuthenticationChallengeProxy.h:
+        (WebKit::AuthenticationChallengeProxy::create):
+        * UIProcess/Databases/DatabaseProcessProxy.cpp:
+        (WebKit::DatabaseProcessProxy::connectionWillOpen):
+        (WebKit::DatabaseProcessProxy::connectionWillClose):
+        (WebKit::DatabaseProcessProxy::getDatabaseProcessConnection):
+        (WebKit::DatabaseProcessProxy::didClose):
+        (WebKit::DatabaseProcessProxy::didReceiveInvalidMessage):
+        (WebKit::DatabaseProcessProxy::didCreateDatabaseToWebProcessConnection):
+        (WebKit::DatabaseProcessProxy::didFinishLaunching):
+        * UIProcess/Databases/DatabaseProcessProxy.h:
+        * UIProcess/Databases/DatabaseProcessProxy.messages.in:
+        * UIProcess/Downloads/DownloadProxy.cpp:
+        (WebKit::createData):
+        (WebKit::DownloadProxy::didFail):
+        (WebKit::DownloadProxy::didCancel):
+        * UIProcess/Downloads/DownloadProxy.h:
+        * UIProcess/Downloads/DownloadProxy.messages.in:
+        * UIProcess/DrawingAreaProxy.h:
+        * UIProcess/Launcher/ProcessLauncher.cpp:
+        (WebKit::ProcessLauncher::didFinishLaunchingProcess):
+        * UIProcess/Launcher/ProcessLauncher.h:
+        * UIProcess/Launcher/mac/ProcessLauncherMac.mm:
+        (WebKit::connectToService):
+        (WebKit::tryPreexistingProcess):
+        (WebKit::createProcess):
+        * UIProcess/Network/CustomProtocols/CustomProtocolManagerProxy.h:
+        * UIProcess/Network/CustomProtocols/mac/CustomProtocolManagerProxyMac.mm:
+        (-[WKCustomProtocolLoader connection:didReceiveData:]):
+        * UIProcess/Network/NetworkProcessProxy.cpp:
+        (WebKit::NetworkProcessProxy::connectionWillOpen):
+        (WebKit::NetworkProcessProxy::connectionWillClose):
+        (WebKit::NetworkProcessProxy::getNetworkProcessConnection):
+        (WebKit::NetworkProcessProxy::networkProcessCrashedOrFailedToLaunch):
+        (WebKit::NetworkProcessProxy::didReceiveMessage):
+        (WebKit::NetworkProcessProxy::didReceiveSyncMessage):
+        (WebKit::NetworkProcessProxy::didClose):
+        (WebKit::NetworkProcessProxy::didReceiveInvalidMessage):
+        (WebKit::NetworkProcessProxy::didCreateNetworkConnectionToWebProcess):
+        (WebKit::NetworkProcessProxy::didFinishLaunching):
+        * UIProcess/Network/NetworkProcessProxy.h:
+        * UIProcess/Network/NetworkProcessProxy.messages.in:
+        * UIProcess/Notifications/WebNotification.h:
+        * UIProcess/PageClient.h:
+        * UIProcess/Plugins/PluginProcessManager.h:
+        * UIProcess/Plugins/PluginProcessProxy.cpp:
+        (WebKit::PluginProcessProxy::getPluginProcessConnection):
+        (WebKit::PluginProcessProxy::pluginProcessCrashedOrFailedToLaunch):
+        (WebKit::PluginProcessProxy::didClose):
+        (WebKit::PluginProcessProxy::didReceiveInvalidMessage):
+        (WebKit::PluginProcessProxy::didFinishLaunching):
+        (WebKit::PluginProcessProxy::didCreateWebProcessConnection):
+        * UIProcess/Plugins/PluginProcessProxy.h:
+        * UIProcess/Plugins/PluginProcessProxy.messages.in:
+        * UIProcess/Plugins/mac/PluginProcessProxyMac.mm:
+        (WebKit::PluginProcessProxy::platformInitializePluginProcess):
+        * UIProcess/Storage/StorageManager.cpp:
+        (WebKit::StorageManager::StorageArea::addListener):
+        (WebKit::StorageManager::StorageArea::removeListener):
+        (WebKit::StorageManager::StorageArea::setItem):
+        (WebKit::StorageManager::StorageArea::removeItem):
+        (WebKit::StorageManager::StorageArea::clear):
+        (WebKit::StorageManager::StorageArea::dispatchEvents):
+        (WebKit::StorageManager::SessionStorageNamespace::allowedConnection):
+        (WebKit::StorageManager::SessionStorageNamespace::create):
+        (WebKit::StorageManager::SessionStorageNamespace::SessionStorageNamespace):
+        (WebKit::StorageManager::SessionStorageNamespace::setAllowedConnection):
+        (WebKit::StorageManager::createSessionStorageNamespace):
+        (WebKit::StorageManager::setAllowedSessionStorageNamespaceConnection):
+        (WebKit::StorageManager::processWillCloseConnection):
+        (WebKit::StorageManager::createLocalStorageMap):
+        (WebKit::StorageManager::createSessionStorageMap):
+        (WebKit::StorageManager::destroyStorageMap):
+        (WebKit::StorageManager::getValues):
+        (WebKit::StorageManager::setItem):
+        (WebKit::StorageManager::removeItem):
+        (WebKit::StorageManager::clear):
+        (WebKit::StorageManager::createSessionStorageNamespaceInternal):
+        (WebKit::StorageManager::setAllowedSessionStorageNamespaceConnectionInternal):
+        (WebKit::StorageManager::invalidateConnectionInternal):
+        (WebKit::StorageManager::findStorageArea):
+        * UIProcess/Storage/StorageManager.h:
+        * UIProcess/WebApplicationCacheManagerProxy.h:
+        * UIProcess/WebConnectionToWebProcess.cpp:
+        (WebKit::WebConnectionToWebProcess::encodeMessageBody):
+        (WebKit::WebConnectionToWebProcess::decodeMessageBody):
+        (WebKit::WebConnectionToWebProcess::messageSenderConnection):
+        * UIProcess/WebConnectionToWebProcess.h:
+        * UIProcess/WebContext.cpp:
+        (WebKit::WebContext::networkingProcessConnection):
+        (WebKit::WebContext::didReceiveInvalidMessage):
+        (WebKit::WebContext::createNewWebProcess):
+        (WebKit::WebContext::postMessageToInjectedBundle):
+        (WebKit::WebContext::addMessageReceiver):
+        (WebKit::WebContext::removeMessageReceiver):
+        (WebKit::WebContext::dispatchMessage):
+        (WebKit::WebContext::dispatchSyncMessage):
+        (WebKit::WebContext::didReceiveMessage):
+        (WebKit::WebContext::didReceiveSyncMessage):
+        * UIProcess/WebContext.h:
+        * UIProcess/WebContextUserMessageCoders.h:
+        (WebKit::WebContextUserMessageEncoder::encode):
+        (WebKit::WebContextUserMessageDecoder::decode):
+        * UIProcess/WebCookieManagerProxy.h:
+        * UIProcess/WebDatabaseManagerProxy.h:
+        * UIProcess/WebEditCommandProxy.cpp:
+        (WebKit::WebEditCommandProxy::unapply):
+        (WebKit::WebEditCommandProxy::reapply):
+        * UIProcess/WebFrameProxy.h:
+        * UIProcess/WebFullScreenManagerProxy.h:
+        * UIProcess/WebGeolocationManagerProxy.cpp:
+        (WebKit::WebGeolocationManagerProxy::startUpdating):
+        (WebKit::WebGeolocationManagerProxy::stopUpdating):
+        (WebKit::WebGeolocationManagerProxy::removeRequester):
+        (WebKit::WebGeolocationManagerProxy::setEnableHighAccuracy):
+        * UIProcess/WebGeolocationManagerProxy.h:
+        * UIProcess/WebIconDatabase.cpp:
+        (WebKit::WebIconDatabase::setIconDataForIconURL):
+        (WebKit::WebIconDatabase::synchronousIconDataForPageURL):
+        * UIProcess/WebIconDatabase.h:
+        * UIProcess/WebIconDatabase.messages.in:
+        * UIProcess/WebInspectorProxy.h:
+        * UIProcess/WebMediaCacheManagerProxy.h:
+        * UIProcess/WebOriginDataManagerProxy.h:
+        * UIProcess/WebPageProxy.cpp:
+        (WebKit::WebPageProxy::willGoToBackForwardListItem):
+        (WebKit::WebPageProxy::preferencesDidChange):
+        (WebKit::WebPageProxy::didStartProvisionalLoadForFrame):
+        (WebKit::WebPageProxy::didReceiveServerRedirectForProvisionalLoadForFrame):
+        (WebKit::WebPageProxy::didFailProvisionalLoadForFrame):
+        (WebKit::WebPageProxy::didCommitLoadForFrame):
+        (WebKit::WebPageProxy::didFinishDocumentLoadForFrame):
+        (WebKit::WebPageProxy::didFinishLoadForFrame):
+        (WebKit::WebPageProxy::didFailLoadForFrame):
+        (WebKit::WebPageProxy::didSameDocumentNavigationForFrame):
+        (WebKit::WebPageProxy::didReceiveTitleForFrame):
+        (WebKit::WebPageProxy::didFirstLayoutForFrame):
+        (WebKit::WebPageProxy::didFirstVisuallyNonEmptyLayoutForFrame):
+        (WebKit::WebPageProxy::didLayout):
+        (WebKit::WebPageProxy::didRemoveFrameFromHierarchy):
+        (WebKit::WebPageProxy::didDisplayInsecureContentForFrame):
+        (WebKit::WebPageProxy::didRunInsecureContentForFrame):
+        (WebKit::WebPageProxy::didDetectXSSForFrame):
+        (WebKit::WebPageProxy::decidePolicyForNavigationAction):
+        (WebKit::WebPageProxy::decidePolicyForNewWindowAction):
+        (WebKit::WebPageProxy::decidePolicyForResponse):
+        (WebKit::WebPageProxy::decidePolicyForResponseSync):
+        (WebKit::WebPageProxy::unableToImplementPolicy):
+        (WebKit::WebPageProxy::willSubmitForm):
+        (WebKit::WebPageProxy::mouseDidMoveOverElement):
+        (WebKit::WebPageProxy::connectionWillOpen):
+        (WebKit::WebPageProxy::connectionWillClose):
+        (WebKit::WebPageProxy::sendMessage):
+        (WebKit::WebPageProxy::messageSenderConnection):
+        (WebKit::WebPageProxy::showContextMenu):
+        (WebKit::WebPageProxy::internalShowContextMenu):
+        (WebKit::WebPageProxy::dataCallback):
+        (WebKit::WebPageProxy::scriptValueCallback):
+        (WebKit::WebPageProxy::beginPrinting):
+        (WebKit::WebPageProxy::endPrinting):
+        (WebKit::WebPageProxy::computePagesForPrinting):
+        (WebKit::WebPageProxy::drawRectToImage):
+        (WebKit::WebPageProxy::drawPagesToPDF):
+        (WebKit::WebPageProxy::drawPagesForPrinting):
+        (WebKit::WebPageProxy::savePDFToFileInDownloadsFolder):
+        * UIProcess/WebPageProxy.h:
+        * UIProcess/WebPageProxy.messages.in:
+        * UIProcess/WebProcessProxy.cpp:
+        (WebKit::WebProcessProxy::connectionWillOpen):
+        (WebKit::WebProcessProxy::connectionWillClose):
+        (WebKit::WebProcessProxy::addBackForwardItem):
+        (WebKit::WebProcessProxy::didReceiveMessage):
+        (WebKit::WebProcessProxy::didReceiveSyncMessage):
+        (WebKit::WebProcessProxy::didClose):
+        (WebKit::WebProcessProxy::didReceiveInvalidMessage):
+        (WebKit::WebProcessProxy::didFinishLaunching):
+        * UIProcess/WebProcessProxy.h:
+        (WebKit::WebProcessProxy::fromConnection):
+        * UIProcess/WebProcessProxy.messages.in:
+        * UIProcess/WebResourceCacheManagerProxy.h:
+        * UIProcess/cf/WebBackForwardListCF.cpp:
+        (WebKit::WebBackForwardList::createCFDictionaryRepresentation):
+        * UIProcess/mac/RemoteLayerTreeHost.h:
+        * UIProcess/mac/SecItemShimProxy.cpp:
+        (WebKit::SecItemShimProxy::initializeConnection):
+        (WebKit::SecItemShimProxy::secItemRequest):
+        * UIProcess/mac/SecItemShimProxy.h:
+        * UIProcess/mac/ViewGestureController.h:
+        * UIProcess/mac/WebContextMac.mm:
+        (WebKit::WebContext::platformInitializeWebProcess):
+        * UIProcess/mac/WebPageProxyMac.mm:
+        (WebKit::WebPageProxy::registerWebProcessAccessibilityToken):
+        (WebKit::WebPageProxy::registerUIProcessAccessibilityTokens):
+        (WebKit::WebPageProxy::savePDFToTemporaryFolderAndOpenWithNativeApplication):
+        * WebKit2.xcodeproj/project.pbxproj:
+        * WebProcess/ApplicationCache/WebApplicationCacheManager.h:
+        * WebProcess/Cookies/WebCookieManager.h:
+        * WebProcess/Databases/IndexedDB/WebIDBServerConnection.cpp:
+        (WebKit::WebIDBServerConnection::messageSenderConnection):
+        * WebProcess/Databases/IndexedDB/WebIDBServerConnection.h:
+        * WebProcess/Databases/WebToDatabaseProcessConnection.cpp:
+        (WebKit::WebToDatabaseProcessConnection::WebToDatabaseProcessConnection):
+        (WebKit::WebToDatabaseProcessConnection::didReceiveMessage):
+        (WebKit::WebToDatabaseProcessConnection::didClose):
+        (WebKit::WebToDatabaseProcessConnection::didReceiveInvalidMessage):
+        * WebProcess/Databases/WebToDatabaseProcessConnection.h:
+        (WebKit::WebToDatabaseProcessConnection::create):
+        (WebKit::WebToDatabaseProcessConnection::connection):
+        * WebProcess/EntryPoint/mac/LegacyProcess/WebContentProcessMain.mm:
+        (WebKit::WebContentProcessMainDelegate::getConnectionIdentifier):
+        * WebProcess/FullScreen/WebFullScreenManager.cpp:
+        (WebKit::WebFullScreenManager::didReceiveMessage):
+        * WebProcess/FullScreen/WebFullScreenManager.h:
+        * WebProcess/Geolocation/WebGeolocationManager.h:
+        * WebProcess/IconDatabase/WebIconDatabaseProxy.cpp:
+        (WebKit::WebIconDatabaseProxy::synchronousIconForPageURL):
+        (WebKit::WebIconDatabaseProxy::setIconDataForIconURL):
+        * WebProcess/IconDatabase/WebIconDatabaseProxy.h:
+        * WebProcess/InjectedBundle/InjectedBundle.cpp:
+        (WebKit::InjectedBundle::postMessage):
+        (WebKit::InjectedBundle::postSynchronousMessage):
+        * WebProcess/InjectedBundle/InjectedBundleUserMessageCoders.h:
+        (WebKit::InjectedBundleUserMessageEncoder::encode):
+        (WebKit::InjectedBundleUserMessageDecoder::decode):
+        * WebProcess/MediaCache/WebMediaCacheManager.h:
+        * WebProcess/Network/NetworkProcessConnection.cpp:
+        (WebKit::NetworkProcessConnection::NetworkProcessConnection):
+        (WebKit::NetworkProcessConnection::didReceiveMessage):
+        (WebKit::NetworkProcessConnection::didReceiveSyncMessage):
+        (WebKit::NetworkProcessConnection::didClose):
+        (WebKit::NetworkProcessConnection::didReceiveInvalidMessage):
+        * WebProcess/Network/NetworkProcessConnection.h:
+        (WebKit::NetworkProcessConnection::create):
+        (WebKit::NetworkProcessConnection::connection):
+        * WebProcess/Network/WebResourceLoader.cpp:
+        (WebKit::WebResourceLoader::messageSenderConnection):
+        (WebKit::WebResourceLoader::didReceiveData):
+        * WebProcess/Network/WebResourceLoader.h:
+        * WebProcess/Network/WebResourceLoader.messages.in:
+        * WebProcess/Notifications/WebNotificationManager.h:
+        * WebProcess/OriginData/WebOriginDataManager.h:
+        * WebProcess/Plugins/PDF/PDFPlugin.h:
+        * WebProcess/Plugins/Plugin.cpp:
+        (WebKit::Plugin::Parameters::encode):
+        (WebKit::Plugin::Parameters::decode):
+        * WebProcess/Plugins/Plugin.h:
+        * WebProcess/Plugins/PluginProcessConnection.cpp:
+        (WebKit::PluginProcessConnection::PluginProcessConnection):
+        (WebKit::PluginProcessConnection::didReceiveMessage):
+        (WebKit::PluginProcessConnection::didReceiveSyncMessage):
+        (WebKit::PluginProcessConnection::didClose):
+        (WebKit::PluginProcessConnection::didReceiveInvalidMessage):
+        * WebProcess/Plugins/PluginProcessConnection.h:
+        (WebKit::PluginProcessConnection::create):
+        (WebKit::PluginProcessConnection::connection):
+        * WebProcess/Plugins/PluginProcessConnectionManager.cpp:
+        (WebKit::PluginProcessConnectionManager::initializeConnection):
+        (WebKit::PluginProcessConnectionManager::getPluginProcessConnection):
+        (WebKit::PluginProcessConnectionManager::pluginProcessCrashed):
+        * WebProcess/Plugins/PluginProcessConnectionManager.h:
+        * WebProcess/Plugins/PluginProxy.cpp:
+        (WebKit::PluginProxy::geometryDidChange):
+        (WebKit::PluginProxy::streamDidReceiveData):
+        (WebKit::PluginProxy::manualStreamDidReceiveData):
+        * WebProcess/Plugins/PluginProxy.h:
+        * WebProcess/ResourceCache/WebResourceCacheManager.h:
+        * WebProcess/Storage/StorageAreaMap.h:
+        * WebProcess/WebConnectionToUIProcess.cpp:
+        (WebKit::WebConnectionToUIProcess::encodeMessageBody):
+        (WebKit::WebConnectionToUIProcess::decodeMessageBody):
+        (WebKit::WebConnectionToUIProcess::messageSenderConnection):
+        * WebProcess/WebConnectionToUIProcess.h:
+        * WebProcess/WebCoreSupport/WebChromeClient.cpp:
+        (WebKit::WebChromeClient::runJavaScriptAlert):
+        (WebKit::WebChromeClient::runJavaScriptConfirm):
+        (WebKit::WebChromeClient::runJavaScriptPrompt):
+        * WebProcess/WebCoreSupport/WebDatabaseManager.h:
+        * WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:
+        (WebKit::WebFrameLoaderClient::dispatchDecidePolicyForResponse):
+        * WebProcess/WebPage/DecoderAdapter.cpp:
+        (WebKit::DecoderAdapter::decodeBytes):
+        (WebKit::DecoderAdapter::decodeString):
+        * WebProcess/WebPage/DecoderAdapter.h:
+        * WebProcess/WebPage/DrawingArea.h:
+        * WebProcess/WebPage/EncoderAdapter.cpp:
+        (WebKit::EncoderAdapter::dataReference):
+        (WebKit::EncoderAdapter::encodeBytes):
+        (WebKit::EncoderAdapter::encodeString):
+        * WebProcess/WebPage/EncoderAdapter.h:
+        * WebProcess/WebPage/EventDispatcher.cpp:
+        (WebKit::EventDispatcher::initializeConnection):
+        * WebProcess/WebPage/EventDispatcher.h:
+        * WebProcess/WebPage/LayerTreeHost.h:
+        * WebProcess/WebPage/ViewGestureGeometryCollector.h:
+        * WebProcess/WebPage/WebInspector.cpp:
+        (WebKit::WebInspector::createInspectorPage):
+        * WebProcess/WebPage/WebInspector.h:
+        * WebProcess/WebPage/WebPage.cpp:
+        (WebKit::WebPage::messageSenderConnection):
+        (WebKit::WebPage::loadURL):
+        (WebKit::WebPage::loadURLRequest):
+        (WebKit::WebPage::loadDataImpl):
+        (WebKit::WebPage::loadString):
+        (WebKit::WebPage::loadData):
+        (WebKit::WebPage::loadHTMLString):
+        (WebKit::WebPage::loadAlternateHTMLString):
+        (WebKit::WebPage::loadPlainTextString):
+        (WebKit::WebPage::loadWebArchiveData):
+        (WebKit::WebPage::postInjectedBundleMessage):
+        (WebKit::WebPage::runJavaScriptInMainFrame):
+        (WebKit::WebPage::getContentsAsMHTMLData):
+        (WebKit::WebPage::getSelectionAsWebArchiveData):
+        (WebKit::WebPage::getMainResourceDataOfFrame):
+        (WebKit::WebPage::getResourceDataFromFrame):
+        (WebKit::WebPage::getWebArchiveOfFrame):
+        (WebKit::WebPage::didReceiveMessage):
+        (WebKit::WebPage::didReceiveSyncMessage):
+        (WebKit::WebPage::drawPagesToPDF):
+        (WebKit::WebPage::savePDFToFileInDownloadsFolder):
+        (WebKit::WebPage::savePDFToTemporaryFolderAndOpenWithNativeApplication):
+        * WebProcess/WebPage/WebPage.h:
+        * WebProcess/WebPage/WebPage.messages.in:
+        * WebProcess/WebPage/WebPageGroupProxy.h:
+        * WebProcess/WebPage/mac/WebPageMac.mm:
+        (WebKit::WebPage::platformInitialize):
+        (WebKit::WebPage::registerUIProcessAccessibilityTokens):
+        * WebProcess/WebProcess.cpp:
+        (WebKit::WebProcess::initializeConnection):
+        (WebKit::WebProcess::downloadProxyConnection):
+        (WebKit::WebProcess::initializeWebProcess):
+        (WebKit::WebProcess::ensureNetworkProcessConnection):
+        (WebKit::WebProcess::didReceiveSyncMessage):
+        (WebKit::WebProcess::didReceiveMessage):
+        (WebKit::WebProcess::didClose):
+        (WebKit::WebProcess::didReceiveInvalidMessage):
+        (WebKit::WebProcess::postInjectedBundleMessage):
+        (WebKit::WebProcess::ensureWebToDatabaseProcessConnection):
+        * WebProcess/WebProcess.h:
+        * WebProcess/WebProcess.messages.in:
+        * WebProcess/mac/WebProcessMac.mm:
+        (WebKit::WebProcess::platformInitializeWebProcess):
+        * config.h:
+
+2013-12-30  Anders Carlsson  &lt;andersca@apple.com&gt;
+
</ins><span class="cx">         Move remaining IPC related files to Platform/IPC.
</span><span class="cx"> 
</span><span class="cx">         Rubber-stamped by Andreas Kling.
</span></span></pre></div>
<a id="trunkSourceWebKit2DatabaseProcessDatabaseProcesscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/DatabaseProcess/DatabaseProcess.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/DatabaseProcess/DatabaseProcess.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/DatabaseProcess/DatabaseProcess.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void DatabaseProcess::initializeConnection(CoreIPC::Connection* connection)
</del><ins>+void DatabaseProcess::initializeConnection(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx">     ChildProcess::initializeConnection(connection);
</span><span class="cx"> }
</span><span class="lines">@@ -65,12 +65,12 @@
</span><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void DatabaseProcess::didClose(CoreIPC::Connection*)
</del><ins>+void DatabaseProcess::didClose(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx">     RunLoop::current()-&gt;stop();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void DatabaseProcess::didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference, CoreIPC::StringReference)
</del><ins>+void DatabaseProcess::didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference, IPC::StringReference)
</ins><span class="cx"> {
</span><span class="cx">     RunLoop::current()-&gt;stop();
</span><span class="cx"> }
</span><span class="lines">@@ -155,10 +155,10 @@
</span><span class="cx">     mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &amp;listeningPort);
</span><span class="cx"> 
</span><span class="cx">     // Create a listening connection.
</span><del>-    RefPtr&lt;DatabaseToWebProcessConnection&gt; connection = DatabaseToWebProcessConnection::create(CoreIPC::Connection::Identifier(listeningPort));
</del><ins>+    RefPtr&lt;DatabaseToWebProcessConnection&gt; connection = DatabaseToWebProcessConnection::create(IPC::Connection::Identifier(listeningPort));
</ins><span class="cx">     m_databaseToWebProcessConnections.append(connection.release());
</span><span class="cx"> 
</span><del>-    CoreIPC::Attachment clientPort(listeningPort, MACH_MSG_TYPE_MAKE_SEND);
</del><ins>+    IPC::Attachment clientPort(listeningPort, MACH_MSG_TYPE_MAKE_SEND);
</ins><span class="cx">     parentProcessConnection()-&gt;send(Messages::DatabaseProcessProxy::DidCreateDatabaseToWebProcessConnection(clientPort), 0);
</span><span class="cx"> #else
</span><span class="cx">     notImplemented();
</span></span></pre></div>
<a id="trunkSourceWebKit2DatabaseProcessDatabaseProcessh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/DatabaseProcess/DatabaseProcess.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/DatabaseProcess/DatabaseProcess.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/DatabaseProcess/DatabaseProcess.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -67,13 +67,13 @@
</span><span class="cx">     virtual void initializeProcess(const ChildProcessInitializationParameters&amp;) OVERRIDE;
</span><span class="cx">     virtual void initializeProcessName(const ChildProcessInitializationParameters&amp;) OVERRIDE;
</span><span class="cx">     virtual void initializeSandbox(const ChildProcessInitializationParameters&amp;, SandboxInitializationParameters&amp;) OVERRIDE;
</span><del>-    virtual void initializeConnection(CoreIPC::Connection*) OVERRIDE;
</del><ins>+    virtual void initializeConnection(IPC::Connection*) OVERRIDE;
</ins><span class="cx">     virtual bool shouldTerminate() OVERRIDE;
</span><span class="cx"> 
</span><del>-    // CoreIPC::Connection::Client
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didClose(CoreIPC::Connection*) OVERRIDE;
-    virtual void didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName) OVERRIDE;
</del><ins>+    // IPC::Connection::Client
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didClose(IPC::Connection*) OVERRIDE;
+    virtual void didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference messageReceiverName, IPC::StringReference messageName) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // Message Handlers
</span><span class="cx">     void initializeDatabaseProcess(const DatabaseProcessCreationParameters&amp;);
</span></span></pre></div>
<a id="trunkSourceWebKit2DatabaseProcessDatabaseToWebProcessConnectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/DatabaseProcess/DatabaseToWebProcessConnection.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/DatabaseProcess/DatabaseToWebProcessConnection.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/DatabaseProcess/DatabaseToWebProcessConnection.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -35,14 +35,14 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-PassRefPtr&lt;DatabaseToWebProcessConnection&gt; DatabaseToWebProcessConnection::create(CoreIPC::Connection::Identifier connectionIdentifier)
</del><ins>+PassRefPtr&lt;DatabaseToWebProcessConnection&gt; DatabaseToWebProcessConnection::create(IPC::Connection::Identifier connectionIdentifier)
</ins><span class="cx"> {
</span><span class="cx">     return adoptRef(new DatabaseToWebProcessConnection(connectionIdentifier));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-DatabaseToWebProcessConnection::DatabaseToWebProcessConnection(CoreIPC::Connection::Identifier connectionIdentifier)
</del><ins>+DatabaseToWebProcessConnection::DatabaseToWebProcessConnection(IPC::Connection::Identifier connectionIdentifier)
</ins><span class="cx"> {
</span><del>-    m_connection = CoreIPC::Connection::createServerConnection(connectionIdentifier, this, RunLoop::main());
</del><ins>+    m_connection = IPC::Connection::createServerConnection(connectionIdentifier, this, RunLoop::main());
</ins><span class="cx">     m_connection-&gt;setOnlySendMessagesAsDispatchWhenWaitingForSyncReplyWhenProcessingSuchAMessage(true);
</span><span class="cx">     m_connection-&gt;open();
</span><span class="cx"> }
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void DatabaseToWebProcessConnection::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void DatabaseToWebProcessConnection::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     if (decoder.messageReceiverName() == Messages::DatabaseToWebProcessConnection::messageReceiverName()) {
</span><span class="cx">         didReceiveDatabaseToWebProcessConnectionMessage(connection, decoder);
</span><span class="lines">@@ -69,12 +69,12 @@
</span><span class="cx">     ASSERT_NOT_REACHED();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void DatabaseToWebProcessConnection::didClose(CoreIPC::Connection*)
</del><ins>+void DatabaseToWebProcessConnection::didClose(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void DatabaseToWebProcessConnection::didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName)
</del><ins>+void DatabaseToWebProcessConnection::didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference messageReceiverName, IPC::StringReference messageName)
</ins><span class="cx"> {
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2DatabaseProcessDatabaseToWebProcessConnectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/DatabaseProcess/DatabaseToWebProcessConnection.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/DatabaseProcess/DatabaseToWebProcessConnection.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/DatabaseProcess/DatabaseToWebProcessConnection.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -36,24 +36,24 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-class DatabaseToWebProcessConnection : public RefCounted&lt;DatabaseToWebProcessConnection&gt;, public CoreIPC::Connection::Client, public CoreIPC::MessageSender {
</del><ins>+class DatabaseToWebProcessConnection : public RefCounted&lt;DatabaseToWebProcessConnection&gt;, public IPC::Connection::Client, public IPC::MessageSender {
</ins><span class="cx"> public:
</span><del>-    static PassRefPtr&lt;DatabaseToWebProcessConnection&gt; create(CoreIPC::Connection::Identifier);
</del><ins>+    static PassRefPtr&lt;DatabaseToWebProcessConnection&gt; create(IPC::Connection::Identifier);
</ins><span class="cx">     ~DatabaseToWebProcessConnection();
</span><span class="cx"> 
</span><del>-    CoreIPC::Connection* connection() const { return m_connection.get(); }
</del><ins>+    IPC::Connection* connection() const { return m_connection.get(); }
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    DatabaseToWebProcessConnection(CoreIPC::Connection::Identifier);
</del><ins>+    DatabaseToWebProcessConnection(IPC::Connection::Identifier);
</ins><span class="cx"> 
</span><del>-    // CoreIPC::Connection::Client
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didClose(CoreIPC::Connection*) OVERRIDE;
-    virtual void didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName) OVERRIDE;
-    void didReceiveDatabaseToWebProcessConnectionMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
</del><ins>+    // IPC::Connection::Client
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didClose(IPC::Connection*) OVERRIDE;
+    virtual void didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference messageReceiverName, IPC::StringReference messageName) OVERRIDE;
+    void didReceiveDatabaseToWebProcessConnectionMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><del>-    // CoreIPC::MessageSender
-    virtual CoreIPC::Connection* messageSenderConnection() OVERRIDE { return m_connection.get(); }
</del><ins>+    // IPC::MessageSender
+    virtual IPC::Connection* messageSenderConnection() OVERRIDE { return m_connection.get(); }
</ins><span class="cx">     virtual uint64_t messageSenderDestinationID() OVERRIDE { return 0; }
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx">     IDBConnectionMap m_idbConnections;
</span><span class="cx"> #endif // ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><del>-    RefPtr&lt;CoreIPC::Connection&gt; m_connection;
</del><ins>+    RefPtr&lt;IPC::Connection&gt; m_connection;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebKit
</span></span></pre></div>
<a id="trunkSourceWebKit2DatabaseProcessIndexedDBDatabaseProcessIDBConnectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/DatabaseProcess/IndexedDB/DatabaseProcessIDBConnection.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/DatabaseProcess/IndexedDB/DatabaseProcessIDBConnection.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/DatabaseProcess/IndexedDB/DatabaseProcessIDBConnection.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -155,7 +155,7 @@
</span><span class="cx">     });
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-CoreIPC::Connection* DatabaseProcessIDBConnection::messageSenderConnection()
</del><ins>+IPC::Connection* DatabaseProcessIDBConnection::messageSenderConnection()
</ins><span class="cx"> {
</span><span class="cx">     return m_connection-&gt;connection();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2DatabaseProcessIndexedDBDatabaseProcessIDBConnectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/DatabaseProcess/IndexedDB/DatabaseProcessIDBConnection.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/DatabaseProcess/IndexedDB/DatabaseProcessIDBConnection.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/DatabaseProcess/IndexedDB/DatabaseProcessIDBConnection.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx"> class DatabaseToWebProcessConnection;
</span><span class="cx"> class UniqueIDBDatabase;
</span><span class="cx"> 
</span><del>-class DatabaseProcessIDBConnection : public RefCounted&lt;DatabaseProcessIDBConnection&gt;, public CoreIPC::MessageSender {
</del><ins>+class DatabaseProcessIDBConnection : public RefCounted&lt;DatabaseProcessIDBConnection&gt;, public IPC::MessageSender {
</ins><span class="cx"> public:
</span><span class="cx">     static RefPtr&lt;DatabaseProcessIDBConnection&gt; create(DatabaseToWebProcessConnection&amp; connection, uint64_t serverConnectionIdentifier)
</span><span class="cx">     {
</span><span class="lines">@@ -49,15 +49,15 @@
</span><span class="cx">     virtual ~DatabaseProcessIDBConnection();
</span><span class="cx"> 
</span><span class="cx">     // Message handlers.
</span><del>-    void didReceiveDatabaseProcessIDBConnectionMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void didReceiveDatabaseProcessIDBConnectionMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx">     void disconnectedFromWebProcess();
</span><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     DatabaseProcessIDBConnection(DatabaseToWebProcessConnection&amp;, uint64_t idbConnectionIdentifier);
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageSender
-    virtual CoreIPC::Connection* messageSenderConnection() OVERRIDE;
</del><ins>+    // IPC::MessageSender
+    virtual IPC::Connection* messageSenderConnection() OVERRIDE;
</ins><span class="cx">     virtual uint64_t messageSenderDestinationID() OVERRIDE { return m_serverConnectionIdentifier; }
</span><span class="cx"> 
</span><span class="cx">     // Message handlers.
</span></span></pre></div>
<a id="trunkSourceWebKit2NetworkProcessAsynchronousNetworkLoaderClientcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/NetworkProcess/AsynchronousNetworkLoaderClient.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/NetworkProcess/AsynchronousNetworkLoaderClient.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/NetworkProcess/AsynchronousNetworkLoaderClient.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> {
</span><span class="cx">     // This message is DispatchMessageEvenWhenWaitingForSyncReply to avoid a situation where the NetworkProcess is deadlocked
</span><span class="cx">     // waiting for 6 connections to complete while the WebProcess is waiting for a 7th (Synchronous XHR) to complete.
</span><del>-    loader-&gt;sendAbortingOnFailure(Messages::WebResourceLoader::WillSendRequest(request, redirectResponse), CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply);
</del><ins>+    loader-&gt;sendAbortingOnFailure(Messages::WebResourceLoader::WillSendRequest(request, redirectResponse), IPC::DispatchMessageEvenWhenWaitingForSyncReply);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #if USE(PROTECTION_SPACE_AUTH_CALLBACK)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx"> {
</span><span class="cx">     // This message is DispatchMessageEvenWhenWaitingForSyncReply to avoid a situation where the NetworkProcess is deadlocked
</span><span class="cx">     // waiting for 6 connections to complete while the WebProcess is waiting for a 7th (Synchronous XHR) to complete.
</span><del>-    loader-&gt;sendAbortingOnFailure(Messages::WebResourceLoader::CanAuthenticateAgainstProtectionSpace(protectionSpace), CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply);
</del><ins>+    loader-&gt;sendAbortingOnFailure(Messages::WebResourceLoader::CanAuthenticateAgainstProtectionSpace(protectionSpace), IPC::DispatchMessageEvenWhenWaitingForSyncReply);
</ins><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">     }
</span><span class="cx"> #endif // __MAC_OS_X_VERSION_MIN_REQUIRED &gt;= 1090
</span><span class="cx"> 
</span><del>-    CoreIPC::DataReference dataReference(reinterpret_cast&lt;const uint8_t*&gt;(buffer-&gt;data()), buffer-&gt;size());
</del><ins>+    IPC::DataReference dataReference(reinterpret_cast&lt;const uint8_t*&gt;(buffer-&gt;data()), buffer-&gt;size());
</ins><span class="cx">     loader-&gt;sendAbortingOnFailure(Messages::WebResourceLoader::DidReceiveData(dataReference, encodedDataLength));
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2NetworkProcessNetworkConnectionToWebProcesscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/NetworkProcess/NetworkConnectionToWebProcess.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/NetworkProcess/NetworkConnectionToWebProcess.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/NetworkProcess/NetworkConnectionToWebProcess.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -47,15 +47,15 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-PassRefPtr&lt;NetworkConnectionToWebProcess&gt; NetworkConnectionToWebProcess::create(CoreIPC::Connection::Identifier connectionIdentifier)
</del><ins>+PassRefPtr&lt;NetworkConnectionToWebProcess&gt; NetworkConnectionToWebProcess::create(IPC::Connection::Identifier connectionIdentifier)
</ins><span class="cx"> {
</span><span class="cx">     return adoptRef(new NetworkConnectionToWebProcess(connectionIdentifier));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-NetworkConnectionToWebProcess::NetworkConnectionToWebProcess(CoreIPC::Connection::Identifier connectionIdentifier)
</del><ins>+NetworkConnectionToWebProcess::NetworkConnectionToWebProcess(IPC::Connection::Identifier connectionIdentifier)
</ins><span class="cx">     : m_serialLoadingEnabled(false)
</span><span class="cx"> {
</span><del>-    m_connection = CoreIPC::Connection::createServerConnection(connectionIdentifier, this, RunLoop::main());
</del><ins>+    m_connection = IPC::Connection::createServerConnection(connectionIdentifier, this, RunLoop::main());
</ins><span class="cx">     m_connection-&gt;setOnlySendMessagesAsDispatchWhenWaitingForSyncReplyWhenProcessingSuchAMessage(true);
</span><span class="cx">     m_connection-&gt;open();
</span><span class="cx"> }
</span><span class="lines">@@ -64,7 +64,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx">     
</span><del>-void NetworkConnectionToWebProcess::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void NetworkConnectionToWebProcess::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     if (decoder.messageReceiverName() == Messages::NetworkConnectionToWebProcess::messageReceiverName()) {
</span><span class="cx">         didReceiveNetworkConnectionToWebProcessMessage(connection, decoder);
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">     ASSERT_NOT_REACHED();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkConnectionToWebProcess::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp; reply)
</del><ins>+void NetworkConnectionToWebProcess::didReceiveSyncMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp; reply)
</ins><span class="cx"> {
</span><span class="cx">     if (decoder.messageReceiverName() == Messages::NetworkConnectionToWebProcess::messageReceiverName()) {
</span><span class="cx">         didReceiveSyncNetworkConnectionToWebProcessMessage(connection, decoder, reply);
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx">     ASSERT_NOT_REACHED();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkConnectionToWebProcess::didClose(CoreIPC::Connection*)
</del><ins>+void NetworkConnectionToWebProcess::didClose(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx">     // Protect ourself as we might be otherwise be deleted during this function.
</span><span class="cx">     Ref&lt;NetworkConnectionToWebProcess&gt; protector(*this);
</span><span class="lines">@@ -106,7 +106,7 @@
</span><span class="cx">     NetworkProcess::shared().removeNetworkConnectionToWebProcess(this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkConnectionToWebProcess::didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference, CoreIPC::StringReference)
</del><ins>+void NetworkConnectionToWebProcess::didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference, IPC::StringReference)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2NetworkProcessNetworkConnectionToWebProcessh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/NetworkProcess/NetworkConnectionToWebProcess.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/NetworkProcess/NetworkConnectionToWebProcess.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/NetworkProcess/NetworkConnectionToWebProcess.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -47,27 +47,27 @@
</span><span class="cx"> class SyncNetworkResourceLoader;
</span><span class="cx"> typedef uint64_t ResourceLoadIdentifier;
</span><span class="cx"> 
</span><del>-class NetworkConnectionToWebProcess : public RefCounted&lt;NetworkConnectionToWebProcess&gt;, CoreIPC::Connection::Client {
</del><ins>+class NetworkConnectionToWebProcess : public RefCounted&lt;NetworkConnectionToWebProcess&gt;, IPC::Connection::Client {
</ins><span class="cx"> public:
</span><del>-    static PassRefPtr&lt;NetworkConnectionToWebProcess&gt; create(CoreIPC::Connection::Identifier);
</del><ins>+    static PassRefPtr&lt;NetworkConnectionToWebProcess&gt; create(IPC::Connection::Identifier);
</ins><span class="cx">     virtual ~NetworkConnectionToWebProcess();
</span><span class="cx"> 
</span><del>-    CoreIPC::Connection* connection() const { return m_connection.get(); }
</del><ins>+    IPC::Connection* connection() const { return m_connection.get(); }
</ins><span class="cx"> 
</span><span class="cx">     bool isSerialLoadingEnabled() const { return m_serialLoadingEnabled; }
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    NetworkConnectionToWebProcess(CoreIPC::Connection::Identifier);
</del><ins>+    NetworkConnectionToWebProcess(IPC::Connection::Identifier);
</ins><span class="cx"> 
</span><del>-    // CoreIPC::Connection::Client
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
-    virtual void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;);
-    virtual void didClose(CoreIPC::Connection*);
-    virtual void didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName);
</del><ins>+    // IPC::Connection::Client
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
+    virtual void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;);
+    virtual void didClose(IPC::Connection*);
+    virtual void didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference messageReceiverName, IPC::StringReference messageName);
</ins><span class="cx"> 
</span><span class="cx">     // Message handlers.
</span><del>-    void didReceiveNetworkConnectionToWebProcessMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
-    void didReceiveSyncNetworkConnectionToWebProcessMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;);
</del><ins>+    void didReceiveNetworkConnectionToWebProcessMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
+    void didReceiveSyncNetworkConnectionToWebProcessMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;);
</ins><span class="cx">     
</span><span class="cx">     void scheduleResourceLoad(const NetworkResourceLoadParameters&amp;);
</span><span class="cx">     void performSynchronousLoad(const NetworkResourceLoadParameters&amp;, PassRefPtr&lt;Messages::NetworkConnectionToWebProcess::PerformSynchronousLoad::DelayedReply&gt;);
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx">     void registerBlobURLFromURL(const WebCore::URL&amp;, const WebCore::URL&amp; srcURL);
</span><span class="cx">     void unregisterBlobURL(const WebCore::URL&amp;);
</span><span class="cx"> 
</span><del>-    RefPtr&lt;CoreIPC::Connection&gt; m_connection;
</del><ins>+    RefPtr&lt;IPC::Connection&gt; m_connection;
</ins><span class="cx"> 
</span><span class="cx">     HashMap&lt;ResourceLoadIdentifier, RefPtr&lt;NetworkResourceLoader&gt;&gt; m_networkResourceLoaders;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2NetworkProcessNetworkProcesscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/NetworkProcess/NetworkProcess.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/NetworkProcess/NetworkProcess.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/NetworkProcess/NetworkProcess.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -106,7 +106,7 @@
</span><span class="cx">     return false;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcess::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void NetworkProcess::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     if (messageReceiverMap().dispatchMessage(connection, decoder))
</span><span class="cx">         return;
</span><span class="lines">@@ -114,18 +114,18 @@
</span><span class="cx">     didReceiveNetworkProcessMessage(connection, decoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcess::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp; replyEncoder)
</del><ins>+void NetworkProcess::didReceiveSyncMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp; replyEncoder)
</ins><span class="cx"> {
</span><span class="cx">     messageReceiverMap().dispatchSyncMessage(connection, decoder, replyEncoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcess::didClose(CoreIPC::Connection*)
</del><ins>+void NetworkProcess::didClose(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx">     // The UIProcess just exited.
</span><span class="cx">     RunLoop::current()-&gt;stop();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcess::didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference, CoreIPC::StringReference)
</del><ins>+void NetworkProcess::didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference, IPC::StringReference)
</ins><span class="cx"> {
</span><span class="cx">     RunLoop::current()-&gt;stop();
</span><span class="cx"> }
</span><span class="lines">@@ -140,7 +140,7 @@
</span><span class="cx">     enableTermination();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-CoreIPC::Connection* NetworkProcess::downloadProxyConnection()
</del><ins>+IPC::Connection* NetworkProcess::downloadProxyConnection()
</ins><span class="cx"> {
</span><span class="cx">     return parentProcessConnection();
</span><span class="cx"> }
</span><span class="lines">@@ -172,7 +172,7 @@
</span><span class="cx">         it-&gt;value-&gt;initialize(parameters);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcess::initializeConnection(CoreIPC::Connection* connection)
</del><ins>+void NetworkProcess::initializeConnection(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx">     ChildProcess::initializeConnection(connection);
</span><span class="cx"> 
</span><span class="lines">@@ -194,18 +194,18 @@
</span><span class="cx">     mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &amp;listeningPort);
</span><span class="cx"> 
</span><span class="cx">     // Create a listening connection.
</span><del>-    RefPtr&lt;NetworkConnectionToWebProcess&gt; connection = NetworkConnectionToWebProcess::create(CoreIPC::Connection::Identifier(listeningPort));
</del><ins>+    RefPtr&lt;NetworkConnectionToWebProcess&gt; connection = NetworkConnectionToWebProcess::create(IPC::Connection::Identifier(listeningPort));
</ins><span class="cx">     m_webProcessConnections.append(connection.release());
</span><span class="cx"> 
</span><del>-    CoreIPC::Attachment clientPort(listeningPort, MACH_MSG_TYPE_MAKE_SEND);
</del><ins>+    IPC::Attachment clientPort(listeningPort, MACH_MSG_TYPE_MAKE_SEND);
</ins><span class="cx">     parentProcessConnection()-&gt;send(Messages::NetworkProcessProxy::DidCreateNetworkConnectionToWebProcess(clientPort), 0);
</span><span class="cx"> #elif USE(UNIX_DOMAIN_SOCKETS)
</span><del>-    CoreIPC::Connection::SocketPair socketPair = CoreIPC::Connection::createPlatformConnection();
</del><ins>+    IPC::Connection::SocketPair socketPair = IPC::Connection::createPlatformConnection();
</ins><span class="cx"> 
</span><span class="cx">     RefPtr&lt;NetworkConnectionToWebProcess&gt; connection = NetworkConnectionToWebProcess::create(socketPair.server);
</span><span class="cx">     m_webProcessConnections.append(connection.release());
</span><span class="cx"> 
</span><del>-    CoreIPC::Attachment clientSocket(socketPair.client);
</del><ins>+    IPC::Attachment clientSocket(socketPair.client);
</ins><span class="cx">     parentProcessConnection()-&gt;send(Messages::NetworkProcessProxy::DidCreateNetworkConnectionToWebProcess(clientSocket), 0);
</span><span class="cx"> #else
</span><span class="cx">     notImplemented();
</span></span></pre></div>
<a id="trunkSourceWebKit2NetworkProcessNetworkProcessh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/NetworkProcess/NetworkProcess.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/NetworkProcess/NetworkProcess.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/NetworkProcess/NetworkProcess.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -85,23 +85,23 @@
</span><span class="cx">     virtual void initializeProcess(const ChildProcessInitializationParameters&amp;) OVERRIDE;
</span><span class="cx">     virtual void initializeProcessName(const ChildProcessInitializationParameters&amp;) OVERRIDE;
</span><span class="cx">     virtual void initializeSandbox(const ChildProcessInitializationParameters&amp;, SandboxInitializationParameters&amp;) OVERRIDE;
</span><del>-    virtual void initializeConnection(CoreIPC::Connection*) OVERRIDE;
</del><ins>+    virtual void initializeConnection(IPC::Connection*) OVERRIDE;
</ins><span class="cx">     virtual bool shouldTerminate() OVERRIDE;
</span><span class="cx"> 
</span><del>-    // CoreIPC::Connection::Client
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;);
-    virtual void didClose(CoreIPC::Connection*) OVERRIDE;
-    virtual void didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName) OVERRIDE;
</del><ins>+    // IPC::Connection::Client
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;);
+    virtual void didClose(IPC::Connection*) OVERRIDE;
+    virtual void didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference messageReceiverName, IPC::StringReference messageName) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // DownloadManager::Client
</span><span class="cx">     virtual void didCreateDownload() OVERRIDE;
</span><span class="cx">     virtual void didDestroyDownload() OVERRIDE;
</span><del>-    virtual CoreIPC::Connection* downloadProxyConnection() OVERRIDE;
</del><ins>+    virtual IPC::Connection* downloadProxyConnection() OVERRIDE;
</ins><span class="cx">     virtual AuthenticationManager&amp; downloadsAuthenticationManager() OVERRIDE;
</span><span class="cx"> 
</span><span class="cx">     // Message Handlers
</span><del>-    void didReceiveNetworkProcessMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void didReceiveNetworkProcessMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
</ins><span class="cx">     void initializeNetworkProcess(const NetworkProcessCreationParameters&amp;);
</span><span class="cx">     void createNetworkConnectionToWebProcess();
</span><span class="cx">     void ensurePrivateBrowsingSession();
</span></span></pre></div>
<a id="trunkSourceWebKit2NetworkProcessNetworkResourceLoadercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/NetworkProcess/NetworkResourceLoader.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/NetworkProcess/NetworkResourceLoader.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/NetworkProcess/NetworkResourceLoader.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -336,7 +336,7 @@
</span><span class="cx">     notImplemented();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-CoreIPC::Connection* NetworkResourceLoader::messageSenderConnection()
</del><ins>+IPC::Connection* NetworkResourceLoader::messageSenderConnection()
</ins><span class="cx"> {
</span><span class="cx">     return connectionToWebProcess()-&gt;connection();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2NetworkProcessNetworkResourceLoaderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/NetworkProcess/NetworkResourceLoader.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/NetworkProcess/NetworkResourceLoader.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/NetworkProcess/NetworkResourceLoader.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx"> class RemoteNetworkingContext;
</span><span class="cx"> class SandboxExtension;
</span><span class="cx"> 
</span><del>-class NetworkResourceLoader : public RefCounted&lt;NetworkResourceLoader&gt;, public WebCore::ResourceHandleClient, public CoreIPC::MessageSender {
</del><ins>+class NetworkResourceLoader : public RefCounted&lt;NetworkResourceLoader&gt;, public WebCore::ResourceHandleClient, public IPC::MessageSender {
</ins><span class="cx"> public:
</span><span class="cx">     static RefPtr&lt;NetworkResourceLoader&gt; create(const NetworkResourceLoadParameters&amp; parameters, NetworkConnectionToWebProcess* connection)
</span><span class="cx">     {
</span><span class="lines">@@ -112,7 +112,7 @@
</span><span class="cx"> #endif // PLATFORM(MAC)
</span><span class="cx"> 
</span><span class="cx">     // Message handlers.
</span><del>-    void didReceiveNetworkResourceLoaderMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void didReceiveNetworkResourceLoaderMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx"> #if PLATFORM(IOS) || (PLATFORM(MAC) &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &gt;= 1090)
</span><span class="cx">     static void tryGetShareableHandleFromCFURLCachedResponse(ShareableResource::Handle&amp;, CFCachedURLResponseRef);
</span><span class="lines">@@ -146,8 +146,8 @@
</span><span class="cx"> private:
</span><span class="cx">     NetworkResourceLoader(const NetworkResourceLoadParameters&amp;, NetworkConnectionToWebProcess*, PassRefPtr&lt;Messages::NetworkConnectionToWebProcess::PerformSynchronousLoad::DelayedReply&gt;);
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageSender
-    virtual CoreIPC::Connection* messageSenderConnection() OVERRIDE;
</del><ins>+    // IPC::MessageSender
+    virtual IPC::Connection* messageSenderConnection() OVERRIDE;
</ins><span class="cx">     virtual uint64_t messageSenderDestinationID() OVERRIDE { return m_identifier; }
</span><span class="cx"> 
</span><span class="cx">     void continueDidReceiveResponse();
</span></span></pre></div>
<a id="trunkSourceWebKit2NetworkProcessmacDiskCacheMonitorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/NetworkProcess/mac/DiskCacheMonitor.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/NetworkProcess/mac/DiskCacheMonitor.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/NetworkProcess/mac/DiskCacheMonitor.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> class NetworkConnectionToWebProcess;
</span><span class="cx"> class NetworkResourceLoader;
</span><span class="cx"> 
</span><del>-class DiskCacheMonitor : public CoreIPC::MessageSender {
</del><ins>+class DiskCacheMonitor : public IPC::MessageSender {
</ins><span class="cx"> public:
</span><span class="cx">     static void monitorFileBackingStoreCreation(CFCachedURLResponseRef, NetworkResourceLoader*);
</span><span class="cx"> 
</span><span class="lines">@@ -46,8 +46,8 @@
</span><span class="cx"> private:
</span><span class="cx">     DiskCacheMonitor(CFCachedURLResponseRef, NetworkResourceLoader*);
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageSender
-    virtual CoreIPC::Connection* messageSenderConnection() OVERRIDE;
</del><ins>+    // IPC::MessageSender
+    virtual IPC::Connection* messageSenderConnection() OVERRIDE;
</ins><span class="cx">     virtual uint64_t messageSenderDestinationID() OVERRIDE;
</span><span class="cx"> 
</span><span class="cx">     RefPtr&lt;NetworkConnectionToWebProcess&gt; m_connectionToWebProcess;
</span></span></pre></div>
<a id="trunkSourceWebKit2NetworkProcessmacDiskCacheMonitormm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/NetworkProcess/mac/DiskCacheMonitor.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/NetworkProcess/mac/DiskCacheMonitor.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/NetworkProcess/mac/DiskCacheMonitor.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -94,7 +94,7 @@
</span><span class="cx">     _CFCachedURLResponseSetBecameFileBackedCallBackBlock(cachedResponse, block, dispatch_get_main_queue());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-CoreIPC::Connection* DiskCacheMonitor::messageSenderConnection()
</del><ins>+IPC::Connection* DiskCacheMonitor::messageSenderConnection()
</ins><span class="cx"> {
</span><span class="cx">     return m_connectionToWebProcess-&gt;connection();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCArgumentCoderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/ArgumentCoder.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/ArgumentCoder.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/ArgumentCoder.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #ifndef ArgumentCoder_h
</span><span class="cx"> #define ArgumentCoder_h
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> class ArgumentDecoder;
</span><span class="cx"> class ArgumentEncoder;
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCArgumentCoderscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/ArgumentCoders.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/ArgumentCoders.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/ArgumentCoders.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> #include &lt;wtf/text/CString.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> void ArgumentCoder&lt;AtomicString&gt;::encode(ArgumentEncoder&amp; encoder, const AtomicString&amp; atomicString)
</span><span class="cx"> {
</span><span class="lines">@@ -147,4 +147,4 @@
</span><span class="cx">     return decodeStringText&lt;UChar&gt;(decoder, length, result);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCArgumentCodersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/ArgumentCoders.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/ArgumentCoders.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/ArgumentCoders.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> // An argument coder works on POD types
</span><span class="cx"> template&lt;typename T&gt; struct SimpleArgumentCoder {
</span><span class="lines">@@ -208,6 +208,6 @@
</span><span class="cx">     static bool decode(ArgumentDecoder&amp;, String&amp;);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> #endif // ArgumentCoders_h
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCArgumentDecodercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/ArgumentDecoder.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/ArgumentDecoder.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/ArgumentDecoder.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> #include &quot;DataReference.h&quot;
</span><span class="cx"> #include &lt;stdio.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> ArgumentDecoder::ArgumentDecoder(const uint8_t* buffer, size_t bufferSize)
</span><span class="cx"> {
</span><span class="lines">@@ -224,4 +224,4 @@
</span><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCArgumentDecoderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/ArgumentDecoder.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/ArgumentDecoder.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/ArgumentDecoder.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> #include &quot;Attachment.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> class DataReference;
</span><span class="cx">     
</span><span class="lines">@@ -106,6 +106,6 @@
</span><span class="cx">     Vector&lt;Attachment&gt; m_attachments;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> #endif // ArgumentDecoder_h
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCArgumentEncodercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/ArgumentEncoder.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/ArgumentEncoder.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/ArgumentEncoder.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> #include &lt;sys/mman.h&gt;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> static inline void* allocBuffer(size_t size)
</span><span class="cx"> {
</span><span class="lines">@@ -195,4 +195,4 @@
</span><span class="cx">     return newList;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCArgumentEncoderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/ArgumentEncoder.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/ArgumentEncoder.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/ArgumentEncoder.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> #include &quot;Attachment.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> class ArgumentEncoder;
</span><span class="cx"> class DataReference;
</span><span class="lines">@@ -91,6 +91,6 @@
</span><span class="cx">     Vector&lt;Attachment&gt; m_attachments;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> #endif // ArgumentEncoder_h
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCArgumentsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/Arguments.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/Arguments.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/Arguments.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> #include &quot;ArgumentDecoder.h&quot;
</span><span class="cx"> #include &quot;ArgumentEncoder.h&quot;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> template&lt;size_t index, typename... Elements&gt;
</span><span class="cx"> struct TupleCoder {
</span><span class="lines">@@ -386,6 +386,6 @@
</span><span class="cx">     T10 argument10;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> #endif // Arguments_h
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCAttachmentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/Attachment.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/Attachment.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/Attachment.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> #include &quot;ArgumentDecoder.h&quot;
</span><span class="cx"> #include &quot;ArgumentEncoder.h&quot;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> Attachment::Attachment()
</span><span class="cx">     : m_type(Uninitialized)
</span><span class="lines">@@ -62,4 +62,4 @@
</span><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCAttachmenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/Attachment.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/Attachment.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/Attachment.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #include &lt;mach/mach_traps.h&gt;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> class ArgumentDecoder;
</span><span class="cx"> class ArgumentEncoder;
</span><span class="lines">@@ -90,6 +90,6 @@
</span><span class="cx"> #endif
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> #endif // Attachment_h
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCConnectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/Connection.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/Connection.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/Connection.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> #include &lt;wtf/threads/BinarySemaphore.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> class Connection::SyncMessageState : public ThreadSafeRefCounted&lt;Connection::SyncMessageState&gt; {
</span><span class="cx"> public:
</span><span class="lines">@@ -218,7 +218,7 @@
</span><span class="cx">     , m_shouldExitOnSyncMessageSendFailure(false)
</span><span class="cx">     , m_didCloseOnConnectionWorkQueueCallback(0)
</span><span class="cx">     , m_isConnected(false)
</span><del>-    , m_connectionQueue(WorkQueue::create(&quot;com.apple.CoreIPC.ReceiveQueue&quot;))
</del><ins>+    , m_connectionQueue(WorkQueue::create(&quot;com.apple.IPC.ReceiveQueue&quot;))
</ins><span class="cx">     , m_clientRunLoop(clientRunLoop)
</span><span class="cx">     , m_inSendSyncCount(0)
</span><span class="cx">     , m_inDispatchMessageCount(0)
</span><span class="lines">@@ -837,4 +837,4 @@
</span><span class="cx">     m_clientRunLoop-&gt;wakeUp();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCConnectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/Connection.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/Connection.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/Connection.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx"> class RunLoop;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> enum MessageSendFlags {
</span><span class="cx">     // Whether this message should be dispatched when waiting for a sync reply.
</span><span class="lines">@@ -351,6 +351,6 @@
</span><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> #endif // Connection_h
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCHandleMessageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/HandleMessage.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/HandleMessage.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/HandleMessage.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -5,7 +5,7 @@
</span><span class="cx"> #include &quot;MessageDecoder.h&quot;
</span><span class="cx"> #include &quot;MessageEncoder.h&quot;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> // Dispatch functions with no reply arguments.
</span><span class="cx"> template&lt;typename C, typename MF&gt;
</span><span class="lines">@@ -445,6 +445,6 @@
</span><span class="cx">     callMemberFunction(std::move(arguments), delayedReply.release(), object, function);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> #endif // HandleMessage_h
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCMessageDecodercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/MessageDecoder.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/MessageDecoder.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/MessageDecoder.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> #include &quot;ImportanceAssertion.h&quot;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> MessageDecoder::~MessageDecoder()
</span><span class="cx"> {
</span><span class="lines">@@ -73,4 +73,4 @@
</span><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCMessageDecoderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/MessageDecoder.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/MessageDecoder.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/MessageDecoder.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> #include &quot;ArgumentDecoder.h&quot;
</span><span class="cx"> #include &quot;StringReference.h&quot;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> class DataReference;
</span><span class="cx"> class ImportanceAssertion;
</span><span class="lines">@@ -62,6 +62,6 @@
</span><span class="cx"> #endif
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> #endif // MessageDecoder_h
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCMessageEncodercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/MessageEncoder.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/MessageEncoder.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/MessageEncoder.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> #include &quot;MessageFlags.h&quot;
</span><span class="cx"> #include &quot;StringReference.h&quot;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> static uint8_t defaultMessageFlags = 0;
</span><span class="cx"> 
</span><span class="lines">@@ -64,4 +64,4 @@
</span><span class="cx">         *buffer() &amp;= ~DispatchMessageWhenWaitingForSyncReply;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCMessageEncoderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/MessageEncoder.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/MessageEncoder.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/MessageEncoder.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> #include &quot;ArgumentEncoder.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> class StringReference;
</span><span class="cx"> 
</span><span class="lines">@@ -42,6 +42,6 @@
</span><span class="cx">     void setShouldDispatchMessageWhenWaitingForSyncReply(bool);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> #endif // MessageEncoder_h
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCMessageFlagsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/MessageFlags.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/MessageFlags.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/MessageFlags.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -26,13 +26,13 @@
</span><span class="cx"> #ifndef MessageFlags_h
</span><span class="cx"> #define MessageFlags_h
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> enum MessageFlags {
</span><span class="cx">     SyncMessage = 1 &lt;&lt; 0,
</span><span class="cx">     DispatchMessageWhenWaitingForSyncReply = 1 &lt;&lt; 1,
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> #endif // MessageFlags_h
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCMessageReceiverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/MessageReceiver.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/MessageReceiver.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/MessageReceiver.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="cx"> #include &lt;wtf/OwnPtr.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> class MessageDecoder;
</span><span class="cx"> class MessageEncoder;
</span><span class="lines">@@ -46,6 +46,6 @@
</span><span class="cx">     }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> #endif // MessageReceiver_h
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCMessageReceiverMapcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/MessageReceiverMap.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/MessageReceiverMap.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/MessageReceiverMap.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> #include &quot;MessageDecoder.h&quot;
</span><span class="cx"> #include &quot;MessageReceiver.h&quot;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> MessageReceiverMap::MessageReceiverMap()
</span><span class="cx"> {
</span><span class="lines">@@ -108,4 +108,4 @@
</span><span class="cx">     return false;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCMessageReceiverMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/MessageReceiverMap.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/MessageReceiverMap.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/MessageReceiverMap.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> #include &lt;wtf/text/CString.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> class Connection;
</span><span class="cx"> class MessageDecoder;
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCmacConnectionMaccpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> #include &lt;wtf/RunLoop.h&gt;
</span><span class="cx"> #include &lt;xpc/xpc.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> static const size_t inlineMessageMaxSize = 4096;
</span><span class="cx"> 
</span><span class="lines">@@ -491,4 +491,4 @@
</span><span class="cx">         ASSERT_NOT_REACHED();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCmacImportanceAssertionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/mac/ImportanceAssertion.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/mac/ImportanceAssertion.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/mac/ImportanceAssertion.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> extern &quot;C&quot; int proc_importance_assertion_begin_with_msg(mach_msg_header_t*, mach_msg_trailer_t*, uint64_t*);
</span><span class="cx"> extern &quot;C&quot; int proc_importance_assertion_complete(uint64_t assertion_handle);
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> class ImportanceAssertion {
</span><span class="cx">     WTF_MAKE_NONCOPYABLE(ImportanceAssertion);
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCmacMachPorth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/mac/MachPort.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/mac/MachPort.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/IPC/mac/MachPort.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> #include &quot;ArgumentEncoder.h&quot;
</span><span class="cx"> #include &quot;Attachment.h&quot;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> class MachPort {
</span><span class="cx"> public:
</span><span class="lines">@@ -70,6 +70,6 @@
</span><span class="cx">     mach_msg_type_name_t m_disposition;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> #endif // MachPort_h
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformSharedMemoryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/SharedMemory.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/SharedMemory.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/SharedMemory.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -57,11 +57,11 @@
</span><span class="cx"> 
</span><span class="cx">         bool isNull() const;
</span><span class="cx"> 
</span><del>-        void encode(CoreIPC::ArgumentEncoder&amp;) const;
-        static bool decode(CoreIPC::ArgumentDecoder&amp;, Handle&amp;);
</del><ins>+        void encode(IPC::ArgumentEncoder&amp;) const;
+        static bool decode(IPC::ArgumentDecoder&amp;, Handle&amp;);
</ins><span class="cx"> 
</span><span class="cx"> #if USE(UNIX_DOMAIN_SOCKETS)
</span><del>-        CoreIPC::Attachment releaseToAttachment() const;
</del><ins>+        IPC::Attachment releaseToAttachment() const;
</ins><span class="cx">         void adoptFromAttachment(int fileDescriptor, size_t);
</span><span class="cx"> #endif
</span><span class="cx">     private:
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformmacSharedMemoryMaccpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/mac/SharedMemoryMac.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/mac/SharedMemoryMac.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Platform/mac/SharedMemoryMac.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -55,14 +55,14 @@
</span><span class="cx">     return !m_port;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void SharedMemory::Handle::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void SharedMemory::Handle::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; static_cast&lt;uint64_t&gt;(m_size);
</span><del>-    encoder &lt;&lt; CoreIPC::MachPort(m_port, MACH_MSG_TYPE_MOVE_SEND);
</del><ins>+    encoder &lt;&lt; IPC::MachPort(m_port, MACH_MSG_TYPE_MOVE_SEND);
</ins><span class="cx">     m_port = MACH_PORT_NULL;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool SharedMemory::Handle::decode(CoreIPC::ArgumentDecoder&amp; decoder, Handle&amp; handle)
</del><ins>+bool SharedMemory::Handle::decode(IPC::ArgumentDecoder&amp; decoder, Handle&amp; handle)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(!handle.m_port);
</span><span class="cx">     ASSERT(!handle.m_size);
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">     if (!decoder.decode(size))
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><del>-    CoreIPC::MachPort machPort;
</del><ins>+    IPC::MachPort machPort;
</ins><span class="cx">     if (!decoder.decode(machPort))
</span><span class="cx">         return false;
</span><span class="cx">     
</span></span></pre></div>
<a id="trunkSourceWebKit2PluginProcessPluginControllerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/PluginProcess/PluginControllerProxy.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/PluginProcess/PluginControllerProxy.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/PluginProcess/PluginControllerProxy.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -437,7 +437,7 @@
</span><span class="cx">     m_plugin-&gt;streamDidReceiveResponse(streamID, URL(ParsedURLString, responseURLString), streamLength, lastModifiedTime, mimeType, headers, String());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PluginControllerProxy::streamDidReceiveData(uint64_t streamID, const CoreIPC::DataReference&amp; data)
</del><ins>+void PluginControllerProxy::streamDidReceiveData(uint64_t streamID, const IPC::DataReference&amp; data)
</ins><span class="cx"> {
</span><span class="cx">     m_plugin-&gt;streamDidReceiveData(streamID, reinterpret_cast&lt;const char*&gt;(data.data()), data.size());
</span><span class="cx"> }
</span><span class="lines">@@ -460,7 +460,7 @@
</span><span class="cx">     m_plugin-&gt;manualStreamDidReceiveResponse(URL(ParsedURLString, responseURLString), streamLength, lastModifiedTime, mimeType, headers, String());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PluginControllerProxy::manualStreamDidReceiveData(const CoreIPC::DataReference&amp; data)
</del><ins>+void PluginControllerProxy::manualStreamDidReceiveData(const IPC::DataReference&amp; data)
</ins><span class="cx"> {
</span><span class="cx">     if (m_pluginCanceledManualStreamLoad)
</span><span class="cx">         return;
</span></span></pre></div>
<a id="trunkSourceWebKit2PluginProcessPluginControllerProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/PluginProcess/PluginControllerProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/PluginProcess/PluginControllerProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/PluginProcess/PluginControllerProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="cx"> #include &lt;wtf/RunLoop.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class DataReference;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -61,8 +61,8 @@
</span><span class="cx">     bool initialize(const PluginCreationParameters&amp;);
</span><span class="cx">     void destroy();
</span><span class="cx"> 
</span><del>-    void didReceivePluginControllerProxyMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
-    void didReceiveSyncPluginControllerProxyMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;);
</del><ins>+    void didReceivePluginControllerProxyMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
+    void didReceiveSyncPluginControllerProxyMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;);
</ins><span class="cx"> 
</span><span class="cx">     bool wantsWheelEvents() const;
</span><span class="cx"> 
</span><span class="lines">@@ -124,11 +124,11 @@
</span><span class="cx">     void geometryDidChange(const WebCore::IntSize&amp; pluginSize, const WebCore::IntRect&amp; clipRect, const WebCore::AffineTransform&amp; pluginToRootViewTransform, float contentsScaleFactor, const ShareableBitmap::Handle&amp; backingStoreHandle);
</span><span class="cx">     void didEvaluateJavaScript(uint64_t requestID, const String&amp; result);
</span><span class="cx">     void streamDidReceiveResponse(uint64_t streamID, const String&amp; responseURLString, uint32_t streamLength, uint32_t lastModifiedTime, const String&amp; mimeType, const String&amp; headers);
</span><del>-    void streamDidReceiveData(uint64_t streamID, const CoreIPC::DataReference&amp; data);
</del><ins>+    void streamDidReceiveData(uint64_t streamID, const IPC::DataReference&amp; data);
</ins><span class="cx">     void streamDidFinishLoading(uint64_t streamID);
</span><span class="cx">     void streamDidFail(uint64_t streamID, bool wasCancelled);
</span><span class="cx">     void manualStreamDidReceiveResponse(const String&amp; responseURLString, uint32_t streamLength, uint32_t lastModifiedTime, const String&amp; mimeType, const String&amp; headers);
</span><del>-    void manualStreamDidReceiveData(const CoreIPC::DataReference&amp; data);
</del><ins>+    void manualStreamDidReceiveData(const IPC::DataReference&amp; data);
</ins><span class="cx">     void manualStreamDidFinishLoading();
</span><span class="cx">     void manualStreamDidFail(bool wasCancelled);
</span><span class="cx">     void handleMouseEvent(const WebMouseEvent&amp;, PassRefPtr&lt;Messages::PluginControllerProxy::HandleMouseEvent::DelayedReply&gt;);
</span></span></pre></div>
<a id="trunkSourceWebKit2PluginProcessPluginControllerProxymessagesin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/PluginProcess/PluginControllerProxy.messages.in (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/PluginProcess/PluginControllerProxy.messages.in        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/PluginProcess/PluginControllerProxy.messages.in        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">     StreamDidReceiveResponse(uint64_t streamID, String responseURLString, uint32_t streamLength, uint32_t lastModifiedTime, String mimeType, String headers)
</span><span class="cx"> 
</span><span class="cx">     # Sent when the plug-in receives data for a stream.
</span><del>-    StreamDidReceiveData(uint64_t streamID, CoreIPC::DataReference data)
</del><ins>+    StreamDidReceiveData(uint64_t streamID, IPC::DataReference data)
</ins><span class="cx"> 
</span><span class="cx">     # Sent when a plug-in stream has finishes loading.
</span><span class="cx">     StreamDidFinishLoading(uint64_t streamID)
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx">     ManualStreamDidReceiveResponse(String responseURLString, uint32_t streamLength, uint32_t lastModifiedTime, String mimeType, String headers)
</span><span class="cx"> 
</span><span class="cx">     # Sent when the plug-in receives data for the manual stream.
</span><del>-    ManualStreamDidReceiveData(CoreIPC::DataReference data)
</del><ins>+    ManualStreamDidReceiveData(IPC::DataReference data)
</ins><span class="cx"> 
</span><span class="cx">     # Sent when the plug-in manual stream has finishes loading.
</span><span class="cx">     ManualStreamDidFinishLoading()
</span></span></pre></div>
<a id="trunkSourceWebKit2PluginProcessPluginCreationParameterscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/PluginProcess/PluginCreationParameters.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/PluginProcess/PluginCreationParameters.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/PluginProcess/PluginCreationParameters.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PluginCreationParameters::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void PluginCreationParameters::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; pluginInstanceID;
</span><span class="cx">     encoder &lt;&lt; windowNPObjectID;
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool PluginCreationParameters::decode(CoreIPC::ArgumentDecoder&amp; decoder, PluginCreationParameters&amp; result)
</del><ins>+bool PluginCreationParameters::decode(IPC::ArgumentDecoder&amp; decoder, PluginCreationParameters&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(result.pluginInstanceID) || !result.pluginInstanceID)
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2PluginProcessPluginCreationParametersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/PluginProcess/PluginCreationParameters.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/PluginProcess/PluginCreationParameters.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/PluginProcess/PluginCreationParameters.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Plugin.h&quot;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -40,8 +40,8 @@
</span><span class="cx"> struct PluginCreationParameters {
</span><span class="cx">     PluginCreationParameters();
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, PluginCreationParameters&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, PluginCreationParameters&amp;);
</ins><span class="cx"> 
</span><span class="cx">     // The unique ID of this plug-in instance.
</span><span class="cx">     uint64_t pluginInstanceID;
</span></span></pre></div>
<a id="trunkSourceWebKit2PluginProcessPluginProcesscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/PluginProcess/PluginProcess.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/PluginProcess/PluginProcess.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/PluginProcess/PluginProcess.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -121,19 +121,19 @@
</span><span class="cx">     return m_webProcessConnections.isEmpty();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PluginProcess::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void PluginProcess::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     didReceivePluginProcessMessage(connection, decoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PluginProcess::didClose(CoreIPC::Connection*)
</del><ins>+void PluginProcess::didClose(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx">     // The UI process has crashed, just go ahead and quit.
</span><span class="cx">     // FIXME: If the plug-in is spinning in the main loop, we'll never get this message.
</span><span class="cx">     stopRunLoop();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PluginProcess::didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference, CoreIPC::StringReference)
</del><ins>+void PluginProcess::didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference, IPC::StringReference)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -158,18 +158,18 @@
</span><span class="cx">     mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &amp;listeningPort);
</span><span class="cx"> 
</span><span class="cx">     // Create a listening connection.
</span><del>-    RefPtr&lt;WebProcessConnection&gt; connection = WebProcessConnection::create(CoreIPC::Connection::Identifier(listeningPort));
</del><ins>+    RefPtr&lt;WebProcessConnection&gt; connection = WebProcessConnection::create(IPC::Connection::Identifier(listeningPort));
</ins><span class="cx">     m_webProcessConnections.append(connection.release());
</span><span class="cx"> 
</span><del>-    CoreIPC::Attachment clientPort(listeningPort, MACH_MSG_TYPE_MAKE_SEND);
</del><ins>+    IPC::Attachment clientPort(listeningPort, MACH_MSG_TYPE_MAKE_SEND);
</ins><span class="cx">     parentProcessConnection()-&gt;send(Messages::PluginProcessProxy::DidCreateWebProcessConnection(clientPort, m_supportsAsynchronousPluginInitialization), 0);
</span><span class="cx"> #elif USE(UNIX_DOMAIN_SOCKETS)
</span><del>-    CoreIPC::Connection::SocketPair socketPair = CoreIPC::Connection::createPlatformConnection();
</del><ins>+    IPC::Connection::SocketPair socketPair = IPC::Connection::createPlatformConnection();
</ins><span class="cx"> 
</span><span class="cx">     RefPtr&lt;WebProcessConnection&gt; connection = WebProcessConnection::create(socketPair.server);
</span><span class="cx">     m_webProcessConnections.append(connection.release());
</span><span class="cx"> 
</span><del>-    CoreIPC::Attachment clientSocket(socketPair.client);
</del><ins>+    IPC::Attachment clientSocket(socketPair.client);
</ins><span class="cx">     parentProcessConnection()-&gt;send(Messages::PluginProcessProxy::DidCreateWebProcessConnection(clientSocket, m_supportsAsynchronousPluginInitialization), 0);
</span><span class="cx"> #else
</span><span class="cx">     notImplemented();
</span></span></pre></div>
<a id="trunkSourceWebKit2PluginProcessPluginProcessh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/PluginProcess/PluginProcess.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/PluginProcess/PluginProcess.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/PluginProcess/PluginProcess.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -80,13 +80,13 @@
</span><span class="cx">     virtual void stopRunLoop() OVERRIDE;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-    // CoreIPC::Connection::Client
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didClose(CoreIPC::Connection*) OVERRIDE;
-    virtual void didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName) OVERRIDE;
</del><ins>+    // IPC::Connection::Client
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didClose(IPC::Connection*) OVERRIDE;
+    virtual void didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference messageReceiverName, IPC::StringReference messageName) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // Message handlers.
</span><del>-    void didReceivePluginProcessMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void didReceivePluginProcessMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
</ins><span class="cx">     void initializePluginProcess(const PluginProcessCreationParameters&amp;);
</span><span class="cx">     void createWebProcessConnection();
</span><span class="cx">     void getSitesWithData(uint64_t callbackID);
</span></span></pre></div>
<a id="trunkSourceWebKit2PluginProcessWebProcessConnectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/PluginProcess/WebProcessConnection.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/PluginProcess/WebProcessConnection.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/PluginProcess/WebProcessConnection.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-PassRefPtr&lt;WebProcessConnection&gt; WebProcessConnection::create(CoreIPC::Connection::Identifier connectionIdentifier)
</del><ins>+PassRefPtr&lt;WebProcessConnection&gt; WebProcessConnection::create(IPC::Connection::Identifier connectionIdentifier)
</ins><span class="cx"> {
</span><span class="cx">     return adoptRef(new WebProcessConnection(connectionIdentifier));
</span><span class="cx"> }
</span><span class="lines">@@ -58,9 +58,9 @@
</span><span class="cx">     ASSERT(!m_connection);
</span><span class="cx"> }
</span><span class="cx">     
</span><del>-WebProcessConnection::WebProcessConnection(CoreIPC::Connection::Identifier connectionIdentifier)
</del><ins>+WebProcessConnection::WebProcessConnection(IPC::Connection::Identifier connectionIdentifier)
</ins><span class="cx"> {
</span><del>-    m_connection = CoreIPC::Connection::createServerConnection(connectionIdentifier, this, RunLoop::main());
</del><ins>+    m_connection = IPC::Connection::createServerConnection(connectionIdentifier, this, RunLoop::main());
</ins><span class="cx">     m_npRemoteObjectMap = NPRemoteObjectMap::create(m_connection.get());
</span><span class="cx"> 
</span><span class="cx">     m_connection-&gt;setOnlySendMessagesAsDispatchWhenWaitingForSyncReplyWhenProcessingSuchAMessage(true);
</span><span class="lines">@@ -110,14 +110,14 @@
</span><span class="cx"> 
</span><span class="cx"> void WebProcessConnection::setGlobalException(const String&amp; exceptionString)
</span><span class="cx"> {
</span><del>-    CoreIPC::Connection* connection = ConnectionStack::shared().current();
</del><ins>+    IPC::Connection* connection = ConnectionStack::shared().current();
</ins><span class="cx">     if (!connection)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><span class="cx">     connection-&gt;sendSync(Messages::PluginProcessConnection::SetException(exceptionString), Messages::PluginProcessConnection::SetException::Reply(), 0);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcessConnection::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebProcessConnection::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     ConnectionStack::CurrentConnectionPusher currentConnection(ConnectionStack::shared(), connection);
</span><span class="cx"> 
</span><span class="lines">@@ -139,7 +139,7 @@
</span><span class="cx">     pluginControllerProxy-&gt;didReceivePluginControllerProxyMessage(connection, decoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcessConnection::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp; replyEncoder)
</del><ins>+void WebProcessConnection::didReceiveSyncMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp; replyEncoder)
</ins><span class="cx"> {
</span><span class="cx">     // Force all timers to run at full speed when processing a synchronous message
</span><span class="cx">     ActivityAssertion activityAssertion(PluginProcess::shared());
</span><span class="lines">@@ -166,7 +166,7 @@
</span><span class="cx">     pluginControllerProxy-&gt;didReceiveSyncPluginControllerProxyMessage(connection, decoder, replyEncoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcessConnection::didClose(CoreIPC::Connection*)
</del><ins>+void WebProcessConnection::didClose(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx">     // The web process crashed. Destroy all the plug-in controllers. Destroying the last plug-in controller
</span><span class="cx">     // will cause the web process connection itself to be destroyed.
</span><span class="lines">@@ -198,7 +198,7 @@
</span><span class="cx">     destroyPluginControllerProxy(pluginControllerProxy);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcessConnection::didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference, CoreIPC::StringReference)
</del><ins>+void WebProcessConnection::didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference, IPC::StringReference)
</ins><span class="cx"> {
</span><span class="cx">     // FIXME: Implement.
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2PluginProcessWebProcessConnectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/PluginProcess/WebProcessConnection.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/PluginProcess/WebProcessConnection.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/PluginProcess/WebProcessConnection.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -42,12 +42,12 @@
</span><span class="cx">     
</span><span class="cx"> // A connection from a plug-in process to a web process.
</span><span class="cx"> 
</span><del>-class WebProcessConnection : public RefCounted&lt;WebProcessConnection&gt;, CoreIPC::Connection::Client {
</del><ins>+class WebProcessConnection : public RefCounted&lt;WebProcessConnection&gt;, IPC::Connection::Client {
</ins><span class="cx"> public:
</span><del>-    static PassRefPtr&lt;WebProcessConnection&gt; create(CoreIPC::Connection::Identifier);
</del><ins>+    static PassRefPtr&lt;WebProcessConnection&gt; create(IPC::Connection::Identifier);
</ins><span class="cx">     virtual ~WebProcessConnection();
</span><span class="cx"> 
</span><del>-    CoreIPC::Connection* connection() const { return m_connection.get(); }
</del><ins>+    IPC::Connection* connection() const { return m_connection.get(); }
</ins><span class="cx">     NPRemoteObjectMap* npRemoteObjectMap() const { return m_npRemoteObjectMap.get(); }
</span><span class="cx"> 
</span><span class="cx">     void removePluginControllerProxy(PluginControllerProxy*, Plugin*);
</span><span class="lines">@@ -55,28 +55,28 @@
</span><span class="cx">     static void setGlobalException(const String&amp;);
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    WebProcessConnection(CoreIPC::Connection::Identifier);
</del><ins>+    WebProcessConnection(IPC::Connection::Identifier);
</ins><span class="cx"> 
</span><span class="cx">     void addPluginControllerProxy(std::unique_ptr&lt;PluginControllerProxy&gt;);
</span><span class="cx"> 
</span><span class="cx">     void destroyPluginControllerProxy(PluginControllerProxy*);
</span><span class="cx"> 
</span><del>-    // CoreIPC::Connection::Client
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;) OVERRIDE;
-    virtual void didClose(CoreIPC::Connection*);
-    virtual void didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName);
</del><ins>+    // IPC::Connection::Client
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;) OVERRIDE;
+    virtual void didClose(IPC::Connection*);
+    virtual void didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference messageReceiverName, IPC::StringReference messageName);
</ins><span class="cx"> 
</span><span class="cx">     // Message handlers.
</span><del>-    void didReceiveWebProcessConnectionMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
-    void didReceiveSyncWebProcessConnectionMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;);
</del><ins>+    void didReceiveWebProcessConnectionMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
+    void didReceiveSyncWebProcessConnectionMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;);
</ins><span class="cx">     void createPlugin(const PluginCreationParameters&amp;, PassRefPtr&lt;Messages::WebProcessConnection::CreatePlugin::DelayedReply&gt;);
</span><span class="cx">     void createPluginAsynchronously(const PluginCreationParameters&amp;);
</span><span class="cx">     void destroyPlugin(uint64_t pluginInstanceID, bool asynchronousCreationIncomplete);
</span><span class="cx">     
</span><span class="cx">     void createPluginInternal(const PluginCreationParameters&amp;, bool&amp; result, bool&amp; wantsWheelEvents, uint32_t&amp; remoteLayerClientID);
</span><span class="cx"> 
</span><del>-    RefPtr&lt;CoreIPC::Connection&gt; m_connection;
</del><ins>+    RefPtr&lt;IPC::Connection&gt; m_connection;
</ins><span class="cx"> 
</span><span class="cx">     HashMap&lt;uint64_t, std::unique_ptr&lt;PluginControllerProxy&gt;&gt; m_pluginControllers;
</span><span class="cx">     RefPtr&lt;NPRemoteObjectMap&gt; m_npRemoteObjectMap;
</span></span></pre></div>
<a id="trunkSourceWebKit2PluginProcessmacPluginControllerProxyMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/PluginProcess/mac/PluginControllerProxyMac.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/PluginProcess/mac/PluginControllerProxyMac.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/PluginProcess/mac/PluginControllerProxyMac.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx"> 
</span><span class="cx"> void PluginControllerProxy::setComplexTextInputState(PluginComplexTextInputState pluginComplexTextInputState)
</span><span class="cx"> {
</span><del>-    m_connection-&gt;connection()-&gt;send(Messages::PluginProxy::SetComplexTextInputState(pluginComplexTextInputState), m_pluginInstanceID, CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply);
</del><ins>+    m_connection-&gt;connection()-&gt;send(Messages::PluginProxy::SetComplexTextInputState(pluginComplexTextInputState), m_pluginInstanceID, IPC::DispatchMessageEvenWhenWaitingForSyncReply);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> mach_port_t PluginControllerProxy::compositingRenderServerPort()
</span></span></pre></div>
<a id="trunkSourceWebKit2Scriptswebkit2messagespy"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Scripts/webkit2/messages.py (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Scripts/webkit2/messages.py        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Scripts/webkit2/messages.py        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -94,7 +94,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> def arguments_type_old(parameters, parameter_type_function):
</span><del>-    arguments_type = 'CoreIPC::Arguments%d' % len(parameters)
</del><ins>+    arguments_type = 'IPC::Arguments%d' % len(parameters)
</ins><span class="cx">     if len(parameters):
</span><span class="cx">         arguments_type = '%s&lt;%s&gt;' % (arguments_type, ', '.join(parameter_type_function(parameter.type) for parameter in parameters))
</span><span class="cx">     return arguments_type
</span><span class="lines">@@ -130,22 +130,22 @@
</span><span class="cx">     result.append('public:\n')
</span><span class="cx">     result.append('    typedef %s DecodeType;\n' % decode_type(message))
</span><span class="cx">     result.append('\n')
</span><del>-    result.append('    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }\n')
-    result.append('    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;%s&quot;); }\n' % message.name)
</del><ins>+    result.append('    static IPC::StringReference receiverName() { return messageReceiverName(); }\n')
+    result.append('    static IPC::StringReference name() { return IPC::StringReference(&quot;%s&quot;); }\n' % message.name)
</ins><span class="cx">     result.append('    static const bool isSync = %s;\n' % ('false', 'true')[message.reply_parameters != None])
</span><span class="cx">     result.append('\n')
</span><span class="cx">     if message.reply_parameters != None:
</span><span class="cx">         if message.has_attribute(DELAYED_ATTRIBUTE):
</span><span class="cx">             send_parameters = [(function_parameter_type(x.type), x.name) for x in message.reply_parameters]
</span><span class="cx">             result.append('    struct DelayedReply : public ThreadSafeRefCounted&lt;DelayedReply&gt; {\n')
</span><del>-            result.append('        DelayedReply(PassRefPtr&lt;CoreIPC::Connection&gt;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;);\n')
</del><ins>+            result.append('        DelayedReply(PassRefPtr&lt;IPC::Connection&gt;, std::unique_ptr&lt;IPC::MessageEncoder&gt;);\n')
</ins><span class="cx">             result.append('        ~DelayedReply();\n')
</span><span class="cx">             result.append('\n')
</span><span class="cx">             result.append('        bool send(%s);\n' % ', '.join([' '.join(x) for x in send_parameters]))
</span><span class="cx">             result.append('\n')
</span><span class="cx">             result.append('    private:\n')
</span><del>-            result.append('        RefPtr&lt;CoreIPC::Connection&gt; m_connection;\n')
-            result.append('        std::unique_ptr&lt;CoreIPC::MessageEncoder&gt; m_encoder;\n')
</del><ins>+            result.append('        RefPtr&lt;IPC::Connection&gt; m_connection;\n')
+            result.append('        std::unique_ptr&lt;IPC::MessageEncoder&gt; m_encoder;\n')
</ins><span class="cx">             result.append('    };\n\n')
</span><span class="cx"> 
</span><span class="cx">         result.append('    typedef %s Reply;\n' % reply_type(message))
</span><span class="lines">@@ -251,7 +251,7 @@
</span><span class="cx">     for message in receiver.messages:
</span><span class="cx">         if message.reply_parameters != None and message.has_attribute(DELAYED_ATTRIBUTE):
</span><span class="cx">             headers.add('&lt;wtf/ThreadSafeRefCounted.h&gt;')
</span><del>-            types_by_namespace['CoreIPC'].update(['Connection'])
</del><ins>+            types_by_namespace['IPC'].update(['Connection'])
</ins><span class="cx"> 
</span><span class="cx">     for parameter in receiver.iterparameters():
</span><span class="cx">         type = parameter.type
</span><span class="lines">@@ -305,9 +305,9 @@
</span><span class="cx"> 
</span><span class="cx">     result.append('namespace Messages {\nnamespace %s {\n' % receiver.name)
</span><span class="cx">     result.append('\n')
</span><del>-    result.append('static inline CoreIPC::StringReference messageReceiverName()\n')
</del><ins>+    result.append('static inline IPC::StringReference messageReceiverName()\n')
</ins><span class="cx">     result.append('{\n')
</span><del>-    result.append('    return CoreIPC::StringReference(&quot;%s&quot;);\n' % receiver.name)
</del><ins>+    result.append('    return IPC::StringReference(&quot;%s&quot;);\n' % receiver.name)
</ins><span class="cx">     result.append('}\n')
</span><span class="cx">     result.append('\n')
</span><span class="cx">     result.append('\n'.join([message_to_struct_declaration(x) for x in receiver.messages]))
</span><span class="lines">@@ -340,7 +340,7 @@
</span><span class="cx"> 
</span><span class="cx">     result = []
</span><span class="cx">     result.append('    if (decoder.messageName() == Messages::%s::%s::name()) {\n' % (receiver.name, message.name))
</span><del>-    result.append('        CoreIPC::%s&lt;Messages::%s::%s&gt;(%s);\n' % (dispatch_function, receiver.name, message.name, ', '.join(dispatch_function_args)))
</del><ins>+    result.append('        IPC::%s&lt;Messages::%s::%s&gt;(%s);\n' % (dispatch_function, receiver.name, message.name, ', '.join(dispatch_function_args)))
</ins><span class="cx">     result.append('        return;\n')
</span><span class="cx">     result.append('    }\n')
</span><span class="cx">     return surround_in_condition(''.join(result), message.condition)
</span><span class="lines">@@ -357,7 +357,7 @@
</span><span class="cx"> 
</span><span class="cx">     result = []
</span><span class="cx">     result.append('    if (decoder.messageName() == Messages::%s::%s::name()) {\n' % (receiver.name, message.name))
</span><del>-    result.append('        CoreIPC::%s&lt;Messages::%s::%s&gt;(%sdecoder, %sreplyEncoder, this, &amp;%s);\n' % (dispatch_function, receiver.name, message.name, 'connection, ' if wants_connection else '', '' if message.has_attribute(DELAYED_ATTRIBUTE) else '*', handler_function(receiver, message)))
</del><ins>+    result.append('        IPC::%s&lt;Messages::%s::%s&gt;(%sdecoder, %sreplyEncoder, this, &amp;%s);\n' % (dispatch_function, receiver.name, message.name, 'connection, ' if wants_connection else '', '' if message.has_attribute(DELAYED_ATTRIBUTE) else '*', handler_function(receiver, message)))
</ins><span class="cx">     result.append('        return;\n')
</span><span class="cx">     result.append('    }\n')
</span><span class="cx">     return surround_in_condition(''.join(result), message.condition)
</span><span class="lines">@@ -460,7 +460,7 @@
</span><span class="cx">         if len(split) &lt; 2:
</span><span class="cx">             continue
</span><span class="cx"> 
</span><del>-        if split[0] == 'WebKit' or split[0] == 'CoreIPC':
</del><ins>+        if split[0] == 'WebKit' or split[0] == 'IPC':
</ins><span class="cx">             headers.append('&quot;%s.h&quot;' % split[1])
</span><span class="cx">         else:
</span><span class="cx">             headers.append('&lt;%s/%s.h&gt;' % tuple(split))
</span><span class="lines">@@ -551,7 +551,7 @@
</span><span class="cx">             if message.condition:
</span><span class="cx">                 result.append('#if %s\n\n' % message.condition)
</span><span class="cx"> 
</span><del>-            result.append('%s::DelayedReply::DelayedReply(PassRefPtr&lt;CoreIPC::Connection&gt; connection, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt; encoder)\n' % message.name)
</del><ins>+            result.append('%s::DelayedReply::DelayedReply(PassRefPtr&lt;IPC::Connection&gt; connection, std::unique_ptr&lt;IPC::MessageEncoder&gt; encoder)\n' % message.name)
</ins><span class="cx">             result.append('    : m_connection(connection)\n')
</span><span class="cx">             result.append('    , m_encoder(std::move(encoder))\n')
</span><span class="cx">             result.append('{\n')
</span><span class="lines">@@ -589,9 +589,9 @@
</span><span class="cx"> 
</span><span class="cx">     if async_messages:
</span><span class="cx">         if receiver.has_attribute(LEGACY_RECEIVER_ATTRIBUTE):
</span><del>-            result.append('void %s::didReceive%sMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp; decoder)\n' % (receiver.name, receiver.name))
</del><ins>+            result.append('void %s::didReceive%sMessage(IPC::Connection*, IPC::MessageDecoder&amp; decoder)\n' % (receiver.name, receiver.name))
</ins><span class="cx">         else:
</span><del>-            result.append('void %s::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)\n' % (receiver.name))
</del><ins>+            result.append('void %s::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)\n' % (receiver.name))
</ins><span class="cx"> 
</span><span class="cx">         result.append('{\n')
</span><span class="cx">         result += [async_message_statement(receiver, message) for message in async_messages]
</span><span class="lines">@@ -603,9 +603,9 @@
</span><span class="cx">     if sync_messages:
</span><span class="cx">         result.append('\n')
</span><span class="cx">         if receiver.has_attribute(LEGACY_RECEIVER_ATTRIBUTE):
</span><del>-            result.append('void %s::didReceiveSync%sMessage(CoreIPC::Connection*%s, CoreIPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp; replyEncoder)\n' % (receiver.name, receiver.name, ' connection' if sync_delayed_messages else ''))
</del><ins>+            result.append('void %s::didReceiveSync%sMessage(IPC::Connection*%s, IPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp; replyEncoder)\n' % (receiver.name, receiver.name, ' connection' if sync_delayed_messages else ''))
</ins><span class="cx">         else:
</span><del>-            result.append('void %s::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp; replyEncoder)\n' % (receiver.name))
</del><ins>+            result.append('void %s::didReceiveSyncMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp; replyEncoder)\n' % (receiver.name))
</ins><span class="cx">         result.append('{\n')
</span><span class="cx">         result += [sync_message_statement(receiver, message) for message in sync_messages]
</span><span class="cx">         if not receiver.has_attribute(LEGACY_RECEIVER_ATTRIBUTE):
</span></span></pre></div>
<a id="trunkSourceWebKit2Scriptswebkit2messages_unittestpy"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Scripts/webkit2/messages_unittest.py (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Scripts/webkit2/messages_unittest.py        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Scripts/webkit2/messages_unittest.py        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">     CreatePlugin(uint64_t pluginInstanceID, WebKit::Plugin::Parameters parameters) -&gt; (bool result)
</span><span class="cx">     RunJavaScriptAlert(uint64_t frameID, String message) -&gt; ()
</span><span class="cx">     GetPlugins(bool refresh) -&gt; (Vector&lt;WebCore::PluginInfo&gt; plugins)
</span><del>-    GetPluginProcessConnection(String pluginPath) -&gt; (CoreIPC::Connection::Handle connectionHandle) Delayed
</del><ins>+    GetPluginProcessConnection(String pluginPath) -&gt; (IPC::Connection::Handle connectionHandle) Delayed
</ins><span class="cx"> 
</span><span class="cx">     TestMultipleAttributes() -&gt; () WantsConnection Delayed
</span><span class="cx"> 
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">     TemplateTest(HashMap&lt;String, std::pair&lt;String, uint64_t&gt;&gt; a)
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><del>-    DidCreateWebProcessConnection(CoreIPC::MachPort connectionIdentifier)
</del><ins>+    DidCreateWebProcessConnection(IPC::MachPort connectionIdentifier)
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="lines">@@ -91,11 +91,11 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(DEPRECATED_FEATURE)
</span><del>-    DeprecatedOperation(CoreIPC::DummyType dummy)
</del><ins>+    DeprecatedOperation(IPC::DummyType dummy)
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(EXPERIMENTAL_FEATURE)
</span><del>-    ExperimentalOperation(CoreIPC::DummyType dummy)
</del><ins>+    ExperimentalOperation(IPC::DummyType dummy)
</ins><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -215,7 +215,7 @@
</span><span class="cx">                 ('String', 'pluginPath'),
</span><span class="cx">             ),
</span><span class="cx">             'reply_parameters': (
</span><del>-                ('CoreIPC::Connection::Handle', 'connectionHandle'),
</del><ins>+                ('IPC::Connection::Handle', 'connectionHandle'),
</ins><span class="cx">             ),
</span><span class="cx">             'conditions': (None),
</span><span class="cx">         },
</span><span class="lines">@@ -246,7 +246,7 @@
</span><span class="cx">         {
</span><span class="cx">             'name': 'DidCreateWebProcessConnection',
</span><span class="cx">             'parameters': (
</span><del>-                ('CoreIPC::MachPort', 'connectionIdentifier'),
</del><ins>+                ('IPC::MachPort', 'connectionIdentifier'),
</ins><span class="cx">             ),
</span><span class="cx">             'conditions': ('PLATFORM(MAC)'),
</span><span class="cx">         },
</span><span class="lines">@@ -263,14 +263,14 @@
</span><span class="cx">         {
</span><span class="cx">             'name': 'DeprecatedOperation',
</span><span class="cx">             'parameters': (
</span><del>-                ('CoreIPC::DummyType', 'dummy'),
</del><ins>+                ('IPC::DummyType', 'dummy'),
</ins><span class="cx">             ),
</span><span class="cx">             'conditions': ('ENABLE(DEPRECATED_FEATURE)'),
</span><span class="cx">         },
</span><span class="cx">         {
</span><span class="cx">             'name': 'ExperimentalOperation',
</span><span class="cx">             'parameters': (
</span><del>-                ('CoreIPC::DummyType', 'dummy'),
</del><ins>+                ('IPC::DummyType', 'dummy'),
</ins><span class="cx">             ),
</span><span class="cx">             'conditions': ('ENABLE(EXPERIMENTAL_FEATURE)'),
</span><span class="cx">         }
</span><span class="lines">@@ -355,7 +355,7 @@
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class Connection;
</span><span class="cx">     class DummyType;
</span><span class="cx">     class MachPort;
</span><span class="lines">@@ -373,17 +373,17 @@
</span><span class="cx"> namespace Messages {
</span><span class="cx"> namespace WebPage {
</span><span class="cx"> 
</span><del>-static inline CoreIPC::StringReference messageReceiverName()
</del><ins>+static inline IPC::StringReference messageReceiverName()
</ins><span class="cx"> {
</span><del>-    return CoreIPC::StringReference(&quot;WebPage&quot;);
</del><ins>+    return IPC::StringReference(&quot;WebPage&quot;);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> class LoadURL {
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;String&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;LoadURL&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;LoadURL&quot;); }
</ins><span class="cx">     static const bool isSync = false;
</span><span class="cx"> 
</span><span class="cx">     explicit LoadURL(const String&amp; url)
</span><span class="lines">@@ -405,8 +405,8 @@
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;String&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;LoadSomething&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;LoadSomething&quot;); }
</ins><span class="cx">     static const bool isSync = false;
</span><span class="cx"> 
</span><span class="cx">     explicit LoadSomething(const String&amp; url)
</span><span class="lines">@@ -429,8 +429,8 @@
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;WebKit::WebTouchEvent&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;TouchEvent&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;TouchEvent&quot;); }
</ins><span class="cx">     static const bool isSync = false;
</span><span class="cx"> 
</span><span class="cx">     explicit TouchEvent(const WebKit::WebTouchEvent&amp; event)
</span><span class="lines">@@ -453,8 +453,8 @@
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;WebKit::WebTouchEvent&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;AddEvent&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;AddEvent&quot;); }
</ins><span class="cx">     static const bool isSync = false;
</span><span class="cx"> 
</span><span class="cx">     explicit AddEvent(const WebKit::WebTouchEvent&amp; event)
</span><span class="lines">@@ -477,8 +477,8 @@
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;String&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;LoadSomethingElse&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;LoadSomethingElse&quot;); }
</ins><span class="cx">     static const bool isSync = false;
</span><span class="cx"> 
</span><span class="cx">     explicit LoadSomethingElse(const String&amp; url)
</span><span class="lines">@@ -500,8 +500,8 @@
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;uint64_t, uint64_t, uint32_t&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;DidReceivePolicyDecision&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;DidReceivePolicyDecision&quot;); }
</ins><span class="cx">     static const bool isSync = false;
</span><span class="cx"> 
</span><span class="cx">     DidReceivePolicyDecision(uint64_t frameID, uint64_t listenerID, uint32_t policyAction)
</span><span class="lines">@@ -522,8 +522,8 @@
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;Close&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;Close&quot;); }
</ins><span class="cx">     static const bool isSync = false;
</span><span class="cx"> 
</span><span class="cx">     const std::tuple&lt;&gt; arguments() const
</span><span class="lines">@@ -539,8 +539,8 @@
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;WebKit::WebPreferencesStore&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;PreferencesDidChange&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;PreferencesDidChange&quot;); }
</ins><span class="cx">     static const bool isSync = false;
</span><span class="cx"> 
</span><span class="cx">     explicit PreferencesDidChange(const WebKit::WebPreferencesStore&amp; store)
</span><span class="lines">@@ -561,8 +561,8 @@
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;double, float&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;SendDoubleAndFloat&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;SendDoubleAndFloat&quot;); }
</ins><span class="cx">     static const bool isSync = false;
</span><span class="cx"> 
</span><span class="cx">     SendDoubleAndFloat(double d, float f)
</span><span class="lines">@@ -583,8 +583,8 @@
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;Vector&lt;uint64_t&gt;, Vector&lt;Vector&lt;uint64_t&gt;&gt;&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;SendInts&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;SendInts&quot;); }
</ins><span class="cx">     static const bool isSync = false;
</span><span class="cx"> 
</span><span class="cx">     SendInts(const Vector&lt;uint64_t&gt;&amp; ints, const Vector&lt;Vector&lt;uint64_t&gt;&gt;&amp; intVectors)
</span><span class="lines">@@ -605,11 +605,11 @@
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;uint64_t, WebKit::Plugin::Parameters&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;CreatePlugin&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;CreatePlugin&quot;); }
</ins><span class="cx">     static const bool isSync = true;
</span><span class="cx"> 
</span><del>-    typedef CoreIPC::Arguments1&lt;bool&amp;&gt; Reply;
</del><ins>+    typedef IPC::Arguments1&lt;bool&amp;&gt; Reply;
</ins><span class="cx">     CreatePlugin(uint64_t pluginInstanceID, const WebKit::Plugin::Parameters&amp; parameters)
</span><span class="cx">         : m_arguments(pluginInstanceID, parameters)
</span><span class="cx">     {
</span><span class="lines">@@ -628,11 +628,11 @@
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;uint64_t, String&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;RunJavaScriptAlert&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;RunJavaScriptAlert&quot;); }
</ins><span class="cx">     static const bool isSync = true;
</span><span class="cx"> 
</span><del>-    typedef CoreIPC::Arguments0 Reply;
</del><ins>+    typedef IPC::Arguments0 Reply;
</ins><span class="cx">     RunJavaScriptAlert(uint64_t frameID, const String&amp; message)
</span><span class="cx">         : m_arguments(frameID, message)
</span><span class="cx">     {
</span><span class="lines">@@ -651,11 +651,11 @@
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;bool&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;GetPlugins&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;GetPlugins&quot;); }
</ins><span class="cx">     static const bool isSync = true;
</span><span class="cx"> 
</span><del>-    typedef CoreIPC::Arguments1&lt;Vector&lt;WebCore::PluginInfo&gt;&amp;&gt; Reply;
</del><ins>+    typedef IPC::Arguments1&lt;Vector&lt;WebCore::PluginInfo&gt;&amp;&gt; Reply;
</ins><span class="cx">     explicit GetPlugins(bool refresh)
</span><span class="cx">         : m_arguments(refresh)
</span><span class="cx">     {
</span><span class="lines">@@ -674,22 +674,22 @@
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;String&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;GetPluginProcessConnection&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;GetPluginProcessConnection&quot;); }
</ins><span class="cx">     static const bool isSync = true;
</span><span class="cx"> 
</span><span class="cx">     struct DelayedReply : public ThreadSafeRefCounted&lt;DelayedReply&gt; {
</span><del>-        DelayedReply(PassRefPtr&lt;CoreIPC::Connection&gt;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;);
</del><ins>+        DelayedReply(PassRefPtr&lt;IPC::Connection&gt;, std::unique_ptr&lt;IPC::MessageEncoder&gt;);
</ins><span class="cx">         ~DelayedReply();
</span><span class="cx"> 
</span><del>-        bool send(const CoreIPC::Connection::Handle&amp; connectionHandle);
</del><ins>+        bool send(const IPC::Connection::Handle&amp; connectionHandle);
</ins><span class="cx"> 
</span><span class="cx">     private:
</span><del>-        RefPtr&lt;CoreIPC::Connection&gt; m_connection;
-        std::unique_ptr&lt;CoreIPC::MessageEncoder&gt; m_encoder;
</del><ins>+        RefPtr&lt;IPC::Connection&gt; m_connection;
+        std::unique_ptr&lt;IPC::MessageEncoder&gt; m_encoder;
</ins><span class="cx">     };
</span><span class="cx"> 
</span><del>-    typedef CoreIPC::Arguments1&lt;CoreIPC::Connection::Handle&amp;&gt; Reply;
</del><ins>+    typedef IPC::Arguments1&lt;IPC::Connection::Handle&amp;&gt; Reply;
</ins><span class="cx">     explicit GetPluginProcessConnection(const String&amp; pluginPath)
</span><span class="cx">         : m_arguments(pluginPath)
</span><span class="cx">     {
</span><span class="lines">@@ -708,22 +708,22 @@
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;TestMultipleAttributes&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;TestMultipleAttributes&quot;); }
</ins><span class="cx">     static const bool isSync = true;
</span><span class="cx"> 
</span><span class="cx">     struct DelayedReply : public ThreadSafeRefCounted&lt;DelayedReply&gt; {
</span><del>-        DelayedReply(PassRefPtr&lt;CoreIPC::Connection&gt;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;);
</del><ins>+        DelayedReply(PassRefPtr&lt;IPC::Connection&gt;, std::unique_ptr&lt;IPC::MessageEncoder&gt;);
</ins><span class="cx">         ~DelayedReply();
</span><span class="cx"> 
</span><span class="cx">         bool send();
</span><span class="cx"> 
</span><span class="cx">     private:
</span><del>-        RefPtr&lt;CoreIPC::Connection&gt; m_connection;
-        std::unique_ptr&lt;CoreIPC::MessageEncoder&gt; m_encoder;
</del><ins>+        RefPtr&lt;IPC::Connection&gt; m_connection;
+        std::unique_ptr&lt;IPC::MessageEncoder&gt; m_encoder;
</ins><span class="cx">     };
</span><span class="cx"> 
</span><del>-    typedef CoreIPC::Arguments0 Reply;
</del><ins>+    typedef IPC::Arguments0 Reply;
</ins><span class="cx">     const std::tuple&lt;&gt; arguments() const
</span><span class="cx">     {
</span><span class="cx">         return m_arguments;
</span><span class="lines">@@ -737,8 +737,8 @@
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;uint64_t, double, double&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;TestParameterAttributes&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;TestParameterAttributes&quot;); }
</ins><span class="cx">     static const bool isSync = false;
</span><span class="cx"> 
</span><span class="cx">     TestParameterAttributes(uint64_t foo, double bar, double baz)
</span><span class="lines">@@ -759,8 +759,8 @@
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;HashMap&lt;String, std::pair&lt;String, uint64_t&gt;&gt;&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;TemplateTest&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;TemplateTest&quot;); }
</ins><span class="cx">     static const bool isSync = false;
</span><span class="cx"> 
</span><span class="cx">     explicit TemplateTest(const HashMap&lt;String, std::pair&lt;String, uint64_t&gt;&gt;&amp; a)
</span><span class="lines">@@ -780,24 +780,24 @@
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx"> class DidCreateWebProcessConnection {
</span><span class="cx"> public:
</span><del>-    typedef std::tuple&lt;CoreIPC::MachPort&gt; DecodeType;
</del><ins>+    typedef std::tuple&lt;IPC::MachPort&gt; DecodeType;
</ins><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;DidCreateWebProcessConnection&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;DidCreateWebProcessConnection&quot;); }
</ins><span class="cx">     static const bool isSync = false;
</span><span class="cx"> 
</span><del>-    explicit DidCreateWebProcessConnection(const CoreIPC::MachPort&amp; connectionIdentifier)
</del><ins>+    explicit DidCreateWebProcessConnection(const IPC::MachPort&amp; connectionIdentifier)
</ins><span class="cx">         : m_arguments(connectionIdentifier)
</span><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    const std::tuple&lt;const CoreIPC::MachPort&amp;&gt; arguments() const
</del><ins>+    const std::tuple&lt;const IPC::MachPort&amp;&gt; arguments() const
</ins><span class="cx">     {
</span><span class="cx">         return m_arguments;
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    std::tuple&lt;const CoreIPC::MachPort&amp;&gt; m_arguments;
</del><ins>+    std::tuple&lt;const IPC::MachPort&amp;&gt; m_arguments;
</ins><span class="cx"> };
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="lines">@@ -806,11 +806,11 @@
</span><span class="cx"> public:
</span><span class="cx">     typedef std::tuple&lt;uint32_t&gt; DecodeType;
</span><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;InterpretKeyEvent&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;InterpretKeyEvent&quot;); }
</ins><span class="cx">     static const bool isSync = true;
</span><span class="cx"> 
</span><del>-    typedef CoreIPC::Arguments1&lt;Vector&lt;WebCore::KeypressCommand&gt;&amp;&gt; Reply;
</del><ins>+    typedef IPC::Arguments1&lt;Vector&lt;WebCore::KeypressCommand&gt;&amp;&gt; Reply;
</ins><span class="cx">     explicit InterpretKeyEvent(uint32_t type)
</span><span class="cx">         : m_arguments(type)
</span><span class="cx">     {
</span><span class="lines">@@ -829,48 +829,48 @@
</span><span class="cx"> #if ENABLE(DEPRECATED_FEATURE)
</span><span class="cx"> class DeprecatedOperation {
</span><span class="cx"> public:
</span><del>-    typedef std::tuple&lt;CoreIPC::DummyType&gt; DecodeType;
</del><ins>+    typedef std::tuple&lt;IPC::DummyType&gt; DecodeType;
</ins><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;DeprecatedOperation&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;DeprecatedOperation&quot;); }
</ins><span class="cx">     static const bool isSync = false;
</span><span class="cx"> 
</span><del>-    explicit DeprecatedOperation(const CoreIPC::DummyType&amp; dummy)
</del><ins>+    explicit DeprecatedOperation(const IPC::DummyType&amp; dummy)
</ins><span class="cx">         : m_arguments(dummy)
</span><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    const std::tuple&lt;const CoreIPC::DummyType&amp;&gt; arguments() const
</del><ins>+    const std::tuple&lt;const IPC::DummyType&amp;&gt; arguments() const
</ins><span class="cx">     {
</span><span class="cx">         return m_arguments;
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    std::tuple&lt;const CoreIPC::DummyType&amp;&gt; m_arguments;
</del><ins>+    std::tuple&lt;const IPC::DummyType&amp;&gt; m_arguments;
</ins><span class="cx"> };
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(EXPERIMENTAL_FEATURE)
</span><span class="cx"> class ExperimentalOperation {
</span><span class="cx"> public:
</span><del>-    typedef std::tuple&lt;CoreIPC::DummyType&gt; DecodeType;
</del><ins>+    typedef std::tuple&lt;IPC::DummyType&gt; DecodeType;
</ins><span class="cx"> 
</span><del>-    static CoreIPC::StringReference receiverName() { return messageReceiverName(); }
-    static CoreIPC::StringReference name() { return CoreIPC::StringReference(&quot;ExperimentalOperation&quot;); }
</del><ins>+    static IPC::StringReference receiverName() { return messageReceiverName(); }
+    static IPC::StringReference name() { return IPC::StringReference(&quot;ExperimentalOperation&quot;); }
</ins><span class="cx">     static const bool isSync = false;
</span><span class="cx"> 
</span><del>-    explicit ExperimentalOperation(const CoreIPC::DummyType&amp; dummy)
</del><ins>+    explicit ExperimentalOperation(const IPC::DummyType&amp; dummy)
</ins><span class="cx">         : m_arguments(dummy)
</span><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    const std::tuple&lt;const CoreIPC::DummyType&amp;&gt; arguments() const
</del><ins>+    const std::tuple&lt;const IPC::DummyType&amp;&gt; arguments() const
</ins><span class="cx">     {
</span><span class="cx">         return m_arguments;
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    std::tuple&lt;const CoreIPC::DummyType&amp;&gt; m_arguments;
</del><ins>+    std::tuple&lt;const IPC::DummyType&amp;&gt; m_arguments;
</ins><span class="cx"> };
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="lines">@@ -942,7 +942,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebPage {
</span><span class="cx"> 
</span><del>-GetPluginProcessConnection::DelayedReply::DelayedReply(PassRefPtr&lt;CoreIPC::Connection&gt; connection, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt; encoder)
</del><ins>+GetPluginProcessConnection::DelayedReply::DelayedReply(PassRefPtr&lt;IPC::Connection&gt; connection, std::unique_ptr&lt;IPC::MessageEncoder&gt; encoder)
</ins><span class="cx">     : m_connection(connection)
</span><span class="cx">     , m_encoder(std::move(encoder))
</span><span class="cx"> {
</span><span class="lines">@@ -953,7 +953,7 @@
</span><span class="cx">     ASSERT(!m_connection);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool GetPluginProcessConnection::DelayedReply::send(const CoreIPC::Connection::Handle&amp; connectionHandle)
</del><ins>+bool GetPluginProcessConnection::DelayedReply::send(const IPC::Connection::Handle&amp; connectionHandle)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(m_encoder);
</span><span class="cx">     *m_encoder &lt;&lt; connectionHandle;
</span><span class="lines">@@ -962,7 +962,7 @@
</span><span class="cx">     return result;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-TestMultipleAttributes::DelayedReply::DelayedReply(PassRefPtr&lt;CoreIPC::Connection&gt; connection, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt; encoder)
</del><ins>+TestMultipleAttributes::DelayedReply::DelayedReply(PassRefPtr&lt;IPC::Connection&gt; connection, std::unique_ptr&lt;IPC::MessageEncoder&gt; encoder)
</ins><span class="cx">     : m_connection(connection)
</span><span class="cx">     , m_encoder(std::move(encoder))
</span><span class="cx"> {
</span><span class="lines">@@ -987,110 +987,110 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-void WebPage::didReceiveWebPageMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPage::didReceiveWebPageMessage(IPC::Connection*, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::LoadURL::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::LoadURL&gt;(decoder, this, &amp;WebPage::loadURL);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::LoadURL&gt;(decoder, this, &amp;WebPage::loadURL);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> #if ENABLE(TOUCH_EVENTS)
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::LoadSomething::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::LoadSomething&gt;(decoder, this, &amp;WebPage::loadSomething);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::LoadSomething&gt;(decoder, this, &amp;WebPage::loadSomething);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> #endif
</span><span class="cx"> #if (ENABLE(TOUCH_EVENTS) &amp;&amp; (NESTED_MESSAGE_CONDITION || SOME_OTHER_MESSAGE_CONDITION))
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::TouchEvent::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::TouchEvent&gt;(decoder, this, &amp;WebPage::touchEvent);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::TouchEvent&gt;(decoder, this, &amp;WebPage::touchEvent);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> #endif
</span><span class="cx"> #if (ENABLE(TOUCH_EVENTS) &amp;&amp; (NESTED_MESSAGE_CONDITION &amp;&amp; SOME_OTHER_MESSAGE_CONDITION))
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::AddEvent::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::AddEvent&gt;(decoder, this, &amp;WebPage::addEvent);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::AddEvent&gt;(decoder, this, &amp;WebPage::addEvent);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> #endif
</span><span class="cx"> #if ENABLE(TOUCH_EVENTS)
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::LoadSomethingElse::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::LoadSomethingElse&gt;(decoder, this, &amp;WebPage::loadSomethingElse);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::LoadSomethingElse&gt;(decoder, this, &amp;WebPage::loadSomethingElse);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> #endif
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::DidReceivePolicyDecision::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::DidReceivePolicyDecision&gt;(decoder, this, &amp;WebPage::didReceivePolicyDecision);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::DidReceivePolicyDecision&gt;(decoder, this, &amp;WebPage::didReceivePolicyDecision);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::Close::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::Close&gt;(decoder, this, &amp;WebPage::close);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::Close&gt;(decoder, this, &amp;WebPage::close);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::PreferencesDidChange::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::PreferencesDidChange&gt;(decoder, this, &amp;WebPage::preferencesDidChange);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::PreferencesDidChange&gt;(decoder, this, &amp;WebPage::preferencesDidChange);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::SendDoubleAndFloat::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::SendDoubleAndFloat&gt;(decoder, this, &amp;WebPage::sendDoubleAndFloat);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::SendDoubleAndFloat&gt;(decoder, this, &amp;WebPage::sendDoubleAndFloat);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::SendInts::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::SendInts&gt;(decoder, this, &amp;WebPage::sendInts);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::SendInts&gt;(decoder, this, &amp;WebPage::sendInts);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::TestParameterAttributes::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::TestParameterAttributes&gt;(decoder, this, &amp;WebPage::testParameterAttributes);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::TestParameterAttributes&gt;(decoder, this, &amp;WebPage::testParameterAttributes);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::TemplateTest::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::TemplateTest&gt;(decoder, this, &amp;WebPage::templateTest);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::TemplateTest&gt;(decoder, this, &amp;WebPage::templateTest);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::DidCreateWebProcessConnection::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::DidCreateWebProcessConnection&gt;(decoder, this, &amp;WebPage::didCreateWebProcessConnection);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::DidCreateWebProcessConnection&gt;(decoder, this, &amp;WebPage::didCreateWebProcessConnection);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> #endif
</span><span class="cx"> #if ENABLE(DEPRECATED_FEATURE)
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::DeprecatedOperation::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::DeprecatedOperation&gt;(decoder, this, &amp;WebPage::deprecatedOperation);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::DeprecatedOperation&gt;(decoder, this, &amp;WebPage::deprecatedOperation);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> #endif
</span><span class="cx"> #if ENABLE(EXPERIMENTAL_FEATURE)
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::ExperimentalOperation::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::ExperimentalOperation&gt;(decoder, this, &amp;WebPage::experimentalOperation);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::ExperimentalOperation&gt;(decoder, this, &amp;WebPage::experimentalOperation);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> #endif
</span><span class="cx">     ASSERT_NOT_REACHED();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPage::didReceiveSyncWebPageMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp; replyEncoder)
</del><ins>+void WebPage::didReceiveSyncWebPageMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp; replyEncoder)
</ins><span class="cx"> {
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::CreatePlugin::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::CreatePlugin&gt;(decoder, *replyEncoder, this, &amp;WebPage::createPlugin);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::CreatePlugin&gt;(decoder, *replyEncoder, this, &amp;WebPage::createPlugin);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::RunJavaScriptAlert::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::RunJavaScriptAlert&gt;(decoder, *replyEncoder, this, &amp;WebPage::runJavaScriptAlert);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::RunJavaScriptAlert&gt;(decoder, *replyEncoder, this, &amp;WebPage::runJavaScriptAlert);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::GetPlugins::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::GetPlugins&gt;(decoder, *replyEncoder, this, &amp;WebPage::getPlugins);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::GetPlugins&gt;(decoder, *replyEncoder, this, &amp;WebPage::getPlugins);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::GetPluginProcessConnection::name()) {
</span><del>-        CoreIPC::handleMessageDelayed&lt;Messages::WebPage::GetPluginProcessConnection&gt;(connection, decoder, replyEncoder, this, &amp;WebPage::getPluginProcessConnection);
</del><ins>+        IPC::handleMessageDelayed&lt;Messages::WebPage::GetPluginProcessConnection&gt;(connection, decoder, replyEncoder, this, &amp;WebPage::getPluginProcessConnection);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::TestMultipleAttributes::name()) {
</span><del>-        CoreIPC::handleMessageDelayed&lt;Messages::WebPage::TestMultipleAttributes&gt;(connection, decoder, replyEncoder, this, &amp;WebPage::testMultipleAttributes);
</del><ins>+        IPC::handleMessageDelayed&lt;Messages::WebPage::TestMultipleAttributes&gt;(connection, decoder, replyEncoder, this, &amp;WebPage::testMultipleAttributes);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx">     if (decoder.messageName() == Messages::WebPage::InterpretKeyEvent::name()) {
</span><del>-        CoreIPC::handleMessage&lt;Messages::WebPage::InterpretKeyEvent&gt;(decoder, *replyEncoder, this, &amp;WebPage::interpretKeyEvent);
</del><ins>+        IPC::handleMessage&lt;Messages::WebPage::InterpretKeyEvent&gt;(decoder, *replyEncoder, this, &amp;WebPage::interpretKeyEvent);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAPICocoaRemoteObjectRegistryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/API/Cocoa/RemoteObjectRegistry.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/API/Cocoa/RemoteObjectRegistry.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/API/Cocoa/RemoteObjectRegistry.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> 
</span><span class="cx"> class UserData;
</span><span class="cx"> 
</span><del>-class RemoteObjectRegistry FINAL : public CoreIPC::MessageReceiver {
</del><ins>+class RemoteObjectRegistry FINAL : public IPC::MessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     RemoteObjectRegistry(WKRemoteObjectRegistry *, IPC::MessageSender&amp;);
</span><span class="cx">     ~RemoteObjectRegistry();
</span><span class="lines">@@ -46,8 +46,8 @@
</span><span class="cx">     void sendInvocation(const UserData&amp;);
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // Message handlers
</span><span class="cx">     void invokeMethod(const UserData&amp;);
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAPIGeometrycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/APIGeometry.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/APIGeometry.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/APIGeometry.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -31,13 +31,13 @@
</span><span class="cx"> 
</span><span class="cx"> namespace API {
</span><span class="cx"> 
</span><del>-void Point::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void Point::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; m_point.x;
</span><span class="cx">     encoder &lt;&lt; m_point.y;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool Point::decode(CoreIPC::ArgumentDecoder&amp; decoder, RefPtr&lt;API::Object&gt;&amp; result)
</del><ins>+bool Point::decode(IPC::ArgumentDecoder&amp; decoder, RefPtr&lt;API::Object&gt;&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     WKPoint point;
</span><span class="cx">     if (!decoder.decode(point.x))
</span><span class="lines">@@ -50,13 +50,13 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-void Size::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void Size::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; m_size.width;
</span><span class="cx">     encoder &lt;&lt; m_size.height;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool Size::decode(CoreIPC::ArgumentDecoder&amp; decoder, RefPtr&lt;API::Object&gt;&amp; result)
</del><ins>+bool Size::decode(IPC::ArgumentDecoder&amp; decoder, RefPtr&lt;API::Object&gt;&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     WKSize size;
</span><span class="cx">     if (!decoder.decode(size.width))
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-void Rect::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void Rect::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; m_rect.origin.x;
</span><span class="cx">     encoder &lt;&lt; m_rect.origin.y;
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">     encoder &lt;&lt; m_rect.size.height;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool Rect::decode(CoreIPC::ArgumentDecoder&amp; decoder, RefPtr&lt;API::Object&gt;&amp; result)
</del><ins>+bool Rect::decode(IPC::ArgumentDecoder&amp; decoder, RefPtr&lt;API::Object&gt;&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     WKRect rect;
</span><span class="cx">     if (!decoder.decode(rect.origin.x))
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAPIGeometryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/APIGeometry.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/APIGeometry.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/APIGeometry.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #include &lt;WebCore/FloatRect.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class ArgumentDecoder;
</span><span class="cx"> class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -47,8 +47,8 @@
</span><span class="cx"> 
</span><span class="cx">     const WKSize&amp; size() const { return m_size; }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, RefPtr&lt;API::Object&gt;&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, RefPtr&lt;API::Object&gt;&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     explicit Size(const WKSize&amp; size)
</span><span class="lines">@@ -68,8 +68,8 @@
</span><span class="cx"> 
</span><span class="cx">     const WKPoint&amp; point() const { return m_point; }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, RefPtr&lt;API::Object&gt;&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, RefPtr&lt;API::Object&gt;&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     explicit Point(const WKPoint&amp; point)
</span><span class="lines">@@ -88,8 +88,8 @@
</span><span class="cx"> 
</span><span class="cx">     const WKRect&amp; rect() const { return m_rect; }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, RefPtr&lt;API::Object&gt;&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, RefPtr&lt;API::Object&gt;&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     explicit Rect(const WKRect&amp; rect)
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAPINumberh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/APINumber.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/APINumber.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/APINumber.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -43,12 +43,12 @@
</span><span class="cx"> 
</span><span class="cx">     NumberType value() const { return m_value; }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+    void encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx">     {
</span><span class="cx">         encoder &lt;&lt; m_value;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    static bool decode(CoreIPC::ArgumentDecoder&amp; decoder, RefPtr&lt;Object&gt;&amp; result)
</del><ins>+    static bool decode(IPC::ArgumentDecoder&amp; decoder, RefPtr&lt;Object&gt;&amp; result)
</ins><span class="cx">     {
</span><span class="cx">         NumberType value;
</span><span class="cx">         if (!decoder.decode(value))
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAuthenticationAuthenticationManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Authentication/AuthenticationManager.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Authentication/AuthenticationManager.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Authentication/AuthenticationManager.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx"> class Download;
</span><span class="cx"> class WebFrame;
</span><span class="cx"> 
</span><del>-class AuthenticationManager : public WebProcessSupplement, public NetworkProcessSupplement, public CoreIPC::MessageReceiver {
</del><ins>+class AuthenticationManager : public WebProcessSupplement, public NetworkProcessSupplement, public IPC::MessageReceiver {
</ins><span class="cx">     WTF_MAKE_NONCOPYABLE(AuthenticationManager);
</span><span class="cx"> public:
</span><span class="cx">     explicit AuthenticationManager(ChildProcess*);
</span><span class="lines">@@ -66,8 +66,8 @@
</span><span class="cx">     uint64_t outstandingAuthenticationChallengeCount() const { return m_challenges.size(); }
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     bool tryUseCertificateInfoForChallenge(const WebCore::AuthenticationChallenge&amp;, const WebCore::CertificateInfo&amp;);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedChildProcesscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ChildProcess.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ChildProcess.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/ChildProcess.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">     _exit(EXIT_FAILURE);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-static void didCloseOnConnectionWorkQueue(CoreIPC::Connection*)
</del><ins>+static void didCloseOnConnectionWorkQueue(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx">     // If the connection has been closed and we haven't responded in the main thread for 10 seconds
</span><span class="cx">     // the process will exit forcibly.
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx">     SandboxInitializationParameters sandboxParameters;
</span><span class="cx">     initializeSandbox(parameters, sandboxParameters);
</span><span class="cx">     
</span><del>-    m_connection = CoreIPC::Connection::createClientConnection(parameters.connectionIdentifier, this, RunLoop::main());
</del><ins>+    m_connection = IPC::Connection::createClientConnection(parameters.connectionIdentifier, this, RunLoop::main());
</ins><span class="cx">     m_connection-&gt;setDidCloseOnConnectionWorkQueueCallback(didCloseOnConnectionWorkQueue);
</span><span class="cx">     initializeConnection(m_connection.get());
</span><span class="cx">     m_connection-&gt;open();
</span><span class="lines">@@ -88,21 +88,21 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void ChildProcess::initializeConnection(CoreIPC::Connection*)
</del><ins>+void ChildProcess::initializeConnection(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void ChildProcess::addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver&amp; messageReceiver)
</del><ins>+void ChildProcess::addMessageReceiver(IPC::StringReference messageReceiverName, IPC::MessageReceiver&amp; messageReceiver)
</ins><span class="cx"> {
</span><span class="cx">     m_messageReceiverMap.addMessageReceiver(messageReceiverName, messageReceiver);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void ChildProcess::addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver&amp; messageReceiver)
</del><ins>+void ChildProcess::addMessageReceiver(IPC::StringReference messageReceiverName, uint64_t destinationID, IPC::MessageReceiver&amp; messageReceiver)
</ins><span class="cx"> {
</span><span class="cx">     m_messageReceiverMap.addMessageReceiver(messageReceiverName, destinationID, messageReceiver);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void ChildProcess::removeMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID)
</del><ins>+void ChildProcess::removeMessageReceiver(IPC::StringReference messageReceiverName, uint64_t destinationID)
</ins><span class="cx"> {
</span><span class="cx">     m_messageReceiverMap.removeMessageReceiver(messageReceiverName, destinationID);
</span><span class="cx"> }
</span><span class="lines">@@ -129,7 +129,7 @@
</span><span class="cx">     m_terminationTimer.startOneShot(m_terminationTimeout);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-CoreIPC::Connection* ChildProcess::messageSenderConnection()
</del><ins>+IPC::Connection* ChildProcess::messageSenderConnection()
</ins><span class="cx"> {
</span><span class="cx">     return m_connection.get();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedChildProcessh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ChildProcess.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ChildProcess.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/ChildProcess.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -42,11 +42,11 @@
</span><span class="cx"> struct ChildProcessInitializationParameters {
</span><span class="cx">     String uiProcessName;
</span><span class="cx">     String clientIdentifier;
</span><del>-    CoreIPC::Connection::Identifier connectionIdentifier;
</del><ins>+    IPC::Connection::Identifier connectionIdentifier;
</ins><span class="cx">     HashMap&lt;String, String&gt; extraInitializationData;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-class ChildProcess : protected CoreIPC::Connection::Client, public CoreIPC::MessageSender {
</del><ins>+class ChildProcess : protected IPC::Connection::Client, public IPC::MessageSender {
</ins><span class="cx">     WTF_MAKE_NONCOPYABLE(ChildProcess);
</span><span class="cx"> 
</span><span class="cx"> public:
</span><span class="lines">@@ -57,9 +57,9 @@
</span><span class="cx">     void disableTermination();
</span><span class="cx">     void enableTermination();
</span><span class="cx"> 
</span><del>-    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver&amp;);
-    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver&amp;);
-    void removeMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID);
</del><ins>+    void addMessageReceiver(IPC::StringReference messageReceiverName, IPC::MessageReceiver&amp;);
+    void addMessageReceiver(IPC::StringReference messageReceiverName, uint64_t destinationID, IPC::MessageReceiver&amp;);
+    void removeMessageReceiver(IPC::StringReference messageReceiverName, uint64_t destinationID);
</ins><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx">     void setProcessSuppressionEnabled(bool);
</span><span class="lines">@@ -73,9 +73,9 @@
</span><span class="cx">     void decrementActiveTaskCount() { }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-    CoreIPC::Connection* parentProcessConnection() const { return m_connection.get(); }
</del><ins>+    IPC::Connection* parentProcessConnection() const { return m_connection.get(); }
</ins><span class="cx"> 
</span><del>-    CoreIPC::MessageReceiverMap&amp; messageReceiverMap() { return m_messageReceiverMap; }
</del><ins>+    IPC::MessageReceiverMap&amp; messageReceiverMap() { return m_messageReceiverMap; }
</ins><span class="cx"> 
</span><span class="cx"> protected:
</span><span class="cx">     explicit ChildProcess();
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx">     virtual void initializeProcess(const ChildProcessInitializationParameters&amp;);
</span><span class="cx">     virtual void initializeProcessName(const ChildProcessInitializationParameters&amp;);
</span><span class="cx">     virtual void initializeSandbox(const ChildProcessInitializationParameters&amp;, SandboxInitializationParameters&amp;);
</span><del>-    virtual void initializeConnection(CoreIPC::Connection*);
</del><ins>+    virtual void initializeConnection(IPC::Connection*);
</ins><span class="cx"> 
</span><span class="cx">     virtual bool shouldTerminate() = 0;
</span><span class="cx">     virtual void terminate();
</span><span class="lines">@@ -98,8 +98,8 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    // CoreIPC::MessageSender
-    virtual CoreIPC::Connection* messageSenderConnection() OVERRIDE;
</del><ins>+    // IPC::MessageSender
+    virtual IPC::Connection* messageSenderConnection() OVERRIDE;
</ins><span class="cx">     virtual uint64_t messageSenderDestinationID() OVERRIDE;
</span><span class="cx"> 
</span><span class="cx">     void terminationTimerFired();
</span><span class="lines">@@ -116,8 +116,8 @@
</span><span class="cx"> 
</span><span class="cx">     RunLoop::Timer&lt;ChildProcess&gt; m_terminationTimer;
</span><span class="cx"> 
</span><del>-    RefPtr&lt;CoreIPC::Connection&gt; m_connection;
-    CoreIPC::MessageReceiverMap m_messageReceiverMap;
</del><ins>+    RefPtr&lt;IPC::Connection&gt; m_connection;
+    IPC::MessageReceiverMap m_messageReceiverMap;
</ins><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx">     void suspensionHysteresisTimerFired();
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedChildProcessProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ChildProcessProxy.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ChildProcessProxy.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/ChildProcessProxy.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-ChildProcessProxy* ChildProcessProxy::fromConnection(CoreIPC::Connection* connection)
</del><ins>+ChildProcessProxy* ChildProcessProxy::fromConnection(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(connection);
</span><span class="cx"> 
</span><span class="lines">@@ -69,10 +69,9 @@
</span><span class="cx">         m_processLauncher-&gt;terminateProcess();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool ChildProcessProxy::sendMessage(std::unique_ptr&lt;CoreIPC::MessageEncoder&gt; encoder, unsigned messageSendFlags)
</del><ins>+bool ChildProcessProxy::sendMessage(std::unique_ptr&lt;IPC::MessageEncoder&gt; encoder, unsigned messageSendFlags)
</ins><span class="cx"> {
</span><del>-    // If we're waiting for the web process to launch, we need to stash away the messages so we can send them once we have
-    // a CoreIPC connection.
</del><ins>+    // If we're waiting for the child process to launch, we need to stash away the messages so we can send them once we have a connection.
</ins><span class="cx">     if (isLaunching()) {
</span><span class="cx">         m_pendingMessages.append(std::make_pair(std::move(encoder), messageSendFlags));
</span><span class="cx">         return true;
</span><span class="lines">@@ -85,27 +84,27 @@
</span><span class="cx">     return connection()-&gt;sendMessage(std::move(encoder), messageSendFlags);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void ChildProcessProxy::addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver&amp; messageReceiver)
</del><ins>+void ChildProcessProxy::addMessageReceiver(IPC::StringReference messageReceiverName, IPC::MessageReceiver&amp; messageReceiver)
</ins><span class="cx"> {
</span><span class="cx">     m_messageReceiverMap.addMessageReceiver(messageReceiverName, messageReceiver);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void ChildProcessProxy::addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver&amp; messageReceiver)
</del><ins>+void ChildProcessProxy::addMessageReceiver(IPC::StringReference messageReceiverName, uint64_t destinationID, IPC::MessageReceiver&amp; messageReceiver)
</ins><span class="cx"> {
</span><span class="cx">     m_messageReceiverMap.addMessageReceiver(messageReceiverName, destinationID, messageReceiver);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void ChildProcessProxy::removeMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID)
</del><ins>+void ChildProcessProxy::removeMessageReceiver(IPC::StringReference messageReceiverName, uint64_t destinationID)
</ins><span class="cx"> {
</span><span class="cx">     m_messageReceiverMap.removeMessageReceiver(messageReceiverName, destinationID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool ChildProcessProxy::dispatchMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+bool ChildProcessProxy::dispatchMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     return m_messageReceiverMap.dispatchMessage(connection, decoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool ChildProcessProxy::dispatchSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp; replyEncoder)
</del><ins>+bool ChildProcessProxy::dispatchSyncMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp; replyEncoder)
</ins><span class="cx"> {
</span><span class="cx">     return m_messageReceiverMap.dispatchSyncMessage(connection, decoder, replyEncoder);
</span><span class="cx"> }
</span><span class="lines">@@ -118,11 +117,11 @@
</span><span class="cx">     return false;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void ChildProcessProxy::didFinishLaunching(ProcessLauncher*, CoreIPC::Connection::Identifier connectionIdentifier)
</del><ins>+void ChildProcessProxy::didFinishLaunching(ProcessLauncher*, IPC::Connection::Identifier connectionIdentifier)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(!m_connection);
</span><span class="cx"> 
</span><del>-    m_connection = CoreIPC::Connection::createServerConnection(connectionIdentifier, this, RunLoop::main());
</del><ins>+    m_connection = IPC::Connection::createServerConnection(connectionIdentifier, this, RunLoop::main());
</ins><span class="cx"> #if OS(DARWIN)
</span><span class="cx">     m_connection-&gt;setShouldCloseConnectionOnMachExceptions();
</span><span class="cx"> #endif
</span><span class="lines">@@ -131,7 +130,7 @@
</span><span class="cx">     m_connection-&gt;open();
</span><span class="cx"> 
</span><span class="cx">     for (size_t i = 0; i &lt; m_pendingMessages.size(); ++i) {
</span><del>-        std::unique_ptr&lt;CoreIPC::MessageEncoder&gt; message = std::move(m_pendingMessages[i].first);
</del><ins>+        std::unique_ptr&lt;IPC::MessageEncoder&gt; message = std::move(m_pendingMessages[i].first);
</ins><span class="cx">         unsigned messageSendFlags = m_pendingMessages[i].second;
</span><span class="cx">         m_connection-&gt;sendMessage(std::move(message), messageSendFlags);
</span><span class="cx">     }
</span><span class="lines">@@ -159,11 +158,11 @@
</span><span class="cx">     m_connection = nullptr;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void ChildProcessProxy::connectionWillOpen(CoreIPC::Connection*)
</del><ins>+void ChildProcessProxy::connectionWillOpen(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void ChildProcessProxy::connectionWillClose(CoreIPC::Connection*)
</del><ins>+void ChildProcessProxy::connectionWillClose(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedChildProcessProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ChildProcessProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ChildProcessProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/ChildProcessProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-class ChildProcessProxy : ProcessLauncher::Client, public CoreIPC::Connection::Client, public ThreadSafeRefCounted&lt;ChildProcessProxy&gt; {
</del><ins>+class ChildProcessProxy : ProcessLauncher::Client, public IPC::Connection::Client, public ThreadSafeRefCounted&lt;ChildProcessProxy&gt; {
</ins><span class="cx">     WTF_MAKE_NONCOPYABLE(ChildProcessProxy);
</span><span class="cx"> 
</span><span class="cx"> public:
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx">     virtual ~ChildProcessProxy();
</span><span class="cx"> 
</span><span class="cx">     // FIXME: This function does an unchecked upcast, and it is only used in a deprecated code path. Would like to get rid of it.
</span><del>-    static ChildProcessProxy* fromConnection(CoreIPC::Connection*);
</del><ins>+    static ChildProcessProxy* fromConnection(IPC::Connection*);
</ins><span class="cx"> 
</span><span class="cx">     void connect();
</span><span class="cx">     void terminate();
</span><span class="lines">@@ -50,15 +50,15 @@
</span><span class="cx">     template&lt;typename T&gt; bool send(T&amp;&amp; message, uint64_t destinationID, unsigned messageSendFlags = 0);
</span><span class="cx">     template&lt;typename T&gt; bool sendSync(T&amp;&amp; message, typename T::Reply&amp;&amp;, uint64_t destinationID, double timeout = 1);
</span><span class="cx">     
</span><del>-    CoreIPC::Connection* connection() const
</del><ins>+    IPC::Connection* connection() const
</ins><span class="cx">     {
</span><span class="cx">         ASSERT(m_connection);
</span><span class="cx">         return m_connection.get();
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver&amp;);
-    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver&amp;);
-    void removeMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID);
</del><ins>+    void addMessageReceiver(IPC::StringReference messageReceiverName, IPC::MessageReceiver&amp;);
+    void addMessageReceiver(IPC::StringReference messageReceiverName, uint64_t destinationID, IPC::MessageReceiver&amp;);
+    void removeMessageReceiver(IPC::StringReference messageReceiverName, uint64_t destinationID);
</ins><span class="cx"> 
</span><span class="cx">     bool isValid() const { return m_connection; }
</span><span class="cx">     bool isLaunching() const;
</span><span class="lines">@@ -66,27 +66,27 @@
</span><span class="cx"> 
</span><span class="cx">     PlatformProcessIdentifier processIdentifier() const { return m_processLauncher-&gt;processIdentifier(); }
</span><span class="cx"> 
</span><del>-    bool sendMessage(std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;, unsigned messageSendFlags);
</del><ins>+    bool sendMessage(std::unique_ptr&lt;IPC::MessageEncoder&gt;, unsigned messageSendFlags);
</ins><span class="cx"> 
</span><span class="cx"> protected:
</span><span class="cx">     void clearConnection();
</span><span class="cx">     void abortProcessLaunchIfNeeded();
</span><span class="cx"> 
</span><span class="cx">     // ProcessLauncher::Client
</span><del>-    virtual void didFinishLaunching(ProcessLauncher*, CoreIPC::Connection::Identifier) OVERRIDE;
</del><ins>+    virtual void didFinishLaunching(ProcessLauncher*, IPC::Connection::Identifier) OVERRIDE;
</ins><span class="cx"> 
</span><del>-    bool dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
-    bool dispatchSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;);
</del><ins>+    bool dispatchMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
+    bool dispatchSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     virtual void getLaunchOptions(ProcessLauncher::LaunchOptions&amp;) = 0;
</span><del>-    virtual void connectionWillOpen(CoreIPC::Connection*);
-    virtual void connectionWillClose(CoreIPC::Connection*);
</del><ins>+    virtual void connectionWillOpen(IPC::Connection*);
+    virtual void connectionWillClose(IPC::Connection*);
</ins><span class="cx"> 
</span><del>-    Vector&lt;std::pair&lt;std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;, unsigned&gt;&gt; m_pendingMessages;
</del><ins>+    Vector&lt;std::pair&lt;std::unique_ptr&lt;IPC::MessageEncoder&gt;, unsigned&gt;&gt; m_pendingMessages;
</ins><span class="cx">     RefPtr&lt;ProcessLauncher&gt; m_processLauncher;
</span><del>-    RefPtr&lt;CoreIPC::Connection&gt; m_connection;
-    CoreIPC::MessageReceiverMap m_messageReceiverMap;
</del><ins>+    RefPtr&lt;IPC::Connection&gt; m_connection;
+    IPC::MessageReceiverMap m_messageReceiverMap;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> template&lt;typename T&gt;
</span><span class="lines">@@ -94,7 +94,7 @@
</span><span class="cx"> {
</span><span class="cx">     COMPILE_ASSERT(!T::isSync, AsyncMessageExpected);
</span><span class="cx"> 
</span><del>-    auto encoder = std::make_unique&lt;CoreIPC::MessageEncoder&gt;(T::receiverName(), T::name(), destinationID);
</del><ins>+    auto encoder = std::make_unique&lt;IPC::MessageEncoder&gt;(T::receiverName(), T::name(), destinationID);
</ins><span class="cx">     encoder-&gt;encode(message.arguments());
</span><span class="cx"> 
</span><span class="cx">     return sendMessage(std::move(encoder), messageSendFlags);
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedChildProcessSupplementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ChildProcessSupplement.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ChildProcessSupplement.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/ChildProcessSupplement.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -26,9 +26,9 @@
</span><span class="cx"> #ifndef ChildProcessSupplement_h
</span><span class="cx"> #define ChildProcessSupplement_h
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class Connection;
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    virtual void initializeConnection(CoreIPC::Connection*)
</del><ins>+    virtual void initializeConnection(IPC::Connection*)
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedConnectionStackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ConnectionStack.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ConnectionStack.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/ConnectionStack.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class Connection;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -38,14 +38,14 @@
</span><span class="cx"> public:
</span><span class="cx">     static ConnectionStack&amp; shared();
</span><span class="cx"> 
</span><del>-    CoreIPC::Connection* current()
</del><ins>+    IPC::Connection* current()
</ins><span class="cx">     {
</span><span class="cx">         return m_connectionStack.last();
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     class CurrentConnectionPusher {
</span><span class="cx">     public:
</span><del>-        CurrentConnectionPusher(ConnectionStack&amp; connectionStack, CoreIPC::Connection* connection)
</del><ins>+        CurrentConnectionPusher(ConnectionStack&amp; connectionStack, IPC::Connection* connection)
</ins><span class="cx">             : m_connectionStack(connectionStack)
</span><span class="cx"> #if !ASSERT_DISABLED
</span><span class="cx">             , m_connection(connection)
</span><span class="lines">@@ -63,7 +63,7 @@
</span><span class="cx">     private:
</span><span class="cx">         ConnectionStack&amp; m_connectionStack;
</span><span class="cx"> #if !ASSERT_DISABLED
</span><del>-        CoreIPC::Connection* m_connection;
</del><ins>+        IPC::Connection* m_connection;
</ins><span class="cx"> #endif
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">     // It's OK for these to be weak pointers because we only push object on the stack
</span><span class="cx">     // from within didReceiveMessage and didReceiveSyncMessage and the Connection objects are
</span><span class="cx">     // already ref'd for the duration of those functions.
</span><del>-    Vector&lt;CoreIPC::Connection*, 4&gt; m_connectionStack;
</del><ins>+    Vector&lt;IPC::Connection*, 4&gt; m_connectionStack;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebKit
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedCoreIPCSupportWebContextMessageKindsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/CoreIPCSupport/WebContextMessageKinds.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/CoreIPCSupport/WebContextMessageKinds.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/CoreIPCSupport/WebContextMessageKinds.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -32,19 +32,19 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebContextLegacyMessages {
</span><span class="cx"> 
</span><del>-inline CoreIPC::StringReference messageReceiverName()
</del><ins>+inline IPC::StringReference messageReceiverName()
</ins><span class="cx"> {
</span><del>-    return CoreIPC::StringReference(&quot;WebContextLegacyMessage&quot;);
</del><ins>+    return IPC::StringReference(&quot;WebContextLegacyMessage&quot;);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-inline CoreIPC::StringReference postMessageMessageName()
</del><ins>+inline IPC::StringReference postMessageMessageName()
</ins><span class="cx"> {
</span><del>-    return CoreIPC::StringReference(&quot;PostMessage&quot;);
</del><ins>+    return IPC::StringReference(&quot;PostMessage&quot;);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-inline CoreIPC::StringReference postSynchronousMessageMessageName()
</del><ins>+inline IPC::StringReference postSynchronousMessageMessageName()
</ins><span class="cx"> {
</span><del>-    return CoreIPC::StringReference(&quot;PostSynchronousMessage&quot;);
</del><ins>+    return IPC::StringReference(&quot;PostSynchronousMessage&quot;);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebContextLegacyMessages
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedDatabasesDatabaseProcessCreationParameterscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Databases/DatabaseProcessCreationParameters.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Databases/DatabaseProcessCreationParameters.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Databases/DatabaseProcessCreationParameters.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -36,12 +36,12 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void DatabaseProcessCreationParameters::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void DatabaseProcessCreationParameters::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; indexedDatabaseDirectory;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool DatabaseProcessCreationParameters::decode(CoreIPC::ArgumentDecoder&amp; decoder, DatabaseProcessCreationParameters&amp; result)
</del><ins>+bool DatabaseProcessCreationParameters::decode(IPC::ArgumentDecoder&amp; decoder, DatabaseProcessCreationParameters&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(result.indexedDatabaseDirectory))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedDatabasesDatabaseProcessCreationParametersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Databases/DatabaseProcessCreationParameters.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Databases/DatabaseProcessCreationParameters.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Databases/DatabaseProcessCreationParameters.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE) &amp;&amp; ENABLE(DATABASE_PROCESS)
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class ArgumentDecoder;
</span><span class="cx"> class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -41,8 +41,8 @@
</span><span class="cx"> struct DatabaseProcessCreationParameters {
</span><span class="cx">     DatabaseProcessCreationParameters();
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, DatabaseProcessCreationParameters&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, DatabaseProcessCreationParameters&amp;);
</ins><span class="cx"> 
</span><span class="cx">     String indexedDatabaseDirectory;
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedDictionaryPopupInfocpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/DictionaryPopupInfo.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/DictionaryPopupInfo.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/DictionaryPopupInfo.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-void DictionaryPopupInfo::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void DictionaryPopupInfo::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; origin;
</span><span class="cx"> 
</span><span class="lines">@@ -42,11 +42,11 @@
</span><span class="cx">     bool hadOptions = options;
</span><span class="cx">     encoder &lt;&lt; hadOptions;
</span><span class="cx">     if (hadOptions)
</span><del>-        CoreIPC::encode(encoder, options.get());
</del><ins>+        IPC::encode(encoder, options.get());
</ins><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool DictionaryPopupInfo::decode(CoreIPC::ArgumentDecoder&amp; decoder, DictionaryPopupInfo&amp; result)
</del><ins>+bool DictionaryPopupInfo::decode(IPC::ArgumentDecoder&amp; decoder, DictionaryPopupInfo&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(result.origin))
</span><span class="cx">         return false;
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">     if (!decoder.decode(hadOptions))
</span><span class="cx">         return false;
</span><span class="cx">     if (hadOptions) {
</span><del>-        if (!CoreIPC::decode(decoder, result.options))
</del><ins>+        if (!IPC::decode(decoder, result.options))
</ins><span class="cx">             return false;
</span><span class="cx">     }
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedDictionaryPopupInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/DictionaryPopupInfo.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/DictionaryPopupInfo.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/DictionaryPopupInfo.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> #include &lt;wtf/RetainPtr.h&gt;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -40,8 +40,8 @@
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><span class="cx"> struct DictionaryPopupInfo {
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, DictionaryPopupInfo&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, DictionaryPopupInfo&amp;);
</ins><span class="cx"> 
</span><span class="cx">     WebCore::FloatPoint origin;
</span><span class="cx"> #if PLATFORM(MAC)
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedDownloadsDownloadcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Downloads/Download.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Downloads/Download.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Downloads/Download.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -130,7 +130,7 @@
</span><span class="cx">     m_downloadManager.downloadFinished(this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void Download::didFail(const ResourceError&amp; error, const CoreIPC::DataReference&amp; resumeData)
</del><ins>+void Download::didFail(const ResourceError&amp; error, const IPC::DataReference&amp; resumeData)
</ins><span class="cx"> {
</span><span class="cx">     send(Messages::DownloadProxy::DidFail(error, resumeData));
</span><span class="cx"> 
</span><span class="lines">@@ -141,7 +141,7 @@
</span><span class="cx">     m_downloadManager.downloadFinished(this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void Download::didCancel(const CoreIPC::DataReference&amp; resumeData)
</del><ins>+void Download::didCancel(const IPC::DataReference&amp; resumeData)
</ins><span class="cx"> {
</span><span class="cx">     send(Messages::DownloadProxy::DidCancel(resumeData));
</span><span class="cx"> 
</span><span class="lines">@@ -152,7 +152,7 @@
</span><span class="cx">     m_downloadManager.downloadFinished(this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-CoreIPC::Connection* Download::messageSenderConnection()
</del><ins>+IPC::Connection* Download::messageSenderConnection()
</ins><span class="cx"> {
</span><span class="cx">     return m_downloadManager.downloadProxyConnection();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedDownloadsDownloadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Downloads/Download.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Downloads/Download.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Downloads/Download.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx"> #include &lt;CFNetwork/CFURLDownloadPriv.h&gt;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class DataReference;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx"> class SandboxExtension;
</span><span class="cx"> class WebPage;
</span><span class="cx"> 
</span><del>-class Download : public CoreIPC::MessageSender {
</del><ins>+class Download : public IPC::MessageSender {
</ins><span class="cx">     WTF_MAKE_NONCOPYABLE(Download);
</span><span class="cx"> public:
</span><span class="cx">     Download(DownloadManager&amp;, uint64_t downloadID, const WebCore::ResourceRequest&amp;);
</span><span class="lines">@@ -86,8 +86,8 @@
</span><span class="cx">     void didCreateDestination(const String&amp; path);
</span><span class="cx">     void didFinish();
</span><span class="cx">     void platformDidFinish();
</span><del>-    void didFail(const WebCore::ResourceError&amp;, const CoreIPC::DataReference&amp; resumeData);
-    void didCancel(const CoreIPC::DataReference&amp; resumeData);
</del><ins>+    void didFail(const WebCore::ResourceError&amp;, const IPC::DataReference&amp; resumeData);
+    void didCancel(const IPC::DataReference&amp; resumeData);
</ins><span class="cx">     void didDecideDestination(const String&amp;, bool allowOverwrite);
</span><span class="cx"> 
</span><span class="cx"> #if USE(CFNETWORK)
</span><span class="lines">@@ -105,8 +105,8 @@
</span><span class="cx">     void cancelAuthenticationChallenge(const WebCore::AuthenticationChallenge&amp;);
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    // CoreIPC::MessageSender
-    virtual CoreIPC::Connection* messageSenderConnection() OVERRIDE;
</del><ins>+    // IPC::MessageSender
+    virtual IPC::Connection* messageSenderConnection() OVERRIDE;
</ins><span class="cx">     virtual uint64_t messageSenderDestinationID() OVERRIDE;
</span><span class="cx"> 
</span><span class="cx">     void platformInvalidate();
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedDownloadsDownloadManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Downloads/DownloadManager.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Downloads/DownloadManager.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Downloads/DownloadManager.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">     m_client-&gt;didDestroyDownload();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-CoreIPC::Connection* DownloadManager::downloadProxyConnection()
</del><ins>+IPC::Connection* DownloadManager::downloadProxyConnection()
</ins><span class="cx"> {
</span><span class="cx">     return m_client-&gt;downloadProxyConnection();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedDownloadsDownloadManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Downloads/DownloadManager.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Downloads/DownloadManager.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Downloads/DownloadManager.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> class ResourceResponse;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class Connection;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx"> 
</span><span class="cx">         virtual void didCreateDownload() = 0;
</span><span class="cx">         virtual void didDestroyDownload() = 0;
</span><del>-        virtual CoreIPC::Connection* downloadProxyConnection() = 0;
</del><ins>+        virtual IPC::Connection* downloadProxyConnection() = 0;
</ins><span class="cx">         virtual AuthenticationManager&amp; downloadsAuthenticationManager() = 0;
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx">     void didCreateDownload();
</span><span class="cx">     void didDestroyDownload();
</span><span class="cx"> 
</span><del>-    CoreIPC::Connection* downloadProxyConnection();
</del><ins>+    IPC::Connection* downloadProxyConnection();
</ins><span class="cx">     AuthenticationManager&amp; downloadsAuthenticationManager();
</span><span class="cx"> 
</span><span class="cx"> private:
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedDownloadsmacDownloadMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Downloads/mac/DownloadMac.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Downloads/mac/DownloadMac.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Downloads/mac/DownloadMac.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -87,7 +87,7 @@
</span><span class="cx">     [m_nsURLDownload.get() cancel];
</span><span class="cx"> 
</span><span class="cx">     RetainPtr&lt;NSData&gt; resumeData = [m_nsURLDownload.get() resumeData];
</span><del>-    didCancel(CoreIPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;([resumeData.get() bytes]), [resumeData.get() length]));
</del><ins>+    didCancel(IPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;([resumeData.get() bytes]), [resumeData.get() length]));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void Download::platformInvalidate()
</span><span class="lines">@@ -263,7 +263,7 @@
</span><span class="cx">             return;
</span><span class="cx"> 
</span><span class="cx">         RetainPtr&lt;NSData&gt; resumeData = [download resumeData];
</span><del>-        CoreIPC::DataReference dataReference(reinterpret_cast&lt;const uint8_t*&gt;([resumeData.get() bytes]), [resumeData.get() length]);
</del><ins>+        IPC::DataReference dataReference(reinterpret_cast&lt;const uint8_t*&gt;([resumeData.get() bytes]), [resumeData.get() length]);
</ins><span class="cx"> 
</span><span class="cx">         _download-&gt;didFail(error, dataReference);
</span><span class="cx">     });
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedEditorStatecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/EditorState.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/EditorState.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/EditorState.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-void EditorState::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void EditorState::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; shouldIgnoreCompositionSelectionChange;
</span><span class="cx">     encoder &lt;&lt; selectionIsNone;
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool EditorState::decode(CoreIPC::ArgumentDecoder&amp; decoder, EditorState&amp; result)
</del><ins>+bool EditorState::decode(IPC::ArgumentDecoder&amp; decoder, EditorState&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(result.shouldIgnoreCompositionSelectionChange))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedEditorStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/EditorState.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/EditorState.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/EditorState.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -77,8 +77,8 @@
</span><span class="cx">     WebCore::IntRect cursorRect;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, EditorState&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, EditorState&amp;);
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedEntryPointUtilitiesmacLegacyProcessChildProcessEntryPointh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/LegacyProcess/ChildProcessEntryPoint.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/LegacyProcess/ChildProcessEntryPoint.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/LegacyProcess/ChildProcessEntryPoint.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">     virtual void installSignalHandlers();
</span><span class="cx">     virtual void doPreInitializationWork();
</span><span class="cx"> 
</span><del>-    virtual bool getConnectionIdentifier(CoreIPC::Connection::Identifier&amp; identifier);
</del><ins>+    virtual bool getConnectionIdentifier(IPC::Connection::Identifier&amp; identifier);
</ins><span class="cx">     virtual bool getClientIdentifier(String&amp; clientIdentifier);
</span><span class="cx">     virtual bool getClientProcessName(String&amp; clientProcessName);
</span><span class="cx">     virtual bool getExtraInitializationData(HashMap&lt;String, String&gt;&amp; extraInitializationData);
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedEntryPointUtilitiesmacLegacyProcessChildProcessEntryPointmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/LegacyProcess/ChildProcessEntryPoint.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/LegacyProcess/ChildProcessEntryPoint.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/LegacyProcess/ChildProcessEntryPoint.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool ChildProcessMainDelegate::getConnectionIdentifier(CoreIPC::Connection::Identifier&amp; identifier)
</del><ins>+bool ChildProcessMainDelegate::getConnectionIdentifier(IPC::Connection::Identifier&amp; identifier)
</ins><span class="cx"> {
</span><span class="cx">     String serviceName = m_commandLine[&quot;servicename&quot;];
</span><span class="cx">     if (serviceName.isEmpty())
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedEntryPointUtilitiesmacXPCServiceXPCServiceEntryPointh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx"> 
</span><span class="cx">     virtual ~XPCServiceInitializerDelegate();
</span><span class="cx"> 
</span><del>-    virtual bool getConnectionIdentifier(CoreIPC::Connection::Identifier&amp; identifier);
</del><ins>+    virtual bool getConnectionIdentifier(IPC::Connection::Identifier&amp; identifier);
</ins><span class="cx">     virtual bool getClientIdentifier(String&amp; clientIdentifier);
</span><span class="cx">     virtual bool getClientProcessName(String&amp; clientProcessName);
</span><span class="cx">     virtual bool getExtraInitializationData(HashMap&lt;String, String&gt;&amp; extraInitializationData);
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedEntryPointUtilitiesmacXPCServiceXPCServiceEntryPointmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -35,9 +35,9 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool XPCServiceInitializerDelegate::getConnectionIdentifier(CoreIPC::Connection::Identifier&amp; identifier)
</del><ins>+bool XPCServiceInitializerDelegate::getConnectionIdentifier(IPC::Connection::Identifier&amp; identifier)
</ins><span class="cx"> {
</span><del>-    identifier = CoreIPC::Connection::Identifier(xpc_dictionary_copy_mach_send(m_initializerMessage, &quot;server-port&quot;), m_connection);
</del><ins>+    identifier = IPC::Connection::Identifier(xpc_dictionary_copy_mach_send(m_initializerMessage, &quot;server-port&quot;), m_connection);
</ins><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedFileAPIBlobRegistrationDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/FileAPI/BlobRegistrationData.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/FileAPI/BlobRegistrationData.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/FileAPI/BlobRegistrationData.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx">     return std::move(m_data);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void BlobRegistrationData::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void BlobRegistrationData::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; m_data-&gt;contentType();
</span><span class="cx">     encoder &lt;&lt; m_data-&gt;contentDisposition();
</span><span class="lines">@@ -85,7 +85,7 @@
</span><span class="cx">             // There is no way to create a partial data item.
</span><span class="cx">             ASSERT(!item.offset);
</span><span class="cx">             ASSERT(item.length == BlobDataItem::toEndOfFile);
</span><del>-            encoder &lt;&lt; CoreIPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;(item.data-&gt;data()), item.data-&gt;length());
</del><ins>+            encoder &lt;&lt; IPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;(item.data-&gt;data()), item.data-&gt;length());
</ins><span class="cx">             break;
</span><span class="cx">         case BlobDataItem::File:
</span><span class="cx">             encoder &lt;&lt; static_cast&lt;int64_t&gt;(item.offset);
</span><span class="lines">@@ -104,7 +104,7 @@
</span><span class="cx">     encoder &lt;&lt; m_sandboxExtensions;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool BlobRegistrationData::decode(CoreIPC::ArgumentDecoder&amp; decoder, BlobRegistrationData&amp; result)
</del><ins>+bool BlobRegistrationData::decode(IPC::ArgumentDecoder&amp; decoder, BlobRegistrationData&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(!result.m_data);
</span><span class="cx">     result.m_data = std::make_unique&lt;BlobData&gt;();
</span><span class="lines">@@ -129,7 +129,7 @@
</span><span class="cx">             return false;
</span><span class="cx">         switch (type) {
</span><span class="cx">         case BlobDataItem::Data: {
</span><del>-            CoreIPC::DataReference data;
</del><ins>+            IPC::DataReference data;
</ins><span class="cx">             if (!decoder.decode(data))
</span><span class="cx">                 return false;
</span><span class="cx">             RefPtr&lt;RawData&gt; rawData = RawData::create();
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedFileAPIBlobRegistrationDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/FileAPI/BlobRegistrationData.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/FileAPI/BlobRegistrationData.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/FileAPI/BlobRegistrationData.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -43,8 +43,8 @@
</span><span class="cx">     BlobRegistrationData(std::unique_ptr&lt;WebCore::BlobData&gt;);
</span><span class="cx">     ~BlobRegistrationData();
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, BlobRegistrationData&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, BlobRegistrationData&amp;);
</ins><span class="cx"> 
</span><span class="cx">     std::unique_ptr&lt;WebCore::BlobData&gt; releaseData() const;
</span><span class="cx">     const SandboxExtension::HandleArray&amp; sandboxExtensions() const { return m_sandboxExtensions; }
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedFontInfocpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/FontInfo.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/FontInfo.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/FontInfo.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -34,18 +34,18 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-void FontInfo::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void FontInfo::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx">     encoder &lt;&lt; static_cast&lt;bool&gt;(fontAttributeDictionary);
</span><span class="cx">     if (fontAttributeDictionary)
</span><del>-        CoreIPC::encode(encoder, fontAttributeDictionary.get());
</del><ins>+        IPC::encode(encoder, fontAttributeDictionary.get());
</ins><span class="cx"> #else
</span><span class="cx">     UNUSED_PARAM(encoder);
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool FontInfo::decode(CoreIPC::ArgumentDecoder&amp; decoder, FontInfo&amp; fontInfo)
</del><ins>+bool FontInfo::decode(IPC::ArgumentDecoder&amp; decoder, FontInfo&amp; fontInfo)
</ins><span class="cx"> {    
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx">     bool hasFontAttributeDictionary;
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">     if (!hasFontAttributeDictionary)
</span><span class="cx">         return true;
</span><span class="cx"> 
</span><del>-    if (!CoreIPC::decode(decoder, fontInfo.fontAttributeDictionary))
</del><ins>+    if (!IPC::decode(decoder, fontInfo.fontAttributeDictionary))
</ins><span class="cx">         return false;
</span><span class="cx"> #else
</span><span class="cx">     UNUSED_PARAM(decoder);
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedFontInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/FontInfo.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/FontInfo.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/FontInfo.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> #include &lt;wtf/RetainPtr.h&gt;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -38,8 +38,8 @@
</span><span class="cx"> namespace WebKit {
</span><span class="cx">     
</span><span class="cx"> struct FontInfo {
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, FontInfo&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, FontInfo&amp;);
</ins><span class="cx">     
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx">     RetainPtr&lt;CFDictionaryRef&gt; fontAttributeDictionary;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedLayerTreeContexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/LayerTreeContext.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/LayerTreeContext.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/LayerTreeContext.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> 
</span><span class="cx"> #include &lt;stdint.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -47,8 +47,8 @@
</span><span class="cx">     LayerTreeContext();
</span><span class="cx">     ~LayerTreeContext();
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, LayerTreeContext&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, LayerTreeContext&amp;);
</ins><span class="cx"> 
</span><span class="cx">     bool isEmpty() const;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedNetworkCustomProtocolsCustomProtocolManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Network/CustomProtocols/CustomProtocolManager.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Network/CustomProtocols/CustomProtocolManager.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Network/CustomProtocols/CustomProtocolManager.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -43,9 +43,9 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class DataReference;
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> class ResourceError;
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx"> class ChildProcess;
</span><span class="cx"> struct NetworkProcessCreationParameters;
</span><span class="cx"> 
</span><del>-class CustomProtocolManager : public WebProcessSupplement, public NetworkProcessSupplement, public CoreIPC::Connection::WorkQueueMessageReceiver {
</del><ins>+class CustomProtocolManager : public WebProcessSupplement, public NetworkProcessSupplement, public IPC::Connection::WorkQueueMessageReceiver {
</ins><span class="cx">     WTF_MAKE_NONCOPYABLE(CustomProtocolManager);
</span><span class="cx"> public:
</span><span class="cx">     explicit CustomProtocolManager(ChildProcess*);
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     // ChildProcessSupplement
</span><del>-    void initializeConnection(CoreIPC::Connection*) OVERRIDE;
</del><ins>+    void initializeConnection(IPC::Connection*) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // WebProcessSupplement
</span><span class="cx">     void initialize(const WebProcessCreationParameters&amp;) OVERRIDE;
</span><span class="lines">@@ -87,11 +87,11 @@
</span><span class="cx">     void initialize(const NetworkProcessCreationParameters&amp;) OVERRIDE;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     void didFailWithError(uint64_t customProtocolID, const WebCore::ResourceError&amp;);
</span><del>-    void didLoadData(uint64_t customProtocolID, const CoreIPC::DataReference&amp;);
</del><ins>+    void didLoadData(uint64_t customProtocolID, const IPC::DataReference&amp;);
</ins><span class="cx">     void didReceiveResponse(uint64_t customProtocolID, const WebCore::ResourceResponse&amp;, uint32_t cacheStoragePolicy);
</span><span class="cx">     void didFinishLoading(uint64_t customProtocolID);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedNetworkCustomProtocolsCustomProtocolManagermessagesin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Network/CustomProtocols/CustomProtocolManager.messages.in (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Network/CustomProtocols/CustomProtocolManager.messages.in        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Network/CustomProtocols/CustomProtocolManager.messages.in        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx"> 
</span><span class="cx"> messages -&gt; CustomProtocolManager {
</span><span class="cx">     DidFailWithError(uint64_t customProtocolID, WebCore::ResourceError error)
</span><del>-    DidLoadData(uint64_t customProtocolID, CoreIPC::DataReference data)
</del><ins>+    DidLoadData(uint64_t customProtocolID, IPC::DataReference data)
</ins><span class="cx">     DidReceiveResponse(uint64_t customProtocolID, WebCore::ResourceResponse response, uint32_t cacheStoragePolicy)
</span><span class="cx">     DidFinishLoading(uint64_t customProtocolID)
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedNetworkCustomProtocolsmacCustomProtocolManagerMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Network/CustomProtocols/mac/CustomProtocolManagerMac.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Network/CustomProtocols/mac/CustomProtocolManagerMac.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Network/CustomProtocols/mac/CustomProtocolManagerMac.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -132,7 +132,7 @@
</span><span class="cx">     sharedCustomProtocolManager = this;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void CustomProtocolManager::initializeConnection(CoreIPC::Connection* connection)
</del><ins>+void CustomProtocolManager::initializeConnection(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx">     connection-&gt;addWorkQueueMessageReceiver(Messages::CustomProtocolManager::messageReceiverName(), m_messageQueue.get(), this);
</span><span class="cx"> }
</span><span class="lines">@@ -222,7 +222,7 @@
</span><span class="cx">     removeCustomProtocol(protocol.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void CustomProtocolManager::didLoadData(uint64_t customProtocolID, const CoreIPC::DataReference&amp; data)
</del><ins>+void CustomProtocolManager::didLoadData(uint64_t customProtocolID, const IPC::DataReference&amp; data)
</ins><span class="cx"> {
</span><span class="cx">     RetainPtr&lt;WKCustomProtocol&gt; protocol = protocolForID(customProtocolID);
</span><span class="cx">     if (!protocol)
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedNetworkNetworkProcessCreationParameterscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Network/NetworkProcessCreationParameters.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Network/NetworkProcessCreationParameters.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Network/NetworkProcessCreationParameters.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcessCreationParameters::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void NetworkProcessCreationParameters::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; privateBrowsingEnabled;
</span><span class="cx">     encoder.encodeEnum(cacheModel);
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool NetworkProcessCreationParameters::decode(CoreIPC::ArgumentDecoder&amp; decoder, NetworkProcessCreationParameters&amp; result)
</del><ins>+bool NetworkProcessCreationParameters::decode(IPC::ArgumentDecoder&amp; decoder, NetworkProcessCreationParameters&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(result.privateBrowsingEnabled))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedNetworkNetworkProcessCreationParametersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Network/NetworkProcessCreationParameters.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Network/NetworkProcessCreationParameters.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Network/NetworkProcessCreationParameters.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> #include &quot;HTTPCookieAcceptPolicy.h&quot;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -47,8 +47,8 @@
</span><span class="cx"> struct NetworkProcessCreationParameters {
</span><span class="cx">     NetworkProcessCreationParameters();
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, NetworkProcessCreationParameters&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, NetworkProcessCreationParameters&amp;);
</ins><span class="cx"> 
</span><span class="cx">     bool privateBrowsingEnabled;
</span><span class="cx">     CacheModel cacheModel;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedNetworkNetworkResourceLoadParameterscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Network/NetworkResourceLoadParameters.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Network/NetworkResourceLoadParameters.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Network/NetworkResourceLoadParameters.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkResourceLoadParameters::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void NetworkResourceLoadParameters::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; identifier;
</span><span class="cx">     encoder &lt;&lt; webPageID;
</span><span class="lines">@@ -99,7 +99,7 @@
</span><span class="cx">     encoder &lt;&lt; isMainResource;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool NetworkResourceLoadParameters::decode(CoreIPC::ArgumentDecoder&amp; decoder, NetworkResourceLoadParameters&amp; result)
</del><ins>+bool NetworkResourceLoadParameters::decode(IPC::ArgumentDecoder&amp; decoder, NetworkResourceLoadParameters&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(result.identifier))
</span><span class="cx">         return false;
</span><span class="lines">@@ -118,7 +118,7 @@
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="cx">     if (hasHTTPBody) {
</span><del>-        CoreIPC::DataReference formData;
</del><ins>+        IPC::DataReference formData;
</ins><span class="cx">         if (!decoder.decode(formData))
</span><span class="cx">             return false;
</span><span class="cx">         DecoderAdapter httpBodyDecoderAdapter(formData.data(), formData.size());
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedNetworkNetworkResourceLoadParametersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Network/NetworkResourceLoadParameters.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Network/NetworkResourceLoadParameters.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Network/NetworkResourceLoadParameters.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(NETWORK_PROCESS)
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -46,8 +46,8 @@
</span><span class="cx"> public:
</span><span class="cx">     NetworkResourceLoadParameters();
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, NetworkResourceLoadParameters&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, NetworkResourceLoadParameters&amp;);
</ins><span class="cx"> 
</span><span class="cx">     ResourceLoadIdentifier identifier;
</span><span class="cx">     uint64_t webPageID;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedOriginAndDatabasescpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/OriginAndDatabases.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/OriginAndDatabases.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/OriginAndDatabases.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-void OriginAndDatabases::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void OriginAndDatabases::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; originIdentifier;
</span><span class="cx">     encoder &lt;&lt; originQuota;
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx">     encoder &lt;&lt; databases;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool OriginAndDatabases::decode(CoreIPC::ArgumentDecoder&amp; decoder, OriginAndDatabases&amp; originAndDatabases)
</del><ins>+bool OriginAndDatabases::decode(IPC::ArgumentDecoder&amp; decoder, OriginAndDatabases&amp; originAndDatabases)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(originAndDatabases.originIdentifier))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedOriginAndDatabasesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/OriginAndDatabases.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/OriginAndDatabases.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/OriginAndDatabases.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -40,8 +40,8 @@
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><span class="cx"> struct OriginAndDatabases {
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, OriginAndDatabases&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, OriginAndDatabases&amp;);
</ins><span class="cx"> 
</span><span class="cx">     String originIdentifier;
</span><span class="cx">     uint64_t originQuota;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedPlatformPopupMenuDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/PlatformPopupMenuData.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/PlatformPopupMenuData.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/PlatformPopupMenuData.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PlatformPopupMenuData::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void PlatformPopupMenuData::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx">     encoder &lt;&lt; fontInfo;
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool PlatformPopupMenuData::decode(CoreIPC::ArgumentDecoder&amp; decoder, PlatformPopupMenuData&amp; data)
</del><ins>+bool PlatformPopupMenuData::decode(IPC::ArgumentDecoder&amp; decoder, PlatformPopupMenuData&amp; data)
</ins><span class="cx"> {
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx">     if (!decoder.decode(data.fontInfo))
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedPlatformPopupMenuDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/PlatformPopupMenuData.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/PlatformPopupMenuData.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/PlatformPopupMenuData.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> #include &quot;ShareableBitmap.h&quot;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -40,8 +40,8 @@
</span><span class="cx"> struct PlatformPopupMenuData {
</span><span class="cx">     PlatformPopupMenuData();
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, PlatformPopupMenuData&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, PlatformPopupMenuData&amp;);
</ins><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx">     FontInfo fontInfo;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedPluginsNPIdentifierDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Plugins/NPIdentifierData.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Plugins/NPIdentifierData.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Plugins/NPIdentifierData.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -67,7 +67,7 @@
</span><span class="cx">     return static_cast&lt;NPIdentifier&gt;(IdentifierRep::get(m_number));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NPIdentifierData::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void NPIdentifierData::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; m_isString;
</span><span class="cx">     if (m_isString)
</span><span class="lines">@@ -76,7 +76,7 @@
</span><span class="cx">         encoder &lt;&lt; m_number;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool NPIdentifierData::decode(CoreIPC::ArgumentDecoder&amp; decoder, NPIdentifierData&amp; result)
</del><ins>+bool NPIdentifierData::decode(IPC::ArgumentDecoder&amp; decoder, NPIdentifierData&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(result.m_isString))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedPluginsNPIdentifierDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Plugins/NPIdentifierData.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Plugins/NPIdentifierData.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Plugins/NPIdentifierData.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -31,15 +31,13 @@
</span><span class="cx"> #include &lt;WebCore/npruntime_internal.h&gt;
</span><span class="cx"> #include &lt;wtf/text/CString.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-// The CoreIPC representation of an NPIdentifier.
-
</del><span class="cx"> class NPIdentifierData {
</span><span class="cx"> public:
</span><span class="cx">     NPIdentifierData();
</span><span class="lines">@@ -47,8 +45,8 @@
</span><span class="cx">     static NPIdentifierData fromNPIdentifier(NPIdentifier);
</span><span class="cx">     NPIdentifier createNPIdentifier() const;
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, NPIdentifierData&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, NPIdentifierData&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     bool m_isString;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedPluginsNPObjectMessageReceiverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Plugins/NPObjectMessageReceiver.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Plugins/NPObjectMessageReceiver.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Plugins/NPObjectMessageReceiver.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx">     NPObjectMessageReceiver(NPRemoteObjectMap*, Plugin*, uint64_t npObjectID, NPObject*);
</span><span class="cx">     ~NPObjectMessageReceiver();
</span><span class="cx"> 
</span><del>-    void didReceiveSyncNPObjectMessageReceiverMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;);
</del><ins>+    void didReceiveSyncNPObjectMessageReceiverMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;);
</ins><span class="cx"> 
</span><span class="cx">     Plugin* plugin() const { return m_plugin; }
</span><span class="cx">     NPObject* npObject() const { return m_npObject; }
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedPluginsNPRemoteObjectMapcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Plugins/NPRemoteObjectMap.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Plugins/NPRemoteObjectMap.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Plugins/NPRemoteObjectMap.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -42,12 +42,12 @@
</span><span class="cx">     return ++generateNPObjectID;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-PassRefPtr&lt;NPRemoteObjectMap&gt; NPRemoteObjectMap::create(CoreIPC::Connection* connection)
</del><ins>+PassRefPtr&lt;NPRemoteObjectMap&gt; NPRemoteObjectMap::create(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx">     return adoptRef(new NPRemoteObjectMap(connection));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-NPRemoteObjectMap::NPRemoteObjectMap(CoreIPC::Connection* connection)
</del><ins>+NPRemoteObjectMap::NPRemoteObjectMap(IPC::Connection* connection)
</ins><span class="cx">     : m_connection(connection)
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="lines">@@ -227,7 +227,7 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NPRemoteObjectMap::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp; replyEncoder)
</del><ins>+void NPRemoteObjectMap::didReceiveSyncMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp; replyEncoder)
</ins><span class="cx"> {
</span><span class="cx">     NPObjectMessageReceiver* messageReceiver = m_registeredNPObjects.get(decoder.destinationID());
</span><span class="cx">     if (!messageReceiver)
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedPluginsNPRemoteObjectMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Plugins/NPRemoteObjectMap.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Plugins/NPRemoteObjectMap.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Plugins/NPRemoteObjectMap.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx"> 
</span><span class="cx"> class NPRemoteObjectMap : public RefCounted&lt;NPRemoteObjectMap&gt; {
</span><span class="cx"> public:
</span><del>-    static PassRefPtr&lt;NPRemoteObjectMap&gt; create(CoreIPC::Connection*);
</del><ins>+    static PassRefPtr&lt;NPRemoteObjectMap&gt; create(IPC::Connection*);
</ins><span class="cx">     ~NPRemoteObjectMap();
</span><span class="cx"> 
</span><span class="cx">     // Creates an NPObjectProxy wrapper for the remote object with the given remote object ID.
</span><span class="lines">@@ -54,21 +54,18 @@
</span><span class="cx">     uint64_t registerNPObject(NPObject*, Plugin*);
</span><span class="cx">     void unregisterNPObject(uint64_t);
</span><span class="cx"> 
</span><del>-    // Given an NPVariant, creates an NPVariantData object (a CoreIPC representation of an NPVariant).
</del><span class="cx">     NPVariantData npVariantToNPVariantData(const NPVariant&amp;, Plugin*);
</span><del>-
-    // Given an NPVariantData, creates an NPVariant object.
</del><span class="cx">     NPVariant npVariantDataToNPVariant(const NPVariantData&amp;, Plugin*);
</span><span class="cx"> 
</span><del>-    CoreIPC::Connection* connection() const { return m_connection; }
</del><ins>+    IPC::Connection* connection() const { return m_connection; }
</ins><span class="cx"> 
</span><span class="cx">     void pluginDestroyed(Plugin*);
</span><span class="cx"> 
</span><del>-    void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;);
</del><ins>+    void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    explicit NPRemoteObjectMap(CoreIPC::Connection*);
-    CoreIPC::Connection* m_connection;
</del><ins>+    explicit NPRemoteObjectMap(IPC::Connection*);
+    IPC::Connection* m_connection;
</ins><span class="cx"> 
</span><span class="cx">     // A map of NPObjectMessageReceiver classes, wrapping objects that we export to the
</span><span class="cx">     // other end of the connection.
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedPluginsNPVariantDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Plugins/NPVariantData.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Plugins/NPVariantData.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Plugins/NPVariantData.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -118,7 +118,7 @@
</span><span class="cx">     return npVariantData;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NPVariantData::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void NPVariantData::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; m_type;
</span><span class="cx"> 
</span><span class="lines">@@ -147,7 +147,7 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool NPVariantData::decode(CoreIPC::ArgumentDecoder&amp; decoder, NPVariantData&amp; result)
</del><ins>+bool NPVariantData::decode(IPC::ArgumentDecoder&amp; decoder, NPVariantData&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     uint32_t type;
</span><span class="cx">     if (!decoder.decode(type))
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedPluginsNPVariantDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Plugins/NPVariantData.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Plugins/NPVariantData.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Plugins/NPVariantData.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,15 +30,13 @@
</span><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/text/CString.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-// The CoreIPC representation of an NPVariant.
-
</del><span class="cx"> class NPVariantData {
</span><span class="cx"> public:
</span><span class="cx">     enum Type {
</span><span class="lines">@@ -100,8 +98,8 @@
</span><span class="cx">         return m_remoteNPObjectIDValue;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, NPVariantData&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, NPVariantData&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     uint32_t m_type;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedPluginsPluginProcessCreationParameterscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Plugins/PluginProcessCreationParameters.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Plugins/PluginProcessCreationParameters.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Plugins/PluginProcessCreationParameters.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PluginProcessCreationParameters::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void PluginProcessCreationParameters::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder.encodeEnum(processType);
</span><span class="cx">     encoder &lt;&lt; supportsAsynchronousPluginInitialization;
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool PluginProcessCreationParameters::decode(CoreIPC::ArgumentDecoder&amp; decoder, PluginProcessCreationParameters&amp; result)
</del><ins>+bool PluginProcessCreationParameters::decode(IPC::ArgumentDecoder&amp; decoder, PluginProcessCreationParameters&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decodeEnum(result.processType))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedPluginsPluginProcessCreationParametersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Plugins/PluginProcessCreationParameters.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Plugins/PluginProcessCreationParameters.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/Plugins/PluginProcessCreationParameters.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> #include &quot;MachPort.h&quot;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -44,8 +44,8 @@
</span><span class="cx"> struct PluginProcessCreationParameters {
</span><span class="cx">     PluginProcessCreationParameters();
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, PluginProcessCreationParameters&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, PluginProcessCreationParameters&amp;);
</ins><span class="cx"> 
</span><span class="cx">     PluginProcessType processType;
</span><span class="cx">     bool supportsAsynchronousPluginInitialization;
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">     double terminationTimeout;
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><del>-    CoreIPC::MachPort acceleratedCompositingPort;
</del><ins>+    IPC::MachPort acceleratedCompositingPort;
</ins><span class="cx"> #endif
</span><span class="cx"> };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedPrintInfocpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/PrintInfo.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/PrintInfo.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/PrintInfo.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -43,20 +43,20 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PrintInfo::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void PrintInfo::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; pageSetupScaleFactor;
</span><span class="cx">     encoder &lt;&lt; availablePaperWidth;
</span><span class="cx">     encoder &lt;&lt; availablePaperHeight;
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(GTK)
</span><del>-    CoreIPC::encode(encoder, printSettings.get());
-    CoreIPC::encode(encoder, pageSetup.get());
</del><ins>+    IPC::encode(encoder, printSettings.get());
+    IPC::encode(encoder, pageSetup.get());
</ins><span class="cx">     encoder.encodeEnum(printMode);
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool PrintInfo::decode(CoreIPC::ArgumentDecoder&amp; decoder, PrintInfo&amp; info)
</del><ins>+bool PrintInfo::decode(IPC::ArgumentDecoder&amp; decoder, PrintInfo&amp; info)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(info.pageSetupScaleFactor))
</span><span class="cx">         return false;
</span><span class="lines">@@ -66,9 +66,9 @@
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(GTK)
</span><del>-    if (!CoreIPC::decode(decoder, info.printSettings))
</del><ins>+    if (!IPC::decode(decoder, info.printSettings))
</ins><span class="cx">         return false;
</span><del>-    if (!CoreIPC::decode(decoder, info.pageSetup))
</del><ins>+    if (!IPC::decode(decoder, info.pageSetup))
</ins><span class="cx">         return false;
</span><span class="cx">     if (!decoder.decodeEnum(info.printMode))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedPrintInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/PrintInfo.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/PrintInfo.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/PrintInfo.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> class NSPrintInfo;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -67,8 +67,8 @@
</span><span class="cx">     PrintMode printMode;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, PrintInfo&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, PrintInfo&amp;);
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedSandboxExtensionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/SandboxExtension.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/SandboxExtension.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/SandboxExtension.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> typedef struct __WKSandboxExtension* WKSandboxExtensionRef;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentEncoder;
</span><span class="cx">     class ArgumentDecoder;
</span><span class="cx"> }
</span><span class="lines">@@ -57,8 +57,8 @@
</span><span class="cx">         Handle();
</span><span class="cx">         ~Handle();
</span><span class="cx"> 
</span><del>-        void encode(CoreIPC::ArgumentEncoder&amp;) const;
-        static bool decode(CoreIPC::ArgumentDecoder&amp;, Handle&amp;);
</del><ins>+        void encode(IPC::ArgumentEncoder&amp;) const;
+        static bool decode(IPC::ArgumentDecoder&amp;, Handle&amp;);
</ins><span class="cx"> 
</span><span class="cx">     private:
</span><span class="cx">         friend class SandboxExtension;
</span><span class="lines">@@ -77,8 +77,8 @@
</span><span class="cx">         Handle&amp; operator[](size_t i);
</span><span class="cx">         const Handle&amp; operator[](size_t i) const;
</span><span class="cx">         size_t size() const;
</span><del>-        void encode(CoreIPC::ArgumentEncoder&amp;) const;
-        static bool decode(CoreIPC::ArgumentDecoder&amp;, HandleArray&amp;);
</del><ins>+        void encode(IPC::ArgumentEncoder&amp;) const;
+        static bool decode(IPC::ArgumentDecoder&amp;, HandleArray&amp;);
</ins><span class="cx">        
</span><span class="cx">     private:
</span><span class="cx"> #if ENABLE(WEB_PROCESS_SANDBOX)
</span><span class="lines">@@ -113,16 +113,16 @@
</span><span class="cx"> #if !ENABLE(WEB_PROCESS_SANDBOX)
</span><span class="cx"> inline SandboxExtension::Handle::Handle() { }
</span><span class="cx"> inline SandboxExtension::Handle::~Handle() { }
</span><del>-inline void SandboxExtension::Handle::encode(CoreIPC::ArgumentEncoder&amp;) const { }
-inline bool SandboxExtension::Handle::decode(CoreIPC::ArgumentDecoder&amp;, Handle&amp;) { return true; }
</del><ins>+inline void SandboxExtension::Handle::encode(IPC::ArgumentEncoder&amp;) const { }
+inline bool SandboxExtension::Handle::decode(IPC::ArgumentDecoder&amp;, Handle&amp;) { return true; }
</ins><span class="cx"> inline SandboxExtension::HandleArray::HandleArray() { }
</span><span class="cx"> inline SandboxExtension::HandleArray::~HandleArray() { }
</span><span class="cx"> inline void SandboxExtension::HandleArray::allocate(size_t) { }
</span><span class="cx"> inline size_t SandboxExtension::HandleArray::size() const { return 0; }    
</span><span class="cx"> inline const SandboxExtension::Handle&amp; SandboxExtension::HandleArray::operator[](size_t) const { return m_emptyHandle; }
</span><span class="cx"> inline SandboxExtension::Handle&amp; SandboxExtension::HandleArray::operator[](size_t) { return m_emptyHandle; }
</span><del>-inline void SandboxExtension::HandleArray::encode(CoreIPC::ArgumentEncoder&amp;) const { }
-inline bool SandboxExtension::HandleArray::decode(CoreIPC::ArgumentDecoder&amp;, HandleArray&amp;) { return true; }
</del><ins>+inline void SandboxExtension::HandleArray::encode(IPC::ArgumentEncoder&amp;) const { }
+inline bool SandboxExtension::HandleArray::decode(IPC::ArgumentDecoder&amp;, HandleArray&amp;) { return true; }
</ins><span class="cx"> inline PassRefPtr&lt;SandboxExtension&gt; SandboxExtension::create(const Handle&amp;) { return 0; }
</span><span class="cx"> inline void SandboxExtension::createHandle(const String&amp;, Type, Handle&amp;) { }
</span><span class="cx"> inline void SandboxExtension::createHandleForReadWriteDirectory(const String&amp;, Handle&amp;) { }
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedSecurityOriginDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/SecurityOriginData.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/SecurityOriginData.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/SecurityOriginData.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -51,14 +51,14 @@
</span><span class="cx">     return SecurityOrigin::create(protocol, host, port);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void SecurityOriginData::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void SecurityOriginData::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; protocol;
</span><span class="cx">     encoder &lt;&lt; host;
</span><span class="cx">     encoder &lt;&lt; port;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool SecurityOriginData::decode(CoreIPC::ArgumentDecoder&amp; decoder, SecurityOriginData&amp; securityOriginData)
</del><ins>+bool SecurityOriginData::decode(IPC::ArgumentDecoder&amp; decoder, SecurityOriginData&amp; securityOriginData)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(securityOriginData.protocol))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedSecurityOriginDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/SecurityOriginData.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/SecurityOriginData.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/SecurityOriginData.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> #include &quot;GenericCallback.h&quot;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -43,8 +43,8 @@
</span><span class="cx">     static SecurityOriginData fromSecurityOrigin(const WebCore::SecurityOrigin*);
</span><span class="cx">     PassRefPtr&lt;WebCore::SecurityOrigin&gt; securityOrigin() const;
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, SecurityOriginData&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, SecurityOriginData&amp;);
</ins><span class="cx"> 
</span><span class="cx">     // FIXME &lt;rdar://9018386&gt;: We should be sending more state across the wire than just the protocol,
</span><span class="cx">     // host, and port.
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedSessionStatecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/SessionState.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/SessionState.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/SessionState.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> #include &quot;SessionState.h&quot;
</span><span class="cx"> #include &quot;WebCoreArgumentCoders.h&quot;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> // This assumes that when we encode a RefPtr we want to encode the object it points to and it is never null.
</span><span class="cx"> template&lt;typename T&gt; struct ArgumentCoder&lt;RefPtr&lt;T&gt;&gt; {
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx">     }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><span class="lines">@@ -65,13 +65,13 @@
</span><span class="cx">     return m_list.isEmpty();
</span><span class="cx"> }
</span><span class="cx">     
</span><del>-void SessionState::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void SessionState::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; m_list;
</span><span class="cx">     encoder &lt;&lt; m_currentIndex;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool SessionState::decode(CoreIPC::ArgumentDecoder&amp; decoder, SessionState&amp; state)
</del><ins>+bool SessionState::decode(IPC::ArgumentDecoder&amp; decoder, SessionState&amp; state)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(state.m_list))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedSessionStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/SessionState.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/SessionState.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/SessionState.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> 
</span><span class="cx"> #include &quot;WebBackForwardListItem.h&quot;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -45,8 +45,8 @@
</span><span class="cx"> 
</span><span class="cx">     bool isEmpty() const;
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, SessionState&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, SessionState&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     BackForwardListItemVector m_list;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedShareableBitmapcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ShareableBitmap.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ShareableBitmap.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/ShareableBitmap.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -39,14 +39,14 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void ShareableBitmap::Handle::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void ShareableBitmap::Handle::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; m_handle;
</span><span class="cx">     encoder &lt;&lt; m_size;
</span><span class="cx">     encoder &lt;&lt; m_flags;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool ShareableBitmap::Handle::decode(CoreIPC::ArgumentDecoder&amp; decoder, Handle&amp; handle)
</del><ins>+bool ShareableBitmap::Handle::decode(IPC::ArgumentDecoder&amp; decoder, Handle&amp; handle)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(handle.m_handle))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedShareableBitmaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ShareableBitmap.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ShareableBitmap.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/ShareableBitmap.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -63,8 +63,8 @@
</span><span class="cx"> 
</span><span class="cx">         bool isNull() const { return m_handle.isNull(); }
</span><span class="cx"> 
</span><del>-        void encode(CoreIPC::ArgumentEncoder&amp;) const;
-        static bool decode(CoreIPC::ArgumentDecoder&amp;, Handle&amp;);
</del><ins>+        void encode(IPC::ArgumentEncoder&amp;) const;
+        static bool decode(IPC::ArgumentDecoder&amp;, Handle&amp;);
</ins><span class="cx"> 
</span><span class="cx">     private:
</span><span class="cx">         friend class ShareableBitmap;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedShareableResourcecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ShareableResource.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ShareableResource.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/ShareableResource.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -39,14 +39,14 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void ShareableResource::Handle::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void ShareableResource::Handle::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; m_handle;
</span><span class="cx">     encoder &lt;&lt; m_offset;
</span><span class="cx">     encoder &lt;&lt; m_size;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool ShareableResource::Handle::decode(CoreIPC::ArgumentDecoder&amp; decoder, Handle&amp; handle)
</del><ins>+bool ShareableResource::Handle::decode(IPC::ArgumentDecoder&amp; decoder, Handle&amp; handle)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(handle.m_handle))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedShareableResourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ShareableResource.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ShareableResource.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/ShareableResource.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -51,8 +51,8 @@
</span><span class="cx">         bool isNull() const { return m_handle.isNull(); }
</span><span class="cx">         unsigned size() const { return m_size; }
</span><span class="cx"> 
</span><del>-        void encode(CoreIPC::ArgumentEncoder&amp;) const;
-        static bool decode(CoreIPC::ArgumentDecoder&amp;, Handle&amp;);
</del><ins>+        void encode(IPC::ArgumentEncoder&amp;) const;
+        static bool decode(IPC::ArgumentDecoder&amp;, Handle&amp;);
</ins><span class="cx"> 
</span><span class="cx">         PassRefPtr&lt;WebCore::SharedBuffer&gt; tryWrapInSharedBuffer() const;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedStatisticsDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/StatisticsData.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/StatisticsData.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/StatisticsData.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-void StatisticsData::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void StatisticsData::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; statisticsNumbers;
</span><span class="cx">     encoder &lt;&lt; javaScriptProtectedObjectTypeCounts;
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx">     encoder &lt;&lt; webCoreCacheStatistics;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool StatisticsData::decode(CoreIPC::ArgumentDecoder&amp; decoder, StatisticsData&amp; statisticsData)
</del><ins>+bool StatisticsData::decode(IPC::ArgumentDecoder&amp; decoder, StatisticsData&amp; statisticsData)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(statisticsData.statisticsNumbers))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedStatisticsDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/StatisticsData.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/StatisticsData.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/StatisticsData.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -36,8 +36,8 @@
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><span class="cx"> struct StatisticsData {
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, StatisticsData&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, StatisticsData&amp;);
</ins><span class="cx">     
</span><span class="cx">     HashMap&lt;String, uint64_t&gt; statisticsNumbers;
</span><span class="cx">     HashMap&lt;String, uint64_t&gt; javaScriptProtectedObjectTypeCounts;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedTextCheckerStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/TextCheckerState.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/TextCheckerState.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/TextCheckerState.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebKit
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> template&lt;&gt; struct ArgumentCoder&lt;WebKit::TextCheckerState&gt; : SimpleArgumentCoder&lt;WebKit::TextCheckerState&gt; { };
</span><span class="cx"> };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedUpdateInfocpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/UpdateInfo.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/UpdateInfo.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/UpdateInfo.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-void UpdateInfo::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void UpdateInfo::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; viewSize;
</span><span class="cx">     encoder &lt;&lt; deviceScaleFactor;
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx">     encoder &lt;&lt; bitmapOffset;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool UpdateInfo::decode(CoreIPC::ArgumentDecoder&amp; decoder, UpdateInfo&amp; result)
</del><ins>+bool UpdateInfo::decode(IPC::ArgumentDecoder&amp; decoder, UpdateInfo&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(result.viewSize))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedUpdateInfoh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/UpdateInfo.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/UpdateInfo.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/UpdateInfo.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> #include &lt;WebCore/IntRect.h&gt;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -43,8 +43,8 @@
</span><span class="cx"> public:
</span><span class="cx">     UpdateInfo() { }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, UpdateInfo&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, UpdateInfo&amp;);
</ins><span class="cx"> 
</span><span class="cx">     // The size of the web view.
</span><span class="cx">     WebCore::IntSize viewSize;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedUserDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/UserData.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/UserData.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/UserData.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -84,17 +84,17 @@
</span><span class="cx">     return object;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void UserData::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void UserData::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encode(encoder, m_object.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool UserData::decode(CoreIPC::ArgumentDecoder&amp; decoder, UserData&amp; userData)
</del><ins>+bool UserData::decode(IPC::ArgumentDecoder&amp; decoder, UserData&amp; userData)
</ins><span class="cx"> {
</span><span class="cx">     return decode(decoder, userData.m_object);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void UserData::encode(CoreIPC::ArgumentEncoder&amp; encoder, const API::Object* object) const
</del><ins>+void UserData::encode(IPC::ArgumentEncoder&amp; encoder, const API::Object* object) const
</ins><span class="cx"> {
</span><span class="cx">     if (!object) {
</span><span class="cx">         encoder.encodeEnum(API::Object::Type::Null);
</span><span class="lines">@@ -104,7 +104,7 @@
</span><span class="cx">     encode(encoder, *object);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void UserData::encode(CoreIPC::ArgumentEncoder&amp; encoder, const API::Object&amp; object) const
</del><ins>+void UserData::encode(IPC::ArgumentEncoder&amp; encoder, const API::Object&amp; object) const
</ins><span class="cx"> {
</span><span class="cx">     API::Object::Type type = object.type();
</span><span class="cx">     encoder.encodeEnum(type);
</span><span class="lines">@@ -192,7 +192,7 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool UserData::decode(CoreIPC::ArgumentDecoder&amp; decoder, RefPtr&lt;API::Object&gt;&amp; result)
</del><ins>+bool UserData::decode(IPC::ArgumentDecoder&amp; decoder, RefPtr&lt;API::Object&gt;&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     API::Object::Type type;
</span><span class="cx">     if (!decoder.decodeEnum(type))
</span><span class="lines">@@ -284,7 +284,7 @@
</span><span class="cx">         break;
</span><span class="cx"> 
</span><span class="cx">     case API::Object::Type::SerializedScriptValue: {
</span><del>-        CoreIPC::DataReference dataReference;
</del><ins>+        IPC::DataReference dataReference;
</ins><span class="cx">         if (!decoder.decode(dataReference))
</span><span class="cx">             return false;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedUserDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/UserData.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/UserData.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/UserData.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> class Object;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class ArgumentEncoder;
</span><span class="cx"> class ArgumentDecoder;
</span><span class="cx"> }
</span><span class="lines">@@ -49,14 +49,14 @@
</span><span class="cx"> 
</span><span class="cx">     API::Object* object() const { return m_object.get(); }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, UserData&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, UserData&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;, const API::Object*) const;
-    void encode(CoreIPC::ArgumentEncoder&amp;, const API::Object&amp;) const;
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;, const API::Object*) const;
+    void encode(IPC::ArgumentEncoder&amp;, const API::Object&amp;) const;
</ins><span class="cx"> 
</span><del>-    static bool decode(CoreIPC::ArgumentDecoder&amp;, RefPtr&lt;API::Object&gt;&amp;);
</del><ins>+    static bool decode(IPC::ArgumentDecoder&amp;, RefPtr&lt;API::Object&gt;&amp;);
</ins><span class="cx"> 
</span><span class="cx">     RefPtr&lt;API::Object&gt; m_object;
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedUserMessageCodersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/UserMessageCoders.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/UserMessageCoders.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/UserMessageCoders.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx"> template&lt;typename Owner&gt;
</span><span class="cx"> class UserMessageEncoder {
</span><span class="cx"> public:
</span><del>-    bool baseEncode(CoreIPC::ArgumentEncoder&amp; encoder, const Owner&amp; coder, API::Object::Type&amp; type) const
</del><ins>+    bool baseEncode(IPC::ArgumentEncoder&amp; encoder, const Owner&amp; coder, API::Object::Type&amp; type) const
</ins><span class="cx">     {
</span><span class="cx">         if (!m_root) {
</span><span class="cx">             encoder &lt;&lt; static_cast&lt;uint32_t&gt;(API::Object::Type::Null);
</span><span class="lines">@@ -260,7 +260,7 @@
</span><span class="cx"> template&lt;typename Owner&gt;
</span><span class="cx"> class UserMessageDecoder {
</span><span class="cx"> public:
</span><del>-    static bool baseDecode(CoreIPC::ArgumentDecoder&amp; decoder, Owner&amp; coder, API::Object::Type&amp; type)
</del><ins>+    static bool baseDecode(IPC::ArgumentDecoder&amp; decoder, Owner&amp; coder, API::Object::Type&amp; type)
</ins><span class="cx">     {
</span><span class="cx">         uint32_t typeAsUInt32;
</span><span class="cx">         if (!decoder.decode(typeAsUInt32))
</span><span class="lines">@@ -318,7 +318,7 @@
</span><span class="cx">             break;
</span><span class="cx">         }
</span><span class="cx">         case API::Object::Type::SerializedScriptValue: {
</span><del>-            CoreIPC::DataReference dataReference;
</del><ins>+            IPC::DataReference dataReference;
</ins><span class="cx">             if (!decoder.decode(dataReference))
</span><span class="cx">                 return false;
</span><span class="cx">             
</span><span class="lines">@@ -497,7 +497,7 @@
</span><span class="cx">             return true;
</span><span class="cx">         }
</span><span class="cx">         case API::Object::Type::Data: {
</span><del>-            CoreIPC::DataReference dataReference;
</del><ins>+            IPC::DataReference dataReference;
</ins><span class="cx">             if (!decoder.decode(dataReference))
</span><span class="cx">                 return false;
</span><span class="cx">             coder.m_root = API::Data::create(dataReference.data(), dataReference.size());
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebBackForwardListItemcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebBackForwardListItem.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebBackForwardListItem.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebBackForwardListItem.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -61,16 +61,16 @@
</span><span class="cx">     m_backForwardData.append(data, size);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebBackForwardListItem::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void WebBackForwardListItem::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; m_originalURL;
</span><span class="cx">     encoder &lt;&lt; m_url;
</span><span class="cx">     encoder &lt;&lt; m_title;
</span><span class="cx">     encoder &lt;&lt; m_itemID;
</span><del>-    encoder &lt;&lt; CoreIPC::DataReference(m_backForwardData);
</del><ins>+    encoder &lt;&lt; IPC::DataReference(m_backForwardData);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-PassRefPtr&lt;WebBackForwardListItem&gt; WebBackForwardListItem::decode(CoreIPC::ArgumentDecoder&amp; decoder)
</del><ins>+PassRefPtr&lt;WebBackForwardListItem&gt; WebBackForwardListItem::decode(IPC::ArgumentDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     String originalURL;
</span><span class="cx">     if (!decoder.decode(originalURL))
</span><span class="lines">@@ -88,7 +88,7 @@
</span><span class="cx">     if (!decoder.decode(itemID))
</span><span class="cx">         return 0;
</span><span class="cx">     
</span><del>-    CoreIPC::DataReference data;
</del><ins>+    IPC::DataReference data;
</ins><span class="cx">     if (!decoder.decode(data))
</span><span class="cx">         return 0;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebBackForwardListItemh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebBackForwardListItem.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebBackForwardListItem.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebBackForwardListItem.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -60,8 +60,8 @@
</span><span class="cx">     void setBackForwardData(const uint8_t* buffer, size_t size);
</span><span class="cx">     const Vector&lt;uint8_t&gt;&amp; backForwardData() const { return m_backForwardData; }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static PassRefPtr&lt;WebBackForwardListItem&gt; decode(CoreIPC::ArgumentDecoder&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static PassRefPtr&lt;WebBackForwardListItem&gt; decode(IPC::ArgumentDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx">     static uint64_t highedUsedItemID();
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebConnectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebConnection.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebConnection.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebConnection.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx">     if (!hasValidConnection())
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    auto encoder = std::make_unique&lt;CoreIPC::MessageEncoder&gt;(Messages::WebConnection::HandleMessage::receiverName(), Messages::WebConnection::HandleMessage::name(), 0);
</del><ins>+    auto encoder = std::make_unique&lt;IPC::MessageEncoder&gt;(Messages::WebConnection::HandleMessage::receiverName(), Messages::WebConnection::HandleMessage::name(), 0);
</ins><span class="cx">     encoder-&gt;encode(messageName);
</span><span class="cx">     encodeMessageBody(*encoder, messageBody);
</span><span class="cx"> 
</span><span class="lines">@@ -63,12 +63,12 @@
</span><span class="cx">     m_client.didClose(this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebConnection::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebConnection::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     didReceiveWebConnectionMessage(connection, decoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebConnection::handleMessage(CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebConnection::handleMessage(IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     String messageName;
</span><span class="cx">     if (!decoder.decode(messageName))
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebConnectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebConnection.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebConnection.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebConnection.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-class WebConnection : public API::ObjectImpl&lt;API::Object::Type::Connection&gt;, public CoreIPC::MessageReceiver, public CoreIPC::MessageSender {
</del><ins>+class WebConnection : public API::ObjectImpl&lt;API::Object::Type::Connection&gt;, public IPC::MessageReceiver, public IPC::MessageSender {
</ins><span class="cx"> public:
</span><span class="cx">     virtual ~WebConnection();
</span><span class="cx"> 
</span><span class="lines">@@ -45,17 +45,17 @@
</span><span class="cx"> protected:
</span><span class="cx">     explicit WebConnection();
</span><span class="cx"> 
</span><del>-    virtual void encodeMessageBody(CoreIPC::ArgumentEncoder&amp;, API::Object*) = 0;
-    virtual bool decodeMessageBody(CoreIPC::ArgumentDecoder&amp;, RefPtr&lt;API::Object&gt;&amp;) = 0;
</del><ins>+    virtual void encodeMessageBody(IPC::ArgumentEncoder&amp;, API::Object*) = 0;
+    virtual bool decodeMessageBody(IPC::ArgumentDecoder&amp;, RefPtr&lt;API::Object&gt;&amp;) = 0;
</ins><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // Implemented in generated WebConnectionMessageReceiver.cpp
</span><del>-    void didReceiveWebConnectionMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void didReceiveWebConnectionMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx">     // Mesage handling implementation functions.
</span><del>-    void handleMessage(CoreIPC::MessageDecoder&amp;);
</del><ins>+    void handleMessage(IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx">     virtual bool hasValidConnection() const = 0;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebContextMenuItemDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebContextMenuItemData.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebContextMenuItemData.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebContextMenuItemData.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -104,7 +104,7 @@
</span><span class="cx">     m_userData = userData;
</span><span class="cx"> }
</span><span class="cx">     
</span><del>-void WebContextMenuItemData::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void WebContextMenuItemData::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder.encodeEnum(m_type);
</span><span class="cx">     encoder.encodeEnum(m_action);
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx">     encoder &lt;&lt; m_submenu;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebContextMenuItemData::decode(CoreIPC::ArgumentDecoder&amp; decoder, WebContextMenuItemData&amp; item)
</del><ins>+bool WebContextMenuItemData::decode(IPC::ArgumentDecoder&amp; decoder, WebContextMenuItemData&amp; item)
</ins><span class="cx"> {
</span><span class="cx">     WebCore::ContextMenuItemType type;
</span><span class="cx">     if (!decoder.decodeEnum(type))
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebContextMenuItemDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebContextMenuItemData.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebContextMenuItemData.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebContextMenuItemData.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> class Object;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -65,8 +65,8 @@
</span><span class="cx">     API::Object* userData() const;
</span><span class="cx">     void setUserData(API::Object*);
</span><span class="cx">     
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, WebContextMenuItemData&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, WebContextMenuItemData&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     WebCore::ContextMenuItemType m_type;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebCoreArgumentCoderscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx"> using namespace WebCore;
</span><span class="cx"> using namespace WebKit;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> void ArgumentCoder&lt;AffineTransform&gt;::encode(ArgumentEncoder&amp; encoder, const AffineTransform&amp; affineTransform)
</span><span class="cx"> {
</span><span class="lines">@@ -1547,4 +1547,4 @@
</span><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins></span></pre></div>
<a id="trunkSourceWebKit2SharedWebCoreArgumentCodersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebCoreArgumentCoders.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebCoreArgumentCoders.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebCoreArgumentCoders.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -92,7 +92,7 @@
</span><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> template&lt;&gt; struct ArgumentCoder&lt;WebCore::AffineTransform&gt; {
</span><span class="cx">     static void encode(ArgumentEncoder&amp;, const WebCore::AffineTransform&amp;);
</span><span class="lines">@@ -357,6 +357,6 @@
</span><span class="cx"> };
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> #endif // WebCoreArgumentCoders_h
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebEvent.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebEvent.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebEvent.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -46,14 +46,14 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebEvent::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void WebEvent::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; m_type;
</span><span class="cx">     encoder &lt;&lt; m_modifiers;
</span><span class="cx">     encoder &lt;&lt; m_timestamp;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebEvent::decode(CoreIPC::ArgumentDecoder&amp; decoder, WebEvent&amp; result)
</del><ins>+bool WebEvent::decode(IPC::ArgumentDecoder&amp; decoder, WebEvent&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(result.m_type))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebEvent.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebEvent.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebEvent.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> #include &lt;WebCore/IntSize.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -96,8 +96,8 @@
</span><span class="cx"> 
</span><span class="cx">     WebEvent(Type, Modifiers, double timestamp);
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, WebEvent&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, WebEvent&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     uint32_t m_type; // Type
</span><span class="lines">@@ -127,8 +127,8 @@
</span><span class="cx">     float deltaZ() const { return m_deltaZ; }
</span><span class="cx">     int32_t clickCount() const { return m_clickCount; }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, WebMouseEvent&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, WebMouseEvent&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     static bool isMouseEventType(Type);
</span><span class="lines">@@ -183,8 +183,8 @@
</span><span class="cx">     const WebCore::FloatSize&amp; unacceleratedScrollingDelta() const { return m_unacceleratedScrollingDelta; }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, WebWheelEvent&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, WebWheelEvent&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     static bool isWheelEventType(Type);
</span><span class="lines">@@ -221,8 +221,8 @@
</span><span class="cx">     bool isKeypad() const { return m_isKeypad; }
</span><span class="cx">     bool isSystemKey() const { return m_isSystemKey; }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, WebKeyboardEvent&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, WebKeyboardEvent&amp;);
</ins><span class="cx"> 
</span><span class="cx">     static bool isKeyboardEventType(Type);
</span><span class="cx"> 
</span><span class="lines">@@ -262,8 +262,8 @@
</span><span class="cx">     WebCore::IntPoint location() const { return m_location; }
</span><span class="cx">     TouchPointState phase() const { return static_cast&lt;TouchPointState&gt;(m_phase); }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, WebPlatformTouchPoint&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, WebPlatformTouchPoint&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     unsigned m_identifier;
</span><span class="lines">@@ -293,8 +293,8 @@
</span><span class="cx">     float gestureScale() const { return m_gestureScale; }
</span><span class="cx">     float gestureRotation() const { return m_gestureRotation; }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, WebTouchEvent&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, WebTouchEvent&amp;);
</ins><span class="cx">     
</span><span class="cx"> private:
</span><span class="cx">     Vector&lt;WebPlatformTouchPoint&gt; m_touchPoints;
</span><span class="lines">@@ -335,8 +335,8 @@
</span><span class="cx"> 
</span><span class="cx">     void setState(TouchPointState state) { m_state = state; }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, WebPlatformTouchPoint&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, WebPlatformTouchPoint&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     uint32_t m_id;
</span><span class="lines">@@ -358,8 +358,8 @@
</span><span class="cx"> 
</span><span class="cx">     const Vector&lt;WebPlatformTouchPoint&gt;&amp; touchPoints() const { return m_touchPoints; }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, WebTouchEvent&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, WebTouchEvent&amp;);
</ins><span class="cx">   
</span><span class="cx"> private:
</span><span class="cx">     static bool isTouchEventType(Type);
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebGeolocationPositioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebGeolocationPosition.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebGeolocationPosition.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebGeolocationPosition.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -51,14 +51,14 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebGeolocationPosition::Data::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void WebGeolocationPosition::Data::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><del>-    CoreIPC::SimpleArgumentCoder&lt;WebGeolocationPosition::Data&gt;::encode(encoder, *this);
</del><ins>+    IPC::SimpleArgumentCoder&lt;WebGeolocationPosition::Data&gt;::encode(encoder, *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebGeolocationPosition::Data::decode(CoreIPC::ArgumentDecoder&amp; decoder, Data&amp; data)
</del><ins>+bool WebGeolocationPosition::Data::decode(IPC::ArgumentDecoder&amp; decoder, Data&amp; data)
</ins><span class="cx"> {
</span><del>-    return CoreIPC::SimpleArgumentCoder&lt;WebGeolocationPosition::Data&gt;::decode(decoder, data);
</del><ins>+    return IPC::SimpleArgumentCoder&lt;WebGeolocationPosition::Data&gt;::decode(decoder, data);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebKit
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebGeolocationPositionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebGeolocationPosition.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebGeolocationPosition.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebGeolocationPosition.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -36,8 +36,8 @@
</span><span class="cx"> class WebGeolocationPosition : public API::ObjectImpl&lt;API::Object::Type::GeolocationPosition&gt; {
</span><span class="cx"> public:
</span><span class="cx">     struct Data {
</span><del>-        void encode(CoreIPC::ArgumentEncoder&amp;) const;
-        static bool decode(CoreIPC::ArgumentDecoder&amp;, Data&amp;);
</del><ins>+        void encode(IPC::ArgumentEncoder&amp;) const;
+        static bool decode(IPC::ArgumentDecoder&amp;, Data&amp;);
</ins><span class="cx"> 
</span><span class="cx">         double timestamp;
</span><span class="cx">         double latitude;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebHitTestResultcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebHitTestResult.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebHitTestResult.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebHitTestResult.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebHitTestResult::Data::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void WebHitTestResult::Data::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; absoluteImageURL;
</span><span class="cx">     encoder &lt;&lt; absolutePDFURL;
</span><span class="lines">@@ -72,7 +72,7 @@
</span><span class="cx">     encoder &lt;&lt; isScrollbar;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebHitTestResult::Data::decode(CoreIPC::ArgumentDecoder&amp; decoder, WebHitTestResult::Data&amp; hitTestResultData)
</del><ins>+bool WebHitTestResult::Data::decode(IPC::ArgumentDecoder&amp; decoder, WebHitTestResult::Data&amp; hitTestResultData)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(hitTestResultData.absoluteImageURL)
</span><span class="cx">         || !decoder.decode(hitTestResultData.absolutePDFURL)
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebHitTestResulth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebHitTestResult.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebHitTestResult.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebHitTestResult.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class ArgumentDecoder;
</span><span class="cx"> class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -57,8 +57,8 @@
</span><span class="cx">         explicit Data(const WebCore::HitTestResult&amp;);
</span><span class="cx">         ~Data();
</span><span class="cx"> 
</span><del>-        void encode(CoreIPC::ArgumentEncoder&amp;) const;
-        static bool decode(CoreIPC::ArgumentDecoder&amp;, WebHitTestResult::Data&amp;);
</del><ins>+        void encode(IPC::ArgumentEncoder&amp;) const;
+        static bool decode(IPC::ArgumentDecoder&amp;, WebHitTestResult::Data&amp;);
</ins><span class="cx"> 
</span><span class="cx">         WebCore::IntRect elementBoundingBoxInWindowCoordinates(const WebCore::HitTestResult&amp;);
</span><span class="cx">     };
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebKeyboardEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebKeyboardEvent.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebKeyboardEvent.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebKeyboardEvent.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">     ASSERT(isKeyboardEventType(type));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebKeyboardEvent::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void WebKeyboardEvent::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     WebEvent::encode(encoder);
</span><span class="cx"> 
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx">     encoder &lt;&lt; m_isSystemKey;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebKeyboardEvent::decode(CoreIPC::ArgumentDecoder&amp; decoder, WebKeyboardEvent&amp; result)
</del><ins>+bool WebKeyboardEvent::decode(IPC::ArgumentDecoder&amp; decoder, WebKeyboardEvent&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!WebEvent::decode(decoder, result))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebMouseEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebMouseEvent.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebMouseEvent.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebMouseEvent.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">     ASSERT(isMouseEventType(type));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebMouseEvent::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void WebMouseEvent::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     WebEvent::encode(encoder);
</span><span class="cx"> 
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx">     encoder &lt;&lt; m_clickCount;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebMouseEvent::decode(CoreIPC::ArgumentDecoder&amp; decoder, WebMouseEvent&amp; result)
</del><ins>+bool WebMouseEvent::decode(IPC::ArgumentDecoder&amp; decoder, WebMouseEvent&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!WebEvent::decode(decoder, result))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebNavigationDataStoreh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebNavigationDataStore.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebNavigationDataStore.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebNavigationDataStore.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><span class="cx"> struct WebNavigationDataStore {
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+    void encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx">     {
</span><span class="cx">         encoder &lt;&lt; url;
</span><span class="cx">         encoder &lt;&lt; title;
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">         encoder &lt;&lt; response;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    static bool decode(CoreIPC::ArgumentDecoder&amp; decoder, WebNavigationDataStore&amp; store)
</del><ins>+    static bool decode(IPC::ArgumentDecoder&amp; decoder, WebNavigationDataStore&amp; store)
</ins><span class="cx">     {
</span><span class="cx">         if (!decoder.decode(store.url))
</span><span class="cx">             return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebPageCreationParameterscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebPageCreationParameters.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebPageCreationParameters.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebPageCreationParameters.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-void WebPageCreationParameters::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void WebPageCreationParameters::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; viewSize;
</span><span class="cx">     encoder &lt;&lt; viewState;
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebPageCreationParameters::decode(CoreIPC::ArgumentDecoder&amp; decoder, WebPageCreationParameters&amp; parameters)
</del><ins>+bool WebPageCreationParameters::decode(IPC::ArgumentDecoder&amp; decoder, WebPageCreationParameters&amp; parameters)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(parameters.viewSize))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebPageCreationParametersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebPageCreationParameters.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebPageCreationParameters.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebPageCreationParameters.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx"> #include &quot;ColorSpaceData.h&quot;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -50,8 +50,8 @@
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><span class="cx"> struct WebPageCreationParameters {
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, WebPageCreationParameters&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, WebPageCreationParameters&amp;);
</ins><span class="cx"> 
</span><span class="cx">     WebCore::IntSize viewSize;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebPageGroupDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebPageGroupData.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebPageGroupData.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebPageGroupData.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-void WebPageGroupData::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void WebPageGroupData::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; identifer;
</span><span class="cx">     encoder &lt;&lt; pageGroupID;
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">     encoder &lt;&lt; userScripts;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebPageGroupData::decode(CoreIPC::ArgumentDecoder&amp; decoder, WebPageGroupData&amp; data)
</del><ins>+bool WebPageGroupData::decode(IPC::ArgumentDecoder&amp; decoder, WebPageGroupData&amp; data)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(data.identifer))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebPageGroupDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebPageGroupData.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebPageGroupData.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebPageGroupData.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class ArgumentDecoder;
</span><span class="cx"> class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -39,8 +39,8 @@
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><span class="cx"> struct WebPageGroupData {
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, WebPageGroupData&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, WebPageGroupData&amp;);
</ins><span class="cx"> 
</span><span class="cx">     String identifer;
</span><span class="cx">     uint64_t pageGroupID;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebPlatformTouchPointcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebPlatformTouchPoint.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebPlatformTouchPoint.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebPlatformTouchPoint.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPlatformTouchPoint::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void WebPlatformTouchPoint::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; m_id;
</span><span class="cx">     encoder &lt;&lt; m_state;
</span><span class="lines">@@ -68,7 +68,7 @@
</span><span class="cx">     encoder &lt;&lt; m_force;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebPlatformTouchPoint::decode(CoreIPC::ArgumentDecoder&amp; decoder, WebPlatformTouchPoint&amp; result)
</del><ins>+bool WebPlatformTouchPoint::decode(IPC::ArgumentDecoder&amp; decoder, WebPlatformTouchPoint&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(result.m_id))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebPopupItemcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebPopupItem.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebPopupItem.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebPopupItem.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPopupItem::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void WebPopupItem::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder.encodeEnum(m_type);
</span><span class="cx">     encoder &lt;&lt; m_text;
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">     encoder &lt;&lt; m_isSelected;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebPopupItem::decode(CoreIPC::ArgumentDecoder&amp; decoder, WebPopupItem&amp; item)
</del><ins>+bool WebPopupItem::decode(IPC::ArgumentDecoder&amp; decoder, WebPopupItem&amp; item)
</ins><span class="cx"> {
</span><span class="cx">     Type type;
</span><span class="cx">     if (!decoder.decodeEnum(type))
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebPopupItemh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebPopupItem.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebPopupItem.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebPopupItem.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> #include &lt;WebCore/TextDirection.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -46,8 +46,8 @@
</span><span class="cx">     WebPopupItem(Type);
</span><span class="cx">     WebPopupItem(Type, const String&amp; text, WebCore::TextDirection, bool hasTextDirectionOverride, const String&amp; toolTip, const String&amp; accessibilityText, bool isEnabled, bool isLabel, bool isSelected);
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, WebPopupItem&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, WebPopupItem&amp;);
</ins><span class="cx"> 
</span><span class="cx">     Type m_type;
</span><span class="cx">     String m_text;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebPreferencesStorecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebPreferencesStore.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebPreferencesStore.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebPreferencesStore.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPreferencesStore::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void WebPreferencesStore::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; m_stringValues;
</span><span class="cx">     encoder &lt;&lt; m_boolValues;
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx">     encoder &lt;&lt; m_floatValues;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebPreferencesStore::decode(CoreIPC::ArgumentDecoder&amp; decoder, WebPreferencesStore&amp; result)
</del><ins>+bool WebPreferencesStore::decode(IPC::ArgumentDecoder&amp; decoder, WebPreferencesStore&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(result.m_stringValues))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebPreferencesStoreh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebPreferencesStore.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebPreferencesStore.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebPreferencesStore.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -263,8 +263,8 @@
</span><span class="cx"> struct WebPreferencesStore {
</span><span class="cx">     WebPreferencesStore();
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, WebPreferencesStore&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, WebPreferencesStore&amp;);
</ins><span class="cx"> 
</span><span class="cx">     // NOTE: The getters in this class have non-standard names to aid in the use of the preference macros.
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebProcessCreationParameterscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebProcessCreationParameters.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebProcessCreationParameters.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebProcessCreationParameters.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcessCreationParameters::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void WebProcessCreationParameters::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; injectedBundlePath;
</span><span class="cx">     encoder &lt;&lt; injectedBundlePathExtensionHandle;
</span><span class="lines">@@ -116,7 +116,7 @@
</span><span class="cx">     encoder &lt;&lt; plugInAutoStartOrigins;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebProcessCreationParameters::decode(CoreIPC::ArgumentDecoder&amp; decoder, WebProcessCreationParameters&amp; parameters)
</del><ins>+bool WebProcessCreationParameters::decode(IPC::ArgumentDecoder&amp; decoder, WebProcessCreationParameters&amp; parameters)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(parameters.injectedBundlePath))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebProcessCreationParametersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebProcessCreationParameters.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebProcessCreationParameters.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebProcessCreationParameters.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx"> #include &quot;HTTPCookieAcceptPolicy.h&quot;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -52,8 +52,8 @@
</span><span class="cx"> struct WebProcessCreationParameters {
</span><span class="cx">     WebProcessCreationParameters();
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, WebProcessCreationParameters&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, WebProcessCreationParameters&amp;);
</ins><span class="cx"> 
</span><span class="cx">     String injectedBundlePath;
</span><span class="cx">     SandboxExtension::Handle injectedBundlePathExtensionHandle;
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx">     uint64_t nsURLCacheMemoryCapacity;
</span><span class="cx">     uint64_t nsURLCacheDiskCapacity;
</span><span class="cx"> 
</span><del>-    CoreIPC::MachPort acceleratedCompositingPort;
</del><ins>+    IPC::MachPort acceleratedCompositingPort;
</ins><span class="cx"> 
</span><span class="cx">     String uiProcessBundleResourcePath;
</span><span class="cx">     SandboxExtension::Handle uiProcessBundleResourcePathExtensionHandle;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebSerializedScriptValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebSerializedScriptValue.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebSerializedScriptValue.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebSerializedScriptValue.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">         return m_serializedScriptValue-&gt;deserialize(context, exception);
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    CoreIPC::DataReference dataReference() const { return m_serializedScriptValue-&gt;data(); }
</del><ins>+    IPC::DataReference dataReference() const { return m_serializedScriptValue-&gt;data(); }
</ins><span class="cx"> 
</span><span class="cx">     void* internalRepresentation() { return m_serializedScriptValue.get(); }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebTouchEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebTouchEvent.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebTouchEvent.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebTouchEvent.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -40,14 +40,14 @@
</span><span class="cx">     ASSERT(isTouchEventType(type));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebTouchEvent::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void WebTouchEvent::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     WebEvent::encode(encoder);
</span><span class="cx"> 
</span><span class="cx">     encoder &lt;&lt; m_touchPoints;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebTouchEvent::decode(CoreIPC::ArgumentDecoder&amp; decoder, WebTouchEvent&amp; result)
</del><ins>+bool WebTouchEvent::decode(IPC::ArgumentDecoder&amp; decoder, WebTouchEvent&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!WebEvent::decode(decoder, result))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebWheelEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebWheelEvent.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebWheelEvent.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/WebWheelEvent.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-void WebWheelEvent::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void WebWheelEvent::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     WebEvent::encode(encoder);
</span><span class="cx"> 
</span><span class="lines">@@ -88,7 +88,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebWheelEvent::decode(CoreIPC::ArgumentDecoder&amp; decoder, WebWheelEvent&amp; t)
</del><ins>+bool WebWheelEvent::decode(IPC::ArgumentDecoder&amp; decoder, WebWheelEvent&amp; t)
</ins><span class="cx"> {
</span><span class="cx">     if (!WebEvent::decode(decoder, t))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedcfArgumentCodersCFcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/cf/ArgumentCodersCF.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/cf/ArgumentCodersCF.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/cf/ArgumentCodersCF.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> 
</span><span class="cx"> using namespace WebCore;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> CFTypeRef tokenNullTypeRef()
</span><span class="cx"> {
</span><span class="lines">@@ -299,12 +299,12 @@
</span><span class="cx">     CFIndex length = CFDataGetLength(data);
</span><span class="cx">     const UInt8* bytePtr = CFDataGetBytePtr(data);
</span><span class="cx"> 
</span><del>-    encoder &lt;&lt; CoreIPC::DataReference(bytePtr, length);
</del><ins>+    encoder &lt;&lt; IPC::DataReference(bytePtr, length);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool decode(ArgumentDecoder&amp; decoder, RetainPtr&lt;CFDataRef&gt;&amp; result)
</span><span class="cx"> {
</span><del>-    CoreIPC::DataReference dataReference;
</del><ins>+    IPC::DataReference dataReference;
</ins><span class="cx">     if (!decoder.decode(dataReference))
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="lines">@@ -384,7 +384,7 @@
</span><span class="cx">     ASSERT_UNUSED(result, result);
</span><span class="cx"> 
</span><span class="cx">     encoder.encodeEnum(numberType);
</span><del>-    encoder &lt;&lt; CoreIPC::DataReference(buffer);
</del><ins>+    encoder &lt;&lt; IPC::DataReference(buffer);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static size_t sizeForNumberType(CFNumberType numberType)
</span><span class="lines">@@ -441,7 +441,7 @@
</span><span class="cx">     if (!decoder.decodeEnum(numberType))
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><del>-    CoreIPC::DataReference dataReference;
</del><ins>+    IPC::DataReference dataReference;
</ins><span class="cx">     if (!decoder.decode(dataReference))
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="lines">@@ -472,7 +472,7 @@
</span><span class="cx">     ASSERT(numConvertedBytes == length);
</span><span class="cx"> 
</span><span class="cx">     encoder.encodeEnum(encoding);
</span><del>-    encoder &lt;&lt; CoreIPC::DataReference(buffer);
</del><ins>+    encoder &lt;&lt; IPC::DataReference(buffer);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool decode(ArgumentDecoder&amp; decoder, RetainPtr&lt;CFStringRef&gt;&amp; result)
</span><span class="lines">@@ -484,7 +484,7 @@
</span><span class="cx">     if (!CFStringIsEncodingAvailable(encoding))
</span><span class="cx">         return false;
</span><span class="cx">     
</span><del>-    CoreIPC::DataReference dataReference;
</del><ins>+    IPC::DataReference dataReference;
</ins><span class="cx">     if (!decoder.decode(dataReference))
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="lines">@@ -505,7 +505,7 @@
</span><span class="cx"> 
</span><span class="cx">     URLCharBuffer urlBytes;
</span><span class="cx">     getURLBytes(url, urlBytes);
</span><del>-    CoreIPC::DataReference dataReference(reinterpret_cast&lt;const uint8_t*&gt;(urlBytes.data()), urlBytes.size());
</del><ins>+    IPC::DataReference dataReference(reinterpret_cast&lt;const uint8_t*&gt;(urlBytes.data()), urlBytes.size());
</ins><span class="cx">     encoder &lt;&lt; dataReference;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -520,7 +520,7 @@
</span><span class="cx">             return false;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    CoreIPC::DataReference urlBytes;
</del><ins>+    IPC::DataReference urlBytes;
</ins><span class="cx">     if (!decoder.decode(urlBytes))
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="lines">@@ -568,7 +568,7 @@
</span><span class="cx"> bool decode(ArgumentDecoder&amp; decoder, RetainPtr&lt;SecKeychainItemRef&gt;&amp; result)
</span><span class="cx"> {
</span><span class="cx">     RetainPtr&lt;CFDataRef&gt; data;
</span><del>-    if (!CoreIPC::decode(decoder, data))
</del><ins>+    if (!IPC::decode(decoder, data))
</ins><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="cx">     SecKeychainItemRef item;
</span><span class="lines">@@ -580,4 +580,4 @@
</span><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins></span></pre></div>
<a id="trunkSourceWebKit2SharedcfArgumentCodersCFh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/cf/ArgumentCodersCF.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/cf/ArgumentCodersCF.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/cf/ArgumentCodersCF.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> #include &lt;Security/SecKeychainItem.h&gt;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> class ArgumentEncoder;
</span><span class="cx"> class ArgumentDecoder;
</span><span class="lines">@@ -86,6 +86,6 @@
</span><span class="cx"> 
</span><span class="cx"> CFTypeRef tokenNullTypeRef();
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> #endif // ArgumentCodersCF_h
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacArgumentCodersMach"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/ArgumentCodersMac.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/ArgumentCodersMac.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/ArgumentCodersMac.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/RetainPtr.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> class ArgumentEncoder;
</span><span class="cx"> class ArgumentDecoder;
</span><span class="lines">@@ -77,6 +77,6 @@
</span><span class="cx"> void encode(ArgumentEncoder&amp;, NSData *);
</span><span class="cx"> bool decode(ArgumentDecoder&amp;, RetainPtr&lt;NSData&gt;&amp;);
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> #endif // ArgumentCodersMac_h
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacArgumentCodersMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/ArgumentCodersMac.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/ArgumentCodersMac.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/ArgumentCodersMac.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> 
</span><span class="cx"> using namespace WebCore;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> enum NSType {
</span><span class="cx">     NSAttributedStringType,
</span><span class="lines">@@ -216,7 +216,7 @@
</span><span class="cx"> 
</span><span class="cx">     NSString *plainString = [string string];
</span><span class="cx">     NSUInteger length = [plainString length];
</span><del>-    CoreIPC::encode(encoder, plainString);
</del><ins>+    IPC::encode(encoder, plainString);
</ins><span class="cx"> 
</span><span class="cx">     Vector&lt;pair&lt;NSRange, RetainPtr&lt;NSDictionary&gt;&gt;&gt; ranges;
</span><span class="cx"> 
</span><span class="lines">@@ -239,14 +239,14 @@
</span><span class="cx">     for (size_t i = 0; i &lt; ranges.size(); ++i) {
</span><span class="cx">         encoder &lt;&lt; static_cast&lt;uint64_t&gt;(ranges[i].first.location);
</span><span class="cx">         encoder &lt;&lt; static_cast&lt;uint64_t&gt;(ranges[i].first.length);
</span><del>-        CoreIPC::encode(encoder, ranges[i].second.get());
</del><ins>+        IPC::encode(encoder, ranges[i].second.get());
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool decode(ArgumentDecoder&amp; decoder, RetainPtr&lt;NSAttributedString&gt;&amp; result)
</span><span class="cx"> {
</span><span class="cx">     RetainPtr&lt;NSString&gt; plainString;
</span><del>-    if (!CoreIPC::decode(decoder, plainString))
</del><ins>+    if (!IPC::decode(decoder, plainString))
</ins><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="cx">     NSUInteger stringLength = [plainString.get() length];
</span><span class="lines">@@ -271,7 +271,7 @@
</span><span class="cx">         if (rangeLocation + rangeLength &lt;= rangeLocation || rangeLocation + rangeLength &gt; stringLength)
</span><span class="cx">             return false;
</span><span class="cx"> 
</span><del>-        if (!CoreIPC::decode(decoder, attributes))
</del><ins>+        if (!IPC::decode(decoder, attributes))
</ins><span class="cx">             return false;
</span><span class="cx">         [resultString.get() addAttributes:attributes.get() range:NSMakeRange(rangeLocation, rangeLength)];
</span><span class="cx">     }
</span><span class="lines">@@ -462,4 +462,4 @@
</span><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins></span></pre></div>
<a id="trunkSourceWebKit2SharedmacAttributedStringh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/AttributedString.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/AttributedString.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/AttributedString.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> 
</span><span class="cx"> OBJC_CLASS NSAttributedString;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -38,8 +38,8 @@
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><span class="cx"> struct AttributedString {
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, AttributedString&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, AttributedString&amp;);
</ins><span class="cx">     
</span><span class="cx">     RetainPtr&lt;NSAttributedString&gt; string;
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacAttributedStringmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/AttributedString.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/AttributedString.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/AttributedString.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -32,22 +32,22 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-void AttributedString::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void AttributedString::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; static_cast&lt;bool&gt;(!string);
</span><span class="cx">     if (!string)
</span><span class="cx">         return;
</span><del>-    CoreIPC::encode(encoder, string.get());
</del><ins>+    IPC::encode(encoder, string.get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool AttributedString::decode(CoreIPC::ArgumentDecoder&amp; decoder, AttributedString&amp; attributedString)
</del><ins>+bool AttributedString::decode(IPC::ArgumentDecoder&amp; decoder, AttributedString&amp; attributedString)
</ins><span class="cx"> {
</span><span class="cx">     bool isNull;
</span><span class="cx">     if (!decoder.decode(isNull))
</span><span class="cx">         return false;
</span><span class="cx">     if (isNull)
</span><span class="cx">         return true;
</span><del>-    return CoreIPC::decode(decoder, attributedString.string);
</del><ins>+    return IPC::decode(decoder, attributedString.string);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacColorSpaceDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/ColorSpaceData.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/ColorSpaceData.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/ColorSpaceData.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/RetainPtr.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -36,8 +36,8 @@
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><span class="cx"> struct ColorSpaceData {
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, ColorSpaceData&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, ColorSpaceData&amp;);
</ins><span class="cx"> 
</span><span class="cx">     RetainPtr&lt;CGColorSpaceRef&gt; cgColorSpace;
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacColorSpaceDatamm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/ColorSpaceData.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/ColorSpaceData.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/ColorSpaceData.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -38,21 +38,21 @@
</span><span class="cx">     Data,
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-void ColorSpaceData::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void ColorSpaceData::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx"> #if !PLATFORM(IOS)
</span><span class="cx">     if (cgColorSpace) {
</span><span class="cx">         // Try to encode the name.
</span><span class="cx">         if (RetainPtr&lt;CFStringRef&gt; name = adoptCF(CGColorSpaceCopyName(cgColorSpace.get()))) {
</span><span class="cx">             encoder.encodeEnum(Name);
</span><del>-            CoreIPC::encode(encoder, name.get());
</del><ins>+            IPC::encode(encoder, name.get());
</ins><span class="cx">             return;
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         // Failing that, just encode the ICC data.
</span><span class="cx">         if (RetainPtr&lt;CFDataRef&gt; profileData = adoptCF(CGColorSpaceCopyICCProfile(cgColorSpace.get()))) {
</span><span class="cx">             encoder.encodeEnum(Data);
</span><del>-            CoreIPC::encode(encoder, profileData.get());
</del><ins>+            IPC::encode(encoder, profileData.get());
</ins><span class="cx">             return;
</span><span class="cx">         }
</span><span class="cx">     }
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">     encoder.encodeEnum(Null);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool ColorSpaceData::decode(CoreIPC::ArgumentDecoder&amp; decoder, ColorSpaceData&amp; colorSpaceData)
</del><ins>+bool ColorSpaceData::decode(IPC::ArgumentDecoder&amp; decoder, ColorSpaceData&amp; colorSpaceData)
</ins><span class="cx"> {
</span><span class="cx">     EncodedDataType dataType;
</span><span class="cx">     if (!decoder.decodeEnum(dataType))
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx">         return true;
</span><span class="cx">     case Name: {
</span><span class="cx">         RetainPtr&lt;CFStringRef&gt; name;
</span><del>-        if (!CoreIPC::decode(decoder, name))
</del><ins>+        if (!IPC::decode(decoder, name))
</ins><span class="cx">             return false;
</span><span class="cx"> 
</span><span class="cx">         colorSpaceData.cgColorSpace = adoptCF(CGColorSpaceCreateWithName(name.get()));
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">     }
</span><span class="cx">     case Data: {
</span><span class="cx">         RetainPtr&lt;CFDataRef&gt; data;
</span><del>-        if (!CoreIPC::decode(decoder, data))
</del><ins>+        if (!IPC::decode(decoder, data))
</ins><span class="cx">             return false;
</span><span class="cx"> 
</span><span class="cx">         colorSpaceData.cgColorSpace = adoptCF(CGColorSpaceCreateWithICCProfile(data.get()));
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacLayerTreeContextMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/LayerTreeContextMac.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/LayerTreeContextMac.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/LayerTreeContextMac.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -40,12 +40,12 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void LayerTreeContext::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void LayerTreeContext::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; contextID;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool LayerTreeContext::decode(CoreIPC::ArgumentDecoder&amp; decoder, LayerTreeContext&amp; result)
</del><ins>+bool LayerTreeContext::decode(IPC::ArgumentDecoder&amp; decoder, LayerTreeContext&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(result.contextID))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacObjCObjectGraphCodersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/ObjCObjectGraphCoders.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/ObjCObjectGraphCoders.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/ObjCObjectGraphCoders.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx"> class WebContextObjCObjectGraphEncoder {
</span><span class="cx"> public:
</span><span class="cx">     explicit WebContextObjCObjectGraphEncoder(ObjCObjectGraph*, WebProcessProxy&amp;);
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     ObjCObjectGraph* m_objectGraph;
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> class WebContextObjCObjectGraphDecoder {
</span><span class="cx"> public:
</span><span class="cx">     explicit WebContextObjCObjectGraphDecoder(RefPtr&lt;ObjCObjectGraph&gt;&amp;, WebProcessProxy&amp;);
</span><del>-    static bool decode(CoreIPC::ArgumentDecoder&amp;, WebContextObjCObjectGraphDecoder&amp;);
</del><ins>+    static bool decode(IPC::ArgumentDecoder&amp;, WebContextObjCObjectGraphDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     RefPtr&lt;ObjCObjectGraph&gt;&amp; m_objectGraph;
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx"> class InjectedBundleObjCObjectGraphEncoder {
</span><span class="cx"> public:
</span><span class="cx">     explicit InjectedBundleObjCObjectGraphEncoder(ObjCObjectGraph*, WebProcess&amp;);
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     ObjCObjectGraph* m_objectGraph;
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx"> class InjectedBundleObjCObjectGraphDecoder {
</span><span class="cx"> public:
</span><span class="cx">     explicit InjectedBundleObjCObjectGraphDecoder(RefPtr&lt;ObjCObjectGraph&gt;&amp;, WebProcess&amp;);
</span><del>-    static bool decode(CoreIPC::ArgumentDecoder&amp;, InjectedBundleObjCObjectGraphDecoder&amp;);
</del><ins>+    static bool decode(IPC::ArgumentDecoder&amp;, InjectedBundleObjCObjectGraphDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     RefPtr&lt;ObjCObjectGraph&gt;&amp; m_objectGraph;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacObjCObjectGraphCodersmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/ObjCObjectGraphCoders.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/ObjCObjectGraphCoders.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/ObjCObjectGraphCoders.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx"> template&lt;typename Owner&gt;
</span><span class="cx"> class ObjCObjectGraphEncoder {
</span><span class="cx"> public:
</span><del>-    bool baseEncode(CoreIPC::ArgumentEncoder&amp; encoder, const Owner&amp; coder, WebKitNSType&amp; type) const
</del><ins>+    bool baseEncode(IPC::ArgumentEncoder&amp; encoder, const Owner&amp; coder, WebKitNSType&amp; type) const
</ins><span class="cx">     {
</span><span class="cx">         if (!m_root) {
</span><span class="cx">             encoder &lt;&lt; static_cast&lt;uint32_t&gt;(NullType);
</span><span class="lines">@@ -106,7 +106,7 @@
</span><span class="cx"> 
</span><span class="cx">         switch (type) {
</span><span class="cx">         case NSStringType: {
</span><del>-            CoreIPC::encode(encoder, static_cast&lt;NSString *&gt;(m_root));
</del><ins>+            IPC::encode(encoder, static_cast&lt;NSString *&gt;(m_root));
</ins><span class="cx">             return true;
</span><span class="cx">         }
</span><span class="cx">         case NSArrayType: {
</span><span class="lines">@@ -135,15 +135,15 @@
</span><span class="cx">             return true;
</span><span class="cx">         }
</span><span class="cx">         case NSNumberType: {
</span><del>-            CoreIPC::encode(encoder, static_cast&lt;NSNumber *&gt;(m_root));
</del><ins>+            IPC::encode(encoder, static_cast&lt;NSNumber *&gt;(m_root));
</ins><span class="cx">             return true;
</span><span class="cx">         }
</span><span class="cx">         case NSDateType: {
</span><del>-            CoreIPC::encode(encoder, static_cast&lt;NSDate *&gt;(m_root));
</del><ins>+            IPC::encode(encoder, static_cast&lt;NSDate *&gt;(m_root));
</ins><span class="cx">             return true;
</span><span class="cx">         }
</span><span class="cx">         case NSDataType: {
</span><del>-            CoreIPC::encode(encoder, static_cast&lt;NSData *&gt;(m_root));
</del><ins>+            IPC::encode(encoder, static_cast&lt;NSData *&gt;(m_root));
</ins><span class="cx">             return true;
</span><span class="cx">         }
</span><span class="cx">         default:
</span><span class="lines">@@ -165,7 +165,7 @@
</span><span class="cx"> template&lt;typename Owner&gt;
</span><span class="cx"> class ObjCObjectGraphDecoder {
</span><span class="cx"> public:
</span><del>-    static bool baseDecode(CoreIPC::ArgumentDecoder&amp; decoder, Owner&amp; coder, WebKitNSType&amp; type)
</del><ins>+    static bool baseDecode(IPC::ArgumentDecoder&amp; decoder, Owner&amp; coder, WebKitNSType&amp; type)
</ins><span class="cx">     {
</span><span class="cx">         uint32_t typeAsUInt32;
</span><span class="cx">         if (!decoder.decode(typeAsUInt32))
</span><span class="lines">@@ -176,7 +176,7 @@
</span><span class="cx">         switch (type) {
</span><span class="cx">         case NSStringType: {
</span><span class="cx">             RetainPtr&lt;NSString&gt; string;
</span><del>-            if (!CoreIPC::decode(decoder, string))
</del><ins>+            if (!IPC::decode(decoder, string))
</ins><span class="cx">                 return false;
</span><span class="cx">             coder.m_root = string;
</span><span class="cx">             break;
</span><span class="lines">@@ -225,21 +225,21 @@
</span><span class="cx">         }
</span><span class="cx">         case NSNumberType: {
</span><span class="cx">             RetainPtr&lt;NSNumber&gt; number;
</span><del>-            if (!CoreIPC::decode(decoder, number))
</del><ins>+            if (!IPC::decode(decoder, number))
</ins><span class="cx">                 return false;
</span><span class="cx">             coder.m_root = number;
</span><span class="cx">             break;
</span><span class="cx">         }
</span><span class="cx">         case NSDateType: {
</span><span class="cx">             RetainPtr&lt;NSDate&gt; date;
</span><del>-            if (!CoreIPC::decode(decoder, date))
</del><ins>+            if (!IPC::decode(decoder, date))
</ins><span class="cx">                 return false;
</span><span class="cx">             coder.m_root = date;
</span><span class="cx">             break;
</span><span class="cx">         }
</span><span class="cx">         case NSDataType: {
</span><span class="cx">             RetainPtr&lt;NSData&gt; data;
</span><del>-            if (!CoreIPC::decode(decoder, data))
</del><ins>+            if (!IPC::decode(decoder, data))
</ins><span class="cx">                 return false;
</span><span class="cx">             coder.m_root = data;
</span><span class="cx">             break;
</span><span class="lines">@@ -279,7 +279,7 @@
</span><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+    void encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx">     {
</span><span class="cx">         WebKitNSType type = NullType;
</span><span class="cx">         if (baseEncode(encoder, *this, type))
</span><span class="lines">@@ -326,7 +326,7 @@
</span><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    static bool decode(CoreIPC::ArgumentDecoder&amp; decoder, WebContextObjCObjectGraphDecoderImpl&amp; coder)
</del><ins>+    static bool decode(IPC::ArgumentDecoder&amp; decoder, WebContextObjCObjectGraphDecoderImpl&amp; coder)
</ins><span class="cx">     {
</span><span class="cx">         WebKitNSType type = NullType;
</span><span class="cx">         if (!Base::baseDecode(decoder, coder, type))
</span><span class="lines">@@ -393,7 +393,7 @@
</span><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+    void encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx">     {
</span><span class="cx">         WebKitNSType type = NullType;
</span><span class="cx">         if (baseEncode(encoder, *this, type))
</span><span class="lines">@@ -438,7 +438,7 @@
</span><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    static bool decode(CoreIPC::ArgumentDecoder&amp; decoder, InjectedBundleObjCObjectGraphDecoderImpl&amp; coder)
</del><ins>+    static bool decode(IPC::ArgumentDecoder&amp; decoder, InjectedBundleObjCObjectGraphDecoderImpl&amp; coder)
</ins><span class="cx">     {
</span><span class="cx">         WebKitNSType type = NullType;
</span><span class="cx">         if (!Base::baseDecode(decoder, coder, type))
</span><span class="lines">@@ -495,7 +495,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebContextObjCObjectGraphEncoder::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void WebContextObjCObjectGraphEncoder::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; WebContextObjCObjectGraphEncoderImpl(m_objectGraph-&gt;rootObject(), m_process);
</span><span class="cx"> }
</span><span class="lines">@@ -506,7 +506,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebContextObjCObjectGraphDecoder::decode(CoreIPC::ArgumentDecoder&amp; decoder, WebContextObjCObjectGraphDecoder&amp; coder)
</del><ins>+bool WebContextObjCObjectGraphDecoder::decode(IPC::ArgumentDecoder&amp; decoder, WebContextObjCObjectGraphDecoder&amp; coder)
</ins><span class="cx"> {
</span><span class="cx">     RetainPtr&lt;id&gt; root;
</span><span class="cx">     WebContextObjCObjectGraphDecoderImpl coderImpl(root, coder.m_process);
</span><span class="lines">@@ -523,7 +523,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void InjectedBundleObjCObjectGraphEncoder::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void InjectedBundleObjCObjectGraphEncoder::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; InjectedBundleObjCObjectGraphEncoderImpl(m_objectGraph-&gt;rootObject(), m_process);
</span><span class="cx"> }
</span><span class="lines">@@ -534,7 +534,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool InjectedBundleObjCObjectGraphDecoder::decode(CoreIPC::ArgumentDecoder&amp; decoder, InjectedBundleObjCObjectGraphDecoder&amp; coder)
</del><ins>+bool InjectedBundleObjCObjectGraphDecoder::decode(IPC::ArgumentDecoder&amp; decoder, InjectedBundleObjCObjectGraphDecoder&amp; coder)
</ins><span class="cx"> {
</span><span class="cx">     RetainPtr&lt;id&gt; root;
</span><span class="cx">     InjectedBundleObjCObjectGraphDecoderImpl coderImpl(root, coder.m_process);
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacRemoteLayerBackingStoreh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/RemoteLayerBackingStore.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/RemoteLayerBackingStore.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/RemoteLayerBackingStore.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -66,8 +66,8 @@
</span><span class="cx"> 
</span><span class="cx">     PlatformCALayerRemote* layer() const { return m_layer; }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, RemoteLayerBackingStore&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, RemoteLayerBackingStore&amp;);
</ins><span class="cx"> 
</span><span class="cx">     void enumerateRectsBeingDrawn(CGContextRef, void (^)(CGRect));
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacRemoteLayerBackingStoremm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/RemoteLayerBackingStore.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/RemoteLayerBackingStore.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/RemoteLayerBackingStore.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -75,7 +75,7 @@
</span><span class="cx">     m_frontBuffer = nullptr;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void RemoteLayerBackingStore::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void RemoteLayerBackingStore::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; m_size;
</span><span class="cx">     encoder &lt;&lt; m_scale;
</span><span class="lines">@@ -84,7 +84,7 @@
</span><span class="cx"> #if USE(IOSURFACE)
</span><span class="cx">     if (m_acceleratesDrawing) {
</span><span class="cx">         mach_port_t port = IOSurfaceCreateMachPort(m_frontSurface.get());
</span><del>-        encoder &lt;&lt; CoreIPC::MachPort(port, MACH_MSG_TYPE_MOVE_SEND);
</del><ins>+        encoder &lt;&lt; IPC::MachPort(port, MACH_MSG_TYPE_MOVE_SEND);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> #else
</span><span class="lines">@@ -96,7 +96,7 @@
</span><span class="cx">     encoder &lt;&lt; handle;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool RemoteLayerBackingStore::decode(CoreIPC::ArgumentDecoder&amp; decoder, RemoteLayerBackingStore&amp; result)
</del><ins>+bool RemoteLayerBackingStore::decode(IPC::ArgumentDecoder&amp; decoder, RemoteLayerBackingStore&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(result.m_size))
</span><span class="cx">         return false;
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx"> 
</span><span class="cx"> #if USE(IOSURFACE)
</span><span class="cx">     if (result.m_acceleratesDrawing) {
</span><del>-        CoreIPC::MachPort machPort;
</del><ins>+        IPC::MachPort machPort;
</ins><span class="cx">         if (!decoder.decode(machPort))
</span><span class="cx">             return false;
</span><span class="cx">         result.m_frontSurface = adoptCF(IOSurfaceLookupFromMachPort(machPort.port()));
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacRemoteLayerTreeTransactionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class ArgumentDecoder;
</span><span class="cx"> class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -83,8 +83,8 @@
</span><span class="cx">     struct LayerCreationProperties {
</span><span class="cx">         LayerCreationProperties();
</span><span class="cx"> 
</span><del>-        void encode(CoreIPC::ArgumentEncoder&amp;) const;
-        static bool decode(CoreIPC::ArgumentDecoder&amp;, LayerCreationProperties&amp;);
</del><ins>+        void encode(IPC::ArgumentEncoder&amp;) const;
+        static bool decode(IPC::ArgumentDecoder&amp;, LayerCreationProperties&amp;);
</ins><span class="cx"> 
</span><span class="cx">         LayerID layerID;
</span><span class="cx">         WebCore::PlatformCALayer::LayerType type;
</span><span class="lines">@@ -95,8 +95,8 @@
</span><span class="cx">     struct LayerProperties {
</span><span class="cx">         LayerProperties();
</span><span class="cx"> 
</span><del>-        void encode(CoreIPC::ArgumentEncoder&amp;) const;
-        static bool decode(CoreIPC::ArgumentDecoder&amp;, LayerProperties&amp;);
</del><ins>+        void encode(IPC::ArgumentEncoder&amp;) const;
+        static bool decode(IPC::ArgumentDecoder&amp;, LayerProperties&amp;);
</ins><span class="cx"> 
</span><span class="cx">         void notePropertiesChanged(LayerChange layerChanges)
</span><span class="cx">         {
</span><span class="lines">@@ -139,8 +139,8 @@
</span><span class="cx">     explicit RemoteLayerTreeTransaction();
</span><span class="cx">     ~RemoteLayerTreeTransaction();
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, RemoteLayerTreeTransaction&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, RemoteLayerTreeTransaction&amp;);
</ins><span class="cx"> 
</span><span class="cx">     LayerID rootLayerID() const { return m_rootLayerID; }
</span><span class="cx">     void setRootLayerID(LayerID rootLayerID);
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacRemoteLayerTreeTransactionmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void RemoteLayerTreeTransaction::LayerCreationProperties::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void RemoteLayerTreeTransaction::LayerCreationProperties::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; layerID;
</span><span class="cx">     encoder.encodeEnum(type);
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">         encoder &lt;&lt; hostingContextID;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool RemoteLayerTreeTransaction::LayerCreationProperties::decode(CoreIPC::ArgumentDecoder&amp; decoder, LayerCreationProperties&amp; result)
</del><ins>+bool RemoteLayerTreeTransaction::LayerCreationProperties::decode(IPC::ArgumentDecoder&amp; decoder, LayerCreationProperties&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(result.layerID))
</span><span class="cx">         return false;
</span><span class="lines">@@ -94,7 +94,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void RemoteLayerTreeTransaction::LayerProperties::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void RemoteLayerTreeTransaction::LayerProperties::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder.encodeEnum(changedProperties);
</span><span class="cx"> 
</span><span class="lines">@@ -180,7 +180,7 @@
</span><span class="cx">         encoder.encodeEnum(customAppearance);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool RemoteLayerTreeTransaction::LayerProperties::decode(CoreIPC::ArgumentDecoder&amp; decoder, LayerProperties&amp; result)
</del><ins>+bool RemoteLayerTreeTransaction::LayerProperties::decode(IPC::ArgumentDecoder&amp; decoder, LayerProperties&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decodeEnum(result.changedProperties))
</span><span class="cx">         return false;
</span><span class="lines">@@ -336,7 +336,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void RemoteLayerTreeTransaction::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void RemoteLayerTreeTransaction::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; m_rootLayerID;
</span><span class="cx">     encoder &lt;&lt; m_createdLayers;
</span><span class="lines">@@ -344,7 +344,7 @@
</span><span class="cx">     encoder &lt;&lt; m_destroyedLayerIDs;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool RemoteLayerTreeTransaction::decode(CoreIPC::ArgumentDecoder&amp; decoder, RemoteLayerTreeTransaction&amp; result)
</del><ins>+bool RemoteLayerTreeTransaction::decode(IPC::ArgumentDecoder&amp; decoder, RemoteLayerTreeTransaction&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     if (!decoder.decode(result.m_rootLayerID))
</span><span class="cx">         return false;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacSandboxExtensionMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/SandboxExtensionMac.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/SandboxExtensionMac.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/SandboxExtensionMac.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -53,10 +53,10 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void SandboxExtension::Handle::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void SandboxExtension::Handle::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     if (!m_sandboxExtension) {
</span><del>-        encoder &lt;&lt; CoreIPC::DataReference();
</del><ins>+        encoder &lt;&lt; IPC::DataReference();
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -64,18 +64,18 @@
</span><span class="cx">     const char *serializedFormat = WKSandboxExtensionGetSerializedFormat(m_sandboxExtension, &amp;length);
</span><span class="cx">     ASSERT(serializedFormat);
</span><span class="cx"> 
</span><del>-    encoder &lt;&lt; CoreIPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;(serializedFormat), length);
</del><ins>+    encoder &lt;&lt; IPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;(serializedFormat), length);
</ins><span class="cx"> 
</span><span class="cx">     // Encoding will destroy the sandbox extension locally.
</span><span class="cx">     WKSandboxExtensionDestroy(m_sandboxExtension);
</span><span class="cx">     m_sandboxExtension = 0;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool SandboxExtension::Handle::decode(CoreIPC::ArgumentDecoder&amp; decoder, Handle&amp; result)
</del><ins>+bool SandboxExtension::Handle::decode(IPC::ArgumentDecoder&amp; decoder, Handle&amp; result)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(!result.m_sandboxExtension);
</span><span class="cx"> 
</span><del>-    CoreIPC::DataReference dataReference;
</del><ins>+    IPC::DataReference dataReference;
</ins><span class="cx">     if (!decoder.decode(dataReference))
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="lines">@@ -123,7 +123,7 @@
</span><span class="cx">     return m_size;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void SandboxExtension::HandleArray::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void SandboxExtension::HandleArray::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; static_cast&lt;uint64_t&gt;(size());
</span><span class="cx">     for (size_t i = 0; i &lt; m_size; ++i)
</span><span class="lines">@@ -131,7 +131,7 @@
</span><span class="cx">     
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool SandboxExtension::HandleArray::decode(CoreIPC::ArgumentDecoder&amp; decoder, SandboxExtension::HandleArray&amp; handles)
</del><ins>+bool SandboxExtension::HandleArray::decode(IPC::ArgumentDecoder&amp; decoder, SandboxExtension::HandleArray&amp; handles)
</ins><span class="cx"> {
</span><span class="cx">     uint64_t size;
</span><span class="cx">     if (!decoder.decode(size))
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacSecItemRequestDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/SecItemRequestData.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/SecItemRequestData.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/SecItemRequestData.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -49,30 +49,30 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void SecItemRequestData::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void SecItemRequestData::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder.encodeEnum(m_type);
</span><span class="cx"> 
</span><del>-    CoreIPC::encode(encoder, m_queryDictionary.get());
</del><ins>+    IPC::encode(encoder, m_queryDictionary.get());
</ins><span class="cx"> 
</span><span class="cx">     encoder &lt;&lt; static_cast&lt;bool&gt;(m_attributesToMatch);
</span><span class="cx">     if (m_attributesToMatch)
</span><del>-        CoreIPC::encode(encoder, m_attributesToMatch.get());
</del><ins>+        IPC::encode(encoder, m_attributesToMatch.get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool SecItemRequestData::decode(CoreIPC::ArgumentDecoder&amp; decoder, SecItemRequestData&amp; secItemRequestData)
</del><ins>+bool SecItemRequestData::decode(IPC::ArgumentDecoder&amp; decoder, SecItemRequestData&amp; secItemRequestData)
</ins><span class="cx"> {    
</span><span class="cx">     if (!decoder.decodeEnum(secItemRequestData.m_type))
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><del>-    if (!CoreIPC::decode(decoder, secItemRequestData.m_queryDictionary))
</del><ins>+    if (!IPC::decode(decoder, secItemRequestData.m_queryDictionary))
</ins><span class="cx">         return false;
</span><span class="cx">     
</span><span class="cx">     bool expectAttributes;
</span><span class="cx">     if (!decoder.decode(expectAttributes))
</span><span class="cx">         return false;
</span><span class="cx">     
</span><del>-    if (expectAttributes &amp;&amp; !CoreIPC::decode(decoder, secItemRequestData.m_attributesToMatch))
</del><ins>+    if (expectAttributes &amp;&amp; !IPC::decode(decoder, secItemRequestData.m_attributesToMatch))
</ins><span class="cx">         return false;
</span><span class="cx">     
</span><span class="cx">     return true;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacSecItemRequestDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/SecItemRequestData.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/SecItemRequestData.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/SecItemRequestData.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/RetainPtr.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -49,8 +49,8 @@
</span><span class="cx">     SecItemRequestData(Type, CFDictionaryRef query);
</span><span class="cx">     SecItemRequestData(Type, CFDictionaryRef query, CFDictionaryRef attributesToMatch);
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, SecItemRequestData&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, SecItemRequestData&amp;);
</ins><span class="cx"> 
</span><span class="cx">     Type type() const { return m_type; }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacSecItemResponseDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/SecItemResponseData.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/SecItemResponseData.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/SecItemResponseData.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -41,15 +41,15 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void SecItemResponseData::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void SecItemResponseData::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; static_cast&lt;int64_t&gt;(m_resultCode);
</span><span class="cx">     encoder &lt;&lt; static_cast&lt;bool&gt;(m_resultObject.get());
</span><span class="cx">     if (m_resultObject)
</span><del>-        CoreIPC::encode(encoder, m_resultObject.get());
</del><ins>+        IPC::encode(encoder, m_resultObject.get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool SecItemResponseData::decode(CoreIPC::ArgumentDecoder&amp; decoder, SecItemResponseData&amp; secItemResponseData)
</del><ins>+bool SecItemResponseData::decode(IPC::ArgumentDecoder&amp; decoder, SecItemResponseData&amp; secItemResponseData)
</ins><span class="cx"> {
</span><span class="cx">     int64_t resultCode;
</span><span class="cx">     if (!decoder.decode(resultCode))
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">     if (!decoder.decode(expectResultObject))
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><del>-    if (expectResultObject &amp;&amp; !CoreIPC::decode(decoder, secItemResponseData.m_resultObject))
</del><ins>+    if (expectResultObject &amp;&amp; !IPC::decode(decoder, secItemResponseData.m_resultObject))
</ins><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="cx">     return true;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacSecItemResponseDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/SecItemResponseData.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/SecItemResponseData.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/SecItemResponseData.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/RetainPtr.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="lines">@@ -40,8 +40,8 @@
</span><span class="cx">     SecItemResponseData();
</span><span class="cx">     SecItemResponseData(OSStatus, CFTypeRef result);
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp;) const;
-    static bool decode(CoreIPC::ArgumentDecoder&amp;, SecItemResponseData&amp;);
</del><ins>+    void encode(IPC::ArgumentEncoder&amp;) const;
+    static bool decode(IPC::ArgumentDecoder&amp;, SecItemResponseData&amp;);
</ins><span class="cx"> 
</span><span class="cx">     RetainPtr&lt;CFTypeRef&gt;&amp; resultObject() { return m_resultObject; }
</span><span class="cx">     OSStatus resultCode() const { return m_resultCode; }
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacSecItemShimcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/SecItemShim.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/SecItemShim.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/SecItemShim.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -138,7 +138,7 @@
</span><span class="cx">     func(callbacks);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void SecItemShim::initializeConnection(CoreIPC::Connection* connection)
</del><ins>+void SecItemShim::initializeConnection(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx">     connection-&gt;addWorkQueueMessageReceiver(Messages::SecItemShim::messageReceiverName(), m_queue.get(), this);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacSecItemShimh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/SecItemShim.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/SecItemShim.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/SecItemShim.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -35,19 +35,19 @@
</span><span class="cx"> class ChildProcess;
</span><span class="cx"> class SecItemResponseData;
</span><span class="cx"> 
</span><del>-class SecItemShim : public CoreIPC::Connection::WorkQueueMessageReceiver {
</del><ins>+class SecItemShim : public IPC::Connection::WorkQueueMessageReceiver {
</ins><span class="cx"> WTF_MAKE_NONCOPYABLE(SecItemShim);
</span><span class="cx"> public:
</span><span class="cx">     static SecItemShim&amp; shared();
</span><span class="cx"> 
</span><span class="cx">     void initialize(ChildProcess*);
</span><del>-    void initializeConnection(CoreIPC::Connection*);
</del><ins>+    void initializeConnection(IPC::Connection*);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     SecItemShim();
</span><span class="cx"> 
</span><del>-    // CoreIPC::Connection::WorkQueueMessageReceiver.
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::Connection::WorkQueueMessageReceiver.
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     void secItemResponse(uint64_t requestID, const SecItemResponseData&amp;);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacWebCoreArgumentCodersMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/WebCoreArgumentCodersMac.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/WebCoreArgumentCodersMac.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/Shared/mac/WebCoreArgumentCodersMac.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> 
</span><span class="cx"> using namespace WebCore;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> void ArgumentCoder&lt;ResourceRequest&gt;::encodePlatformData(ArgumentEncoder&amp; encoder, const ResourceRequest&amp; resourceRequest)
</span><span class="cx"> {
</span><span class="lines">@@ -57,8 +57,8 @@
</span><span class="cx">         [(NSMutableURLRequest *)requestToSerialize setHTTPBodyStream:nil];
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    RetainPtr&lt;CFDictionaryRef&gt; dictionary = adoptCF(WKNSURLRequestCreateSerializableRepresentation(requestToSerialize.get(), CoreIPC::tokenNullTypeRef()));
-    CoreIPC::encode(encoder, dictionary.get());
</del><ins>+    RetainPtr&lt;CFDictionaryRef&gt; dictionary = adoptCF(WKNSURLRequestCreateSerializableRepresentation(requestToSerialize.get(), IPC::tokenNullTypeRef()));
+    IPC::encode(encoder, dictionary.get());
</ins><span class="cx"> 
</span><span class="cx">     // The fallback array is part of NSURLRequest, but it is not encoded by WKNSURLRequestCreateSerializableRepresentation.
</span><span class="cx">     encoder &lt;&lt; resourceRequest.responseContentDispositionEncodingFallbackArray();
</span><span class="lines">@@ -76,10 +76,10 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     RetainPtr&lt;CFDictionaryRef&gt; dictionary;
</span><del>-    if (!CoreIPC::decode(decoder, dictionary))
</del><ins>+    if (!IPC::decode(decoder, dictionary))
</ins><span class="cx">         return false;
</span><span class="cx"> 
</span><del>-    RetainPtr&lt;NSURLRequest&gt; nsURLRequest = WKNSURLRequestFromSerializableRepresentation(dictionary.get(), CoreIPC::tokenNullTypeRef());
</del><ins>+    RetainPtr&lt;NSURLRequest&gt; nsURLRequest = WKNSURLRequestFromSerializableRepresentation(dictionary.get(), IPC::tokenNullTypeRef());
</ins><span class="cx">     if (!nsURLRequest)
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="lines">@@ -106,8 +106,8 @@
</span><span class="cx">     if (!responseIsPresent)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    RetainPtr&lt;CFDictionaryRef&gt; dictionary = adoptCF(WKNSURLResponseCreateSerializableRepresentation(resourceResponse.nsURLResponse(), CoreIPC::tokenNullTypeRef()));
-    CoreIPC::encode(encoder, dictionary.get());
</del><ins>+    RetainPtr&lt;CFDictionaryRef&gt; dictionary = adoptCF(WKNSURLResponseCreateSerializableRepresentation(resourceResponse.nsURLResponse(), IPC::tokenNullTypeRef()));
+    IPC::encode(encoder, dictionary.get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool ArgumentCoder&lt;ResourceResponse&gt;::decodePlatformData(ArgumentDecoder&amp; decoder, ResourceResponse&amp; resourceResponse)
</span><span class="lines">@@ -122,10 +122,10 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     RetainPtr&lt;CFDictionaryRef&gt; dictionary;
</span><del>-    if (!CoreIPC::decode(decoder, dictionary))
</del><ins>+    if (!IPC::decode(decoder, dictionary))
</ins><span class="cx">         return false;
</span><span class="cx"> 
</span><del>-    RetainPtr&lt;NSURLResponse&gt; nsURLResponse = WKNSURLResponseFromSerializableRepresentation(dictionary.get(), CoreIPC::tokenNullTypeRef());
</del><ins>+    RetainPtr&lt;NSURLResponse&gt; nsURLResponse = WKNSURLResponseFromSerializableRepresentation(dictionary.get(), IPC::tokenNullTypeRef());
</ins><span class="cx"> 
</span><span class="cx">     if (!nsURLResponse)
</span><span class="cx">         return false;
</span><span class="lines">@@ -143,7 +143,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     encoder &lt;&lt; true;
</span><del>-    CoreIPC::encode(encoder, certificateChain);
</del><ins>+    IPC::encode(encoder, certificateChain);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool ArgumentCoder&lt;CertificateInfo&gt;::decode(ArgumentDecoder&amp; decoder, CertificateInfo&amp; certificateInfo)
</span><span class="lines">@@ -156,7 +156,7 @@
</span><span class="cx">         return true;
</span><span class="cx"> 
</span><span class="cx">     RetainPtr&lt;CFArrayRef&gt; certificateChain;
</span><del>-    if (!CoreIPC::decode(decoder, certificateChain))
</del><ins>+    if (!IPC::decode(decoder, certificateChain))
</ins><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="cx">     certificateInfo.setCertificateChain(certificateChain.get());
</span><span class="lines">@@ -189,7 +189,7 @@
</span><span class="cx">             CFDictionarySetValue(filteredUserInfo.get(), key, value);
</span><span class="cx">     }];
</span><span class="cx"> 
</span><del>-    CoreIPC::encode(encoder, filteredUserInfo.get());
</del><ins>+    IPC::encode(encoder, filteredUserInfo.get());
</ins><span class="cx"> 
</span><span class="cx">     id peerCertificateChain = [userInfo objectForKey:@&quot;NSErrorPeerCertificateChainKey&quot;];
</span><span class="cx">     if (!peerCertificateChain) {
</span><span class="lines">@@ -224,7 +224,7 @@
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="cx">     RetainPtr&lt;CFDictionaryRef&gt; userInfo;
</span><del>-    if (!CoreIPC::decode(decoder, userInfo))
</del><ins>+    if (!IPC::decode(decoder, userInfo))
</ins><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="cx">     CertificateInfo certificate;
</span><span class="lines">@@ -258,4 +258,4 @@
</span><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPImacPageClientImplh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/mac/PageClientImpl.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/mac/PageClientImpl.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/API/mac/PageClientImpl.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -115,7 +115,7 @@
</span><span class="cx">     virtual void exitAcceleratedCompositingMode();
</span><span class="cx">     virtual void updateAcceleratedCompositingMode(const LayerTreeContext&amp;);
</span><span class="cx"> 
</span><del>-    virtual void accessibilityWebProcessTokenReceived(const CoreIPC::DataReference&amp;);
</del><ins>+    virtual void accessibilityWebProcessTokenReceived(const IPC::DataReference&amp;);
</ins><span class="cx"> 
</span><span class="cx">     virtual void pluginFocusOrWindowFocusChanged(uint64_t pluginComplexTextInputIdentifier, bool pluginHasFocusAndWindowHasFocus);
</span><span class="cx">     virtual void setPluginComplexTextInputState(uint64_t pluginComplexTextInputIdentifier, PluginComplexTextInputState);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPImacPageClientImplmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/mac/PageClientImpl.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/mac/PageClientImpl.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/API/mac/PageClientImpl.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -407,7 +407,7 @@
</span><span class="cx">     [m_wkView _setFindIndicator:findIndicator fadeOut:fadeOut animate:animate];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PageClientImpl::accessibilityWebProcessTokenReceived(const CoreIPC::DataReference&amp; data)
</del><ins>+void PageClientImpl::accessibilityWebProcessTokenReceived(const IPC::DataReference&amp; data)
</ins><span class="cx"> {
</span><span class="cx">     NSData* remoteToken = [NSData dataWithBytes:data.data() length:data.size()];
</span><span class="cx">     [m_wkView _setAccessibilityWebProcessToken:remoteToken];
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPImacWKViewmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -2044,8 +2044,8 @@
</span><span class="cx">     // Initialize remote accessibility when the window connection has been established.
</span><span class="cx">     NSData *remoteElementToken = WKAXRemoteTokenForElement(self);
</span><span class="cx">     NSData *remoteWindowToken = WKAXRemoteTokenForElement([self window]);
</span><del>-    CoreIPC::DataReference elementToken = CoreIPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;([remoteElementToken bytes]), [remoteElementToken length]);
-    CoreIPC::DataReference windowToken = CoreIPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;([remoteWindowToken bytes]), [remoteWindowToken length]);
</del><ins>+    IPC::DataReference elementToken = IPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;([remoteElementToken bytes]), [remoteElementToken length]);
+    IPC::DataReference windowToken = IPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;([remoteWindowToken bytes]), [remoteWindowToken length]);
</ins><span class="cx">     _data-&gt;_page-&gt;registerUIProcessAccessibilityTokens(elementToken, windowToken);
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPImacWKViewInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/mac/WKViewInternal.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/mac/WKViewInternal.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKViewInternal.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> #import &lt;wtf/Forward.h&gt;
</span><span class="cx"> #import &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class DataReference;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAuthenticationAuthenticationChallengeProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-AuthenticationChallengeProxy::AuthenticationChallengeProxy(const WebCore::AuthenticationChallenge&amp; authenticationChallenge, uint64_t challengeID, CoreIPC::Connection* connection)
</del><ins>+AuthenticationChallengeProxy::AuthenticationChallengeProxy(const WebCore::AuthenticationChallenge&amp; authenticationChallenge, uint64_t challengeID, IPC::Connection* connection)
</ins><span class="cx">     : m_coreAuthenticationChallenge(authenticationChallenge)
</span><span class="cx">     , m_challengeID(challengeID)
</span><span class="cx">     , m_connection(connection)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAuthenticationAuthenticationChallengeProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> #include &lt;WebCore/AuthenticationChallenge.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class Connection;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx"> 
</span><span class="cx"> class AuthenticationChallengeProxy : public API::ObjectImpl&lt;API::Object::Type::AuthenticationChallenge&gt; {
</span><span class="cx"> public:
</span><del>-    static PassRefPtr&lt;AuthenticationChallengeProxy&gt; create(const WebCore::AuthenticationChallenge&amp; authenticationChallenge, uint64_t challengeID, CoreIPC::Connection* connection)
</del><ins>+    static PassRefPtr&lt;AuthenticationChallengeProxy&gt; create(const WebCore::AuthenticationChallenge&amp; authenticationChallenge, uint64_t challengeID, IPC::Connection* connection)
</ins><span class="cx">     {
</span><span class="cx">         return adoptRef(new AuthenticationChallengeProxy(authenticationChallenge, challengeID, connection));
</span><span class="cx">     }
</span><span class="lines">@@ -60,11 +60,11 @@
</span><span class="cx">     const WebCore::AuthenticationChallenge&amp; core() { return m_coreAuthenticationChallenge; }
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    AuthenticationChallengeProxy(const WebCore::AuthenticationChallenge&amp;, uint64_t challengeID, CoreIPC::Connection*);
</del><ins>+    AuthenticationChallengeProxy(const WebCore::AuthenticationChallenge&amp;, uint64_t challengeID, IPC::Connection*);
</ins><span class="cx"> 
</span><span class="cx">     WebCore::AuthenticationChallenge m_coreAuthenticationChallenge;
</span><span class="cx">     uint64_t m_challengeID;
</span><del>-    RefPtr&lt;CoreIPC::Connection&gt; m_connection;
</del><ins>+    RefPtr&lt;IPC::Connection&gt; m_connection;
</ins><span class="cx">     RefPtr&lt;AuthenticationDecisionListener&gt; m_listener;
</span><span class="cx">     mutable RefPtr&lt;WebCredential&gt; m_webCredential;
</span><span class="cx">     mutable RefPtr&lt;WebProtectionSpace&gt; m_webProtectionSpace;
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessDatabasesDatabaseProcessProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -58,11 +58,11 @@
</span><span class="cx">     platformGetLaunchOptions(launchOptions);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void DatabaseProcessProxy::connectionWillOpen(CoreIPC::Connection*)
</del><ins>+void DatabaseProcessProxy::connectionWillOpen(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void DatabaseProcessProxy::connectionWillClose(CoreIPC::Connection*)
</del><ins>+void DatabaseProcessProxy::connectionWillClose(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -75,35 +75,35 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    connection()-&gt;send(Messages::DatabaseProcess::CreateDatabaseToWebProcessConnection(), 0, CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply);
</del><ins>+    connection()-&gt;send(Messages::DatabaseProcess::CreateDatabaseToWebProcessConnection(), 0, IPC::DispatchMessageEvenWhenWaitingForSyncReply);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-void DatabaseProcessProxy::didClose(CoreIPC::Connection*)
</del><ins>+void DatabaseProcessProxy::didClose(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void DatabaseProcessProxy::didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName)
</del><ins>+void DatabaseProcessProxy::didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference messageReceiverName, IPC::StringReference messageName)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void DatabaseProcessProxy::didCreateDatabaseToWebProcessConnection(const CoreIPC::Attachment&amp; connectionIdentifier)
</del><ins>+void DatabaseProcessProxy::didCreateDatabaseToWebProcessConnection(const IPC::Attachment&amp; connectionIdentifier)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(!m_pendingConnectionReplies.isEmpty());
</span><span class="cx"> 
</span><span class="cx">     RefPtr&lt;Messages::WebProcessProxy::GetDatabaseProcessConnection::DelayedReply&gt; reply = m_pendingConnectionReplies.takeFirst();
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><del>-    reply-&gt;send(CoreIPC::Attachment(connectionIdentifier.port(), MACH_MSG_TYPE_MOVE_SEND));
</del><ins>+    reply-&gt;send(IPC::Attachment(connectionIdentifier.port(), MACH_MSG_TYPE_MOVE_SEND));
</ins><span class="cx"> #else
</span><span class="cx">     notImplemented();
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void DatabaseProcessProxy::didFinishLaunching(ProcessLauncher* launcher, CoreIPC::Connection::Identifier connectionIdentifier)
</del><ins>+void DatabaseProcessProxy::didFinishLaunching(ProcessLauncher* launcher, IPC::Connection::Identifier connectionIdentifier)
</ins><span class="cx"> {
</span><span class="cx">     ChildProcessProxy::didFinishLaunching(launcher, connectionIdentifier);
</span><span class="cx"> 
</span><del>-    if (CoreIPC::Connection::identifierIsNull(connectionIdentifier)) {
</del><ins>+    if (IPC::Connection::identifierIsNull(connectionIdentifier)) {
</ins><span class="cx">         // FIXME: Do better cleanup here.
</span><span class="cx">         return;
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessDatabasesDatabaseProcessProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -49,19 +49,19 @@
</span><span class="cx"> 
</span><span class="cx">     // ChildProcessProxy
</span><span class="cx">     virtual void getLaunchOptions(ProcessLauncher::LaunchOptions&amp;) OVERRIDE;
</span><del>-    virtual void connectionWillOpen(CoreIPC::Connection*) OVERRIDE;
-    virtual void connectionWillClose(CoreIPC::Connection*) OVERRIDE;
</del><ins>+    virtual void connectionWillOpen(IPC::Connection*) OVERRIDE;
+    virtual void connectionWillClose(IPC::Connection*) OVERRIDE;
</ins><span class="cx"> 
</span><del>-    // CoreIPC::Connection::Client
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didClose(CoreIPC::Connection*) OVERRIDE;
-    virtual void didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName) OVERRIDE;
</del><ins>+    // IPC::Connection::Client
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didClose(IPC::Connection*) OVERRIDE;
+    virtual void didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference messageReceiverName, IPC::StringReference messageName) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // Message handlers
</span><del>-    void didCreateDatabaseToWebProcessConnection(const CoreIPC::Attachment&amp;);
</del><ins>+    void didCreateDatabaseToWebProcessConnection(const IPC::Attachment&amp;);
</ins><span class="cx"> 
</span><span class="cx">     // ProcessLauncher::Client
</span><del>-    virtual void didFinishLaunching(ProcessLauncher*, CoreIPC::Connection::Identifier) OVERRIDE;
</del><ins>+    virtual void didFinishLaunching(ProcessLauncher*, IPC::Connection::Identifier) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     void platformGetLaunchOptions(ProcessLauncher::LaunchOptions&amp;);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessDatabasesDatabaseProcessProxymessagesin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.messages.in (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.messages.in        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.messages.in        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx"> #if ENABLE(DATABASE_PROCESS)
</span><span class="cx"> 
</span><span class="cx"> messages -&gt; DatabaseProcessProxy {
</span><del>-    DidCreateDatabaseToWebProcessConnection(CoreIPC::Attachment connectionIdentifier)
</del><ins>+    DidCreateDatabaseToWebProcessConnection(IPC::Attachment connectionIdentifier)
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(DATABASE_PROCESS)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessDownloadsDownloadProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -175,7 +175,7 @@
</span><span class="cx">     m_downloadProxyMap.downloadFinished(this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-static PassRefPtr&lt;API::Data&gt; createData(const CoreIPC::DataReference&amp; data)
</del><ins>+static PassRefPtr&lt;API::Data&gt; createData(const IPC::DataReference&amp; data)
</ins><span class="cx"> {
</span><span class="cx">     if (data.isEmpty())
</span><span class="cx">         return 0;
</span><span class="lines">@@ -183,7 +183,7 @@
</span><span class="cx">     return API::Data::create(data.data(), data.size());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void DownloadProxy::didFail(const ResourceError&amp; error, const CoreIPC::DataReference&amp; resumeData)
</del><ins>+void DownloadProxy::didFail(const ResourceError&amp; error, const IPC::DataReference&amp; resumeData)
</ins><span class="cx"> {
</span><span class="cx">     if (!m_webContext)
</span><span class="cx">         return;
</span><span class="lines">@@ -196,7 +196,7 @@
</span><span class="cx">     m_downloadProxyMap.downloadFinished(this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void DownloadProxy::didCancel(const CoreIPC::DataReference&amp; resumeData)
</del><ins>+void DownloadProxy::didCancel(const IPC::DataReference&amp; resumeData)
</ins><span class="cx"> {
</span><span class="cx">     m_resumeData = createData(resumeData);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessDownloadsDownloadProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> class WebContext;
</span><span class="cx"> class WebPageProxy;
</span><span class="cx"> 
</span><del>-class DownloadProxy : public API::ObjectImpl&lt;API::Object::Type::Download&gt;, public CoreIPC::MessageReceiver {
</del><ins>+class DownloadProxy : public API::ObjectImpl&lt;API::Object::Type::Download&gt;, public IPC::MessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     static PassRefPtr&lt;DownloadProxy&gt; create(DownloadProxyMap&amp;, WebContext&amp;);
</span><span class="cx">     ~DownloadProxy();
</span><span class="lines">@@ -63,15 +63,15 @@
</span><span class="cx">     void invalidate();
</span><span class="cx">     void processDidClose();
</span><span class="cx"> 
</span><del>-    void didReceiveDownloadProxyMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
-    void didReceiveSyncDownloadProxyMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;);
</del><ins>+    void didReceiveDownloadProxyMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
+    void didReceiveSyncDownloadProxyMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     explicit DownloadProxy(DownloadProxyMap&amp;, WebContext&amp;);
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // Message handlers.
</span><span class="cx">     void didStart(const WebCore::ResourceRequest&amp;);
</span><span class="lines">@@ -82,8 +82,8 @@
</span><span class="cx">     void decideDestinationWithSuggestedFilename(const String&amp; filename, String&amp; destination, bool&amp; allowOverwrite, SandboxExtension::Handle&amp; sandboxExtensionHandle);
</span><span class="cx">     void didCreateDestination(const String&amp; path);
</span><span class="cx">     void didFinish();
</span><del>-    void didFail(const WebCore::ResourceError&amp;, const CoreIPC::DataReference&amp; resumeData);
-    void didCancel(const CoreIPC::DataReference&amp; resumeData);
</del><ins>+    void didFail(const WebCore::ResourceError&amp;, const IPC::DataReference&amp; resumeData);
+    void didCancel(const IPC::DataReference&amp; resumeData);
</ins><span class="cx"> 
</span><span class="cx">     DownloadProxyMap&amp; m_downloadProxyMap;
</span><span class="cx">     RefPtr&lt;WebContext&gt; m_webContext;
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessDownloadsDownloadProxymessagesin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.messages.in (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.messages.in        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.messages.in        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,6 +30,6 @@
</span><span class="cx">     DecideDestinationWithSuggestedFilename(String filename) -&gt; (String destination, bool allowOverwrite, WebKit::SandboxExtension::Handle sandboxExtensionHandle)
</span><span class="cx">     DidCreateDestination(String path)
</span><span class="cx">     DidFinish()
</span><del>-    DidFail(WebCore::ResourceError error, CoreIPC::DataReference resumeData)
-    DidCancel(CoreIPC::DataReference resumeData)
</del><ins>+    DidFail(WebCore::ResourceError error, IPC::DataReference resumeData)
+    DidCancel(IPC::DataReference resumeData)
</ins><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessDrawingAreaProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/DrawingAreaProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/DrawingAreaProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/DrawingAreaProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx"> class UpdateInfo;
</span><span class="cx"> class WebPageProxy;
</span><span class="cx"> 
</span><del>-class DrawingAreaProxy : public CoreIPC::MessageReceiver {
</del><ins>+class DrawingAreaProxy : public IPC::MessageReceiver {
</ins><span class="cx">     WTF_MAKE_NONCOPYABLE(DrawingAreaProxy);
</span><span class="cx"> 
</span><span class="cx"> public:
</span><span class="lines">@@ -85,10 +85,10 @@
</span><span class="cx"> private:
</span><span class="cx">     virtual void sizeDidChange() = 0;
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><del>-    // CoreIPC message handlers.
</del><ins>+    // Message handlers.
</ins><span class="cx">     // FIXME: These should be pure virtual.
</span><span class="cx">     virtual void update(uint64_t /* backingStoreStateID */, const UpdateInfo&amp;) { }
</span><span class="cx">     virtual void didUpdateBackingStoreState(uint64_t /* backingStoreStateID */, const UpdateInfo&amp;, const LayerTreeContext&amp;) { }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessLauncherProcessLaunchercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">     processLauncherWorkQueue()-&gt;dispatch(bind(&amp;ProcessLauncher::launchProcess, this));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void ProcessLauncher::didFinishLaunchingProcess(PlatformProcessIdentifier processIdentifier, CoreIPC::Connection::Identifier identifier)
</del><ins>+void ProcessLauncher::didFinishLaunchingProcess(PlatformProcessIdentifier processIdentifier, IPC::Connection::Identifier identifier)
</ins><span class="cx"> {
</span><span class="cx">     m_processIdentifier = processIdentifier;
</span><span class="cx">     m_isLaunching = false;
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessLauncherProcessLauncherh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx">     public:
</span><span class="cx">         virtual ~Client() { }
</span><span class="cx">         
</span><del>-        virtual void didFinishLaunching(ProcessLauncher*, CoreIPC::Connection::Identifier) = 0;
</del><ins>+        virtual void didFinishLaunching(ProcessLauncher*, IPC::Connection::Identifier) = 0;
</ins><span class="cx">     };
</span><span class="cx">     
</span><span class="cx">     enum ProcessType {
</span><span class="lines">@@ -92,7 +92,7 @@
</span><span class="cx">     ProcessLauncher(Client*, const LaunchOptions&amp; launchOptions);
</span><span class="cx"> 
</span><span class="cx">     void launchProcess();
</span><del>-    void didFinishLaunchingProcess(PlatformProcessIdentifier, CoreIPC::Connection::Identifier);
</del><ins>+    void didFinishLaunchingProcess(PlatformProcessIdentifier, IPC::Connection::Identifier);
</ins><span class="cx"> 
</span><span class="cx">     void platformInvalidate();
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessLaunchermacProcessLauncherMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Launcher/mac/ProcessLauncherMac.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Launcher/mac/ProcessLauncherMac.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Launcher/mac/ProcessLauncherMac.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -132,7 +132,7 @@
</span><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-typedef void (ProcessLauncher::*DidFinishLaunchingProcessFunction)(PlatformProcessIdentifier, CoreIPC::Connection::Identifier);
</del><ins>+typedef void (ProcessLauncher::*DidFinishLaunchingProcessFunction)(PlatformProcessIdentifier, IPC::Connection::Identifier);
</ins><span class="cx"> 
</span><span class="cx"> static const char* serviceName(const ProcessLauncher::LaunchOptions&amp; launchOptions, bool forDevelopment)
</span><span class="cx"> {
</span><span class="lines">@@ -230,7 +230,7 @@
</span><span class="cx">             // And the receive right.
</span><span class="cx">             mach_port_mod_refs(mach_task_self(), listeningPort, MACH_PORT_RIGHT_RECEIVE, -1);
</span><span class="cx"> 
</span><del>-            RunLoop::main()-&gt;dispatch(bind(didFinishLaunchingProcessFunction, that, 0, CoreIPC::Connection::Identifier()));
</del><ins>+            RunLoop::main()-&gt;dispatch(bind(didFinishLaunchingProcessFunction, that, 0, IPC::Connection::Identifier()));
</ins><span class="cx">         } else {
</span><span class="cx">             ASSERT(type == XPC_TYPE_DICTIONARY);
</span><span class="cx">             ASSERT(!strcmp(xpc_dictionary_get_string(reply, &quot;message-name&quot;), &quot;process-finished-launching&quot;));
</span><span class="lines">@@ -239,7 +239,7 @@
</span><span class="cx">             pid_t processIdentifier = xpc_connection_get_pid(connection);
</span><span class="cx"> 
</span><span class="cx">             // We've finished launching the process, message back to the main run loop.
</span><del>-            RunLoop::main()-&gt;dispatch(bind(didFinishLaunchingProcessFunction, that, processIdentifier, CoreIPC::Connection::Identifier(listeningPort, connection)));
</del><ins>+            RunLoop::main()-&gt;dispatch(bind(didFinishLaunchingProcessFunction, that, processIdentifier, IPC::Connection::Identifier(listeningPort, connection)));
</ins><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         that-&gt;deref();
</span><span class="lines">@@ -357,7 +357,7 @@
</span><span class="cx">     }
</span><span class="cx">     
</span><span class="cx">     // We've finished launching the process, message back to the main run loop.
</span><del>-    RunLoop::main()-&gt;dispatch(bind(didFinishLaunchingProcessFunction, that, processIdentifier, CoreIPC::Connection::Identifier(listeningPort)));
</del><ins>+    RunLoop::main()-&gt;dispatch(bind(didFinishLaunchingProcessFunction, that, processIdentifier, IPC::Connection::Identifier(listeningPort)));
</ins><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -497,7 +497,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     // We've finished launching the process, message back to the main run loop.
</span><del>-    RunLoop::main()-&gt;dispatch(bind(didFinishLaunchingProcessFunction, that, processIdentifier, CoreIPC::Connection::Identifier(listeningPort)));
</del><ins>+    RunLoop::main()-&gt;dispatch(bind(didFinishLaunchingProcessFunction, that, processIdentifier, IPC::Connection::Identifier(listeningPort)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void ProcessLauncher::launchProcess()
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessNetworkCustomProtocolsCustomProtocolManagerProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Network/CustomProtocols/CustomProtocolManagerProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Network/CustomProtocols/CustomProtocolManagerProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Network/CustomProtocols/CustomProtocolManagerProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> 
</span><span class="cx"> class ChildProcessProxy;
</span><span class="cx"> 
</span><del>-class CustomProtocolManagerProxy : public CoreIPC::MessageReceiver {
</del><ins>+class CustomProtocolManagerProxy : public IPC::MessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     explicit CustomProtocolManagerProxy(ChildProcessProxy*);
</span><span class="cx"> 
</span><span class="lines">@@ -52,8 +52,8 @@
</span><span class="cx">     void stopLoading(uint64_t customProtocolID);
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     ChildProcessProxy* m_childProcessProxy;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessNetworkCustomProtocolsmacCustomProtocolManagerProxyMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Network/CustomProtocols/mac/CustomProtocolManagerProxyMac.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Network/CustomProtocols/mac/CustomProtocolManagerProxyMac.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Network/CustomProtocols/mac/CustomProtocolManagerProxyMac.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> #import &lt;WebCore/ResourceRequest.h&gt;
</span><span class="cx"> #import &lt;WebCore/ResourceResponse.h&gt;
</span><span class="cx"> 
</span><del>-using namespace CoreIPC;
</del><ins>+using namespace IPC;
</ins><span class="cx"> using namespace WebCore;
</span><span class="cx"> using namespace WebKit;
</span><span class="cx"> 
</span><span class="lines">@@ -103,7 +103,7 @@
</span><span class="cx"> 
</span><span class="cx"> - (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data
</span><span class="cx"> {
</span><del>-    CoreIPC::DataReference coreData(static_cast&lt;const uint8_t*&gt;([data bytes]), [data length]);
</del><ins>+    IPC::DataReference coreData(static_cast&lt;const uint8_t*&gt;([data bytes]), [data length]);
</ins><span class="cx">     _connection-&gt;send(Messages::CustomProtocolManager::DidLoadData(_customProtocolID, coreData), 0);
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessNetworkNetworkProcessProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Network/NetworkProcessProxy.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Network/NetworkProcessProxy.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Network/NetworkProcessProxy.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -72,14 +72,14 @@
</span><span class="cx">     platformGetLaunchOptions(launchOptions);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcessProxy::connectionWillOpen(CoreIPC::Connection* connection)
</del><ins>+void NetworkProcessProxy::connectionWillOpen(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx"> #if ENABLE(SEC_ITEM_SHIM)
</span><span class="cx">     SecItemShimProxy::shared().initializeConnection(connection);
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcessProxy::connectionWillClose(CoreIPC::Connection*)
</del><ins>+void NetworkProcessProxy::connectionWillClose(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -92,7 +92,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    connection()-&gt;send(Messages::NetworkProcess::CreateNetworkConnectionToWebProcess(), 0, CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply);
</del><ins>+    connection()-&gt;send(Messages::NetworkProcess::CreateNetworkConnectionToWebProcess(), 0, IPC::DispatchMessageEvenWhenWaitingForSyncReply);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> DownloadProxy* NetworkProcessProxy::createDownloadProxy()
</span><span class="lines">@@ -110,9 +110,9 @@
</span><span class="cx">         RefPtr&lt;Messages::WebProcessProxy::GetNetworkProcessConnection::DelayedReply&gt; reply = m_pendingConnectionReplies.takeFirst();
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><del>-        reply-&gt;send(CoreIPC::Attachment(0, MACH_MSG_TYPE_MOVE_SEND));
</del><ins>+        reply-&gt;send(IPC::Attachment(0, MACH_MSG_TYPE_MOVE_SEND));
</ins><span class="cx"> #elif USE(UNIX_DOMAIN_SOCKETS)
</span><del>-        reply-&gt;send(CoreIPC::Attachment());
</del><ins>+        reply-&gt;send(IPC::Attachment());
</ins><span class="cx"> #else
</span><span class="cx">         notImplemented();
</span><span class="cx"> #endif
</span><span class="lines">@@ -122,7 +122,7 @@
</span><span class="cx">     m_webContext.networkProcessCrashed(this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcessProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void NetworkProcessProxy::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     if (dispatchMessage(connection, decoder))
</span><span class="cx">         return;
</span><span class="lines">@@ -133,7 +133,7 @@
</span><span class="cx">     didReceiveNetworkProcessProxyMessage(connection, decoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcessProxy::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp; replyEncoder)
</del><ins>+void NetworkProcessProxy::didReceiveSyncMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp; replyEncoder)
</ins><span class="cx"> {
</span><span class="cx">     if (dispatchSyncMessage(connection, decoder, replyEncoder))
</span><span class="cx">         return;
</span><span class="lines">@@ -141,7 +141,7 @@
</span><span class="cx">     ASSERT_NOT_REACHED();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcessProxy::didClose(CoreIPC::Connection*)
</del><ins>+void NetworkProcessProxy::didClose(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx">     if (m_downloadProxyMap)
</span><span class="cx">         m_downloadProxyMap-&gt;processDidClose();
</span><span class="lines">@@ -150,11 +150,11 @@
</span><span class="cx">     networkProcessCrashedOrFailedToLaunch();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcessProxy::didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference, CoreIPC::StringReference)
</del><ins>+void NetworkProcessProxy::didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference, IPC::StringReference)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcessProxy::didCreateNetworkConnectionToWebProcess(const CoreIPC::Attachment&amp; connectionIdentifier)
</del><ins>+void NetworkProcessProxy::didCreateNetworkConnectionToWebProcess(const IPC::Attachment&amp; connectionIdentifier)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(!m_pendingConnectionReplies.isEmpty());
</span><span class="cx"> 
</span><span class="lines">@@ -162,7 +162,7 @@
</span><span class="cx">     RefPtr&lt;Messages::WebProcessProxy::GetNetworkProcessConnection::DelayedReply&gt; reply = m_pendingConnectionReplies.takeFirst();
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><del>-    reply-&gt;send(CoreIPC::Attachment(connectionIdentifier.port(), MACH_MSG_TYPE_MOVE_SEND));
</del><ins>+    reply-&gt;send(IPC::Attachment(connectionIdentifier.port(), MACH_MSG_TYPE_MOVE_SEND));
</ins><span class="cx"> #elif USE(UNIX_DOMAIN_SOCKETS)
</span><span class="cx">     reply-&gt;send(connectionIdentifier);
</span><span class="cx"> #else
</span><span class="lines">@@ -179,11 +179,11 @@
</span><span class="cx">     page-&gt;didReceiveAuthenticationChallengeProxy(frameID, authenticationChallenge.release());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcessProxy::didFinishLaunching(ProcessLauncher* launcher, CoreIPC::Connection::Identifier connectionIdentifier)
</del><ins>+void NetworkProcessProxy::didFinishLaunching(ProcessLauncher* launcher, IPC::Connection::Identifier connectionIdentifier)
</ins><span class="cx"> {
</span><span class="cx">     ChildProcessProxy::didFinishLaunching(launcher, connectionIdentifier);
</span><span class="cx"> 
</span><del>-    if (CoreIPC::Connection::identifierIsNull(connectionIdentifier)) {
</del><ins>+    if (IPC::Connection::identifierIsNull(connectionIdentifier)) {
</ins><span class="cx">         // FIXME: Do better cleanup here.
</span><span class="cx">         return;
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessNetworkNetworkProcessProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Network/NetworkProcessProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Network/NetworkProcessProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Network/NetworkProcessProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -66,25 +66,25 @@
</span><span class="cx"> 
</span><span class="cx">     // ChildProcessProxy
</span><span class="cx">     virtual void getLaunchOptions(ProcessLauncher::LaunchOptions&amp;) OVERRIDE;
</span><del>-    virtual void connectionWillOpen(CoreIPC::Connection*) OVERRIDE;
-    virtual void connectionWillClose(CoreIPC::Connection*) OVERRIDE;
</del><ins>+    virtual void connectionWillOpen(IPC::Connection*) OVERRIDE;
+    virtual void connectionWillClose(IPC::Connection*) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     void platformGetLaunchOptions(ProcessLauncher::LaunchOptions&amp;);
</span><span class="cx">     void networkProcessCrashedOrFailedToLaunch();
</span><span class="cx"> 
</span><del>-    // CoreIPC::Connection::Client
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;) OVERRIDE;
-    virtual void didClose(CoreIPC::Connection*) OVERRIDE;
-    virtual void didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName) OVERRIDE;
</del><ins>+    // IPC::Connection::Client
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;) OVERRIDE;
+    virtual void didClose(IPC::Connection*) OVERRIDE;
+    virtual void didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference messageReceiverName, IPC::StringReference messageName) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // Message handlers
</span><del>-    void didReceiveNetworkProcessProxyMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
-    void didCreateNetworkConnectionToWebProcess(const CoreIPC::Attachment&amp;);
</del><ins>+    void didReceiveNetworkProcessProxyMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
+    void didCreateNetworkConnectionToWebProcess(const IPC::Attachment&amp;);
</ins><span class="cx">     void didReceiveAuthenticationChallenge(uint64_t pageID, uint64_t frameID, const WebCore::AuthenticationChallenge&amp;, uint64_t challengeID);
</span><span class="cx"> 
</span><span class="cx">     // ProcessLauncher::Client
</span><del>-    virtual void didFinishLaunching(ProcessLauncher*, CoreIPC::Connection::Identifier);
</del><ins>+    virtual void didFinishLaunching(ProcessLauncher*, IPC::Connection::Identifier);
</ins><span class="cx"> 
</span><span class="cx">     WebContext&amp; m_webContext;
</span><span class="cx">     
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessNetworkNetworkProcessProxymessagesin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Network/NetworkProcessProxy.messages.in (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Network/NetworkProcessProxy.messages.in        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Network/NetworkProcessProxy.messages.in        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx"> #if ENABLE(NETWORK_PROCESS)
</span><span class="cx"> 
</span><span class="cx"> messages -&gt; NetworkProcessProxy LegacyReceiver {
</span><del>-    DidCreateNetworkConnectionToWebProcess(CoreIPC::Attachment connectionIdentifier)
</del><ins>+    DidCreateNetworkConnectionToWebProcess(IPC::Attachment connectionIdentifier)
</ins><span class="cx"> 
</span><span class="cx">     DidReceiveAuthenticationChallenge(uint64_t pageID, uint64_t frameID, WebCore::AuthenticationChallenge challenge, uint64_t challengeID)
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessNotificationsWebNotificationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Notifications/WebNotification.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Notifications/WebNotification.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Notifications/WebNotification.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -32,12 +32,12 @@
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> 
</span><span class="cx"> class ArgumentDecoder;
</span><span class="cx"> class ArgumentEncoder;
</span><span class="cx"> 
</span><del>-} // namespace CoreIPC
</del><ins>+} // namespace IPC
</ins><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessPageClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/PageClient.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/PageClient.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/PageClient.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -165,7 +165,7 @@
</span><span class="cx">     virtual bool canUndoRedo(WebPageProxy::UndoOrRedo) = 0;
</span><span class="cx">     virtual void executeUndoRedo(WebPageProxy::UndoOrRedo) = 0;
</span><span class="cx"> #if PLATFORM(MAC)
</span><del>-    virtual void accessibilityWebProcessTokenReceived(const CoreIPC::DataReference&amp;) = 0;
</del><ins>+    virtual void accessibilityWebProcessTokenReceived(const IPC::DataReference&amp;) = 0;
</ins><span class="cx">     virtual bool interpretKeyEvent(const NativeWebKeyboardEvent&amp;, Vector&lt;WebCore::KeypressCommand&gt;&amp;) = 0;
</span><span class="cx">     virtual bool executeSavedCommandBySelector(const String&amp; selector) = 0;
</span><span class="cx">     virtual void setDragImage(const WebCore::IntPoint&amp; clientPosition, PassRefPtr&lt;ShareableBitmap&gt; dragImage, bool isLinkDrag) = 0;
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessPluginsPluginProcessManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessManager.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessManager.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessManager.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentEncoder;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessPluginsPluginProcessProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -95,7 +95,7 @@
</span><span class="cx">     
</span><span class="cx">     // Ask the plug-in process to create a connection. Since the plug-in can be waiting for a synchronous reply
</span><span class="cx">     // we need to make sure that this message is always processed, even when the plug-in is waiting for a synchronus reply.
</span><del>-    m_connection-&gt;send(Messages::PluginProcess::CreateWebProcessConnection(), 0, CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply);
</del><ins>+    m_connection-&gt;send(Messages::PluginProcess::CreateWebProcessConnection(), 0, IPC::DispatchMessageEvenWhenWaitingForSyncReply);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void PluginProcessProxy::getSitesWithData(WebPluginSiteDataManager* webPluginSiteDataManager, uint64_t callbackID)
</span><span class="lines">@@ -138,9 +138,9 @@
</span><span class="cx">         RefPtr&lt;Messages::WebProcessProxy::GetPluginProcessConnection::DelayedReply&gt; reply = m_pendingConnectionReplies.takeFirst();
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><del>-        reply-&gt;send(CoreIPC::Attachment(0, MACH_MSG_TYPE_MOVE_SEND), false);
</del><ins>+        reply-&gt;send(IPC::Attachment(0, MACH_MSG_TYPE_MOVE_SEND), false);
</ins><span class="cx"> #elif USE(UNIX_DOMAIN_SOCKETS)
</span><del>-        reply-&gt;send(CoreIPC::Attachment(), false);
</del><ins>+        reply-&gt;send(IPC::Attachment(), false);
</ins><span class="cx"> #else
</span><span class="cx">         notImplemented();
</span><span class="cx"> #endif
</span><span class="lines">@@ -156,7 +156,7 @@
</span><span class="cx">     m_pluginProcessManager-&gt;removePluginProcessProxy(this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PluginProcessProxy::didClose(CoreIPC::Connection*)
</del><ins>+void PluginProcessProxy::didClose(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx">     if (m_modalWindowIsShowing)
</span><span class="lines">@@ -174,20 +174,20 @@
</span><span class="cx">     pluginProcessCrashedOrFailedToLaunch();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PluginProcessProxy::didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference, CoreIPC::StringReference)
</del><ins>+void PluginProcessProxy::didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference, IPC::StringReference)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PluginProcessProxy::didFinishLaunching(ProcessLauncher*, CoreIPC::Connection::Identifier connectionIdentifier)
</del><ins>+void PluginProcessProxy::didFinishLaunching(ProcessLauncher*, IPC::Connection::Identifier connectionIdentifier)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(!m_connection);
</span><span class="cx"> 
</span><del>-    if (CoreIPC::Connection::identifierIsNull(connectionIdentifier)) {
</del><ins>+    if (IPC::Connection::identifierIsNull(connectionIdentifier)) {
</ins><span class="cx">         pluginProcessCrashedOrFailedToLaunch();
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_connection = CoreIPC::Connection::createServerConnection(connectionIdentifier, this, RunLoop::main());
</del><ins>+    m_connection = IPC::Connection::createServerConnection(connectionIdentifier, this, RunLoop::main());
</ins><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx">     m_connection-&gt;setShouldCloseConnectionOnMachExceptions();
</span><span class="cx"> #endif
</span><span class="lines">@@ -230,7 +230,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PluginProcessProxy::didCreateWebProcessConnection(const CoreIPC::Attachment&amp; connectionIdentifier, bool supportsAsynchronousPluginInitialization)
</del><ins>+void PluginProcessProxy::didCreateWebProcessConnection(const IPC::Attachment&amp; connectionIdentifier, bool supportsAsynchronousPluginInitialization)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(!m_pendingConnectionReplies.isEmpty());
</span><span class="cx"> 
</span><span class="lines">@@ -238,7 +238,7 @@
</span><span class="cx">     RefPtr&lt;Messages::WebProcessProxy::GetPluginProcessConnection::DelayedReply&gt; reply = m_pendingConnectionReplies.takeFirst();
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><del>-    reply-&gt;send(CoreIPC::Attachment(connectionIdentifier.port(), MACH_MSG_TYPE_MOVE_SEND), supportsAsynchronousPluginInitialization);
</del><ins>+    reply-&gt;send(IPC::Attachment(connectionIdentifier.port(), MACH_MSG_TYPE_MOVE_SEND), supportsAsynchronousPluginInitialization);
</ins><span class="cx"> #elif USE(UNIX_DOMAIN_SOCKETS)
</span><span class="cx">     reply-&gt;send(connectionIdentifier, supportsAsynchronousPluginInitialization);
</span><span class="cx"> #else
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessPluginsPluginProcessProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> // FIXME: This is platform specific.
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class MachPort;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -105,18 +105,18 @@
</span><span class="cx"> 
</span><span class="cx">     void pluginProcessCrashedOrFailedToLaunch();
</span><span class="cx"> 
</span><del>-    // CoreIPC::Connection::Client
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;) OVERRIDE;
</del><ins>+    // IPC::Connection::Client
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><del>-    virtual void didClose(CoreIPC::Connection*) OVERRIDE;
-    virtual void didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName) OVERRIDE;
</del><ins>+    virtual void didClose(IPC::Connection*) OVERRIDE;
+    virtual void didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference messageReceiverName, IPC::StringReference messageName) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // ProcessLauncher::Client
</span><del>-    virtual void didFinishLaunching(ProcessLauncher*, CoreIPC::Connection::Identifier);
</del><ins>+    virtual void didFinishLaunching(ProcessLauncher*, IPC::Connection::Identifier);
</ins><span class="cx"> 
</span><span class="cx">     // Message handlers
</span><del>-    void didCreateWebProcessConnection(const CoreIPC::Attachment&amp;, bool supportsAsynchronousPluginInitialization);
</del><ins>+    void didCreateWebProcessConnection(const IPC::Attachment&amp;, bool supportsAsynchronousPluginInitialization);
</ins><span class="cx">     void didGetSitesWithData(const Vector&lt;String&gt;&amp; sites, uint64_t callbackID);
</span><span class="cx">     void didClearSiteData(uint64_t callbackID);
</span><span class="cx"> 
</span><span class="lines">@@ -150,7 +150,7 @@
</span><span class="cx">     uint64_t m_pluginProcessToken;
</span><span class="cx"> 
</span><span class="cx">     // The connection to the plug-in host process.
</span><del>-    RefPtr&lt;CoreIPC::Connection&gt; m_connection;
</del><ins>+    RefPtr&lt;IPC::Connection&gt; m_connection;
</ins><span class="cx"> 
</span><span class="cx">     Deque&lt;RefPtr&lt;Messages::WebProcessProxy::GetPluginProcessConnection::DelayedReply&gt;&gt; m_pendingConnectionReplies;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessPluginsPluginProcessProxymessagesin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.messages.in (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.messages.in        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.messages.in        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx"> #if ENABLE(NETSCAPE_PLUGIN_API)
</span><span class="cx"> 
</span><span class="cx"> messages -&gt; PluginProcessProxy {
</span><del>-    DidCreateWebProcessConnection(CoreIPC::Attachment connectionIdentifier, bool supportsAsynchronousPluginInitialization)
</del><ins>+    DidCreateWebProcessConnection(IPC::Attachment connectionIdentifier, bool supportsAsynchronousPluginInitialization)
</ins><span class="cx"> 
</span><span class="cx">     DidGetSitesWithData(Vector&lt;String&gt; sites, uint64_t callbackID)
</span><span class="cx">     DidClearSiteData(uint64_t callbackID)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessPluginsmacPluginProcessProxyMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Plugins/mac/PluginProcessProxyMac.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Plugins/mac/PluginProcessProxyMac.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Plugins/mac/PluginProcessProxyMac.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -160,7 +160,7 @@
</span><span class="cx"> #if USE(ACCELERATED_COMPOSITING) &amp;&amp; HAVE(HOSTED_CORE_ANIMATION)
</span><span class="cx">     mach_port_t renderServerPort = [[CARemoteLayerServer sharedServer] serverPort];
</span><span class="cx">     if (renderServerPort != MACH_PORT_NULL)
</span><del>-        parameters.acceleratedCompositingPort = CoreIPC::MachPort(renderServerPort, MACH_MSG_TYPE_COPY_SEND);
</del><ins>+        parameters.acceleratedCompositingPort = IPC::MachPort(renderServerPort, MACH_MSG_TYPE_COPY_SEND);
</ins><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessStorageStorageManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Storage/StorageManager.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Storage/StorageManager.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Storage/StorageManager.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -48,14 +48,14 @@
</span><span class="cx"> 
</span><span class="cx">     SecurityOrigin* securityOrigin() const { return m_securityOrigin.get(); }
</span><span class="cx"> 
</span><del>-    void addListener(CoreIPC::Connection*, uint64_t storageMapID);
-    void removeListener(CoreIPC::Connection*, uint64_t storageMapID);
</del><ins>+    void addListener(IPC::Connection*, uint64_t storageMapID);
+    void removeListener(IPC::Connection*, uint64_t storageMapID);
</ins><span class="cx"> 
</span><span class="cx">     PassRefPtr&lt;StorageArea&gt; clone() const;
</span><span class="cx"> 
</span><del>-    void setItem(CoreIPC::Connection* sourceConnection, uint64_t sourceStorageAreaID, const String&amp; key, const String&amp; value, const String&amp; urlString, bool&amp; quotaException);
-    void removeItem(CoreIPC::Connection* sourceConnection, uint64_t sourceStorageAreaID, const String&amp; key, const String&amp; urlString);
-    void clear(CoreIPC::Connection* sourceConnection, uint64_t sourceStorageAreaID, const String&amp; urlString);
</del><ins>+    void setItem(IPC::Connection* sourceConnection, uint64_t sourceStorageAreaID, const String&amp; key, const String&amp; value, const String&amp; urlString, bool&amp; quotaException);
+    void removeItem(IPC::Connection* sourceConnection, uint64_t sourceStorageAreaID, const String&amp; key, const String&amp; urlString);
+    void clear(IPC::Connection* sourceConnection, uint64_t sourceStorageAreaID, const String&amp; urlString);
</ins><span class="cx"> 
</span><span class="cx">     const HashMap&lt;String, String&gt;&amp; items();
</span><span class="cx">     void clear();
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx"> 
</span><span class="cx">     void openDatabaseAndImportItemsIfNeeded();
</span><span class="cx"> 
</span><del>-    void dispatchEvents(CoreIPC::Connection* sourceConnection, uint64_t sourceStorageAreaID, const String&amp; key, const String&amp; oldValue, const String&amp; newValue, const String&amp; urlString) const;
</del><ins>+    void dispatchEvents(IPC::Connection* sourceConnection, uint64_t sourceStorageAreaID, const String&amp; key, const String&amp; oldValue, const String&amp; newValue, const String&amp; urlString) const;
</ins><span class="cx"> 
</span><span class="cx">     // Will be null if the storage area belongs to a session storage namespace.
</span><span class="cx">     LocalStorageNamespace* m_localStorageNamespace;
</span><span class="lines">@@ -76,7 +76,7 @@
</span><span class="cx">     unsigned m_quotaInBytes;
</span><span class="cx"> 
</span><span class="cx">     RefPtr&lt;StorageMap&gt; m_storageMap;
</span><del>-    HashSet&lt;std::pair&lt;RefPtr&lt;CoreIPC::Connection&gt;, uint64_t&gt;&gt; m_eventListeners;
</del><ins>+    HashSet&lt;std::pair&lt;RefPtr&lt;IPC::Connection&gt;, uint64_t&gt;&gt; m_eventListeners;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class StorageManager::LocalStorageNamespace : public ThreadSafeRefCounted&lt;LocalStorageNamespace&gt; {
</span><span class="lines">@@ -128,13 +128,13 @@
</span><span class="cx">         m_localStorageNamespace-&gt;didDestroyStorageArea(this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::StorageArea::addListener(CoreIPC::Connection* connection, uint64_t storageMapID)
</del><ins>+void StorageManager::StorageArea::addListener(IPC::Connection* connection, uint64_t storageMapID)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(!m_eventListeners.contains(std::make_pair(connection, storageMapID)));
</span><span class="cx">     m_eventListeners.add(std::make_pair(connection, storageMapID));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::StorageArea::removeListener(CoreIPC::Connection* connection, uint64_t storageMapID)
</del><ins>+void StorageManager::StorageArea::removeListener(IPC::Connection* connection, uint64_t storageMapID)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(m_eventListeners.contains(std::make_pair(connection, storageMapID)));
</span><span class="cx">     m_eventListeners.remove(std::make_pair(connection, storageMapID));
</span><span class="lines">@@ -150,7 +150,7 @@
</span><span class="cx">     return storageArea.release();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::StorageArea::setItem(CoreIPC::Connection* sourceConnection, uint64_t sourceStorageAreaID, const String&amp; key, const String&amp; value, const String&amp; urlString, bool&amp; quotaException)
</del><ins>+void StorageManager::StorageArea::setItem(IPC::Connection* sourceConnection, uint64_t sourceStorageAreaID, const String&amp; key, const String&amp; value, const String&amp; urlString, bool&amp; quotaException)
</ins><span class="cx"> {
</span><span class="cx">     openDatabaseAndImportItemsIfNeeded();
</span><span class="cx"> 
</span><span class="lines">@@ -169,7 +169,7 @@
</span><span class="cx">     dispatchEvents(sourceConnection, sourceStorageAreaID, key, oldValue, value, urlString);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::StorageArea::removeItem(CoreIPC::Connection* sourceConnection, uint64_t sourceStorageAreaID, const String&amp; key, const String&amp; urlString)
</del><ins>+void StorageManager::StorageArea::removeItem(IPC::Connection* sourceConnection, uint64_t sourceStorageAreaID, const String&amp; key, const String&amp; urlString)
</ins><span class="cx"> {
</span><span class="cx">     openDatabaseAndImportItemsIfNeeded();
</span><span class="cx"> 
</span><span class="lines">@@ -187,7 +187,7 @@
</span><span class="cx">     dispatchEvents(sourceConnection, sourceStorageAreaID, key, oldValue, String(), urlString);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::StorageArea::clear(CoreIPC::Connection* sourceConnection, uint64_t sourceStorageAreaID, const String&amp; urlString)
</del><ins>+void StorageManager::StorageArea::clear(IPC::Connection* sourceConnection, uint64_t sourceStorageAreaID, const String&amp; urlString)
</ins><span class="cx"> {
</span><span class="cx">     openDatabaseAndImportItemsIfNeeded();
</span><span class="cx"> 
</span><span class="lines">@@ -238,9 +238,9 @@
</span><span class="cx">     m_didImportItemsFromDatabase = true;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::StorageArea::dispatchEvents(CoreIPC::Connection* sourceConnection, uint64_t sourceStorageAreaID, const String&amp; key, const String&amp; oldValue, const String&amp; newValue, const String&amp; urlString) const
</del><ins>+void StorageManager::StorageArea::dispatchEvents(IPC::Connection* sourceConnection, uint64_t sourceStorageAreaID, const String&amp; key, const String&amp; oldValue, const String&amp; newValue, const String&amp; urlString) const
</ins><span class="cx"> {
</span><del>-    for (HashSet&lt;std::pair&lt;RefPtr&lt;CoreIPC::Connection&gt;, uint64_t&gt;&gt;::const_iterator it = m_eventListeners.begin(), end = m_eventListeners.end(); it != end; ++it) {
</del><ins>+    for (HashSet&lt;std::pair&lt;RefPtr&lt;IPC::Connection&gt;, uint64_t&gt;&gt;::const_iterator it = m_eventListeners.begin(), end = m_eventListeners.end(); it != end; ++it) {
</ins><span class="cx">         uint64_t storageAreaID = it-&gt;first == sourceConnection ? sourceStorageAreaID : 0;
</span><span class="cx"> 
</span><span class="cx">         it-&gt;first-&gt;send(Messages::StorageAreaMap::DispatchStorageEvent(storageAreaID, key, oldValue, newValue, urlString), it-&gt;second);
</span><span class="lines">@@ -306,33 +306,33 @@
</span><span class="cx"> 
</span><span class="cx"> class StorageManager::SessionStorageNamespace : public ThreadSafeRefCounted&lt;SessionStorageNamespace&gt; {
</span><span class="cx"> public:
</span><del>-    static PassRefPtr&lt;SessionStorageNamespace&gt; create(CoreIPC::Connection* allowedConnection, unsigned quotaInBytes);
</del><ins>+    static PassRefPtr&lt;SessionStorageNamespace&gt; create(IPC::Connection* allowedConnection, unsigned quotaInBytes);
</ins><span class="cx">     ~SessionStorageNamespace();
</span><span class="cx"> 
</span><span class="cx">     bool isEmpty() const { return m_storageAreaMap.isEmpty(); }
</span><span class="cx"> 
</span><del>-    CoreIPC::Connection* allowedConnection() const { return m_allowedConnection.get(); }
-    void setAllowedConnection(CoreIPC::Connection*);
</del><ins>+    IPC::Connection* allowedConnection() const { return m_allowedConnection.get(); }
+    void setAllowedConnection(IPC::Connection*);
</ins><span class="cx"> 
</span><span class="cx">     PassRefPtr&lt;StorageArea&gt; getOrCreateStorageArea(PassRefPtr&lt;SecurityOrigin&gt;);
</span><span class="cx"> 
</span><span class="cx">     void cloneTo(SessionStorageNamespace&amp; newSessionStorageNamespace);
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    SessionStorageNamespace(CoreIPC::Connection* allowedConnection, unsigned quotaInBytes);
</del><ins>+    SessionStorageNamespace(IPC::Connection* allowedConnection, unsigned quotaInBytes);
</ins><span class="cx"> 
</span><del>-    RefPtr&lt;CoreIPC::Connection&gt; m_allowedConnection;
</del><ins>+    RefPtr&lt;IPC::Connection&gt; m_allowedConnection;
</ins><span class="cx">     unsigned m_quotaInBytes;
</span><span class="cx"> 
</span><span class="cx">     HashMap&lt;RefPtr&lt;SecurityOrigin&gt;, RefPtr&lt;StorageArea&gt;&gt; m_storageAreaMap;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-PassRefPtr&lt;StorageManager::SessionStorageNamespace&gt; StorageManager::SessionStorageNamespace::create(CoreIPC::Connection* allowedConnection, unsigned quotaInBytes)
</del><ins>+PassRefPtr&lt;StorageManager::SessionStorageNamespace&gt; StorageManager::SessionStorageNamespace::create(IPC::Connection* allowedConnection, unsigned quotaInBytes)
</ins><span class="cx"> {
</span><span class="cx">     return adoptRef(new SessionStorageNamespace(allowedConnection, quotaInBytes));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-StorageManager::SessionStorageNamespace::SessionStorageNamespace(CoreIPC::Connection* allowedConnection, unsigned quotaInBytes)
</del><ins>+StorageManager::SessionStorageNamespace::SessionStorageNamespace(IPC::Connection* allowedConnection, unsigned quotaInBytes)
</ins><span class="cx">     : m_allowedConnection(allowedConnection)
</span><span class="cx">     , m_quotaInBytes(quotaInBytes)
</span><span class="cx"> {
</span><span class="lines">@@ -342,7 +342,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::SessionStorageNamespace::setAllowedConnection(CoreIPC::Connection* allowedConnection)
</del><ins>+void StorageManager::SessionStorageNamespace::setAllowedConnection(IPC::Connection* allowedConnection)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(!allowedConnection || !m_allowedConnection);
</span><span class="cx"> 
</span><span class="lines">@@ -388,9 +388,9 @@
</span><span class="cx">     m_localStorageDatabaseTracker-&gt;setLocalStorageDirectory(localStorageDirectory);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::createSessionStorageNamespace(uint64_t storageNamespaceID, CoreIPC::Connection* allowedConnection, unsigned quotaInBytes)
</del><ins>+void StorageManager::createSessionStorageNamespace(uint64_t storageNamespaceID, IPC::Connection* allowedConnection, unsigned quotaInBytes)
</ins><span class="cx"> {
</span><del>-    m_queue-&gt;dispatch(bind(&amp;StorageManager::createSessionStorageNamespaceInternal, this, storageNamespaceID, RefPtr&lt;CoreIPC::Connection&gt;(allowedConnection), quotaInBytes));
</del><ins>+    m_queue-&gt;dispatch(bind(&amp;StorageManager::createSessionStorageNamespaceInternal, this, storageNamespaceID, RefPtr&lt;IPC::Connection&gt;(allowedConnection), quotaInBytes));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void StorageManager::destroySessionStorageNamespace(uint64_t storageNamespaceID)
</span><span class="lines">@@ -398,9 +398,9 @@
</span><span class="cx">     m_queue-&gt;dispatch(bind(&amp;StorageManager::destroySessionStorageNamespaceInternal, this, storageNamespaceID));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::setAllowedSessionStorageNamespaceConnection(uint64_t storageNamespaceID, CoreIPC::Connection* allowedConnection)
</del><ins>+void StorageManager::setAllowedSessionStorageNamespaceConnection(uint64_t storageNamespaceID, IPC::Connection* allowedConnection)
</ins><span class="cx"> {
</span><del>-    m_queue-&gt;dispatch(bind(&amp;StorageManager::setAllowedSessionStorageNamespaceConnectionInternal, this, storageNamespaceID, RefPtr&lt;CoreIPC::Connection&gt;(allowedConnection)));
</del><ins>+    m_queue-&gt;dispatch(bind(&amp;StorageManager::setAllowedSessionStorageNamespaceConnectionInternal, this, storageNamespaceID, RefPtr&lt;IPC::Connection&gt;(allowedConnection)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void StorageManager::cloneSessionStorageNamespace(uint64_t storageNamespaceID, uint64_t newStorageNamespaceID)
</span><span class="lines">@@ -417,7 +417,7 @@
</span><span class="cx"> {
</span><span class="cx">     webProcessProxy-&gt;connection()-&gt;removeWorkQueueMessageReceiver(Messages::StorageManager::messageReceiverName());
</span><span class="cx"> 
</span><del>-    m_queue-&gt;dispatch(bind(&amp;StorageManager::invalidateConnectionInternal, this, RefPtr&lt;CoreIPC::Connection&gt;(webProcessProxy-&gt;connection())));
</del><ins>+    m_queue-&gt;dispatch(bind(&amp;StorageManager::invalidateConnectionInternal, this, RefPtr&lt;IPC::Connection&gt;(webProcessProxy-&gt;connection())));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void StorageManager::getOrigins(FunctionDispatcher* callbackDispatcher, void* context, void (*callback)(const Vector&lt;RefPtr&lt;WebCore::SecurityOrigin&gt;&gt;&amp; securityOrigins, void* context))
</span><span class="lines">@@ -435,14 +435,14 @@
</span><span class="cx">     m_queue-&gt;dispatch(bind(&amp;StorageManager::deleteAllEntriesInternal, this));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::createLocalStorageMap(CoreIPC::Connection* connection, uint64_t storageMapID, uint64_t storageNamespaceID, const SecurityOriginData&amp; securityOriginData)
</del><ins>+void StorageManager::createLocalStorageMap(IPC::Connection* connection, uint64_t storageMapID, uint64_t storageNamespaceID, const SecurityOriginData&amp; securityOriginData)
</ins><span class="cx"> {
</span><del>-    std::pair&lt;RefPtr&lt;CoreIPC::Connection&gt;, uint64_t&gt; connectionAndStorageMapIDPair(connection, storageMapID);
</del><ins>+    std::pair&lt;RefPtr&lt;IPC::Connection&gt;, uint64_t&gt; connectionAndStorageMapIDPair(connection, storageMapID);
</ins><span class="cx"> 
</span><span class="cx">     // FIXME: This should be a message check.
</span><del>-    ASSERT((HashMap&lt;std::pair&lt;RefPtr&lt;CoreIPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt;::isValidKey(connectionAndStorageMapIDPair)));
</del><ins>+    ASSERT((HashMap&lt;std::pair&lt;RefPtr&lt;IPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt;::isValidKey(connectionAndStorageMapIDPair)));
</ins><span class="cx"> 
</span><del>-    HashMap&lt;std::pair&lt;RefPtr&lt;CoreIPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt;::AddResult result = m_storageAreasByConnection.add(connectionAndStorageMapIDPair, nullptr);
</del><ins>+    HashMap&lt;std::pair&lt;RefPtr&lt;IPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt;::AddResult result = m_storageAreasByConnection.add(connectionAndStorageMapIDPair, nullptr);
</ins><span class="cx"> 
</span><span class="cx">     // FIXME: These should be a message checks.
</span><span class="cx">     ASSERT(result.isNewEntry);
</span><span class="lines">@@ -459,7 +459,7 @@
</span><span class="cx">     result.iterator-&gt;value = storageArea.release();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::createSessionStorageMap(CoreIPC::Connection* connection, uint64_t storageMapID, uint64_t storageNamespaceID, const SecurityOriginData&amp; securityOriginData)
</del><ins>+void StorageManager::createSessionStorageMap(IPC::Connection* connection, uint64_t storageMapID, uint64_t storageNamespaceID, const SecurityOriginData&amp; securityOriginData)
</ins><span class="cx"> {
</span><span class="cx">     // FIXME: This should be a message check.
</span><span class="cx">     ASSERT((HashMap&lt;uint64_t, RefPtr&lt;SessionStorageNamespace&gt;&gt;::isValidKey(storageNamespaceID)));
</span><span class="lines">@@ -470,12 +470,12 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    std::pair&lt;RefPtr&lt;CoreIPC::Connection&gt;, uint64_t&gt; connectionAndStorageMapIDPair(connection, storageMapID);
</del><ins>+    std::pair&lt;RefPtr&lt;IPC::Connection&gt;, uint64_t&gt; connectionAndStorageMapIDPair(connection, storageMapID);
</ins><span class="cx"> 
</span><span class="cx">     // FIXME: This should be a message check.
</span><del>-    ASSERT((HashMap&lt;std::pair&lt;RefPtr&lt;CoreIPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt;::isValidKey(connectionAndStorageMapIDPair)));
</del><ins>+    ASSERT((HashMap&lt;std::pair&lt;RefPtr&lt;IPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt;::isValidKey(connectionAndStorageMapIDPair)));
</ins><span class="cx"> 
</span><del>-    HashMap&lt;std::pair&lt;RefPtr&lt;CoreIPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt;::AddResult result = m_storageAreasByConnection.add(connectionAndStorageMapIDPair, nullptr);
</del><ins>+    HashMap&lt;std::pair&lt;RefPtr&lt;IPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt;::AddResult result = m_storageAreasByConnection.add(connectionAndStorageMapIDPair, nullptr);
</ins><span class="cx"> 
</span><span class="cx">     // FIXME: This should be a message check.
</span><span class="cx">     ASSERT(result.isNewEntry);
</span><span class="lines">@@ -489,14 +489,14 @@
</span><span class="cx">     result.iterator-&gt;value = storageArea.release();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::destroyStorageMap(CoreIPC::Connection* connection, uint64_t storageMapID)
</del><ins>+void StorageManager::destroyStorageMap(IPC::Connection* connection, uint64_t storageMapID)
</ins><span class="cx"> {
</span><del>-    std::pair&lt;RefPtr&lt;CoreIPC::Connection&gt;, uint64_t&gt; connectionAndStorageMapIDPair(connection, storageMapID);
</del><ins>+    std::pair&lt;RefPtr&lt;IPC::Connection&gt;, uint64_t&gt; connectionAndStorageMapIDPair(connection, storageMapID);
</ins><span class="cx"> 
</span><span class="cx">     // FIXME: This should be a message check.
</span><del>-    ASSERT((HashMap&lt;std::pair&lt;RefPtr&lt;CoreIPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt;::isValidKey(connectionAndStorageMapIDPair)));
</del><ins>+    ASSERT((HashMap&lt;std::pair&lt;RefPtr&lt;IPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt;::isValidKey(connectionAndStorageMapIDPair)));
</ins><span class="cx"> 
</span><del>-    HashMap&lt;std::pair&lt;RefPtr&lt;CoreIPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt;::iterator it = m_storageAreasByConnection.find(connectionAndStorageMapIDPair);
</del><ins>+    HashMap&lt;std::pair&lt;RefPtr&lt;IPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt;::iterator it = m_storageAreasByConnection.find(connectionAndStorageMapIDPair);
</ins><span class="cx">     if (it == m_storageAreasByConnection.end()) {
</span><span class="cx">         // The connection has been removed because the last page was closed.
</span><span class="cx">         return;
</span><span class="lines">@@ -506,7 +506,7 @@
</span><span class="cx">     m_storageAreasByConnection.remove(connectionAndStorageMapIDPair);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::getValues(CoreIPC::Connection* connection, uint64_t storageMapID, uint64_t storageMapSeed, HashMap&lt;String, String&gt;&amp; values)
</del><ins>+void StorageManager::getValues(IPC::Connection* connection, uint64_t storageMapID, uint64_t storageMapSeed, HashMap&lt;String, String&gt;&amp; values)
</ins><span class="cx"> {
</span><span class="cx">     StorageArea* storageArea = findStorageArea(connection, storageMapID);
</span><span class="cx">     if (!storageArea) {
</span><span class="lines">@@ -518,7 +518,7 @@
</span><span class="cx">     connection-&gt;send(Messages::StorageAreaMap::DidGetValues(storageMapSeed), storageMapID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::setItem(CoreIPC::Connection* connection, uint64_t storageMapID, uint64_t sourceStorageAreaID, uint64_t storageMapSeed, const String&amp; key, const String&amp; value, const String&amp; urlString)
</del><ins>+void StorageManager::setItem(IPC::Connection* connection, uint64_t storageMapID, uint64_t sourceStorageAreaID, uint64_t storageMapSeed, const String&amp; key, const String&amp; value, const String&amp; urlString)
</ins><span class="cx"> {
</span><span class="cx">     StorageArea* storageArea = findStorageArea(connection, storageMapID);
</span><span class="cx">     if (!storageArea) {
</span><span class="lines">@@ -531,7 +531,7 @@
</span><span class="cx">     connection-&gt;send(Messages::StorageAreaMap::DidSetItem(storageMapSeed, key, quotaError), storageMapID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::removeItem(CoreIPC::Connection* connection, uint64_t storageMapID, uint64_t sourceStorageAreaID, uint64_t storageMapSeed, const String&amp; key, const String&amp; urlString)
</del><ins>+void StorageManager::removeItem(IPC::Connection* connection, uint64_t storageMapID, uint64_t sourceStorageAreaID, uint64_t storageMapSeed, const String&amp; key, const String&amp; urlString)
</ins><span class="cx"> {
</span><span class="cx">     StorageArea* storageArea = findStorageArea(connection, storageMapID);
</span><span class="cx">     if (!storageArea) {
</span><span class="lines">@@ -543,7 +543,7 @@
</span><span class="cx">     connection-&gt;send(Messages::StorageAreaMap::DidRemoveItem(storageMapSeed, key), storageMapID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::clear(CoreIPC::Connection* connection, uint64_t storageMapID, uint64_t sourceStorageAreaID, uint64_t storageMapSeed, const String&amp; urlString)
</del><ins>+void StorageManager::clear(IPC::Connection* connection, uint64_t storageMapID, uint64_t sourceStorageAreaID, uint64_t storageMapSeed, const String&amp; urlString)
</ins><span class="cx"> {
</span><span class="cx">     StorageArea* storageArea = findStorageArea(connection, storageMapID);
</span><span class="cx">     if (!storageArea) {
</span><span class="lines">@@ -555,7 +555,7 @@
</span><span class="cx">     connection-&gt;send(Messages::StorageAreaMap::DidClear(storageMapSeed), storageMapID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::createSessionStorageNamespaceInternal(uint64_t storageNamespaceID, CoreIPC::Connection* allowedConnection, unsigned quotaInBytes)
</del><ins>+void StorageManager::createSessionStorageNamespaceInternal(uint64_t storageNamespaceID, IPC::Connection* allowedConnection, unsigned quotaInBytes)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(!m_sessionStorageNamespaces.contains(storageNamespaceID));
</span><span class="cx"> 
</span><span class="lines">@@ -568,7 +568,7 @@
</span><span class="cx">     m_sessionStorageNamespaces.remove(storageNamespaceID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::setAllowedSessionStorageNamespaceConnectionInternal(uint64_t storageNamespaceID, CoreIPC::Connection* allowedConnection)
</del><ins>+void StorageManager::setAllowedSessionStorageNamespaceConnectionInternal(uint64_t storageNamespaceID, IPC::Connection* allowedConnection)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(m_sessionStorageNamespaces.contains(storageNamespaceID));
</span><span class="cx"> 
</span><span class="lines">@@ -586,11 +586,11 @@
</span><span class="cx">     sessionStorageNamespace-&gt;cloneTo(*newSessionStorageNamespace);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void StorageManager::invalidateConnectionInternal(CoreIPC::Connection* connection)
</del><ins>+void StorageManager::invalidateConnectionInternal(IPC::Connection* connection)
</ins><span class="cx"> {
</span><del>-    Vector&lt;std::pair&lt;RefPtr&lt;CoreIPC::Connection&gt;, uint64_t&gt;&gt; connectionAndStorageMapIDPairsToRemove;
-    HashMap&lt;std::pair&lt;RefPtr&lt;CoreIPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt; storageAreasByConnection = m_storageAreasByConnection;
-    for (HashMap&lt;std::pair&lt;RefPtr&lt;CoreIPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt;::const_iterator it = storageAreasByConnection.begin(), end = storageAreasByConnection.end(); it != end; ++it) {
</del><ins>+    Vector&lt;std::pair&lt;RefPtr&lt;IPC::Connection&gt;, uint64_t&gt;&gt; connectionAndStorageMapIDPairsToRemove;
+    HashMap&lt;std::pair&lt;RefPtr&lt;IPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt; storageAreasByConnection = m_storageAreasByConnection;
+    for (HashMap&lt;std::pair&lt;RefPtr&lt;IPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt;::const_iterator it = storageAreasByConnection.begin(), end = storageAreasByConnection.end(); it != end; ++it) {
</ins><span class="cx">         if (it-&gt;key.first != connection)
</span><span class="cx">             continue;
</span><span class="cx"> 
</span><span class="lines">@@ -602,10 +602,10 @@
</span><span class="cx">         m_storageAreasByConnection.remove(connectionAndStorageMapIDPairsToRemove[i]);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-StorageManager::StorageArea* StorageManager::findStorageArea(CoreIPC::Connection* connection, uint64_t storageMapID) const
</del><ins>+StorageManager::StorageArea* StorageManager::findStorageArea(IPC::Connection* connection, uint64_t storageMapID) const
</ins><span class="cx"> {
</span><del>-    std::pair&lt;CoreIPC::Connection*, uint64_t&gt; connectionAndStorageMapIDPair(connection, storageMapID);
-    if (!HashMap&lt;std::pair&lt;RefPtr&lt;CoreIPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt;::isValidKey(connectionAndStorageMapIDPair))
</del><ins>+    std::pair&lt;IPC::Connection*, uint64_t&gt; connectionAndStorageMapIDPair(connection, storageMapID);
+    if (!HashMap&lt;std::pair&lt;RefPtr&lt;IPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt;::isValidKey(connectionAndStorageMapIDPair))
</ins><span class="cx">         return 0;
</span><span class="cx"> 
</span><span class="cx">     return m_storageAreasByConnection.get(connectionAndStorageMapIDPair);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessStorageStorageManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Storage/StorageManager.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Storage/StorageManager.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/Storage/StorageManager.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -44,16 +44,16 @@
</span><span class="cx"> class LocalStorageDatabaseTracker;
</span><span class="cx"> class WebProcessProxy;
</span><span class="cx"> 
</span><del>-class StorageManager : public CoreIPC::Connection::WorkQueueMessageReceiver {
</del><ins>+class StorageManager : public IPC::Connection::WorkQueueMessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     static PassRefPtr&lt;StorageManager&gt; create();
</span><span class="cx">     ~StorageManager();
</span><span class="cx"> 
</span><span class="cx">     void setLocalStorageDirectory(const String&amp;);
</span><span class="cx"> 
</span><del>-    void createSessionStorageNamespace(uint64_t storageNamespaceID, CoreIPC::Connection* allowedConnection, unsigned quotaInBytes);
</del><ins>+    void createSessionStorageNamespace(uint64_t storageNamespaceID, IPC::Connection* allowedConnection, unsigned quotaInBytes);
</ins><span class="cx">     void destroySessionStorageNamespace(uint64_t storageNamespaceID);
</span><del>-    void setAllowedSessionStorageNamespaceConnection(uint64_t storageNamespaceID, CoreIPC::Connection* allowedConnection);
</del><ins>+    void setAllowedSessionStorageNamespaceConnection(uint64_t storageNamespaceID, IPC::Connection* allowedConnection);
</ins><span class="cx">     void cloneSessionStorageNamespace(uint64_t storageNamespaceID, uint64_t newStorageNamespaceID);
</span><span class="cx"> 
</span><span class="cx">     void processWillOpenConnection(WebProcessProxy*);
</span><span class="lines">@@ -68,29 +68,29 @@
</span><span class="cx"> private:
</span><span class="cx">     StorageManager();
</span><span class="cx"> 
</span><del>-    // CoreIPC::Connection::WorkQueueMessageReceiver.
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp; replyEncoder) OVERRIDE;
</del><ins>+    // IPC::Connection::WorkQueueMessageReceiver.
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp; replyEncoder) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // Message handlers.
</span><del>-    void createLocalStorageMap(CoreIPC::Connection*, uint64_t storageMapID, uint64_t storageNamespaceID, const SecurityOriginData&amp;);
-    void createSessionStorageMap(CoreIPC::Connection*, uint64_t storageMapID, uint64_t storageNamespaceID, const SecurityOriginData&amp;);
-    void destroyStorageMap(CoreIPC::Connection*, uint64_t storageMapID);
</del><ins>+    void createLocalStorageMap(IPC::Connection*, uint64_t storageMapID, uint64_t storageNamespaceID, const SecurityOriginData&amp;);
+    void createSessionStorageMap(IPC::Connection*, uint64_t storageMapID, uint64_t storageNamespaceID, const SecurityOriginData&amp;);
+    void destroyStorageMap(IPC::Connection*, uint64_t storageMapID);
</ins><span class="cx"> 
</span><del>-    void getValues(CoreIPC::Connection*, uint64_t storageMapID, uint64_t storageMapSeed, HashMap&lt;String, String&gt;&amp; values);
-    void setItem(CoreIPC::Connection*, uint64_t storageAreaID, uint64_t sourceStorageAreaID, uint64_t storageMapSeed, const String&amp; key, const String&amp; value, const String&amp; urlString);
-    void removeItem(CoreIPC::Connection*, uint64_t storageMapID, uint64_t sourceStorageAreaID, uint64_t storageMapSeed, const String&amp; key, const String&amp; urlString);
-    void clear(CoreIPC::Connection*, uint64_t storageMapID, uint64_t sourceStorageAreaID, uint64_t storageMapSeed, const String&amp; urlString);
</del><ins>+    void getValues(IPC::Connection*, uint64_t storageMapID, uint64_t storageMapSeed, HashMap&lt;String, String&gt;&amp; values);
+    void setItem(IPC::Connection*, uint64_t storageAreaID, uint64_t sourceStorageAreaID, uint64_t storageMapSeed, const String&amp; key, const String&amp; value, const String&amp; urlString);
+    void removeItem(IPC::Connection*, uint64_t storageMapID, uint64_t sourceStorageAreaID, uint64_t storageMapSeed, const String&amp; key, const String&amp; urlString);
+    void clear(IPC::Connection*, uint64_t storageMapID, uint64_t sourceStorageAreaID, uint64_t storageMapSeed, const String&amp; urlString);
</ins><span class="cx"> 
</span><del>-    void createSessionStorageNamespaceInternal(uint64_t storageNamespaceID, CoreIPC::Connection* allowedConnection, unsigned quotaInBytes);
</del><ins>+    void createSessionStorageNamespaceInternal(uint64_t storageNamespaceID, IPC::Connection* allowedConnection, unsigned quotaInBytes);
</ins><span class="cx">     void destroySessionStorageNamespaceInternal(uint64_t storageNamespaceID);
</span><del>-    void setAllowedSessionStorageNamespaceConnectionInternal(uint64_t storageNamespaceID, CoreIPC::Connection* allowedConnection);
</del><ins>+    void setAllowedSessionStorageNamespaceConnectionInternal(uint64_t storageNamespaceID, IPC::Connection* allowedConnection);
</ins><span class="cx">     void cloneSessionStorageNamespaceInternal(uint64_t storageNamespaceID, uint64_t newStorageNamespaceID);
</span><span class="cx"> 
</span><del>-    void invalidateConnectionInternal(CoreIPC::Connection*);
</del><ins>+    void invalidateConnectionInternal(IPC::Connection*);
</ins><span class="cx"> 
</span><span class="cx">     class StorageArea;
</span><del>-    StorageArea* findStorageArea(CoreIPC::Connection*, uint64_t) const;
</del><ins>+    StorageArea* findStorageArea(IPC::Connection*, uint64_t) const;
</ins><span class="cx"> 
</span><span class="cx">     class LocalStorageNamespace;
</span><span class="cx">     LocalStorageNamespace* getOrCreateLocalStorageNamespace(uint64_t storageNamespaceID);
</span><span class="lines">@@ -107,7 +107,7 @@
</span><span class="cx">     class SessionStorageNamespace;
</span><span class="cx">     HashMap&lt;uint64_t, RefPtr&lt;SessionStorageNamespace&gt;&gt; m_sessionStorageNamespaces;
</span><span class="cx"> 
</span><del>-    HashMap&lt;std::pair&lt;RefPtr&lt;CoreIPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt; m_storageAreasByConnection;
</del><ins>+    HashMap&lt;std::pair&lt;RefPtr&lt;IPC::Connection&gt;, uint64_t&gt;, RefPtr&lt;StorageArea&gt;&gt; m_storageAreasByConnection;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebKit
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebApplicationCacheManagerProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class Connection;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx"> 
</span><span class="cx"> typedef GenericCallback&lt;WKArrayRef&gt; ArrayCallback;
</span><span class="cx"> 
</span><del>-class WebApplicationCacheManagerProxy : public API::ObjectImpl&lt;API::Object::Type::ApplicationCacheManager&gt;, public WebContextSupplement, private CoreIPC::MessageReceiver {
</del><ins>+class WebApplicationCacheManagerProxy : public API::ObjectImpl&lt;API::Object::Type::ApplicationCacheManager&gt;, public WebContextSupplement, private IPC::MessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     static const char* supplementName();
</span><span class="cx"> 
</span><span class="lines">@@ -71,8 +71,8 @@
</span><span class="cx">     virtual void refWebContextSupplement() OVERRIDE;
</span><span class="cx">     virtual void derefWebContextSupplement() OVERRIDE;
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     HashMap&lt;uint64_t, RefPtr&lt;ArrayCallback&gt;&gt; m_arrayCallbacks;
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebConnectionToWebProcesscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebConnectionToWebProcess.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebConnectionToWebProcess.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebConnectionToWebProcess.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -50,12 +50,12 @@
</span><span class="cx"> 
</span><span class="cx"> // WebConnection
</span><span class="cx"> 
</span><del>-void WebConnectionToWebProcess::encodeMessageBody(CoreIPC::ArgumentEncoder&amp; encoder, API::Object* messageBody)
</del><ins>+void WebConnectionToWebProcess::encodeMessageBody(IPC::ArgumentEncoder&amp; encoder, API::Object* messageBody)
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; WebContextUserMessageEncoder(messageBody, *m_process);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebConnectionToWebProcess::decodeMessageBody(CoreIPC::ArgumentDecoder&amp; decoder, RefPtr&lt;API::Object&gt;&amp; messageBody)
</del><ins>+bool WebConnectionToWebProcess::decodeMessageBody(IPC::ArgumentDecoder&amp; decoder, RefPtr&lt;API::Object&gt;&amp; messageBody)
</ins><span class="cx"> {
</span><span class="cx">     WebContextUserMessageDecoder messageBodyDecoder(messageBody, *m_process);
</span><span class="cx">     return decoder.decode(messageBodyDecoder);
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx">     return m_process;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-CoreIPC::Connection* WebConnectionToWebProcess::messageSenderConnection()
</del><ins>+IPC::Connection* WebConnectionToWebProcess::messageSenderConnection()
</ins><span class="cx"> {
</span><span class="cx">     return m_process-&gt;connection();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebConnectionToWebProcessh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebConnectionToWebProcess.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebConnectionToWebProcess.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebConnectionToWebProcess.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -44,12 +44,12 @@
</span><span class="cx">     WebConnectionToWebProcess(WebProcessProxy*);
</span><span class="cx"> 
</span><span class="cx">     // WebConnection
</span><del>-    virtual void encodeMessageBody(CoreIPC::ArgumentEncoder&amp;, API::Object*) OVERRIDE;
-    virtual bool decodeMessageBody(CoreIPC::ArgumentDecoder&amp;, RefPtr&lt;API::Object&gt;&amp;) OVERRIDE;
</del><ins>+    virtual void encodeMessageBody(IPC::ArgumentEncoder&amp;, API::Object*) OVERRIDE;
+    virtual bool decodeMessageBody(IPC::ArgumentDecoder&amp;, RefPtr&lt;API::Object&gt;&amp;) OVERRIDE;
</ins><span class="cx">     virtual bool hasValidConnection() const OVERRIDE;
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageSender
-    virtual CoreIPC::Connection* messageSenderConnection() OVERRIDE;
</del><ins>+    // IPC::MessageSender
+    virtual IPC::Connection* messageSenderConnection() OVERRIDE;
</ins><span class="cx">     virtual uint64_t messageSenderDestinationID() OVERRIDE;
</span><span class="cx"> 
</span><span class="cx">     WebProcessProxy* m_process;
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebContextcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebContext.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebContext.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebContext.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -297,7 +297,7 @@
</span><span class="cx">         m_webProcessCountLimit = maximumNumberOfProcesses;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-CoreIPC::Connection* WebContext::networkingProcessConnection()
</del><ins>+IPC::Connection* WebContext::networkingProcessConnection()
</ins><span class="cx"> {
</span><span class="cx">     switch (m_processModel) {
</span><span class="cx">     case ProcessModelSharedSecondaryProcess:
</span><span class="lines">@@ -478,7 +478,7 @@
</span><span class="cx">     s_invalidMessageCallback = invalidMessageCallback;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebContext::didReceiveInvalidMessage(const CoreIPC::StringReference&amp; messageReceiverName, const CoreIPC::StringReference&amp; messageName)
</del><ins>+void WebContext::didReceiveInvalidMessage(const IPC::StringReference&amp; messageReceiverName, const IPC::StringReference&amp; messageName)
</ins><span class="cx"> {
</span><span class="cx">     if (!s_invalidMessageCallback)
</span><span class="cx">         return;
</span><span class="lines">@@ -597,11 +597,11 @@
</span><span class="cx">         for (size_t i = 0; i != m_messagesToInjectedBundlePostedToEmptyContext.size(); ++i) {
</span><span class="cx">             pair&lt;String, RefPtr&lt;API::Object&gt;&gt;&amp; message = m_messagesToInjectedBundlePostedToEmptyContext[i];
</span><span class="cx"> 
</span><del>-            CoreIPC::ArgumentEncoder messageData;
</del><ins>+            IPC::ArgumentEncoder messageData;
</ins><span class="cx"> 
</span><span class="cx">             messageData.encode(message.first);
</span><span class="cx">             messageData.encode(WebContextUserMessageEncoder(message.second.get(), *process));
</span><del>-            process-&gt;send(Messages::WebProcess::PostInjectedBundleMessage(CoreIPC::DataReference(messageData.buffer(), messageData.bufferSize())), 0);
</del><ins>+            process-&gt;send(Messages::WebProcess::PostInjectedBundleMessage(IPC::DataReference(messageData.buffer(), messageData.bufferSize())), 0);
</ins><span class="cx">         }
</span><span class="cx">         m_messagesToInjectedBundlePostedToEmptyContext.clear();
</span><span class="cx">     } else
</span><span class="lines">@@ -778,11 +778,11 @@
</span><span class="cx"> 
</span><span class="cx">     for (auto process : m_processes) {
</span><span class="cx">         // FIXME: Return early if the message body contains any references to WKPageRefs/WKFrameRefs etc. since they're local to a process.
</span><del>-        CoreIPC::ArgumentEncoder messageData;
</del><ins>+        IPC::ArgumentEncoder messageData;
</ins><span class="cx">         messageData.encode(messageName);
</span><span class="cx">         messageData.encode(WebContextUserMessageEncoder(messageBody, *process.get()));
</span><span class="cx"> 
</span><del>-        process-&gt;send(Messages::WebProcess::PostInjectedBundleMessage(CoreIPC::DataReference(messageData.buffer(), messageData.bufferSize())), 0);
</del><ins>+        process-&gt;send(Messages::WebProcess::PostInjectedBundleMessage(IPC::DataReference(messageData.buffer(), messageData.bufferSize())), 0);
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -941,32 +941,32 @@
</span><span class="cx">     return ensureSharedWebProcess().createDownloadProxy();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebContext::addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver&amp; messageReceiver)
</del><ins>+void WebContext::addMessageReceiver(IPC::StringReference messageReceiverName, IPC::MessageReceiver&amp; messageReceiver)
</ins><span class="cx"> {
</span><span class="cx">     m_messageReceiverMap.addMessageReceiver(messageReceiverName, messageReceiver);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebContext::addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver&amp; messageReceiver)
</del><ins>+void WebContext::addMessageReceiver(IPC::StringReference messageReceiverName, uint64_t destinationID, IPC::MessageReceiver&amp; messageReceiver)
</ins><span class="cx"> {
</span><span class="cx">     m_messageReceiverMap.addMessageReceiver(messageReceiverName, destinationID, messageReceiver);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebContext::removeMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID)
</del><ins>+void WebContext::removeMessageReceiver(IPC::StringReference messageReceiverName, uint64_t destinationID)
</ins><span class="cx"> {
</span><span class="cx">     m_messageReceiverMap.removeMessageReceiver(messageReceiverName, destinationID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebContext::dispatchMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+bool WebContext::dispatchMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     return m_messageReceiverMap.dispatchMessage(connection, decoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebContext::dispatchSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp; replyEncoder)
</del><ins>+bool WebContext::dispatchSyncMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp; replyEncoder)
</ins><span class="cx"> {
</span><span class="cx">     return m_messageReceiverMap.dispatchSyncMessage(connection, decoder, replyEncoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebContext::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebContext::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     if (decoder.messageReceiverName() == Messages::WebContext::messageReceiverName()) {
</span><span class="cx">         didReceiveWebContextMessage(connection, decoder);
</span><span class="lines">@@ -990,7 +990,7 @@
</span><span class="cx">     ASSERT_NOT_REACHED();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebContext::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp; replyEncoder)
</del><ins>+void WebContext::didReceiveSyncMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp; replyEncoder)
</ins><span class="cx"> {
</span><span class="cx">     if (decoder.messageReceiverName() == Messages::WebContext::messageReceiverName()) {
</span><span class="cx">         didReceiveSyncWebContextMessage(connection, decoder, replyEncoder);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebContexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebContext.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebContext.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebContext.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -85,7 +85,7 @@
</span><span class="cx"> struct NetworkProcessCreationParameters;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-class WebContext : public API::ObjectImpl&lt;API::Object::Type::Context&gt;, private CoreIPC::MessageReceiver
</del><ins>+class WebContext : public API::ObjectImpl&lt;API::Object::Type::Context&gt;, private IPC::MessageReceiver
</ins><span class="cx"> #if ENABLE(NETSCAPE_PLUGIN_API)
</span><span class="cx">     , private PluginInfoStoreClient
</span><span class="cx"> #endif
</span><span class="lines">@@ -110,12 +110,12 @@
</span><span class="cx">         m_supplements.add(T::supplementName(), T::create(this));
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver&amp;);
-    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver&amp;);
-    void removeMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID);
</del><ins>+    void addMessageReceiver(IPC::StringReference messageReceiverName, IPC::MessageReceiver&amp;);
+    void addMessageReceiver(IPC::StringReference messageReceiverName, uint64_t destinationID, IPC::MessageReceiver&amp;);
+    void removeMessageReceiver(IPC::StringReference messageReceiverName, uint64_t destinationID);
</ins><span class="cx"> 
</span><del>-    bool dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
-    bool dispatchSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;);
</del><ins>+    bool dispatchMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
+    bool dispatchSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;);
</ins><span class="cx"> 
</span><span class="cx">     void initializeClient(const WKContextClientBase*);
</span><span class="cx">     void initializeInjectedBundleClient(const WKContextInjectedBundleClientBase*);
</span><span class="lines">@@ -130,7 +130,7 @@
</span><span class="cx">     unsigned maximumNumberOfProcesses() const { return m_webProcessCountLimit; }
</span><span class="cx"> 
</span><span class="cx">     // WebProcess or NetworkProcess as approporiate for current process model. The connection must be non-null.
</span><del>-    CoreIPC::Connection* networkingProcessConnection();
</del><ins>+    IPC::Connection* networkingProcessConnection();
</ins><span class="cx"> 
</span><span class="cx">     template&lt;typename T&gt; void sendToAllProcesses(const T&amp; message);
</span><span class="cx">     template&lt;typename T&gt; void sendToAllProcessesRelaunchingThemIfNecessary(const T&amp; message);
</span><span class="lines">@@ -186,8 +186,8 @@
</span><span class="cx">     void addVisitedLinkHash(WebCore::LinkHash);
</span><span class="cx"> 
</span><span class="cx">     // MessageReceiver.
</span><del>-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;) OVERRIDE;
</del><ins>+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     void setCacheModel(CacheModel);
</span><span class="cx">     CacheModel cacheModel() const { return m_cacheModel; }
</span><span class="lines">@@ -300,7 +300,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx">     static void setInvalidMessageCallback(void (*)(WKStringRef));
</span><del>-    static void didReceiveInvalidMessage(const CoreIPC::StringReference&amp; messageReceiverName, const CoreIPC::StringReference&amp; messageName);
</del><ins>+    static void didReceiveInvalidMessage(const IPC::StringReference&amp; messageReceiverName, const IPC::StringReference&amp; messageName);
</ins><span class="cx"> 
</span><span class="cx">     void processDidCachePage(WebProcessProxy*);
</span><span class="cx"> 
</span><span class="lines">@@ -366,8 +366,8 @@
</span><span class="cx">     void didGetStatistics(const StatisticsData&amp;, uint64_t callbackID);
</span><span class="cx">         
</span><span class="cx">     // Implemented in generated WebContextMessageReceiver.cpp
</span><del>-    void didReceiveWebContextMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
-    void didReceiveSyncWebContextMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;);
</del><ins>+    void didReceiveWebContextMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
+    void didReceiveSyncWebContextMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;);
</ins><span class="cx"> 
</span><span class="cx">     static void languageChanged(void* context);
</span><span class="cx">     void languageChanged();
</span><span class="lines">@@ -405,7 +405,7 @@
</span><span class="cx">     virtual void pluginInfoStoreDidLoadPlugins(PluginInfoStore*) OVERRIDE;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-    CoreIPC::MessageReceiverMap m_messageReceiverMap;
</del><ins>+    IPC::MessageReceiverMap m_messageReceiverMap;
</ins><span class="cx"> 
</span><span class="cx">     ProcessModel m_processModel;
</span><span class="cx">     unsigned m_webProcessCountLimit; // The limit has no effect when process model is ProcessModelSharedSecondaryProcess.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebContextUserMessageCodersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebContextUserMessageCoders.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebContextUserMessageCoders.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebContextUserMessageCoders.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+    void encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx">     {
</span><span class="cx">         API::Object::Type type = API::Object::Type::Null;
</span><span class="cx">         if (baseEncode(encoder, *this, type))
</span><span class="lines">@@ -117,7 +117,7 @@
</span><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    static bool decode(CoreIPC::ArgumentDecoder&amp; decoder, WebContextUserMessageDecoder&amp; coder)
</del><ins>+    static bool decode(IPC::ArgumentDecoder&amp; decoder, WebContextUserMessageDecoder&amp; coder)
</ins><span class="cx">     {
</span><span class="cx">         API::Object::Type type = API::Object::Type::Null;
</span><span class="cx">         if (!Base::baseDecode(decoder, coder, type))
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebCookieManagerProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx"> typedef GenericCallback&lt;WKArrayRef&gt; ArrayCallback;
</span><span class="cx"> typedef GenericCallback&lt;WKHTTPCookieAcceptPolicy, HTTPCookieAcceptPolicy&gt; HTTPCookieAcceptPolicyCallback;
</span><span class="cx"> 
</span><del>-class WebCookieManagerProxy : public API::ObjectImpl&lt;API::Object::Type::CookieManager&gt;, public WebContextSupplement, private CoreIPC::MessageReceiver {
</del><ins>+class WebCookieManagerProxy : public API::ObjectImpl&lt;API::Object::Type::CookieManager&gt;, public WebContextSupplement, private IPC::MessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     static const char* supplementName();
</span><span class="cx"> 
</span><span class="lines">@@ -94,8 +94,8 @@
</span><span class="cx">     virtual void refWebContextSupplement() OVERRIDE;
</span><span class="cx">     virtual void derefWebContextSupplement() OVERRIDE;
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx">     void persistHTTPCookieAcceptPolicy(HTTPCookieAcceptPolicy);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebDatabaseManagerProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx"> 
</span><span class="cx"> typedef GenericCallback&lt;WKArrayRef&gt; ArrayCallback;
</span><span class="cx"> 
</span><del>-class WebDatabaseManagerProxy : public API::ObjectImpl&lt;API::Object::Type::DatabaseManager&gt;, public WebContextSupplement, private CoreIPC::MessageReceiver {
</del><ins>+class WebDatabaseManagerProxy : public API::ObjectImpl&lt;API::Object::Type::DatabaseManager&gt;, public WebContextSupplement, private IPC::MessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     static const char* supplementName();
</span><span class="cx"> 
</span><span class="lines">@@ -84,8 +84,8 @@
</span><span class="cx">     virtual void refWebContextSupplement() OVERRIDE;
</span><span class="cx">     virtual void derefWebContextSupplement() OVERRIDE;
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // Message handlers.
</span><span class="cx">     void didGetDatabasesByOrigin(const Vector&lt;OriginAndDatabases&gt;&amp; originAndDatabases, uint64_t callbackID);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebEditCommandProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebEditCommandProxy.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebEditCommandProxy.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebEditCommandProxy.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">     if (!m_page || !m_page-&gt;isValid())
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    m_page-&gt;process().send(Messages::WebPage::UnapplyEditCommand(m_commandID), m_page-&gt;pageID(), CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply);
</del><ins>+    m_page-&gt;process().send(Messages::WebPage::UnapplyEditCommand(m_commandID), m_page-&gt;pageID(), IPC::DispatchMessageEvenWhenWaitingForSyncReply);
</ins><span class="cx">     m_page-&gt;registerEditCommand(this, WebPageProxy::Redo);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -64,7 +64,7 @@
</span><span class="cx">     if (!m_page || !m_page-&gt;isValid())
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    m_page-&gt;process().send(Messages::WebPage::ReapplyEditCommand(m_commandID), m_page-&gt;pageID(), CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply);
</del><ins>+    m_page-&gt;process().send(Messages::WebPage::ReapplyEditCommand(m_commandID), m_page-&gt;pageID(), IPC::DispatchMessageEvenWhenWaitingForSyncReply);
</ins><span class="cx">     m_page-&gt;registerEditCommand(this, WebPageProxy::Undo);
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebFrameProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebFrameProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebFrameProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebFrameProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class Connection;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebFullScreenManagerProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebFullScreenManagerProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebFullScreenManagerProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebFullScreenManagerProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">     virtual void beganExitFullScreen(const WebCore::IntRect&amp; initialFrame, const WebCore::IntRect&amp; finalFrame) = 0;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-class WebFullScreenManagerProxy : public RefCounted&lt;WebFullScreenManagerProxy&gt;, public CoreIPC::MessageReceiver {
</del><ins>+class WebFullScreenManagerProxy : public RefCounted&lt;WebFullScreenManagerProxy&gt;, public IPC::MessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     static PassRefPtr&lt;WebFullScreenManagerProxy&gt; create(WebPageProxy&amp;, WebFullScreenManagerProxyClient&amp;);
</span><span class="cx">     virtual ~WebFullScreenManagerProxy();
</span><span class="lines">@@ -81,8 +81,8 @@
</span><span class="cx">     void beganEnterFullScreen(const WebCore::IntRect&amp; initialFrame, const WebCore::IntRect&amp; finalFrame);
</span><span class="cx">     void beganExitFullScreen(const WebCore::IntRect&amp; initialFrame, const WebCore::IntRect&amp; finalFrame);
</span><span class="cx"> 
</span><del>-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;) OVERRIDE;
</del><ins>+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     WebPageProxy* m_page;
</span><span class="cx">     WebFullScreenManagerProxyClient* m_client;
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebGeolocationManagerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebGeolocationManagerProxy.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebGeolocationManagerProxy.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebGeolocationManagerProxy.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -99,7 +99,7 @@
</span><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-void WebGeolocationManagerProxy::startUpdating(CoreIPC::Connection* connection)
</del><ins>+void WebGeolocationManagerProxy::startUpdating(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx">     bool wasUpdating = isUpdating();
</span><span class="cx">     m_updateRequesters.add(connection-&gt;client());
</span><span class="lines">@@ -109,12 +109,12 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebGeolocationManagerProxy::stopUpdating(CoreIPC::Connection* connection)
</del><ins>+void WebGeolocationManagerProxy::stopUpdating(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx">     removeRequester(connection-&gt;client());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebGeolocationManagerProxy::removeRequester(const CoreIPC::Connection::Client* client)
</del><ins>+void WebGeolocationManagerProxy::removeRequester(const IPC::Connection::Client* client)
</ins><span class="cx"> {
</span><span class="cx">     bool wasUpdating = isUpdating();
</span><span class="cx">     bool highAccuracyWasEnabled = isHighAccuracyEnabled();
</span><span class="lines">@@ -131,7 +131,7 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebGeolocationManagerProxy::setEnableHighAccuracy(CoreIPC::Connection* connection, bool enabled)
</del><ins>+void WebGeolocationManagerProxy::setEnableHighAccuracy(IPC::Connection* connection, bool enabled)
</ins><span class="cx"> {
</span><span class="cx">     bool highAccuracyWasEnabled = isHighAccuracyEnabled();
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebGeolocationManagerProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebGeolocationManagerProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebGeolocationManagerProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebGeolocationManagerProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx"> class WebContext;
</span><span class="cx"> class WebGeolocationPosition;
</span><span class="cx"> 
</span><del>-class WebGeolocationManagerProxy : public API::ObjectImpl&lt;API::Object::Type::GeolocationManager&gt;, public WebContextSupplement, private CoreIPC::MessageReceiver {
</del><ins>+class WebGeolocationManagerProxy : public API::ObjectImpl&lt;API::Object::Type::GeolocationManager&gt;, public WebContextSupplement, private IPC::MessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     static const char* supplementName();
</span><span class="cx"> 
</span><span class="lines">@@ -65,19 +65,19 @@
</span><span class="cx">     virtual void refWebContextSupplement() OVERRIDE;
</span><span class="cx">     virtual void derefWebContextSupplement() OVERRIDE;
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     bool isUpdating() const { return !m_updateRequesters.isEmpty(); }
</span><span class="cx">     bool isHighAccuracyEnabled() const { return !m_highAccuracyRequesters.isEmpty(); }
</span><span class="cx"> 
</span><del>-    void startUpdating(CoreIPC::Connection*);
-    void stopUpdating(CoreIPC::Connection*);
-    void removeRequester(const CoreIPC::Connection::Client*);
-    void setEnableHighAccuracy(CoreIPC::Connection*, bool);
</del><ins>+    void startUpdating(IPC::Connection*);
+    void stopUpdating(IPC::Connection*);
+    void removeRequester(const IPC::Connection::Client*);
+    void setEnableHighAccuracy(IPC::Connection*, bool);
</ins><span class="cx"> 
</span><del>-    HashSet&lt;const CoreIPC::Connection::Client*&gt; m_updateRequesters;
-    HashSet&lt;const CoreIPC::Connection::Client*&gt; m_highAccuracyRequesters;
</del><ins>+    HashSet&lt;const IPC::Connection::Client*&gt; m_updateRequesters;
+    HashSet&lt;const IPC::Connection::Client*&gt; m_highAccuracyRequesters;
</ins><span class="cx"> 
</span><span class="cx">     WebGeolocationProvider m_provider;
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebIconDatabasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebIconDatabase.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebIconDatabase.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebIconDatabase.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -127,7 +127,7 @@
</span><span class="cx">         m_iconDatabaseImpl-&gt;setIconURLForPageURL(iconURL, pageURL);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebIconDatabase::setIconDataForIconURL(const CoreIPC::DataReference&amp; iconData, const String&amp; iconURL)
</del><ins>+void WebIconDatabase::setIconDataForIconURL(const IPC::DataReference&amp; iconData, const String&amp; iconURL)
</ins><span class="cx"> {
</span><span class="cx">     LOG(IconDatabase, &quot;WK2 UIProcess setting icon data (%i bytes) for page URL %s&quot;, (int)iconData.size(), iconURL.ascii().data());
</span><span class="cx">     if (!m_iconDatabaseImpl)
</span><span class="lines">@@ -137,9 +137,9 @@
</span><span class="cx">     m_iconDatabaseImpl-&gt;setIconDataForIconURL(buffer.release(), iconURL);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebIconDatabase::synchronousIconDataForPageURL(const String&amp;, CoreIPC::DataReference&amp; iconData)
</del><ins>+void WebIconDatabase::synchronousIconDataForPageURL(const String&amp;, IPC::DataReference&amp; iconData)
</ins><span class="cx"> {
</span><del>-    iconData = CoreIPC::DataReference();
</del><ins>+    iconData = IPC::DataReference();
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebIconDatabase::synchronousIconURLForPageURL(const String&amp; pageURL, String&amp; iconURL)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebIconDatabaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebIconDatabase.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebIconDatabase.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebIconDatabase.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> #include &lt;wtf/text/StringHash.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class ArgumentDecoder;
</span><span class="cx"> class DataReference;
</span><span class="cx"> }
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx"> 
</span><span class="cx"> class WebContext;
</span><span class="cx"> 
</span><del>-class WebIconDatabase : public API::ObjectImpl&lt;API::Object::Type::IconDatabase&gt;, public WebCore::IconDatabaseClient, private CoreIPC::MessageReceiver {
</del><ins>+class WebIconDatabase : public API::ObjectImpl&lt;API::Object::Type::IconDatabase&gt;, public WebCore::IconDatabaseClient, private IPC::MessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     static PassRefPtr&lt;WebIconDatabase&gt; create(WebContext*);
</span><span class="cx">     virtual ~WebIconDatabase();
</span><span class="lines">@@ -66,9 +66,9 @@
</span><span class="cx">     void retainIconForPageURL(const String&amp;);
</span><span class="cx">     void releaseIconForPageURL(const String&amp;);
</span><span class="cx">     void setIconURLForPageURL(const String&amp;, const String&amp;);
</span><del>-    void setIconDataForIconURL(const CoreIPC::DataReference&amp;, const String&amp;);
</del><ins>+    void setIconDataForIconURL(const IPC::DataReference&amp;, const String&amp;);
</ins><span class="cx">     
</span><del>-    void synchronousIconDataForPageURL(const String&amp;, CoreIPC::DataReference&amp;);
</del><ins>+    void synchronousIconDataForPageURL(const String&amp;, IPC::DataReference&amp;);
</ins><span class="cx">     void synchronousIconURLForPageURL(const String&amp;, String&amp;);
</span><span class="cx">     void synchronousIconDataKnownForIconURL(const String&amp;, bool&amp;) const;
</span><span class="cx">     void synchronousLoadDecisionForIconURL(const String&amp;, int&amp;) const;
</span><span class="lines">@@ -99,9 +99,9 @@
</span><span class="cx">     virtual void didRemoveAllIcons();
</span><span class="cx">     virtual void didFinishURLImport();
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     void notifyIconDataReadyForPageURL(const String&amp;);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebIconDatabasemessagesin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebIconDatabase.messages.in (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebIconDatabase.messages.in        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebIconDatabase.messages.in        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -24,9 +24,9 @@
</span><span class="cx">     RetainIconForPageURL(String pageURL)
</span><span class="cx">     ReleaseIconForPageURL(String pageURL)
</span><span class="cx">     SetIconURLForPageURL(String iconURL, String pageURL)
</span><del>-    SetIconDataForIconURL(CoreIPC::DataReference iconData, String iconURL)
</del><ins>+    SetIconDataForIconURL(IPC::DataReference iconData, String iconURL)
</ins><span class="cx">     
</span><del>-    SynchronousIconDataForPageURL(String pageURL) -&gt; (CoreIPC::DataReference iconData)
</del><ins>+    SynchronousIconDataForPageURL(String pageURL) -&gt; (IPC::DataReference iconData)
</ins><span class="cx">     SynchronousIconURLForPageURL(String pageURL) -&gt; (String iconURL)
</span><span class="cx">     SynchronousIconDataKnownForIconURL(String iconURL) -&gt; (bool dataKnown)
</span><span class="cx">     SynchronousLoadDecisionForIconURL(String iconURL) -&gt; (int loadDecision)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebInspectorProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebInspectorProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebInspectorProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebInspectorProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx">     AttachmentSideRight
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-class WebInspectorProxy : public API::ObjectImpl&lt;API::Object::Type::Inspector&gt;, public CoreIPC::MessageReceiver {
</del><ins>+class WebInspectorProxy : public API::ObjectImpl&lt;API::Object::Type::Inspector&gt;, public IPC::MessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     static PassRefPtr&lt;WebInspectorProxy&gt; create(WebPageProxy* page)
</span><span class="cx">     {
</span><span class="lines">@@ -149,9 +149,9 @@
</span><span class="cx"> private:
</span><span class="cx">     explicit WebInspectorProxy(WebPageProxy*);
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     WebPageProxy* platformCreateInspectorPage();
</span><span class="cx">     void platformOpen();
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebMediaCacheManagerProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebMediaCacheManagerProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebMediaCacheManagerProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebMediaCacheManagerProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx"> 
</span><span class="cx"> typedef GenericCallback&lt;WKArrayRef&gt; ArrayCallback;
</span><span class="cx"> 
</span><del>-class WebMediaCacheManagerProxy : public API::ObjectImpl&lt;API::Object::Type::MediaCacheManager&gt;, public WebContextSupplement, private CoreIPC::MessageReceiver {
</del><ins>+class WebMediaCacheManagerProxy : public API::ObjectImpl&lt;API::Object::Type::MediaCacheManager&gt;, public WebContextSupplement, private IPC::MessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     static const char* supplementName();
</span><span class="cx"> 
</span><span class="lines">@@ -67,8 +67,8 @@
</span><span class="cx">     virtual void refWebContextSupplement() OVERRIDE;
</span><span class="cx">     virtual void derefWebContextSupplement() OVERRIDE;
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     HashMap&lt;uint64_t, RefPtr&lt;ArrayCallback&gt;&gt; m_arrayCallbacks;
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebOriginDataManagerProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebOriginDataManagerProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebOriginDataManagerProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebOriginDataManagerProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class Connection;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx"> 
</span><span class="cx"> typedef GenericCallback&lt;WKArrayRef&gt; ArrayCallback;
</span><span class="cx"> 
</span><del>-class WebOriginDataManagerProxy : public API::ObjectImpl&lt;API::Object::Type::OriginDataManager&gt;, public WebContextSupplement, private CoreIPC::MessageReceiver {
</del><ins>+class WebOriginDataManagerProxy : public API::ObjectImpl&lt;API::Object::Type::OriginDataManager&gt;, public WebContextSupplement, private IPC::MessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     static const char* supplementName();
</span><span class="cx"> 
</span><span class="lines">@@ -78,8 +78,8 @@
</span><span class="cx">     virtual void refWebContextSupplement() OVERRIDE;
</span><span class="cx">     virtual void derefWebContextSupplement() OVERRIDE;
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     HashMap&lt;uint64_t, RefPtr&lt;ArrayCallback&gt;&gt; m_arrayCallbacks;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebPageProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -815,7 +815,7 @@
</span><span class="cx">     shouldGoToBackForwardItem = item &amp;&amp; m_loaderClient.shouldGoToBackForwardListItem(this, item);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::willGoToBackForwardListItem(uint64_t itemID, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::willGoToBackForwardListItem(uint64_t itemID, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2009,7 +2009,7 @@
</span><span class="cx">     // even if nothing changed in UI process, so that overrides get removed.
</span><span class="cx"> 
</span><span class="cx">     // Preferences need to be updated during synchronous printing to make &quot;print backgrounds&quot; preference work when toggled from a print dialog checkbox.
</span><del>-    m_process-&gt;send(Messages::WebPage::PreferencesDidChange(pageGroup().preferences()-&gt;store()), m_pageID, m_isPerformingDOMPrintOperation ? CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply : 0);
</del><ins>+    m_process-&gt;send(Messages::WebPage::PreferencesDidChange(pageGroup().preferences()-&gt;store()), m_pageID, m_isPerformingDOMPrintOperation ? IPC::DispatchMessageEvenWhenWaitingForSyncReply : 0);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebPageProxy::didCreateMainFrame(uint64_t frameID)
</span><span class="lines">@@ -2066,7 +2066,7 @@
</span><span class="cx">     m_loaderClient.didFinishProgress(this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::didStartProvisionalLoadForFrame(uint64_t frameID, const String&amp; url, const String&amp; unreachableURL, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::didStartProvisionalLoadForFrame(uint64_t frameID, const String&amp; url, const String&amp; unreachableURL, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     auto transaction = m_pageLoadState.transaction();
</span><span class="cx"> 
</span><span class="lines">@@ -2091,7 +2091,7 @@
</span><span class="cx">     m_loaderClient.didStartProvisionalLoadForFrame(this, frame, userData.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::didReceiveServerRedirectForProvisionalLoadForFrame(uint64_t frameID, const String&amp; url, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::didReceiveServerRedirectForProvisionalLoadForFrame(uint64_t frameID, const String&amp; url, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2113,7 +2113,7 @@
</span><span class="cx">     m_loaderClient.didReceiveServerRedirectForProvisionalLoadForFrame(this, frame, userData.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::didFailProvisionalLoadForFrame(uint64_t frameID, const ResourceError&amp; error, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::didFailProvisionalLoadForFrame(uint64_t frameID, const ResourceError&amp; error, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2147,7 +2147,7 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::didCommitLoadForFrame(uint64_t frameID, const String&amp; mimeType, uint32_t opaqueFrameLoadType, const WebCore::CertificateInfo&amp; certificateInfo, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::didCommitLoadForFrame(uint64_t frameID, const String&amp; mimeType, uint32_t opaqueFrameLoadType, const WebCore::CertificateInfo&amp; certificateInfo, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2187,7 +2187,7 @@
</span><span class="cx">     m_loaderClient.didCommitLoadForFrame(this, frame, userData.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::didFinishDocumentLoadForFrame(uint64_t frameID, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::didFinishDocumentLoadForFrame(uint64_t frameID, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2200,7 +2200,7 @@
</span><span class="cx">     m_loaderClient.didFinishDocumentLoadForFrame(this, frame, userData.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::didFinishLoadForFrame(uint64_t frameID, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::didFinishLoadForFrame(uint64_t frameID, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2221,7 +2221,7 @@
</span><span class="cx">     m_loaderClient.didFinishLoadForFrame(this, frame, userData.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::didFailLoadForFrame(uint64_t frameID, const ResourceError&amp; error, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::didFailLoadForFrame(uint64_t frameID, const ResourceError&amp; error, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2244,7 +2244,7 @@
</span><span class="cx">     m_loaderClient.didFailLoadWithErrorForFrame(this, frame, error, userData.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::didSameDocumentNavigationForFrame(uint64_t frameID, uint32_t opaqueSameDocumentNavigationType, const String&amp; url, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::didSameDocumentNavigationForFrame(uint64_t frameID, uint32_t opaqueSameDocumentNavigationType, const String&amp; url, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2267,7 +2267,7 @@
</span><span class="cx">     m_loaderClient.didSameDocumentNavigationForFrame(this, frame, static_cast&lt;SameDocumentNavigationType&gt;(opaqueSameDocumentNavigationType), userData.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::didReceiveTitleForFrame(uint64_t frameID, const String&amp; title, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::didReceiveTitleForFrame(uint64_t frameID, const String&amp; title, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2288,7 +2288,7 @@
</span><span class="cx">     m_loaderClient.didReceiveTitleForFrame(this, title, frame, userData.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::didFirstLayoutForFrame(uint64_t frameID, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::didFirstLayoutForFrame(uint64_t frameID, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2301,7 +2301,7 @@
</span><span class="cx">     m_loaderClient.didFirstLayoutForFrame(this, frame, userData.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::didFirstVisuallyNonEmptyLayoutForFrame(uint64_t frameID, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::didFirstVisuallyNonEmptyLayoutForFrame(uint64_t frameID, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2314,7 +2314,7 @@
</span><span class="cx">     m_loaderClient.didFirstVisuallyNonEmptyLayoutForFrame(this, frame, userData.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::didLayout(uint32_t layoutMilestones, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::didLayout(uint32_t layoutMilestones, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2324,7 +2324,7 @@
</span><span class="cx">     m_loaderClient.didLayout(this, static_cast&lt;LayoutMilestones&gt;(layoutMilestones), userData.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::didRemoveFrameFromHierarchy(uint64_t frameID, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::didRemoveFrameFromHierarchy(uint64_t frameID, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2337,7 +2337,7 @@
</span><span class="cx">     m_loaderClient.didRemoveFrameFromHierarchy(this, frame, userData.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::didDisplayInsecureContentForFrame(uint64_t frameID, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::didDisplayInsecureContentForFrame(uint64_t frameID, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2354,7 +2354,7 @@
</span><span class="cx">     m_loaderClient.didDisplayInsecureContentForFrame(this, frame, userData.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::didRunInsecureContentForFrame(uint64_t frameID, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::didRunInsecureContentForFrame(uint64_t frameID, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2371,7 +2371,7 @@
</span><span class="cx">     m_loaderClient.didRunInsecureContentForFrame(this, frame, userData.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::didDetectXSSForFrame(uint64_t frameID, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::didDetectXSSForFrame(uint64_t frameID, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2395,7 +2395,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> // PolicyClient
</span><del>-void WebPageProxy::decidePolicyForNavigationAction(uint64_t frameID, uint32_t opaqueNavigationType, uint32_t opaqueModifiers, int32_t opaqueMouseButton, uint64_t originatingFrameID, const WebCore::ResourceRequest&amp; originalRequest, const ResourceRequest&amp; request, uint64_t listenerID, CoreIPC::MessageDecoder&amp; decoder, bool&amp; receivedPolicyAction, uint64_t&amp; policyAction, uint64_t&amp; downloadID)
</del><ins>+void WebPageProxy::decidePolicyForNavigationAction(uint64_t frameID, uint32_t opaqueNavigationType, uint32_t opaqueModifiers, int32_t opaqueMouseButton, uint64_t originatingFrameID, const WebCore::ResourceRequest&amp; originalRequest, const ResourceRequest&amp; request, uint64_t listenerID, IPC::MessageDecoder&amp; decoder, bool&amp; receivedPolicyAction, uint64_t&amp; policyAction, uint64_t&amp; downloadID)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2437,7 +2437,7 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::decidePolicyForNewWindowAction(uint64_t frameID, uint32_t opaqueNavigationType, uint32_t opaqueModifiers, int32_t opaqueMouseButton, const ResourceRequest&amp; request, const String&amp; frameName, uint64_t listenerID, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::decidePolicyForNewWindowAction(uint64_t frameID, uint32_t opaqueNavigationType, uint32_t opaqueModifiers, int32_t opaqueMouseButton, const ResourceRequest&amp; request, const String&amp; frameName, uint64_t listenerID, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2457,7 +2457,7 @@
</span><span class="cx">         listener-&gt;use();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::decidePolicyForResponse(uint64_t frameID, const ResourceResponse&amp; response, const ResourceRequest&amp; request, bool canShowMIMEType, uint64_t listenerID, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::decidePolicyForResponse(uint64_t frameID, const ResourceResponse&amp; response, const ResourceRequest&amp; request, bool canShowMIMEType, uint64_t listenerID, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2475,7 +2475,7 @@
</span><span class="cx">         listener-&gt;use();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::decidePolicyForResponseSync(uint64_t frameID, const ResourceResponse&amp; response, const ResourceRequest&amp; request, bool canShowMIMEType, uint64_t listenerID, CoreIPC::MessageDecoder&amp; decoder, bool&amp; receivedPolicyAction, uint64_t&amp; policyAction, uint64_t&amp; downloadID)
</del><ins>+void WebPageProxy::decidePolicyForResponseSync(uint64_t frameID, const ResourceResponse&amp; response, const ResourceRequest&amp; request, bool canShowMIMEType, uint64_t listenerID, IPC::MessageDecoder&amp; decoder, bool&amp; receivedPolicyAction, uint64_t&amp; policyAction, uint64_t&amp; downloadID)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(!m_inDecidePolicyForResponseSync);
</span><span class="cx"> 
</span><span class="lines">@@ -2496,7 +2496,7 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::unableToImplementPolicy(uint64_t frameID, const ResourceError&amp; error, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::unableToImplementPolicy(uint64_t frameID, const ResourceError&amp; error, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2511,7 +2511,7 @@
</span><span class="cx"> 
</span><span class="cx"> // FormClient
</span><span class="cx"> 
</span><del>-void WebPageProxy::willSubmitForm(uint64_t frameID, uint64_t sourceFrameID, const Vector&lt;std::pair&lt;String, String&gt;&gt;&amp; textFieldValues, uint64_t listenerID, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::willSubmitForm(uint64_t frameID, uint64_t sourceFrameID, const Vector&lt;std::pair&lt;String, String&gt;&gt;&amp; textFieldValues, uint64_t listenerID, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2604,7 +2604,7 @@
</span><span class="cx">     m_uiClient.setStatusText(this, text);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::mouseDidMoveOverElement(const WebHitTestResult::Data&amp; hitTestResultData, uint32_t opaqueModifiers, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::mouseDidMoveOverElement(const WebHitTestResult::Data&amp; hitTestResultData, uint32_t opaqueModifiers, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -2616,14 +2616,14 @@
</span><span class="cx">     m_uiClient.mouseDidMoveOverElement(this, hitTestResultData, modifiers, userData.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::connectionWillOpen(CoreIPC::Connection* connection)
</del><ins>+void WebPageProxy::connectionWillOpen(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(connection == m_process-&gt;connection());
</span><span class="cx"> 
</span><span class="cx">     m_process-&gt;context().storageManager().setAllowedSessionStorageNamespaceConnection(m_pageID, connection);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::connectionWillClose(CoreIPC::Connection* connection)
</del><ins>+void WebPageProxy::connectionWillClose(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT_UNUSED(connection, connection == m_process-&gt;connection());
</span><span class="cx"> 
</span><span class="lines">@@ -3063,12 +3063,12 @@
</span><span class="cx">     m_findClient.didFailToFindString(this, string);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebPageProxy::sendMessage(std::unique_ptr&lt;CoreIPC::MessageEncoder&gt; encoder, unsigned messageSendFlags)
</del><ins>+bool WebPageProxy::sendMessage(std::unique_ptr&lt;IPC::MessageEncoder&gt; encoder, unsigned messageSendFlags)
</ins><span class="cx"> {
</span><span class="cx">     return m_process-&gt;sendMessage(std::move(encoder), messageSendFlags);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-CoreIPC::Connection* WebPageProxy::messageSenderConnection()
</del><ins>+IPC::Connection* WebPageProxy::messageSenderConnection()
</ins><span class="cx"> {
</span><span class="cx">     return m_process-&gt;connection();
</span><span class="cx"> }
</span><span class="lines">@@ -3155,7 +3155,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTEXT_MENUS)
</span><del>-void WebPageProxy::showContextMenu(const IntPoint&amp; menuLocation, const WebHitTestResult::Data&amp; hitTestResultData, const Vector&lt;WebContextMenuItemData&gt;&amp; proposedItems, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::showContextMenu(const IntPoint&amp; menuLocation, const WebHitTestResult::Data&amp; hitTestResultData, const Vector&lt;WebContextMenuItemData&gt;&amp; proposedItems, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     internalShowContextMenu(menuLocation, hitTestResultData, proposedItems, decoder);
</span><span class="cx">     
</span><span class="lines">@@ -3163,7 +3163,7 @@
</span><span class="cx">     m_process-&gt;send(Messages::WebPage::ContextMenuHidden(), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::internalShowContextMenu(const IntPoint&amp; menuLocation, const WebHitTestResult::Data&amp; hitTestResultData, const Vector&lt;WebContextMenuItemData&gt;&amp; proposedItems, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPageProxy::internalShowContextMenu(const IntPoint&amp; menuLocation, const WebHitTestResult::Data&amp; hitTestResultData, const Vector&lt;WebContextMenuItemData&gt;&amp; proposedItems, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;API::Object&gt; userData;
</span><span class="cx">     WebContextUserMessageDecoder messageDecoder(userData, process());
</span><span class="lines">@@ -3568,7 +3568,7 @@
</span><span class="cx">     callback-&gt;performCallback();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::dataCallback(const CoreIPC::DataReference&amp; dataReference, uint64_t callbackID)
</del><ins>+void WebPageProxy::dataCallback(const IPC::DataReference&amp; dataReference, uint64_t callbackID)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;DataCallback&gt; callback = m_dataCallbacks.take(callbackID);
</span><span class="cx">     if (!callback) {
</span><span class="lines">@@ -3604,7 +3604,7 @@
</span><span class="cx">     callback-&gt;performCallbackWithReturnValue(resultString.impl());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::scriptValueCallback(const CoreIPC::DataReference&amp; dataReference, uint64_t callbackID)
</del><ins>+void WebPageProxy::scriptValueCallback(const IPC::DataReference&amp; dataReference, uint64_t callbackID)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;ScriptValueCallback&gt; callback = m_scriptValueCallbacks.take(callbackID);
</span><span class="cx">     if (!callback) {
</span><span class="lines">@@ -4144,7 +4144,7 @@
</span><span class="cx">         return;
</span><span class="cx"> 
</span><span class="cx">     m_isInPrintingMode = true;
</span><del>-    m_process-&gt;send(Messages::WebPage::BeginPrinting(frame-&gt;frameID(), printInfo), m_pageID, m_isPerformingDOMPrintOperation ? CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply : 0);
</del><ins>+    m_process-&gt;send(Messages::WebPage::BeginPrinting(frame-&gt;frameID(), printInfo), m_pageID, m_isPerformingDOMPrintOperation ? IPC::DispatchMessageEvenWhenWaitingForSyncReply : 0);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebPageProxy::endPrinting()
</span><span class="lines">@@ -4153,7 +4153,7 @@
</span><span class="cx">         return;
</span><span class="cx"> 
</span><span class="cx">     m_isInPrintingMode = false;
</span><del>-    m_process-&gt;send(Messages::WebPage::EndPrinting(), m_pageID, m_isPerformingDOMPrintOperation ? CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply : 0);
</del><ins>+    m_process-&gt;send(Messages::WebPage::EndPrinting(), m_pageID, m_isPerformingDOMPrintOperation ? IPC::DispatchMessageEvenWhenWaitingForSyncReply : 0);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebPageProxy::computePagesForPrinting(WebFrameProxy* frame, const PrintInfo&amp; printInfo, PassRefPtr&lt;ComputedPagesCallback&gt; prpCallback)
</span><span class="lines">@@ -4167,7 +4167,7 @@
</span><span class="cx">     uint64_t callbackID = callback-&gt;callbackID();
</span><span class="cx">     m_computedPagesCallbacks.set(callbackID, callback.get());
</span><span class="cx">     m_isInPrintingMode = true;
</span><del>-    m_process-&gt;send(Messages::WebPage::ComputePagesForPrinting(frame-&gt;frameID(), printInfo, callbackID), m_pageID, m_isPerformingDOMPrintOperation ? CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply : 0);
</del><ins>+    m_process-&gt;send(Messages::WebPage::ComputePagesForPrinting(frame-&gt;frameID(), printInfo, callbackID), m_pageID, m_isPerformingDOMPrintOperation ? IPC::DispatchMessageEvenWhenWaitingForSyncReply : 0);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="lines">@@ -4181,7 +4181,7 @@
</span><span class="cx">     
</span><span class="cx">     uint64_t callbackID = callback-&gt;callbackID();
</span><span class="cx">     m_imageCallbacks.set(callbackID, callback.get());
</span><del>-    m_process-&gt;send(Messages::WebPage::DrawRectToImage(frame-&gt;frameID(), printInfo, rect, imageSize, callbackID), m_pageID, m_isPerformingDOMPrintOperation ? CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply : 0);
</del><ins>+    m_process-&gt;send(Messages::WebPage::DrawRectToImage(frame-&gt;frameID(), printInfo, rect, imageSize, callbackID), m_pageID, m_isPerformingDOMPrintOperation ? IPC::DispatchMessageEvenWhenWaitingForSyncReply : 0);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebPageProxy::drawPagesToPDF(WebFrameProxy* frame, const PrintInfo&amp; printInfo, uint32_t first, uint32_t count, PassRefPtr&lt;DataCallback&gt; prpCallback)
</span><span class="lines">@@ -4194,7 +4194,7 @@
</span><span class="cx">     
</span><span class="cx">     uint64_t callbackID = callback-&gt;callbackID();
</span><span class="cx">     m_dataCallbacks.set(callbackID, callback.get());
</span><del>-    m_process-&gt;send(Messages::WebPage::DrawPagesToPDF(frame-&gt;frameID(), printInfo, first, count, callbackID), m_pageID, m_isPerformingDOMPrintOperation ? CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply : 0);
</del><ins>+    m_process-&gt;send(Messages::WebPage::DrawPagesToPDF(frame-&gt;frameID(), printInfo, first, count, callbackID), m_pageID, m_isPerformingDOMPrintOperation ? IPC::DispatchMessageEvenWhenWaitingForSyncReply : 0);
</ins><span class="cx"> }
</span><span class="cx"> #elif PLATFORM(GTK)
</span><span class="cx"> void WebPageProxy::drawPagesForPrinting(WebFrameProxy* frame, const PrintInfo&amp; printInfo, PassRefPtr&lt;PrintFinishedCallback&gt; didPrintCallback)
</span><span class="lines">@@ -4208,7 +4208,7 @@
</span><span class="cx">     uint64_t callbackID = callback-&gt;callbackID();
</span><span class="cx">     m_printFinishedCallbacks.set(callbackID, callback.get());
</span><span class="cx">     m_isInPrintingMode = true;
</span><del>-    m_process-&gt;send(Messages::WebPage::DrawPagesForPrinting(frame-&gt;frameID(), printInfo, callbackID), m_pageID, m_isPerformingDOMPrintOperation ? CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply : 0);
</del><ins>+    m_process-&gt;send(Messages::WebPage::DrawPagesForPrinting(frame-&gt;frameID(), printInfo, callbackID), m_pageID, m_isPerformingDOMPrintOperation ? IPC::DispatchMessageEvenWhenWaitingForSyncReply : 0);
</ins><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="lines">@@ -4231,7 +4231,7 @@
</span><span class="cx">     m_uiClient.saveDataToFileInDownloadsFolder(this, suggestedFilename, mimeType, originatingURLString, data);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::savePDFToFileInDownloadsFolder(const String&amp; suggestedFilename, const String&amp; originatingURLString, const CoreIPC::DataReference&amp; dataReference)
</del><ins>+void WebPageProxy::savePDFToFileInDownloadsFolder(const String&amp; suggestedFilename, const String&amp; originatingURLString, const IPC::DataReference&amp; dataReference)
</ins><span class="cx"> {
</span><span class="cx">     if (!suggestedFilename.endsWith(&quot;.pdf&quot;, false))
</span><span class="cx">         return;
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebPageProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebPageProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebPageProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebPageProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -99,7 +99,7 @@
</span><span class="cx"> class URLRequest;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class ArgumentDecoder;
</span><span class="cx"> class Connection;
</span><span class="cx"> }
</span><span class="lines">@@ -320,8 +320,8 @@
</span><span class="cx">     , public WebColorPicker::Client
</span><span class="cx"> #endif
</span><span class="cx">     , public WebPopupMenuProxy::Client
</span><del>-    , public CoreIPC::MessageReceiver
-    , public CoreIPC::MessageSender {
</del><ins>+    , public IPC::MessageReceiver
+    , public IPC::MessageSender {
</ins><span class="cx"> public:
</span><span class="cx"> 
</span><span class="cx">     static PassRefPtr&lt;WebPageProxy&gt; create(PageClient&amp;, WebProcessProxy&amp;, WebPageGroup&amp;, uint64_t pageID);
</span><span class="lines">@@ -389,7 +389,7 @@
</span><span class="cx">     void tryRestoreScrollPosition();
</span><span class="cx">     void didChangeBackForwardList(WebBackForwardListItem* addedItem, Vector&lt;RefPtr&lt;API::Object&gt;&gt;* removedItems);
</span><span class="cx">     void shouldGoToBackForwardListItem(uint64_t itemID, bool&amp; shouldGoToBackForwardListItem);
</span><del>-    void willGoToBackForwardListItem(uint64_t itemID, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void willGoToBackForwardListItem(uint64_t itemID, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx">     bool willHandleHorizontalScrollEvents() const;
</span><span class="cx"> 
</span><span class="lines">@@ -599,9 +599,9 @@
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx">     // Called by the web process through a message.
</span><del>-    void registerWebProcessAccessibilityToken(const CoreIPC::DataReference&amp;);
</del><ins>+    void registerWebProcessAccessibilityToken(const IPC::DataReference&amp;);
</ins><span class="cx">     // Called by the UI process when it is ready to send its tokens to the web process.
</span><del>-    void registerUIProcessAccessibilityTokens(const CoreIPC::DataReference&amp; elemenToken, const CoreIPC::DataReference&amp; windowToken);
</del><ins>+    void registerUIProcessAccessibilityTokens(const IPC::DataReference&amp; elemenToken, const IPC::DataReference&amp; windowToken);
</ins><span class="cx">     bool readSelectionFromPasteboard(const String&amp; pasteboardName);
</span><span class="cx">     String stringSelectionForPasteboard();
</span><span class="cx">     PassRefPtr&lt;WebCore::SharedBuffer&gt; dataSelectionForPasteboard(const String&amp; pasteboardType);
</span><span class="lines">@@ -778,10 +778,10 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx">     void saveDataToFileInDownloadsFolder(const String&amp; suggestedFilename, const String&amp; mimeType, const String&amp; originatingURLString, API::Data*);
</span><del>-    void savePDFToFileInDownloadsFolder(const String&amp; suggestedFilename, const String&amp; originatingURLString, const CoreIPC::DataReference&amp;);
</del><ins>+    void savePDFToFileInDownloadsFolder(const String&amp; suggestedFilename, const String&amp; originatingURLString, const IPC::DataReference&amp;);
</ins><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx">     void savePDFToTemporaryFolderAndOpenWithNativeApplicationRaw(const String&amp; suggestedFilename, const String&amp; originatingURLString, const uint8_t* data, unsigned long size, const String&amp; pdfUUID);
</span><del>-    void savePDFToTemporaryFolderAndOpenWithNativeApplication(const String&amp; suggestedFilename, const String&amp; originatingURLString, const CoreIPC::DataReference&amp;, const String&amp; pdfUUID);
</del><ins>+    void savePDFToTemporaryFolderAndOpenWithNativeApplication(const String&amp; suggestedFilename, const String&amp; originatingURLString, const IPC::DataReference&amp;, const String&amp; pdfUUID);
</ins><span class="cx">     void openPDFFromTemporaryFolderWithNativeApplication(const String&amp; pdfUUID);
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="lines">@@ -841,8 +841,8 @@
</span><span class="cx">     void didFinishCheckingText(uint64_t requestID, const Vector&lt;WebCore::TextCheckingResult&gt;&amp;);
</span><span class="cx">     void didCancelCheckingText(uint64_t requestID);
</span><span class="cx"> 
</span><del>-    void connectionWillOpen(CoreIPC::Connection*);
-    void connectionWillClose(CoreIPC::Connection*);
</del><ins>+    void connectionWillOpen(IPC::Connection*);
+    void connectionWillClose(IPC::Connection*);
</ins><span class="cx"> 
</span><span class="cx">     void didSaveToPageCache();
</span><span class="cx">         
</span><span class="lines">@@ -859,13 +859,13 @@
</span><span class="cx">     void resetState();
</span><span class="cx">     void resetStateAfterProcessExited();
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><del>-    // CoreIPC::MessageSender
-    virtual bool sendMessage(std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;, unsigned messageSendFlags) OVERRIDE;
-    virtual CoreIPC::Connection* messageSenderConnection() OVERRIDE;
</del><ins>+    // IPC::MessageSender
+    virtual bool sendMessage(std::unique_ptr&lt;IPC::MessageEncoder&gt;, unsigned messageSendFlags) OVERRIDE;
+    virtual IPC::Connection* messageSenderConnection() OVERRIDE;
</ins><span class="cx">     virtual uint64_t messageSenderDestinationID() OVERRIDE;
</span><span class="cx"> 
</span><span class="cx">     // WebPopupMenuProxy::Client
</span><span class="lines">@@ -876,40 +876,40 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx">     // Implemented in generated WebPageProxyMessageReceiver.cpp
</span><del>-    void didReceiveWebPageProxyMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
-    void didReceiveSyncWebPageProxyMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;);
</del><ins>+    void didReceiveWebPageProxyMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
+    void didReceiveSyncWebPageProxyMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;);
</ins><span class="cx"> 
</span><span class="cx">     void didCreateMainFrame(uint64_t frameID);
</span><span class="cx">     void didCreateSubframe(uint64_t frameID);
</span><span class="cx"> 
</span><del>-    void didStartProvisionalLoadForFrame(uint64_t frameID, const String&amp; url, const String&amp; unreachableURL, CoreIPC::MessageDecoder&amp;);
-    void didReceiveServerRedirectForProvisionalLoadForFrame(uint64_t frameID, const String&amp;, CoreIPC::MessageDecoder&amp;);
-    void didFailProvisionalLoadForFrame(uint64_t frameID, const WebCore::ResourceError&amp;, CoreIPC::MessageDecoder&amp;);
-    void didCommitLoadForFrame(uint64_t frameID, const String&amp; mimeType, uint32_t frameLoadType, const WebCore::CertificateInfo&amp;, CoreIPC::MessageDecoder&amp;);
-    void didFinishDocumentLoadForFrame(uint64_t frameID, CoreIPC::MessageDecoder&amp;);
-    void didFinishLoadForFrame(uint64_t frameID, CoreIPC::MessageDecoder&amp;);
-    void didFailLoadForFrame(uint64_t frameID, const WebCore::ResourceError&amp;, CoreIPC::MessageDecoder&amp;);
-    void didSameDocumentNavigationForFrame(uint64_t frameID, uint32_t sameDocumentNavigationType, const String&amp;, CoreIPC::MessageDecoder&amp;);
-    void didReceiveTitleForFrame(uint64_t frameID, const String&amp;, CoreIPC::MessageDecoder&amp;);
-    void didFirstLayoutForFrame(uint64_t frameID, CoreIPC::MessageDecoder&amp;);
-    void didFirstVisuallyNonEmptyLayoutForFrame(uint64_t frameID, CoreIPC::MessageDecoder&amp;);
-    void didLayout(uint32_t layoutMilestones, CoreIPC::MessageDecoder&amp;);
-    void didRemoveFrameFromHierarchy(uint64_t frameID, CoreIPC::MessageDecoder&amp;);
-    void didDisplayInsecureContentForFrame(uint64_t frameID, CoreIPC::MessageDecoder&amp;);
-    void didRunInsecureContentForFrame(uint64_t frameID, CoreIPC::MessageDecoder&amp;);
-    void didDetectXSSForFrame(uint64_t frameID, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void didStartProvisionalLoadForFrame(uint64_t frameID, const String&amp; url, const String&amp; unreachableURL, IPC::MessageDecoder&amp;);
+    void didReceiveServerRedirectForProvisionalLoadForFrame(uint64_t frameID, const String&amp;, IPC::MessageDecoder&amp;);
+    void didFailProvisionalLoadForFrame(uint64_t frameID, const WebCore::ResourceError&amp;, IPC::MessageDecoder&amp;);
+    void didCommitLoadForFrame(uint64_t frameID, const String&amp; mimeType, uint32_t frameLoadType, const WebCore::CertificateInfo&amp;, IPC::MessageDecoder&amp;);
+    void didFinishDocumentLoadForFrame(uint64_t frameID, IPC::MessageDecoder&amp;);
+    void didFinishLoadForFrame(uint64_t frameID, IPC::MessageDecoder&amp;);
+    void didFailLoadForFrame(uint64_t frameID, const WebCore::ResourceError&amp;, IPC::MessageDecoder&amp;);
+    void didSameDocumentNavigationForFrame(uint64_t frameID, uint32_t sameDocumentNavigationType, const String&amp;, IPC::MessageDecoder&amp;);
+    void didReceiveTitleForFrame(uint64_t frameID, const String&amp;, IPC::MessageDecoder&amp;);
+    void didFirstLayoutForFrame(uint64_t frameID, IPC::MessageDecoder&amp;);
+    void didFirstVisuallyNonEmptyLayoutForFrame(uint64_t frameID, IPC::MessageDecoder&amp;);
+    void didLayout(uint32_t layoutMilestones, IPC::MessageDecoder&amp;);
+    void didRemoveFrameFromHierarchy(uint64_t frameID, IPC::MessageDecoder&amp;);
+    void didDisplayInsecureContentForFrame(uint64_t frameID, IPC::MessageDecoder&amp;);
+    void didRunInsecureContentForFrame(uint64_t frameID, IPC::MessageDecoder&amp;);
+    void didDetectXSSForFrame(uint64_t frameID, IPC::MessageDecoder&amp;);
</ins><span class="cx">     void frameDidBecomeFrameSet(uint64_t frameID, bool);
</span><span class="cx">     void didStartProgress();
</span><span class="cx">     void didChangeProgress(double);
</span><span class="cx">     void didFinishProgress();
</span><span class="cx"> 
</span><del>-    void decidePolicyForNavigationAction(uint64_t frameID, uint32_t navigationType, uint32_t modifiers, int32_t mouseButton, uint64_t originatingFrameID, const WebCore::ResourceRequest&amp; originalRequest, const WebCore::ResourceRequest&amp; request, uint64_t listenerID, CoreIPC::MessageDecoder&amp;, bool&amp; receivedPolicyAction, uint64_t&amp; policyAction, uint64_t&amp; downloadID);
-    void decidePolicyForNewWindowAction(uint64_t frameID, uint32_t navigationType, uint32_t modifiers, int32_t mouseButton, const WebCore::ResourceRequest&amp;, const String&amp; frameName, uint64_t listenerID, CoreIPC::MessageDecoder&amp;);
-    void decidePolicyForResponse(uint64_t frameID, const WebCore::ResourceResponse&amp;, const WebCore::ResourceRequest&amp;, bool canShowMIMEType, uint64_t listenerID, CoreIPC::MessageDecoder&amp;);
-    void decidePolicyForResponseSync(uint64_t frameID, const WebCore::ResourceResponse&amp;, const WebCore::ResourceRequest&amp;, bool canShowMIMEType, uint64_t listenerID, CoreIPC::MessageDecoder&amp;, bool&amp; receivedPolicyAction, uint64_t&amp; policyAction, uint64_t&amp; downloadID);
-    void unableToImplementPolicy(uint64_t frameID, const WebCore::ResourceError&amp;, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void decidePolicyForNavigationAction(uint64_t frameID, uint32_t navigationType, uint32_t modifiers, int32_t mouseButton, uint64_t originatingFrameID, const WebCore::ResourceRequest&amp; originalRequest, const WebCore::ResourceRequest&amp; request, uint64_t listenerID, IPC::MessageDecoder&amp;, bool&amp; receivedPolicyAction, uint64_t&amp; policyAction, uint64_t&amp; downloadID);
+    void decidePolicyForNewWindowAction(uint64_t frameID, uint32_t navigationType, uint32_t modifiers, int32_t mouseButton, const WebCore::ResourceRequest&amp;, const String&amp; frameName, uint64_t listenerID, IPC::MessageDecoder&amp;);
+    void decidePolicyForResponse(uint64_t frameID, const WebCore::ResourceResponse&amp;, const WebCore::ResourceRequest&amp;, bool canShowMIMEType, uint64_t listenerID, IPC::MessageDecoder&amp;);
+    void decidePolicyForResponseSync(uint64_t frameID, const WebCore::ResourceResponse&amp;, const WebCore::ResourceRequest&amp;, bool canShowMIMEType, uint64_t listenerID, IPC::MessageDecoder&amp;, bool&amp; receivedPolicyAction, uint64_t&amp; policyAction, uint64_t&amp; downloadID);
+    void unableToImplementPolicy(uint64_t frameID, const WebCore::ResourceError&amp;, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><del>-    void willSubmitForm(uint64_t frameID, uint64_t sourceFrameID, const Vector&lt;std::pair&lt;String, String&gt;&gt;&amp; textFieldValues, uint64_t listenerID, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void willSubmitForm(uint64_t frameID, uint64_t sourceFrameID, const Vector&lt;std::pair&lt;String, String&gt;&gt;&amp; textFieldValues, uint64_t listenerID, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx">     // UI client
</span><span class="cx">     void createNewPage(const WebCore::ResourceRequest&amp;, const WebCore::WindowFeatures&amp;, uint32_t modifiers, int32_t mouseButton, uint64_t&amp; newPageID, WebPageCreationParameters&amp;);
</span><span class="lines">@@ -920,7 +920,7 @@
</span><span class="cx">     void runJavaScriptPrompt(uint64_t frameID, const String&amp;, const String&amp;, String&amp; result);
</span><span class="cx">     void shouldInterruptJavaScript(bool&amp; result);
</span><span class="cx">     void setStatusText(const String&amp;);
</span><del>-    void mouseDidMoveOverElement(const WebHitTestResult::Data&amp; hitTestResultData, uint32_t modifiers, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void mouseDidMoveOverElement(const WebHitTestResult::Data&amp; hitTestResultData, uint32_t modifiers, IPC::MessageDecoder&amp;);
</ins><span class="cx"> #if ENABLE(NETSCAPE_PLUGIN_API)
</span><span class="cx">     void unavailablePluginButtonClicked(uint32_t opaquePluginUnavailabilityReason, const String&amp; mimeType, const String&amp; pluginURLString, const String&amp; pluginsPageURLString, const String&amp; frameURLString, const String&amp; pageURLString);
</span><span class="cx"> #endif // ENABLE(NETSCAPE_PLUGIN_API)
</span><span class="lines">@@ -1021,8 +1021,8 @@
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTEXT_MENUS)
</span><span class="cx">     // Context Menu.
</span><del>-    void showContextMenu(const WebCore::IntPoint&amp; menuLocation, const WebHitTestResult::Data&amp;, const Vector&lt;WebContextMenuItemData&gt;&amp;, CoreIPC::MessageDecoder&amp;);
-    void internalShowContextMenu(const WebCore::IntPoint&amp; menuLocation, const WebHitTestResult::Data&amp;, const Vector&lt;WebContextMenuItemData&gt;&amp;, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void showContextMenu(const WebCore::IntPoint&amp; menuLocation, const WebHitTestResult::Data&amp;, const Vector&lt;WebContextMenuItemData&gt;&amp;, IPC::MessageDecoder&amp;);
+    void internalShowContextMenu(const WebCore::IntPoint&amp; menuLocation, const WebHitTestResult::Data&amp;, const Vector&lt;WebContextMenuItemData&gt;&amp;, IPC::MessageDecoder&amp;);
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx">     // Search popup results
</span><span class="lines">@@ -1068,10 +1068,10 @@
</span><span class="cx">     void stopResponsivenessTimer();
</span><span class="cx"> 
</span><span class="cx">     void voidCallback(uint64_t);
</span><del>-    void dataCallback(const CoreIPC::DataReference&amp;, uint64_t);
</del><ins>+    void dataCallback(const IPC::DataReference&amp;, uint64_t);
</ins><span class="cx">     void imageCallback(const ShareableBitmap::Handle&amp;, uint64_t);
</span><span class="cx">     void stringCallback(const String&amp;, uint64_t);
</span><del>-    void scriptValueCallback(const CoreIPC::DataReference&amp;, uint64_t);
</del><ins>+    void scriptValueCallback(const IPC::DataReference&amp;, uint64_t);
</ins><span class="cx">     void computedPagesCallback(const Vector&lt;WebCore::IntRect&gt;&amp;, double totalScaleFactorForPrinting, uint64_t);
</span><span class="cx">     void validateCommandCallback(const String&amp;, bool, int, uint64_t);
</span><span class="cx"> #if PLATFORM(IOS)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebPageProxymessagesin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebPageProxy.messages.in (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebPageProxy.messages.in        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebPageProxy.messages.in        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -141,10 +141,10 @@
</span><span class="cx"> 
</span><span class="cx">     # Callback messages
</span><span class="cx">     VoidCallback(uint64_t callbackID)
</span><del>-    DataCallback(CoreIPC::DataReference resultData, uint64_t callbackID)
</del><ins>+    DataCallback(IPC::DataReference resultData, uint64_t callbackID)
</ins><span class="cx">     ImageCallback(WebKit::ShareableBitmap::Handle bitmapHandle, uint64_t callbackID)
</span><span class="cx">     StringCallback(String resultString, uint64_t callbackID)
</span><del>-    ScriptValueCallback(CoreIPC::DataReference resultData, uint64_t callbackID)
</del><ins>+    ScriptValueCallback(IPC::DataReference resultData, uint64_t callbackID)
</ins><span class="cx">     ComputedPagesCallback(Vector&lt;WebCore::IntRect&gt; pageRects, double totalScaleFactorForPrinting, uint64_t callbackID)
</span><span class="cx">     ValidateCommandCallback(String command, bool isEnabled, int32_t state, uint64_t callbackID)
</span><span class="cx"> #if PLATFORM(IOS)
</span><span class="lines">@@ -258,7 +258,7 @@
</span><span class="cx">     ExecuteSavedCommandBySelector(String selector) -&gt; (bool handled)
</span><span class="cx"> 
</span><span class="cx">     # Remote accessibility messages
</span><del>-    RegisterWebProcessAccessibilityToken(CoreIPC::DataReference data)
</del><ins>+    RegisterWebProcessAccessibilityToken(IPC::DataReference data)
</ins><span class="cx"> 
</span><span class="cx">     # Plug-in complex text input support messages
</span><span class="cx">     PluginFocusOrWindowFocusChanged(uint64_t pluginComplexTextInputIdentifier, bool pluginHasFocusAndWindowHasFocus)
</span><span class="lines">@@ -320,10 +320,10 @@
</span><span class="cx">     DidReceiveURIRequest(String uriString, uint64_t requestID);
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-    SavePDFToFileInDownloadsFolder(String suggestedFilename, String originatingURLString, CoreIPC::DataReference data)
</del><ins>+    SavePDFToFileInDownloadsFolder(String suggestedFilename, String originatingURLString, IPC::DataReference data)
</ins><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><del>-    SavePDFToTemporaryFolderAndOpenWithNativeApplication(String suggestedFilename, String originatingURLString, CoreIPC::DataReference data, String pdfUUID)
</del><ins>+    SavePDFToTemporaryFolderAndOpenWithNativeApplication(String suggestedFilename, String originatingURLString, IPC::DataReference data, String pdfUUID)
</ins><span class="cx">     OpenPDFFromTemporaryFolderWithNativeApplication(String pdfUUID)
</span><span class="cx"> #endif
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebProcessProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebProcessProxy.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebProcessProxy.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebProcessProxy.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -110,7 +110,7 @@
</span><span class="cx">     platformGetLaunchOptions(launchOptions);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcessProxy::connectionWillOpen(CoreIPC::Connection* connection)
</del><ins>+void WebProcessProxy::connectionWillOpen(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(this-&gt;connection() == connection);
</span><span class="cx"> 
</span><span class="lines">@@ -124,7 +124,7 @@
</span><span class="cx">     m_context-&gt;processWillOpenConnection(this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcessProxy::connectionWillClose(CoreIPC::Connection* connection)
</del><ins>+void WebProcessProxy::connectionWillClose(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(this-&gt;connection() == connection);
</span><span class="cx"> 
</span><span class="lines">@@ -287,7 +287,7 @@
</span><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-void WebProcessProxy::addBackForwardItem(uint64_t itemID, const String&amp; originalURL, const String&amp; url, const String&amp; title, const CoreIPC::DataReference&amp; backForwardData)
</del><ins>+void WebProcessProxy::addBackForwardItem(uint64_t itemID, const String&amp; originalURL, const String&amp; url, const String&amp; title, const IPC::DataReference&amp; backForwardData)
</ins><span class="cx"> {
</span><span class="cx">     MESSAGE_CHECK_URL(originalURL);
</span><span class="cx">     MESSAGE_CHECK_URL(url);
</span><span class="lines">@@ -348,7 +348,7 @@
</span><span class="cx"> }
</span><span class="cx"> #endif // ENABLE(DATABASE_PROCESS)
</span><span class="cx"> 
</span><del>-void WebProcessProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebProcessProxy::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     if (dispatchMessage(connection, decoder))
</span><span class="cx">         return;
</span><span class="lines">@@ -364,7 +364,7 @@
</span><span class="cx">     // FIXME: Add unhandled message logging.
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcessProxy::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp; replyEncoder)
</del><ins>+void WebProcessProxy::didReceiveSyncMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp; replyEncoder)
</ins><span class="cx"> {
</span><span class="cx">     if (dispatchSyncMessage(connection, decoder, replyEncoder))
</span><span class="cx">         return;
</span><span class="lines">@@ -380,7 +380,7 @@
</span><span class="cx">     // FIXME: Add unhandled message logging.
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcessProxy::didClose(CoreIPC::Connection*)
</del><ins>+void WebProcessProxy::didClose(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx">     // Protect ourselves, as the call to disconnect() below may otherwise cause us
</span><span class="cx">     // to be deleted before we can finish our work.
</span><span class="lines">@@ -398,7 +398,7 @@
</span><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcessProxy::didReceiveInvalidMessage(CoreIPC::Connection* connection, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName)
</del><ins>+void WebProcessProxy::didReceiveInvalidMessage(IPC::Connection* connection, IPC::StringReference messageReceiverName, IPC::StringReference messageName)
</ins><span class="cx"> {
</span><span class="cx">     WTFLogAlways(&quot;Received an invalid message \&quot;%s.%s\&quot; from the web process.\n&quot;, messageReceiverName.toString().data(), messageName.toString().data());
</span><span class="cx"> 
</span><span class="lines">@@ -407,7 +407,7 @@
</span><span class="cx">     // Terminate the WebProcess.
</span><span class="cx">     terminate();
</span><span class="cx"> 
</span><del>-    // Since we've invalidated the connection we'll never get a CoreIPC::Connection::Client::didClose
</del><ins>+    // Since we've invalidated the connection we'll never get a IPC::Connection::Client::didClose
</ins><span class="cx">     // callback so we'll explicitly call it here instead.
</span><span class="cx">     didClose(connection);
</span><span class="cx"> }
</span><span class="lines">@@ -436,7 +436,7 @@
</span><span class="cx">         pages[i]-&gt;processDidBecomeResponsive();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcessProxy::didFinishLaunching(ProcessLauncher* launcher, CoreIPC::Connection::Identifier connectionIdentifier)
</del><ins>+void WebProcessProxy::didFinishLaunching(ProcessLauncher* launcher, IPC::Connection::Identifier connectionIdentifier)
</ins><span class="cx"> {
</span><span class="cx">     ChildProcessProxy::didFinishLaunching(launcher, connectionIdentifier);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebProcessProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebProcessProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebProcessProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebProcessProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -67,7 +67,7 @@
</span><span class="cx">     static PassRefPtr&lt;WebProcessProxy&gt; create(WebContext&amp;);
</span><span class="cx">     ~WebProcessProxy();
</span><span class="cx"> 
</span><del>-    static WebProcessProxy* fromConnection(CoreIPC::Connection* connection)
</del><ins>+    static WebProcessProxy* fromConnection(IPC::Connection* connection)
</ins><span class="cx">     {
</span><span class="cx">         return static_cast&lt;WebProcessProxy*&gt;(ChildProcessProxy::fromConnection(connection));
</span><span class="cx">     }
</span><span class="lines">@@ -131,15 +131,15 @@
</span><span class="cx">     // From ChildProcessProxy
</span><span class="cx">     virtual void getLaunchOptions(ProcessLauncher::LaunchOptions&amp;) OVERRIDE;
</span><span class="cx">     void platformGetLaunchOptions(ProcessLauncher::LaunchOptions&amp;);
</span><del>-    virtual void connectionWillOpen(CoreIPC::Connection*) OVERRIDE;
-    virtual void connectionWillClose(CoreIPC::Connection*) OVERRIDE;
</del><ins>+    virtual void connectionWillOpen(IPC::Connection*) OVERRIDE;
+    virtual void connectionWillClose(IPC::Connection*) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // Called when the web process has crashed or we know that it will terminate soon.
</span><span class="cx">     // Will potentially cause the WebProcessProxy object to be freed.
</span><span class="cx">     void disconnect();
</span><span class="cx"> 
</span><del>-    // CoreIPC message handlers.
-    void addBackForwardItem(uint64_t itemID, const String&amp; originalURLString, const String&amp; urlString, const String&amp; title, const CoreIPC::DataReference&amp; backForwardData);
</del><ins>+    // IPC message handlers.
+    void addBackForwardItem(uint64_t itemID, const String&amp; originalURLString, const String&amp; urlString, const String&amp; title, const IPC::DataReference&amp; backForwardData);
</ins><span class="cx">     void didDestroyFrame(uint64_t);
</span><span class="cx">     
</span><span class="cx">     void shouldTerminate(bool&amp; shouldTerminate);
</span><span class="lines">@@ -158,12 +158,12 @@
</span><span class="cx">     void getDatabaseProcessConnection(PassRefPtr&lt;Messages::WebProcessProxy::GetDatabaseProcessConnection::DelayedReply&gt;);
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-    // CoreIPC::Connection::Client
</del><ins>+    // IPC::Connection::Client
</ins><span class="cx">     friend class WebConnectionToWebProcess;
</span><del>-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;) OVERRIDE;
-    virtual void didClose(CoreIPC::Connection*) OVERRIDE;
-    virtual void didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName) OVERRIDE;
</del><ins>+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;) OVERRIDE;
+    virtual void didClose(IPC::Connection*) OVERRIDE;
+    virtual void didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference messageReceiverName, IPC::StringReference messageName) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // ResponsivenessTimer::Client
</span><span class="cx">     void didBecomeUnresponsive(ResponsivenessTimer*) OVERRIDE;
</span><span class="lines">@@ -171,7 +171,7 @@
</span><span class="cx">     void didBecomeResponsive(ResponsivenessTimer*) OVERRIDE;
</span><span class="cx"> 
</span><span class="cx">     // ProcessLauncher::Client
</span><del>-    virtual void didFinishLaunching(ProcessLauncher*, CoreIPC::Connection::Identifier) OVERRIDE;
</del><ins>+    virtual void didFinishLaunching(ProcessLauncher*, IPC::Connection::Identifier) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // History client
</span><span class="cx">     void didNavigateWithNavigationData(uint64_t pageID, const WebNavigationDataStore&amp;, uint64_t frameID);
</span><span class="lines">@@ -180,8 +180,8 @@
</span><span class="cx">     void didUpdateHistoryTitle(uint64_t pageID, const String&amp; title, const String&amp; url, uint64_t frameID);
</span><span class="cx"> 
</span><span class="cx">     // Implemented in generated WebProcessProxyMessageReceiver.cpp
</span><del>-    void didReceiveWebProcessProxyMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
-    void didReceiveSyncWebProcessProxyMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;);
</del><ins>+    void didReceiveWebProcessProxyMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
+    void didReceiveSyncWebProcessProxyMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;);
</ins><span class="cx"> 
</span><span class="cx">     bool canTerminateChildProcess();
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebProcessProxymessagesin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebProcessProxy.messages.in (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebProcessProxy.messages.in        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebProcessProxy.messages.in        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">     DidPerformServerRedirect(uint64_t pageID, String sourceURLString, String destinationURLString, uint64_t frameID)
</span><span class="cx">     DidUpdateHistoryTitle(uint64_t pageID, String title, String url, uint64_t frameID)
</span><span class="cx"> 
</span><del>-    AddBackForwardItem(uint64_t itemID, String originalURL, String url, String title, CoreIPC::DataReference backForwardData)
</del><ins>+    AddBackForwardItem(uint64_t itemID, String originalURL, String url, String title, IPC::DataReference backForwardData)
</ins><span class="cx">     DidDestroyFrame(uint64_t frameID) 
</span><span class="cx"> 
</span><span class="cx">     ShouldTerminate() -&gt; (bool shouldTerminate)
</span><span class="lines">@@ -39,12 +39,12 @@
</span><span class="cx">     # Plugin messages.
</span><span class="cx"> #if ENABLE(NETSCAPE_PLUGIN_API)
</span><span class="cx">     GetPlugins(bool refresh) -&gt; (Vector&lt;WebCore::PluginInfo&gt; plugins, Vector&lt;WebCore::PluginInfo&gt; applicationPlugins)
</span><del>-    GetPluginProcessConnection(uint64_t pluginProcessToken) -&gt; (CoreIPC::Attachment connectionHandle, bool supportsAsynchronousInitialization) Delayed
</del><ins>+    GetPluginProcessConnection(uint64_t pluginProcessToken) -&gt; (IPC::Attachment connectionHandle, bool supportsAsynchronousInitialization) Delayed
</ins><span class="cx"> #endif
</span><span class="cx"> #if ENABLE(NETWORK_PROCESS)
</span><del>-    GetNetworkProcessConnection() -&gt; (CoreIPC::Attachment connectionHandle) Delayed
</del><ins>+    GetNetworkProcessConnection() -&gt; (IPC::Attachment connectionHandle) Delayed
</ins><span class="cx"> #endif
</span><span class="cx"> #if ENABLE(DATABASE_PROCESS)
</span><del>-    GetDatabaseProcessConnection() -&gt; (CoreIPC::Attachment connectionHandle) Delayed
</del><ins>+    GetDatabaseProcessConnection() -&gt; (IPC::Attachment connectionHandle) Delayed
</ins><span class="cx"> #endif
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebResourceCacheManagerProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> 
</span><span class="cx"> typedef GenericCallback&lt;WKArrayRef&gt; ArrayCallback;
</span><span class="cx"> 
</span><del>-class WebResourceCacheManagerProxy : public API::ObjectImpl&lt;API::Object::Type::CacheManager&gt;, public WebContextSupplement, private CoreIPC::MessageReceiver {
</del><ins>+class WebResourceCacheManagerProxy : public API::ObjectImpl&lt;API::Object::Type::CacheManager&gt;, public WebContextSupplement, private IPC::MessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     static const char* supplementName();
</span><span class="cx"> 
</span><span class="lines">@@ -68,8 +68,8 @@
</span><span class="cx">     virtual void refWebContextSupplement() OVERRIDE;
</span><span class="cx">     virtual void derefWebContextSupplement() OVERRIDE;
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // Message handlers.
</span><span class="cx">     void didGetCacheOrigins(const Vector&lt;SecurityOriginData&gt;&amp; originIdentifiers, uint64_t callbackID);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcesscfWebBackForwardListCFcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/cf/WebBackForwardListCF.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/cf/WebBackForwardListCF.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/cf/WebBackForwardListCF.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -105,8 +105,8 @@
</span><span class="cx">         RetainPtr&lt;CFStringRef&gt; title = m_entries[i]-&gt;title().createCFString();
</span><span class="cx">         RetainPtr&lt;CFStringRef&gt; originalURL = m_entries[i]-&gt;originalURL().createCFString();
</span><span class="cx"> 
</span><del>-        // FIXME: This uses the CoreIPC data encoding format, which means that whenever we change the CoreIPC encoding we need to bump the CurrentSessionStateDataVersion
-        // constant in WebPageProxyCF.cpp. The CoreIPC data format is meant to be an implementation detail, and not something that should be written to disk.
</del><ins>+        // FIXME: This uses the IPC data encoding format, which means that whenever we change the IPC encoding we need to bump the CurrentSessionStateDataVersion
+        // constant in WebPageProxyCF.cpp. The IPC data format is meant to be an implementation detail, and not something that should be written to disk.
</ins><span class="cx">         RetainPtr&lt;CFDataRef&gt; entryData = adoptCF(CFDataCreate(kCFAllocatorDefault, m_entries[i]-&gt;backForwardData().data(), m_entries[i]-&gt;backForwardData().size()));
</span><span class="cx">         
</span><span class="cx">         const void* keys[4] = { sessionHistoryEntryURLKey, sessionHistoryEntryTitleKey, sessionHistoryEntryOriginalURLKey, sessionHistoryEntryDataKey };
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessmacRemoteLayerTreeHosth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -38,14 +38,14 @@
</span><span class="cx"> 
</span><span class="cx"> class WebPageProxy;
</span><span class="cx"> 
</span><del>-class RemoteLayerTreeHost : private CoreIPC::MessageReceiver {
</del><ins>+class RemoteLayerTreeHost : private IPC::MessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     explicit RemoteLayerTreeHost(WebPageProxy*);
</span><span class="cx">     ~RemoteLayerTreeHost();
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    // CoreIPC::MessageReceiver.
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver.
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // Message handlers.
</span><span class="cx">     void commit(const RemoteLayerTreeTransaction&amp;);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessmacSecItemShimProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/mac/SecItemShimProxy.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/mac/SecItemShimProxy.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/mac/SecItemShimProxy.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -51,12 +51,12 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void SecItemShimProxy::initializeConnection(CoreIPC::Connection* connection)
</del><ins>+void SecItemShimProxy::initializeConnection(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx">     connection-&gt;addWorkQueueMessageReceiver(Messages::SecItemShimProxy::messageReceiverName(), m_queue.get(), this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void SecItemShimProxy::secItemRequest(CoreIPC::Connection* connection, uint64_t requestID, const SecItemRequestData&amp; request)
</del><ins>+void SecItemShimProxy::secItemRequest(IPC::Connection* connection, uint64_t requestID, const SecItemRequestData&amp; request)
</ins><span class="cx"> {
</span><span class="cx">     SecItemResponseData response;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessmacSecItemShimProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/mac/SecItemShimProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/mac/SecItemShimProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/mac/SecItemShimProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -34,20 +34,20 @@
</span><span class="cx"> 
</span><span class="cx"> class SecItemRequestData;
</span><span class="cx"> 
</span><del>-class SecItemShimProxy : public CoreIPC::Connection::WorkQueueMessageReceiver {
</del><ins>+class SecItemShimProxy : public IPC::Connection::WorkQueueMessageReceiver {
</ins><span class="cx"> WTF_MAKE_NONCOPYABLE(SecItemShimProxy);
</span><span class="cx"> public:
</span><span class="cx">     static SecItemShimProxy&amp; shared();
</span><span class="cx"> 
</span><del>-    void initializeConnection(CoreIPC::Connection*);
</del><ins>+    void initializeConnection(IPC::Connection*);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     SecItemShimProxy();
</span><span class="cx"> 
</span><del>-    // CoreIPC::Connection::WorkQueueMessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::Connection::WorkQueueMessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><del>-    void secItemRequest(CoreIPC::Connection*, uint64_t requestID, const SecItemRequestData&amp;);
</del><ins>+    void secItemRequest(IPC::Connection*, uint64_t requestID, const SecItemRequestData&amp;);
</ins><span class="cx"> 
</span><span class="cx">     RefPtr&lt;WorkQueue&gt; m_queue;
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessmacViewGestureControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/mac/ViewGestureController.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/mac/ViewGestureController.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/mac/ViewGestureController.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> 
</span><span class="cx"> class WebPageProxy;
</span><span class="cx"> 
</span><del>-class ViewGestureController : private CoreIPC::MessageReceiver {
</del><ins>+class ViewGestureController : private IPC::MessageReceiver {
</ins><span class="cx">     WTF_MAKE_NONCOPYABLE(ViewGestureController);
</span><span class="cx"> public:
</span><span class="cx">     ViewGestureController(WebPageProxy&amp;);
</span><span class="lines">@@ -53,8 +53,8 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    // CoreIPC::MessageReceiver.
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver.
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // Message handlers.
</span><span class="cx">     void didCollectGeometryForMagnificationGesture(WebCore::FloatRect visibleContentBounds);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessmacWebContextMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/mac/WebContextMac.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/mac/WebContextMac.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/mac/WebContextMac.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -297,7 +297,7 @@
</span><span class="cx"> #if !PLATFORM(IOS)
</span><span class="cx">     mach_port_t renderServerPort = [[CARemoteLayerServer sharedServer] serverPort];
</span><span class="cx">     if (renderServerPort != MACH_PORT_NULL)
</span><del>-        parameters.acceleratedCompositingPort = CoreIPC::MachPort(renderServerPort, MACH_MSG_TYPE_COPY_SEND);
</del><ins>+        parameters.acceleratedCompositingPort = IPC::MachPort(renderServerPort, MACH_MSG_TYPE_COPY_SEND);
</ins><span class="cx"> #endif
</span><span class="cx"> #endif
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessmacWebPageProxyMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/mac/WebPageProxyMac.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/mac/WebPageProxyMac.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/UIProcess/mac/WebPageProxyMac.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -430,7 +430,7 @@
</span><span class="cx">     m_pageClient.didPerformDictionaryLookup(text, dictionaryPopupInfo);
</span><span class="cx"> }
</span><span class="cx">     
</span><del>-void WebPageProxy::registerWebProcessAccessibilityToken(const CoreIPC::DataReference&amp; data)
</del><ins>+void WebPageProxy::registerWebProcessAccessibilityToken(const IPC::DataReference&amp; data)
</ins><span class="cx"> {
</span><span class="cx">     m_pageClient.accessibilityWebProcessTokenReceived(data);
</span><span class="cx"> }    
</span><span class="lines">@@ -445,7 +445,7 @@
</span><span class="cx">     return m_pageClient.colorSpace();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::registerUIProcessAccessibilityTokens(const CoreIPC::DataReference&amp; elementToken, const CoreIPC::DataReference&amp; windowToken)
</del><ins>+void WebPageProxy::registerUIProcessAccessibilityTokens(const IPC::DataReference&amp; elementToken, const IPC::DataReference&amp; windowToken)
</ins><span class="cx"> {
</span><span class="cx">     if (!isValid())
</span><span class="cx">         return;
</span><span class="lines">@@ -587,7 +587,7 @@
</span><span class="cx">     [[NSWorkspace sharedWorkspace] openFile:nsPath];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPageProxy::savePDFToTemporaryFolderAndOpenWithNativeApplication(const String&amp; suggestedFilename, const String&amp; originatingURLString, const CoreIPC::DataReference&amp; data, const String&amp; pdfUUID)
</del><ins>+void WebPageProxy::savePDFToTemporaryFolderAndOpenWithNativeApplication(const String&amp; suggestedFilename, const String&amp; originatingURLString, const IPC::DataReference&amp; data, const String&amp; pdfUUID)
</ins><span class="cx"> {
</span><span class="cx">     if (data.isEmpty()) {
</span><span class="cx">         WTFLogAlways(&quot;Cannot save empty PDF file to the temporary directory.&quot;);
</span></span></pre></div>
<a id="trunkSourceWebKit2WebKit2xcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -81,6 +81,7 @@
</span><span class="cx">                 1A1C649B11F4174200553C19 /* WebContextMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A1C648611F415B700553C19 /* WebContextMac.mm */; };
</span><span class="cx">                 1A1D8BA11731A36300141DA4 /* LocalStorageDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D8B9F1731A36300141DA4 /* LocalStorageDatabase.cpp */; };
</span><span class="cx">                 1A1D8BA21731A36300141DA4 /* LocalStorageDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1D8BA01731A36300141DA4 /* LocalStorageDatabase.h */; };
</span><ins>+                1A1EC69E1872092100B951F0 /* ImportanceAssertion.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1EC69D1872092100B951F0 /* ImportanceAssertion.h */; };
</ins><span class="cx">                 1A1FEC1C1627B45700700F6D /* WebConnectionMessageReceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1FEC1A1627B45600700F6D /* WebConnectionMessageReceiver.cpp */; };
</span><span class="cx">                 1A1FEC1D1627B45700700F6D /* WebConnectionMessages.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1FEC1B1627B45700700F6D /* WebConnectionMessages.h */; };
</span><span class="cx">                 1A2161B011F37664008AD0F5 /* NPRuntimeObjectMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A2161AE11F37664008AD0F5 /* NPRuntimeObjectMap.h */; };
</span><span class="lines">@@ -1623,6 +1624,7 @@
</span><span class="cx">                 1A1C648611F415B700553C19 /* WebContextMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebContextMac.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A1D8B9F1731A36300141DA4 /* LocalStorageDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LocalStorageDatabase.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A1D8BA01731A36300141DA4 /* LocalStorageDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocalStorageDatabase.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><ins>+                1A1EC69D1872092100B951F0 /* ImportanceAssertion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImportanceAssertion.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</ins><span class="cx">                 1A1FA251127A0E4F0050E709 /* NPRemoteObjectMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NPRemoteObjectMap.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A1FA252127A0E4F0050E709 /* NPRemoteObjectMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NPRemoteObjectMap.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A1FA283127A13BC0050E709 /* NPObjectProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NPObjectProxy.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -5341,6 +5343,7 @@
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><span class="cx">                                 1A30EAC5115D7DA30053E937 /* ConnectionMac.cpp */,
</span><ins>+                                1A1EC69D1872092100B951F0 /* ImportanceAssertion.h */,
</ins><span class="cx">                                 BCC56F771159957D001CCAF9 /* MachPort.h */,
</span><span class="cx">                         );
</span><span class="cx">                         path = mac;
</span><span class="lines">@@ -5927,6 +5930,7 @@
</span><span class="cx">                                 1A2D90D21281C966001EB962 /* PluginProcessCreationParameters.h in Headers */,
</span><span class="cx">                                 1A0EC603124A9F2C007EF4A5 /* PluginProcessManager.h in Headers */,
</span><span class="cx">                                 1F7506B31859164500EC0FF7 /* WKWebProcessPlugInNodeHandle.h in Headers */,
</span><ins>+                                1A1EC69E1872092100B951F0 /* ImportanceAssertion.h in Headers */,
</ins><span class="cx">                                 1A0EC6C0124BBD9B007EF4A5 /* PluginProcessMessages.h in Headers */,
</span><span class="cx">                                 1A0EC75E124BC7B2007EF4A5 /* PluginProcessProxy.h in Headers */,
</span><span class="cx">                                 1A043B5E124D5E9D00FFBFB5 /* PluginProcessProxyMessages.h in Headers */,
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessApplicationCacheWebApplicationCacheManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> class ChildProcess;
</span><span class="cx"> struct SecurityOriginData;
</span><span class="cx"> 
</span><del>-class WebApplicationCacheManager : public WebProcessSupplement, public CoreIPC::MessageReceiver {
</del><ins>+class WebApplicationCacheManager : public WebProcessSupplement, public IPC::MessageReceiver {
</ins><span class="cx">     WTF_MAKE_NONCOPYABLE(WebApplicationCacheManager);
</span><span class="cx"> public:
</span><span class="cx">     WebApplicationCacheManager(ChildProcess*);
</span><span class="lines">@@ -50,8 +50,8 @@
</span><span class="cx">     void getApplicationCacheOrigins(uint64_t callbackID);
</span><span class="cx">     void deleteEntriesForOrigin(const SecurityOriginData&amp;);
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     ChildProcess* m_childProcess;
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessCookiesWebCookieManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Cookies/WebCookieManager.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Cookies/WebCookieManager.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Cookies/WebCookieManager.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx"> 
</span><span class="cx"> class ChildProcess;
</span><span class="cx"> 
</span><del>-class WebCookieManager : public WebProcessSupplement, public NetworkProcessSupplement, public CoreIPC::MessageReceiver {
</del><ins>+class WebCookieManager : public WebProcessSupplement, public NetworkProcessSupplement, public IPC::MessageReceiver {
</ins><span class="cx">     WTF_MAKE_NONCOPYABLE(WebCookieManager);
</span><span class="cx"> public:
</span><span class="cx">     WebCookieManager(ChildProcess*);
</span><span class="lines">@@ -55,8 +55,8 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     void getHostnamesWithCookies(uint64_t callbackID);
</span><span class="cx">     void deleteCookiesForHostname(const String&amp;);
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessDatabasesIndexedDBWebIDBServerConnectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Databases/IndexedDB/WebIDBServerConnection.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Databases/IndexedDB/WebIDBServerConnection.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Databases/IndexedDB/WebIDBServerConnection.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -343,7 +343,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-CoreIPC::Connection* WebIDBServerConnection::messageSenderConnection()
</del><ins>+IPC::Connection* WebIDBServerConnection::messageSenderConnection()
</ins><span class="cx"> {
</span><span class="cx">     return WebProcess::shared().webToDatabaseProcessConnection()-&gt;connection();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessDatabasesIndexedDBWebIDBServerConnectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Databases/IndexedDB/WebIDBServerConnection.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Databases/IndexedDB/WebIDBServerConnection.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Databases/IndexedDB/WebIDBServerConnection.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> 
</span><span class="cx"> class AsyncRequest;
</span><span class="cx"> 
</span><del>-class WebIDBServerConnection FINAL : public WebCore::IDBServerConnection, public CoreIPC::MessageSender {
</del><ins>+class WebIDBServerConnection FINAL : public WebCore::IDBServerConnection, public IPC::MessageSender {
</ins><span class="cx"> public:
</span><span class="cx">     static PassRefPtr&lt;WebIDBServerConnection&gt; create(const String&amp; databaseName, const WebCore::SecurityOrigin&amp; openingOrigin, const WebCore::SecurityOrigin&amp; mainFrameOrigin);
</span><span class="cx"> 
</span><span class="lines">@@ -82,16 +82,16 @@
</span><span class="cx">     virtual void cursorPrefetchReset(WebCore::IDBCursorBackend&amp;, int usedPrefetches) OVERRIDE;
</span><span class="cx"> 
</span><span class="cx">     // Message handlers.
</span><del>-    void didReceiveWebIDBServerConnectionMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void didReceiveWebIDBServerConnectionMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><del>-    // CoreIPC::MessageSender
</del><ins>+    // IPC::MessageSender
</ins><span class="cx">     virtual uint64_t messageSenderDestinationID() OVERRIDE { return m_serverConnectionIdentifier; }
</span><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     WebIDBServerConnection(const String&amp; databaseName, const WebCore::SecurityOrigin&amp; openingOrigin, const WebCore::SecurityOrigin&amp; mainFrameOrigin);
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageSender
-    virtual CoreIPC::Connection* messageSenderConnection() OVERRIDE;
</del><ins>+    // IPC::MessageSender
+    virtual IPC::Connection* messageSenderConnection() OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     void didGetOrEstablishIDBDatabaseMetadata(uint64_t requestID, bool success, const WebCore::IDBDatabaseMetadata&amp;);
</span><span class="cx">     void didOpenTransaction(uint64_t requestID, bool success);
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessDatabasesWebToDatabaseProcessConnectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Databases/WebToDatabaseProcessConnection.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Databases/WebToDatabaseProcessConnection.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Databases/WebToDatabaseProcessConnection.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -39,9 +39,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-WebToDatabaseProcessConnection::WebToDatabaseProcessConnection(CoreIPC::Connection::Identifier connectionIdentifier)
</del><ins>+WebToDatabaseProcessConnection::WebToDatabaseProcessConnection(IPC::Connection::Identifier connectionIdentifier)
</ins><span class="cx"> {
</span><del>-    m_connection = CoreIPC::Connection::createClientConnection(connectionIdentifier, this, RunLoop::main());
</del><ins>+    m_connection = IPC::Connection::createClientConnection(connectionIdentifier, this, RunLoop::main());
</ins><span class="cx">     m_connection-&gt;open();
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebToDatabaseProcessConnection::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebToDatabaseProcessConnection::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     if (decoder.messageReceiverName() == Messages::WebIDBServerConnection::messageReceiverName()) {
</span><span class="cx">         HashMap&lt;uint64_t, WebIDBServerConnection*&gt;::iterator connectionIterator = m_webIDBServerConnections.find(decoder.destinationID());
</span><span class="lines">@@ -61,12 +61,12 @@
</span><span class="cx">     ASSERT_NOT_REACHED();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebToDatabaseProcessConnection::didClose(CoreIPC::Connection* connection)
</del><ins>+void WebToDatabaseProcessConnection::didClose(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx">     WebProcess::shared().webToDatabaseProcessConnectionClosed(this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebToDatabaseProcessConnection::didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName)
</del><ins>+void WebToDatabaseProcessConnection::didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference messageReceiverName, IPC::StringReference messageName)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessDatabasesWebToDatabaseProcessConnectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Databases/WebToDatabaseProcessConnection.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Databases/WebToDatabaseProcessConnection.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Databases/WebToDatabaseProcessConnection.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -38,32 +38,32 @@
</span><span class="cx"> class WebIDBServerConnection;
</span><span class="cx"> class WebProcessIDBDatabaseBackend;
</span><span class="cx"> 
</span><del>-class WebToDatabaseProcessConnection : public RefCounted&lt;WebToDatabaseProcessConnection&gt;, public CoreIPC::Connection::Client, public CoreIPC::MessageSender {
</del><ins>+class WebToDatabaseProcessConnection : public RefCounted&lt;WebToDatabaseProcessConnection&gt;, public IPC::Connection::Client, public IPC::MessageSender {
</ins><span class="cx"> public:
</span><del>-    static PassRefPtr&lt;WebToDatabaseProcessConnection&gt; create(CoreIPC::Connection::Identifier connectionIdentifier)
</del><ins>+    static PassRefPtr&lt;WebToDatabaseProcessConnection&gt; create(IPC::Connection::Identifier connectionIdentifier)
</ins><span class="cx">     {
</span><span class="cx">         return adoptRef(new WebToDatabaseProcessConnection(connectionIdentifier));
</span><span class="cx">     }
</span><span class="cx">     ~WebToDatabaseProcessConnection();
</span><span class="cx">     
</span><del>-    CoreIPC::Connection* connection() const { return m_connection.get(); }
</del><ins>+    IPC::Connection* connection() const { return m_connection.get(); }
</ins><span class="cx"> 
</span><span class="cx">     void registerWebIDBServerConnection(WebIDBServerConnection&amp;);
</span><span class="cx">     void removeWebIDBServerConnection(WebIDBServerConnection&amp;);
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    WebToDatabaseProcessConnection(CoreIPC::Connection::Identifier);
</del><ins>+    WebToDatabaseProcessConnection(IPC::Connection::Identifier);
</ins><span class="cx"> 
</span><del>-    // CoreIPC::Connection::Client
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didClose(CoreIPC::Connection*) OVERRIDE;
-    virtual void didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName) OVERRIDE;
</del><ins>+    // IPC::Connection::Client
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didClose(IPC::Connection*) OVERRIDE;
+    virtual void didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference messageReceiverName, IPC::StringReference messageName) OVERRIDE;
</ins><span class="cx"> 
</span><del>-    // CoreIPC::MessageSender
-    virtual CoreIPC::Connection* messageSenderConnection() OVERRIDE { return m_connection.get(); }
</del><ins>+    // IPC::MessageSender
+    virtual IPC::Connection* messageSenderConnection() OVERRIDE { return m_connection.get(); }
</ins><span class="cx">     virtual uint64_t messageSenderDestinationID() OVERRIDE { return 0; }
</span><span class="cx"> 
</span><del>-    RefPtr&lt;CoreIPC::Connection&gt; m_connection;
</del><ins>+    RefPtr&lt;IPC::Connection&gt; m_connection;
</ins><span class="cx"> 
</span><span class="cx">     HashMap&lt;uint64_t, WebIDBServerConnection*&gt; m_webIDBServerConnections;
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessEntryPointmacLegacyProcessWebContentProcessMainmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/EntryPoint/mac/LegacyProcess/WebContentProcessMain.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/EntryPoint/mac/LegacyProcess/WebContentProcessMain.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/EntryPoint/mac/LegacyProcess/WebContentProcessMain.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -85,7 +85,7 @@
</span><span class="cx"> #endif // PLATFORM(IOS)
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    virtual bool getConnectionIdentifier(CoreIPC::Connection::Identifier&amp; identifier)
</del><ins>+    virtual bool getConnectionIdentifier(IPC::Connection::Identifier&amp; identifier)
</ins><span class="cx">     {
</span><span class="cx">         String clientExecutable = m_commandLine[&quot;client-executable&quot;];
</span><span class="cx">         if (clientExecutable.isEmpty())
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessFullScreenWebFullScreenManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">     return m_element.get(); 
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebFullScreenManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebFullScreenManager::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     didReceiveWebFullScreenManagerMessage(connection, decoder);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessFullScreenWebFullScreenManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class Connection;
</span><span class="cx"> class MessageDecoder;
</span><span class="cx"> }
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx">     static PassRefPtr&lt;WebFullScreenManager&gt; create(WebPage*);
</span><span class="cx">     virtual ~WebFullScreenManager();
</span><span class="cx"> 
</span><del>-    void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx">     bool supportsFullScreen(bool withKeyboard);
</span><span class="cx">     void enterFullScreenForElement(WebCore::Element*);
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx">     void saveScrollPosition();
</span><span class="cx">     void restoreScrollPosition();
</span><span class="cx"> 
</span><del>-    void didReceiveWebFullScreenManagerMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void didReceiveWebFullScreenManagerMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx">     WebCore::IntRect m_initialFrame;
</span><span class="cx">     WebCore::IntRect m_finalFrame;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessGeolocationWebGeolocationManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx"> class WebProcess;
</span><span class="cx"> class WebPage;
</span><span class="cx"> 
</span><del>-class WebGeolocationManager : public WebProcessSupplement, public CoreIPC::MessageReceiver {
</del><ins>+class WebGeolocationManager : public WebProcessSupplement, public IPC::MessageReceiver {
</ins><span class="cx">     WTF_MAKE_NONCOPYABLE(WebGeolocationManager);
</span><span class="cx"> public:
</span><span class="cx">     explicit WebGeolocationManager(WebProcess*);
</span><span class="lines">@@ -57,8 +57,8 @@
</span><span class="cx">     void requestPermission(WebCore::Geolocation*);
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     bool isUpdating() const { return !m_pageSet.isEmpty(); }
</span><span class="cx">     bool isHighAccuracyEnabled() const { return !m_highAccuracyPageSet.isEmpty(); }
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessIconDatabaseWebIconDatabaseProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/IconDatabase/WebIconDatabaseProxy.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/IconDatabase/WebIconDatabaseProxy.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/IconDatabase/WebIconDatabaseProxy.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx"> 
</span><span class="cx"> Image* WebIconDatabaseProxy::synchronousIconForPageURL(const String&amp; pageURL, const IntSize&amp; /*size*/)
</span><span class="cx"> {
</span><del>-    CoreIPC::DataReference result;
</del><ins>+    IPC::DataReference result;
</ins><span class="cx">     if (!m_process-&gt;parentProcessConnection()-&gt;sendSync(Messages::WebIconDatabase::SynchronousIconDataForPageURL(pageURL), Messages::WebIconDatabase::SynchronousIconDataForPageURL::Reply(result), 0))
</span><span class="cx">         return 0;
</span><span class="cx">     
</span><span class="lines">@@ -135,7 +135,7 @@
</span><span class="cx"> 
</span><span class="cx"> void WebIconDatabaseProxy::setIconDataForIconURL(PassRefPtr&lt;SharedBuffer&gt; iconData, const String&amp; iconURL)
</span><span class="cx"> {
</span><del>-    CoreIPC::DataReference data(reinterpret_cast&lt;const uint8_t*&gt;(iconData ? iconData-&gt;data() : 0), iconData ? iconData-&gt;size() : 0);
</del><ins>+    IPC::DataReference data(reinterpret_cast&lt;const uint8_t*&gt;(iconData ? iconData-&gt;data() : 0), iconData ? iconData-&gt;size() : 0);
</ins><span class="cx">     m_process-&gt;parentProcessConnection()-&gt;send(Messages::WebIconDatabase::SetIconDataForIconURL(data, iconURL), 0);
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessIconDatabaseWebIconDatabaseProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/IconDatabase/WebIconDatabaseProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/IconDatabase/WebIconDatabaseProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/IconDatabase/WebIconDatabaseProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> 
</span><span class="cx"> class WebProcess;
</span><span class="cx"> 
</span><del>-class WebIconDatabaseProxy : public WebCore::IconDatabaseBase, private CoreIPC::MessageReceiver {
</del><ins>+class WebIconDatabaseProxy : public WebCore::IconDatabaseBase, private IPC::MessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     explicit WebIconDatabaseProxy(WebProcess*);
</span><span class="cx">     virtual ~WebIconDatabaseProxy();
</span><span class="lines">@@ -63,8 +63,8 @@
</span><span class="cx">     virtual void iconDataForIconURL(const String&amp;, PassRefPtr&lt;WebCore::IconDataCallback&gt;);
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    // CoreIPC::MessageReceiver
-    void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx">     
</span><span class="cx">     // Callbacks from the UIProcess
</span><span class="cx">     void urlImportFinished();
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -100,7 +100,7 @@
</span><span class="cx"> 
</span><span class="cx"> void InjectedBundle::postMessage(const String&amp; messageName, API::Object* messageBody)
</span><span class="cx"> {
</span><del>-    auto encoder = std::make_unique&lt;CoreIPC::MessageEncoder&gt;(WebContextLegacyMessages::messageReceiverName(), WebContextLegacyMessages::postMessageMessageName(), 0);
</del><ins>+    auto encoder = std::make_unique&lt;IPC::MessageEncoder&gt;(WebContextLegacyMessages::messageReceiverName(), WebContextLegacyMessages::postMessageMessageName(), 0);
</ins><span class="cx">     encoder-&gt;encode(messageName);
</span><span class="cx">     encoder-&gt;encode(InjectedBundleUserMessageEncoder(messageBody));
</span><span class="cx"> 
</span><span class="lines">@@ -112,11 +112,11 @@
</span><span class="cx">     InjectedBundleUserMessageDecoder messageDecoder(returnData);
</span><span class="cx"> 
</span><span class="cx">     uint64_t syncRequestID;
</span><del>-    std::unique_ptr&lt;CoreIPC::MessageEncoder&gt; encoder = WebProcess::shared().parentProcessConnection()-&gt;createSyncMessageEncoder(WebContextLegacyMessages::messageReceiverName(), WebContextLegacyMessages::postSynchronousMessageMessageName(), 0, syncRequestID);
</del><ins>+    std::unique_ptr&lt;IPC::MessageEncoder&gt; encoder = WebProcess::shared().parentProcessConnection()-&gt;createSyncMessageEncoder(WebContextLegacyMessages::messageReceiverName(), WebContextLegacyMessages::postSynchronousMessageMessageName(), 0, syncRequestID);
</ins><span class="cx">     encoder-&gt;encode(messageName);
</span><span class="cx">     encoder-&gt;encode(InjectedBundleUserMessageEncoder(messageBody));
</span><span class="cx"> 
</span><del>-    std::unique_ptr&lt;CoreIPC::MessageDecoder&gt; replyDecoder = WebProcess::shared().parentProcessConnection()-&gt;sendSyncMessage(syncRequestID, std::move(encoder), CoreIPC::Connection::NoTimeout);
</del><ins>+    std::unique_ptr&lt;IPC::MessageDecoder&gt; replyDecoder = WebProcess::shared().parentProcessConnection()-&gt;sendSyncMessage(syncRequestID, std::move(encoder), IPC::Connection::NoTimeout);
</ins><span class="cx">     if (!replyDecoder || !replyDecoder-&gt;decode(messageDecoder)) {
</span><span class="cx">         returnData = nullptr;
</span><span class="cx">         return;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleInjectedBundleUserMessageCodersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleUserMessageCoders.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleUserMessageCoders.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleUserMessageCoders.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -58,7 +58,7 @@
</span><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    void encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+    void encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx">     {
</span><span class="cx">         API::Object::Type type = API::Object::Type::Null;
</span><span class="cx">         if (baseEncode(encoder, *this, type))
</span><span class="lines">@@ -113,7 +113,7 @@
</span><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    static bool decode(CoreIPC::ArgumentDecoder&amp; decoder, InjectedBundleUserMessageDecoder&amp; coder)
</del><ins>+    static bool decode(IPC::ArgumentDecoder&amp; decoder, InjectedBundleUserMessageDecoder&amp; coder)
</ins><span class="cx">     {
</span><span class="cx">         API::Object::Type type = API::Object::Type::Null;
</span><span class="cx">         if (!Base::baseDecode(decoder, coder, type))
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessMediaCacheWebMediaCacheManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/MediaCache/WebMediaCacheManager.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/MediaCache/WebMediaCacheManager.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/MediaCache/WebMediaCacheManager.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> 
</span><span class="cx"> class WebProcess;
</span><span class="cx"> 
</span><del>-class WebMediaCacheManager : public WebProcessSupplement, public CoreIPC::MessageReceiver {
</del><ins>+class WebMediaCacheManager : public WebProcessSupplement, public IPC::MessageReceiver {
</ins><span class="cx">     WTF_MAKE_NONCOPYABLE(WebMediaCacheManager);
</span><span class="cx"> public:
</span><span class="cx">     explicit WebMediaCacheManager(WebProcess*);
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">     static const char* supplementName();
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     void getHostnamesWithMediaCache(uint64_t callbackID);
</span><span class="cx">     void clearCacheForHostname(const String&amp;);
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessNetworkNetworkProcessConnectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Network/NetworkProcessConnection.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Network/NetworkProcessConnection.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Network/NetworkProcessConnection.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -43,9 +43,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-NetworkProcessConnection::NetworkProcessConnection(CoreIPC::Connection::Identifier connectionIdentifier)
</del><ins>+NetworkProcessConnection::NetworkProcessConnection(IPC::Connection::Identifier connectionIdentifier)
</ins><span class="cx"> {
</span><del>-    m_connection = CoreIPC::Connection::createClientConnection(connectionIdentifier, this, RunLoop::main());
</del><ins>+    m_connection = IPC::Connection::createClientConnection(connectionIdentifier, this, RunLoop::main());
</ins><span class="cx">     m_connection-&gt;open();
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcessConnection::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void NetworkProcessConnection::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     if (decoder.messageReceiverName() == Messages::WebResourceLoader::messageReceiverName()) {
</span><span class="cx">         if (WebResourceLoader* webResourceLoader = WebProcess::shared().webResourceLoadScheduler().webResourceLoaderForIdentifier(decoder.destinationID()))
</span><span class="lines">@@ -65,18 +65,18 @@
</span><span class="cx">     didReceiveNetworkProcessConnectionMessage(connection, decoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcessConnection::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp; replyEncoder)
</del><ins>+void NetworkProcessConnection::didReceiveSyncMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp; replyEncoder)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT_NOT_REACHED();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcessConnection::didClose(CoreIPC::Connection*)
</del><ins>+void NetworkProcessConnection::didClose(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx">     // The NetworkProcess probably crashed.
</span><span class="cx">     WebProcess::shared().networkProcessConnectionClosed(this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void NetworkProcessConnection::didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference, CoreIPC::StringReference)
</del><ins>+void NetworkProcessConnection::didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference, IPC::StringReference)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessNetworkNetworkProcessConnectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Network/NetworkProcessConnection.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Network/NetworkProcessConnection.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Network/NetworkProcessConnection.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(NETWORK_PROCESS)
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class DataReference;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -47,26 +47,26 @@
</span><span class="cx"> 
</span><span class="cx"> typedef uint64_t ResourceLoadIdentifier;
</span><span class="cx"> 
</span><del>-class NetworkProcessConnection : public RefCounted&lt;NetworkProcessConnection&gt;, CoreIPC::Connection::Client {
</del><ins>+class NetworkProcessConnection : public RefCounted&lt;NetworkProcessConnection&gt;, IPC::Connection::Client {
</ins><span class="cx"> public:
</span><del>-    static PassRefPtr&lt;NetworkProcessConnection&gt; create(CoreIPC::Connection::Identifier connectionIdentifier)
</del><ins>+    static PassRefPtr&lt;NetworkProcessConnection&gt; create(IPC::Connection::Identifier connectionIdentifier)
</ins><span class="cx">     {
</span><span class="cx">         return adoptRef(new NetworkProcessConnection(connectionIdentifier));
</span><span class="cx">     }
</span><span class="cx">     ~NetworkProcessConnection();
</span><span class="cx">     
</span><del>-    CoreIPC::Connection* connection() const { return m_connection.get(); }
</del><ins>+    IPC::Connection* connection() const { return m_connection.get(); }
</ins><span class="cx"> 
</span><del>-    void didReceiveNetworkProcessConnectionMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void didReceiveNetworkProcessConnectionMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    NetworkProcessConnection(CoreIPC::Connection::Identifier);
</del><ins>+    NetworkProcessConnection(IPC::Connection::Identifier);
</ins><span class="cx"> 
</span><del>-    // CoreIPC::Connection::Client
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;) OVERRIDE;
-    virtual void didClose(CoreIPC::Connection*) OVERRIDE;
-    virtual void didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName) OVERRIDE;
</del><ins>+    // IPC::Connection::Client
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;) OVERRIDE;
+    virtual void didClose(IPC::Connection*) OVERRIDE;
+    virtual void didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference messageReceiverName, IPC::StringReference messageName) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(SHAREABLE_RESOURCE)
</span><span class="cx">     // Message handlers.
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx">     // The connection from the web process to the network process.
</span><del>-    RefPtr&lt;CoreIPC::Connection&gt; m_connection;
</del><ins>+    RefPtr&lt;IPC::Connection&gt; m_connection;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebKit
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessNetworkWebResourceLoadercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Network/WebResourceLoader.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Network/WebResourceLoader.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Network/WebResourceLoader.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-CoreIPC::Connection* WebResourceLoader::messageSenderConnection()
</del><ins>+IPC::Connection* WebResourceLoader::messageSenderConnection()
</ins><span class="cx"> {
</span><span class="cx">     return WebProcess::shared().networkConnection()-&gt;connection();
</span><span class="cx"> }
</span><span class="lines">@@ -123,7 +123,7 @@
</span><span class="cx">         send(Messages::NetworkResourceLoader::ContinueDidReceiveResponse());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebResourceLoader::didReceiveData(const CoreIPC::DataReference&amp; data, int64_t encodedDataLength)
</del><ins>+void WebResourceLoader::didReceiveData(const IPC::DataReference&amp; data, int64_t encodedDataLength)
</ins><span class="cx"> {
</span><span class="cx">     LOG(Network, &quot;(WebProcess) WebResourceLoader::didReceiveData of size %i for '%s'&quot;, (int)data.size(), m_coreLoader-&gt;url().string().utf8().data());
</span><span class="cx">     m_coreLoader-&gt;didReceiveData(reinterpret_cast&lt;const char*&gt;(data.data()), data.size(), encodedDataLength, DataPayloadBytes);
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessNetworkWebResourceLoaderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Network/WebResourceLoader.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Network/WebResourceLoader.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Network/WebResourceLoader.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class DataReference;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -53,13 +53,13 @@
</span><span class="cx"> 
</span><span class="cx"> typedef uint64_t ResourceLoadIdentifier;
</span><span class="cx"> 
</span><del>-class WebResourceLoader : public RefCounted&lt;WebResourceLoader&gt;, public CoreIPC::MessageSender {
</del><ins>+class WebResourceLoader : public RefCounted&lt;WebResourceLoader&gt;, public IPC::MessageSender {
</ins><span class="cx"> public:
</span><span class="cx">     static PassRefPtr&lt;WebResourceLoader&gt; create(PassRefPtr&lt;WebCore::ResourceLoader&gt;);
</span><span class="cx"> 
</span><span class="cx">     ~WebResourceLoader();
</span><span class="cx"> 
</span><del>-    void didReceiveWebResourceLoaderMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void didReceiveWebResourceLoaderMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx">     WebCore::ResourceLoader* resourceLoader() const { return m_coreLoader.get(); }
</span><span class="cx"> 
</span><span class="lines">@@ -68,8 +68,8 @@
</span><span class="cx"> private:
</span><span class="cx">     WebResourceLoader(PassRefPtr&lt;WebCore::ResourceLoader&gt;);
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageSender
-    virtual CoreIPC::Connection* messageSenderConnection() OVERRIDE;
</del><ins>+    // IPC::MessageSender
+    virtual IPC::Connection* messageSenderConnection() OVERRIDE;
</ins><span class="cx">     virtual uint64_t messageSenderDestinationID() OVERRIDE;
</span><span class="cx"> 
</span><span class="cx">     void cancelResourceLoader();
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">     void willSendRequest(const WebCore::ResourceRequest&amp;, const WebCore::ResourceResponse&amp; redirectResponse);
</span><span class="cx">     void didSendData(uint64_t bytesSent, uint64_t totalBytesToBeSent);
</span><span class="cx">     void didReceiveResponseWithCertificateInfo(const WebCore::ResourceResponse&amp;, const WebCore::CertificateInfo&amp;, bool needsContinueDidReceiveResponseMessage);
</span><del>-    void didReceiveData(const CoreIPC::DataReference&amp;, int64_t encodedDataLength);
</del><ins>+    void didReceiveData(const IPC::DataReference&amp;, int64_t encodedDataLength);
</ins><span class="cx">     void didFinishResourceLoad(double finishTime);
</span><span class="cx">     void didFailResourceLoad(const WebCore::ResourceError&amp;);
</span><span class="cx"> #if ENABLE(SHAREABLE_RESOURCE)
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessNetworkWebResourceLoadermessagesin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Network/WebResourceLoader.messages.in (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Network/WebResourceLoader.messages.in        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Network/WebResourceLoader.messages.in        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">     WillSendRequest(WebCore::ResourceRequest request, WebCore::ResourceResponse redirectResponse)
</span><span class="cx">     DidSendData(uint64_t bytesSent, uint64_t totalBytesToBeSent)
</span><span class="cx">     DidReceiveResponseWithCertificateInfo(WebCore::ResourceResponse response, WebCore::CertificateInfo certificateInfo, bool needsContinueDidReceiveResponseMessage)
</span><del>-    DidReceiveData(CoreIPC::DataReference data, int64_t encodedDataLength)
</del><ins>+    DidReceiveData(IPC::DataReference data, int64_t encodedDataLength)
</ins><span class="cx">     DidFinishResourceLoad(double finishTime)
</span><span class="cx">     DidFailResourceLoad(WebCore::ResourceError error)
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessNotificationsWebNotificationManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx"> class WebPage;
</span><span class="cx"> class WebProcess;
</span><span class="cx"> 
</span><del>-class WebNotificationManager : public WebProcessSupplement, public CoreIPC::MessageReceiver {
</del><ins>+class WebNotificationManager : public WebProcessSupplement, public IPC::MessageReceiver {
</ins><span class="cx">     WTF_MAKE_NONCOPYABLE(WebNotificationManager);
</span><span class="cx"> public:
</span><span class="cx">     explicit WebNotificationManager(WebProcess*);
</span><span class="lines">@@ -71,9 +71,9 @@
</span><span class="cx">     // WebProcessSupplement
</span><span class="cx">     virtual void initialize(const WebProcessCreationParameters&amp;) OVERRIDE;
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
</del><ins>+    // IPC::MessageReceiver
</ins><span class="cx">     // Implemented in generated WebNotificationManagerMessageReceiver.cpp
</span><del>-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx">     
</span><span class="cx">     void didShowNotification(uint64_t notificationID);
</span><span class="cx">     void didClickNotification(uint64_t notificationID);
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessOriginDataWebOriginDataManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/OriginData/WebOriginDataManager.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/OriginData/WebOriginDataManager.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/OriginData/WebOriginDataManager.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> class ChildProcess;
</span><span class="cx"> struct SecurityOriginData;
</span><span class="cx"> 
</span><del>-class WebOriginDataManager : public WebProcessSupplement, public CoreIPC::MessageReceiver {
</del><ins>+class WebOriginDataManager : public WebProcessSupplement, public IPC::MessageReceiver {
</ins><span class="cx">     WTF_MAKE_NONCOPYABLE(WebOriginDataManager);
</span><span class="cx"> public:
</span><span class="cx">     WebOriginDataManager(ChildProcess*);
</span><span class="lines">@@ -52,8 +52,8 @@
</span><span class="cx">     void startObservingChanges(WKOriginDataTypes);
</span><span class="cx">     void stopObservingChanges(WKOriginDataTypes);
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     ChildProcess* m_childProcess;
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessPluginsPDFPDFPluginh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Plugins/PDF/PDFPlugin.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Plugins/PDF/PDFPlugin.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Plugins/PDF/PDFPlugin.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> OBJC_CLASS WKPDFPluginAccessibilityObject;
</span><span class="cx"> OBJC_CLASS WKPDFLayerControllerDelegate;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class DataReference;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessPluginsPlugincpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Plugins/Plugin.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Plugins/Plugin.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Plugin.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-void Plugin::Parameters::encode(CoreIPC::ArgumentEncoder&amp; encoder) const
</del><ins>+void Plugin::Parameters::encode(IPC::ArgumentEncoder&amp; encoder) const
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; url.string();
</span><span class="cx">     encoder &lt;&lt; names;
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool Plugin::Parameters::decode(CoreIPC::ArgumentDecoder&amp; decoder, Parameters&amp; parameters)
</del><ins>+bool Plugin::Parameters::decode(IPC::ArgumentDecoder&amp; decoder, Parameters&amp; parameters)
</ins><span class="cx"> {
</span><span class="cx">     String urlString;
</span><span class="cx">     if (!decoder.decode(urlString))
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessPluginsPluginh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Plugins/Plugin.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Plugins/Plugin.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Plugin.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> 
</span><span class="cx"> struct NPObject;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentEncoder;
</span><span class="cx">     class ArgumentDecoder;
</span><span class="cx"> }
</span><span class="lines">@@ -83,8 +83,8 @@
</span><span class="cx">         LayerHostingMode layerHostingMode;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-        void encode(CoreIPC::ArgumentEncoder&amp;) const;
-        static bool decode(CoreIPC::ArgumentDecoder&amp;, Parameters&amp;);
</del><ins>+        void encode(IPC::ArgumentEncoder&amp;) const;
+        static bool decode(IPC::ArgumentDecoder&amp;, Parameters&amp;);
</ins><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx">     // Sets the active plug-in controller and initializes the plug-in.
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessPluginsPluginProcessConnectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Plugins/PluginProcessConnection.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Plugins/PluginProcessConnection.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Plugins/PluginProcessConnection.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -42,12 +42,12 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-PluginProcessConnection::PluginProcessConnection(PluginProcessConnectionManager* pluginProcessConnectionManager, uint64_t pluginProcessToken, CoreIPC::Connection::Identifier connectionIdentifier, bool supportsAsynchronousPluginInitialization)
</del><ins>+PluginProcessConnection::PluginProcessConnection(PluginProcessConnectionManager* pluginProcessConnectionManager, uint64_t pluginProcessToken, IPC::Connection::Identifier connectionIdentifier, bool supportsAsynchronousPluginInitialization)
</ins><span class="cx">     : m_pluginProcessConnectionManager(pluginProcessConnectionManager)
</span><span class="cx">     , m_pluginProcessToken(pluginProcessToken)
</span><span class="cx">     , m_supportsAsynchronousPluginInitialization(supportsAsynchronousPluginInitialization)
</span><span class="cx"> {
</span><del>-    m_connection = CoreIPC::Connection::createClientConnection(connectionIdentifier, this, RunLoop::main());
</del><ins>+    m_connection = IPC::Connection::createClientConnection(connectionIdentifier, this, RunLoop::main());
</ins><span class="cx"> 
</span><span class="cx">     m_npRemoteObjectMap = NPRemoteObjectMap::create(m_connection.get());
</span><span class="cx"> 
</span><span class="lines">@@ -88,7 +88,7 @@
</span><span class="cx">     m_pluginProcessConnectionManager-&gt;removePluginProcessConnection(this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PluginProcessConnection::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void PluginProcessConnection::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(decoder.destinationID());
</span><span class="cx"> 
</span><span class="lines">@@ -99,7 +99,7 @@
</span><span class="cx">     pluginProxy-&gt;didReceivePluginProxyMessage(connection, decoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PluginProcessConnection::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp; replyEncoder)
</del><ins>+void PluginProcessConnection::didReceiveSyncMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp; replyEncoder)
</ins><span class="cx"> {
</span><span class="cx">     if (decoder.messageReceiverName() == Messages::NPObjectMessageReceiver::messageReceiverName()) {
</span><span class="cx">         m_npRemoteObjectMap-&gt;didReceiveSyncMessage(connection, decoder, replyEncoder);
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">     pluginProxy-&gt;didReceiveSyncPluginProxyMessage(connection, decoder, replyEncoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PluginProcessConnection::didClose(CoreIPC::Connection*)
</del><ins>+void PluginProcessConnection::didClose(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx">     // The plug-in process must have crashed.
</span><span class="cx">     for (HashMap&lt;uint64_t, PluginProxy*&gt;::const_iterator::Values it = m_plugins.begin().values(), end = m_plugins.end().values(); it != end; ++it) {
</span><span class="lines">@@ -130,7 +130,7 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PluginProcessConnection::didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference, CoreIPC::StringReference)
</del><ins>+void PluginProcessConnection::didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference, IPC::StringReference)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessPluginsPluginProcessConnectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Plugins/PluginProcessConnection.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Plugins/PluginProcessConnection.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Plugins/PluginProcessConnection.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -34,17 +34,15 @@
</span><span class="cx"> #include &quot;PluginProcessAttributes.h&quot;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> 
</span><del>-// A CoreIPC connection to a plug-in process.
-
</del><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><span class="cx"> class NPRemoteObjectMap;
</span><span class="cx"> class PluginProcessConnectionManager;
</span><span class="cx"> class PluginProxy;
</span><span class="cx">     
</span><del>-class PluginProcessConnection : public RefCounted&lt;PluginProcessConnection&gt;, CoreIPC::Connection::Client {
</del><ins>+class PluginProcessConnection : public RefCounted&lt;PluginProcessConnection&gt;, IPC::Connection::Client {
</ins><span class="cx"> public:
</span><del>-    static PassRefPtr&lt;PluginProcessConnection&gt; create(PluginProcessConnectionManager* pluginProcessConnectionManager, uint64_t pluginProcessToken, CoreIPC::Connection::Identifier connectionIdentifier, bool supportsAsynchronousPluginInitialization)
</del><ins>+    static PassRefPtr&lt;PluginProcessConnection&gt; create(PluginProcessConnectionManager* pluginProcessConnectionManager, uint64_t pluginProcessToken, IPC::Connection::Identifier connectionIdentifier, bool supportsAsynchronousPluginInitialization)
</ins><span class="cx">     {
</span><span class="cx">         return adoptRef(new PluginProcessConnection(pluginProcessConnectionManager, pluginProcessToken, connectionIdentifier, supportsAsynchronousPluginInitialization));
</span><span class="cx">     }
</span><span class="lines">@@ -52,7 +50,7 @@
</span><span class="cx"> 
</span><span class="cx">     uint64_t pluginProcessToken() const { return m_pluginProcessToken; }
</span><span class="cx"> 
</span><del>-    CoreIPC::Connection* connection() const { return m_connection.get(); }
</del><ins>+    IPC::Connection* connection() const { return m_connection.get(); }
</ins><span class="cx"> 
</span><span class="cx">     void addPluginProxy(PluginProxy*);
</span><span class="cx">     void removePluginProxy(PluginProxy*);
</span><span class="lines">@@ -62,23 +60,23 @@
</span><span class="cx">     bool supportsAsynchronousPluginInitialization() const { return m_supportsAsynchronousPluginInitialization; }
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    PluginProcessConnection(PluginProcessConnectionManager*, uint64_t pluginProcessToken, CoreIPC::Connection::Identifier connectionIdentifier, bool supportsAsynchronousInitialization);
</del><ins>+    PluginProcessConnection(PluginProcessConnectionManager*, uint64_t pluginProcessToken, IPC::Connection::Identifier connectionIdentifier, bool supportsAsynchronousInitialization);
</ins><span class="cx"> 
</span><del>-    // CoreIPC::Connection::Client
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    virtual void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;) OVERRIDE;
-    virtual void didClose(CoreIPC::Connection*);
-    virtual void didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName) OVERRIDE;
</del><ins>+    // IPC::Connection::Client
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    virtual void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;) OVERRIDE;
+    virtual void didClose(IPC::Connection*);
+    virtual void didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference messageReceiverName, IPC::StringReference messageName) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // Message handlers.
</span><del>-    void didReceiveSyncPluginProcessConnectionMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;);
</del><ins>+    void didReceiveSyncPluginProcessConnectionMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;);
</ins><span class="cx">     void setException(const String&amp;);
</span><span class="cx"> 
</span><span class="cx">     PluginProcessConnectionManager* m_pluginProcessConnectionManager;
</span><span class="cx">     uint64_t m_pluginProcessToken;
</span><span class="cx"> 
</span><span class="cx">     // The connection from the web process to the plug-in process.
</span><del>-    RefPtr&lt;CoreIPC::Connection&gt; m_connection;
</del><ins>+    RefPtr&lt;IPC::Connection&gt; m_connection;
</ins><span class="cx"> 
</span><span class="cx">     // The plug-ins. We use a weak reference to the plug-in proxies because the plug-in view holds the strong reference.
</span><span class="cx">     HashMap&lt;uint64_t, PluginProxy*&gt; m_plugins;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessPluginsPluginProcessConnectionManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Plugins/PluginProcessConnectionManager.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Plugins/PluginProcessConnectionManager.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Plugins/PluginProcessConnectionManager.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void PluginProcessConnectionManager::initializeConnection(CoreIPC::Connection* connection)
</del><ins>+void PluginProcessConnectionManager::initializeConnection(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx">     connection-&gt;addWorkQueueMessageReceiver(Messages::PluginProcessConnectionManager::messageReceiverName(), m_queue.get(), this);
</span><span class="cx"> }
</span><span class="lines">@@ -68,18 +68,18 @@
</span><span class="cx">             return m_pluginProcessConnections[i].get();
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    CoreIPC::Attachment encodedConnectionIdentifier;
</del><ins>+    IPC::Attachment encodedConnectionIdentifier;
</ins><span class="cx">     bool supportsAsynchronousInitialization;
</span><span class="cx">     if (!WebProcess::shared().parentProcessConnection()-&gt;sendSync(Messages::WebProcessProxy::GetPluginProcessConnection(pluginProcessToken),
</span><span class="cx">                                                      Messages::WebProcessProxy::GetPluginProcessConnection::Reply(encodedConnectionIdentifier, supportsAsynchronousInitialization), 0))
</span><span class="cx">         return 0;
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><del>-    CoreIPC::Connection::Identifier connectionIdentifier(encodedConnectionIdentifier.port());
-    if (CoreIPC::Connection::identifierIsNull(connectionIdentifier))
</del><ins>+    IPC::Connection::Identifier connectionIdentifier(encodedConnectionIdentifier.port());
+    if (IPC::Connection::identifierIsNull(connectionIdentifier))
</ins><span class="cx">         return 0;
</span><span class="cx"> #elif USE(UNIX_DOMAIN_SOCKETS)
</span><del>-    CoreIPC::Connection::Identifier connectionIdentifier = encodedConnectionIdentifier.fileDescriptor();
</del><ins>+    IPC::Connection::Identifier connectionIdentifier = encodedConnectionIdentifier.fileDescriptor();
</ins><span class="cx">     if (connectionIdentifier == -1)
</span><span class="cx">         return 0;
</span><span class="cx"> #endif
</span><span class="lines">@@ -115,7 +115,7 @@
</span><span class="cx"> void PluginProcessConnectionManager::pluginProcessCrashed(uint64_t pluginProcessToken)
</span><span class="cx"> {
</span><span class="cx">     MutexLocker locker(m_tokensAndConnectionsMutex);
</span><del>-    CoreIPC::Connection* connection = m_tokensAndConnections.get(pluginProcessToken);
</del><ins>+    IPC::Connection* connection = m_tokensAndConnections.get(pluginProcessToken);
</ins><span class="cx"> 
</span><span class="cx">     // It's OK for connection to be null here; it will happen if this web process doesn't know
</span><span class="cx">     // anything about the plug-in process.
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessPluginsPluginProcessConnectionManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Plugins/PluginProcessConnectionManager.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Plugins/PluginProcessConnectionManager.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Plugins/PluginProcessConnectionManager.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -42,23 +42,23 @@
</span><span class="cx"> 
</span><span class="cx"> class PluginProcessConnection;
</span><span class="cx">         
</span><del>-class PluginProcessConnectionManager : public CoreIPC::Connection::WorkQueueMessageReceiver {
</del><ins>+class PluginProcessConnectionManager : public IPC::Connection::WorkQueueMessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     static PassRefPtr&lt;PluginProcessConnectionManager&gt; create();
</span><span class="cx">     ~PluginProcessConnectionManager();
</span><span class="cx"> 
</span><del>-    void initializeConnection(CoreIPC::Connection*);
</del><ins>+    void initializeConnection(IPC::Connection*);
</ins><span class="cx"> 
</span><span class="cx">     PluginProcessConnection* getPluginProcessConnection(uint64_t pluginProcessToken);
</span><span class="cx">     void removePluginProcessConnection(PluginProcessConnection*);
</span><span class="cx"> 
</span><del>-    void didReceivePluginProcessConnectionManagerMessageOnConnectionWorkQueue(CoreIPC::Connection*, OwnPtr&lt;CoreIPC::MessageDecoder&gt;&amp;);
</del><ins>+    void didReceivePluginProcessConnectionManagerMessageOnConnectionWorkQueue(IPC::Connection*, OwnPtr&lt;IPC::MessageDecoder&gt;&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     PluginProcessConnectionManager();
</span><span class="cx"> 
</span><del>-    // CoreIPC::Connection::WorkQueueMessageReceiver.
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::Connection::WorkQueueMessageReceiver.
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     void pluginProcessCrashed(uint64_t pluginProcessToken);
</span><span class="cx"> 
</span><span class="lines">@@ -67,7 +67,7 @@
</span><span class="cx">     Vector&lt;RefPtr&lt;PluginProcessConnection&gt;&gt; m_pluginProcessConnections;
</span><span class="cx"> 
</span><span class="cx">     Mutex m_tokensAndConnectionsMutex;
</span><del>-    HashMap&lt;uint64_t, RefPtr&lt;CoreIPC::Connection&gt;&gt; m_tokensAndConnections;
</del><ins>+    HashMap&lt;uint64_t, RefPtr&lt;IPC::Connection&gt;&gt; m_tokensAndConnections;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessPluginsPluginProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Plugins/PluginProxy.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Plugins/PluginProxy.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Plugins/PluginProxy.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -286,7 +286,7 @@
</span><span class="cx">         m_pluginBackingStoreContainsValidData = false;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_connection-&gt;connection()-&gt;send(Messages::PluginControllerProxy::GeometryDidChange(m_pluginSize, m_clipRect, m_pluginToRootViewTransform, contentsScaleFactor(), pluginBackingStoreHandle), m_pluginInstanceID, CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply);
</del><ins>+    m_connection-&gt;connection()-&gt;send(Messages::PluginControllerProxy::GeometryDidChange(m_pluginSize, m_clipRect, m_pluginToRootViewTransform, contentsScaleFactor(), pluginBackingStoreHandle), m_pluginInstanceID, IPC::DispatchMessageEvenWhenWaitingForSyncReply);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void PluginProxy::geometryDidChange(const IntSize&amp; pluginSize, const IntRect&amp; clipRect, const AffineTransform&amp; pluginToRootViewTransform)
</span><span class="lines">@@ -331,7 +331,7 @@
</span><span class="cx">                                            
</span><span class="cx"> void PluginProxy::streamDidReceiveData(uint64_t streamID, const char* bytes, int length)
</span><span class="cx"> {
</span><del>-    m_connection-&gt;connection()-&gt;send(Messages::PluginControllerProxy::StreamDidReceiveData(streamID, CoreIPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;(bytes), length)), m_pluginInstanceID);
</del><ins>+    m_connection-&gt;connection()-&gt;send(Messages::PluginControllerProxy::StreamDidReceiveData(streamID, IPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;(bytes), length)), m_pluginInstanceID);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void PluginProxy::streamDidFinishLoading(uint64_t streamID)
</span><span class="lines">@@ -351,7 +351,7 @@
</span><span class="cx"> 
</span><span class="cx"> void PluginProxy::manualStreamDidReceiveData(const char* bytes, int length)
</span><span class="cx"> {
</span><del>-    m_connection-&gt;connection()-&gt;send(Messages::PluginControllerProxy::ManualStreamDidReceiveData(CoreIPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;(bytes), length)), m_pluginInstanceID);
</del><ins>+    m_connection-&gt;connection()-&gt;send(Messages::PluginControllerProxy::ManualStreamDidReceiveData(IPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;(bytes), length)), m_pluginInstanceID);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void PluginProxy::manualStreamDidFinishLoading()
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessPluginsPluginProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Plugins/PluginProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Plugins/PluginProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Plugins/PluginProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -62,8 +62,8 @@
</span><span class="cx">     uint64_t pluginInstanceID() const { return m_pluginInstanceID; }
</span><span class="cx">     void pluginProcessCrashed();
</span><span class="cx"> 
</span><del>-    void didReceivePluginProxyMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
-    void didReceiveSyncPluginProxyMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;);
</del><ins>+    void didReceivePluginProxyMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
+    void didReceiveSyncPluginProxyMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;);
</ins><span class="cx"> 
</span><span class="cx">     bool isBeingAsynchronouslyInitialized() const { return m_waitingOnAsynchronousInitialization; }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessResourceCacheWebResourceCacheManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/ResourceCache/WebResourceCacheManager.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/ResourceCache/WebResourceCacheManager.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/ResourceCache/WebResourceCacheManager.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx"> class WebProcess;
</span><span class="cx"> struct SecurityOriginData;
</span><span class="cx"> 
</span><del>-class WebResourceCacheManager : public WebProcessSupplement, public CoreIPC::MessageReceiver {
</del><ins>+class WebResourceCacheManager : public WebProcessSupplement, public IPC::MessageReceiver {
</ins><span class="cx">     WTF_MAKE_NONCOPYABLE(WebResourceCacheManager);
</span><span class="cx"> public:
</span><span class="cx">     WebResourceCacheManager(WebProcess*);
</span><span class="lines">@@ -47,9 +47,9 @@
</span><span class="cx">     static const char* supplementName();
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    // CoreIPC::MessageReceiver
</del><ins>+    // IPC::MessageReceiver
</ins><span class="cx">     // Implemented in generated WebResourceCacheManagerMessageReceiver.cpp
</span><del>-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     void getCacheOrigins(uint64_t callbackID) const;
</span><span class="cx">     void returnCacheOrigins(uint64_t callbackID, const WebCore::MemoryCache::SecurityOriginSet&amp;) const;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessStorageStorageAreaMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Storage/StorageAreaMap.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Storage/StorageAreaMap.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/Storage/StorageAreaMap.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> class StorageAreaImpl;
</span><span class="cx"> class StorageNamespaceImpl;
</span><span class="cx"> 
</span><del>-class StorageAreaMap : public RefCounted&lt;StorageAreaMap&gt;, private CoreIPC::MessageReceiver {
</del><ins>+class StorageAreaMap : public RefCounted&lt;StorageAreaMap&gt;, private IPC::MessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     static PassRefPtr&lt;StorageAreaMap&gt; create(StorageNamespaceImpl*, PassRefPtr&lt;WebCore::SecurityOrigin&gt;);
</span><span class="cx">     ~StorageAreaMap();
</span><span class="lines">@@ -62,8 +62,8 @@
</span><span class="cx"> private:
</span><span class="cx">     StorageAreaMap(StorageNamespaceImpl*, PassRefPtr&lt;WebCore::SecurityOrigin&gt;);
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     void didGetValues(uint64_t storageMapSeed);
</span><span class="cx">     void didSetItem(uint64_t storageMapSeed, const String&amp; key, bool quotaError);
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebConnectionToUIProcesscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebConnectionToUIProcess.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebConnectionToUIProcess.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebConnectionToUIProcess.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -52,12 +52,12 @@
</span><span class="cx"> 
</span><span class="cx"> // WebConnection
</span><span class="cx"> 
</span><del>-void WebConnectionToUIProcess::encodeMessageBody(CoreIPC::ArgumentEncoder&amp; encoder, API::Object* messageBody)
</del><ins>+void WebConnectionToUIProcess::encodeMessageBody(IPC::ArgumentEncoder&amp; encoder, API::Object* messageBody)
</ins><span class="cx"> {
</span><span class="cx">     encoder &lt;&lt; InjectedBundleUserMessageEncoder(messageBody);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebConnectionToUIProcess::decodeMessageBody(CoreIPC::ArgumentDecoder&amp; decoder, RefPtr&lt;API::Object&gt;&amp; messageBody)
</del><ins>+bool WebConnectionToUIProcess::decodeMessageBody(IPC::ArgumentDecoder&amp; decoder, RefPtr&lt;API::Object&gt;&amp; messageBody)
</ins><span class="cx"> {
</span><span class="cx">     InjectedBundleUserMessageDecoder messageBodyDecoder(messageBody);
</span><span class="cx">     return decoder.decode(messageBodyDecoder);
</span><span class="lines">@@ -68,7 +68,7 @@
</span><span class="cx">     return m_process;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-CoreIPC::Connection* WebConnectionToUIProcess::messageSenderConnection()
</del><ins>+IPC::Connection* WebConnectionToUIProcess::messageSenderConnection()
</ins><span class="cx"> {
</span><span class="cx">     return m_process-&gt;parentProcessConnection();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebConnectionToUIProcessh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebConnectionToUIProcess.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebConnectionToUIProcess.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebConnectionToUIProcess.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -42,12 +42,12 @@
</span><span class="cx">     WebConnectionToUIProcess(WebProcess*);
</span><span class="cx"> 
</span><span class="cx">     // WebConnection
</span><del>-    virtual void encodeMessageBody(CoreIPC::ArgumentEncoder&amp;, API::Object*) OVERRIDE;
-    virtual bool decodeMessageBody(CoreIPC::ArgumentDecoder&amp;, RefPtr&lt;API::Object&gt;&amp;) OVERRIDE;
</del><ins>+    virtual void encodeMessageBody(IPC::ArgumentEncoder&amp;, API::Object*) OVERRIDE;
+    virtual bool decodeMessageBody(IPC::ArgumentDecoder&amp;, RefPtr&lt;API::Object&gt;&amp;) OVERRIDE;
</ins><span class="cx">     virtual bool hasValidConnection() const OVERRIDE;
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageSender
-    virtual CoreIPC::Connection* messageSenderConnection() OVERRIDE;
</del><ins>+    // IPC::MessageSender
+    virtual IPC::Connection* messageSenderConnection() OVERRIDE;
</ins><span class="cx">     virtual uint64_t messageSenderDestinationID() OVERRIDE;
</span><span class="cx"> 
</span><span class="cx">     WebProcess* m_process;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebCoreSupportWebChromeClientcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -349,8 +349,8 @@
</span><span class="cx">     m_page-&gt;injectedBundleUIClient().willRunJavaScriptAlert(m_page, alertText, webFrame);
</span><span class="cx"> 
</span><span class="cx">     // FIXME (126021): It is not good to change IPC behavior conditionally, and SpinRunLoopWhileWaitingForReply was known to cause trouble in other similar cases.
</span><del>-    unsigned syncSendFlags = (WebCore::AXObjectCache::accessibilityEnabled()) ? CoreIPC::SpinRunLoopWhileWaitingForReply : 0;
-    WebProcess::shared().parentProcessConnection()-&gt;sendSync(Messages::WebPageProxy::RunJavaScriptAlert(webFrame-&gt;frameID(), alertText), Messages::WebPageProxy::RunJavaScriptAlert::Reply(), m_page-&gt;pageID(), CoreIPC::Connection::NoTimeout, syncSendFlags);
</del><ins>+    unsigned syncSendFlags = (WebCore::AXObjectCache::accessibilityEnabled()) ? IPC::SpinRunLoopWhileWaitingForReply : 0;
+    WebProcess::shared().parentProcessConnection()-&gt;sendSync(Messages::WebPageProxy::RunJavaScriptAlert(webFrame-&gt;frameID(), alertText), Messages::WebPageProxy::RunJavaScriptAlert::Reply(), m_page-&gt;pageID(), IPC::Connection::NoTimeout, syncSendFlags);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool WebChromeClient::runJavaScriptConfirm(Frame* frame, const String&amp; message)
</span><span class="lines">@@ -363,9 +363,9 @@
</span><span class="cx">     m_page-&gt;injectedBundleUIClient().willRunJavaScriptConfirm(m_page, message, webFrame);
</span><span class="cx"> 
</span><span class="cx">     // FIXME (126021): It is not good to change IPC behavior conditionally, and SpinRunLoopWhileWaitingForReply was known to cause trouble in other similar cases.
</span><del>-    unsigned syncSendFlags = (WebCore::AXObjectCache::accessibilityEnabled()) ? CoreIPC::SpinRunLoopWhileWaitingForReply : 0;
</del><ins>+    unsigned syncSendFlags = (WebCore::AXObjectCache::accessibilityEnabled()) ? IPC::SpinRunLoopWhileWaitingForReply : 0;
</ins><span class="cx">     bool result = false;
</span><del>-    if (!WebProcess::shared().parentProcessConnection()-&gt;sendSync(Messages::WebPageProxy::RunJavaScriptConfirm(webFrame-&gt;frameID(), message), Messages::WebPageProxy::RunJavaScriptConfirm::Reply(result), m_page-&gt;pageID(), CoreIPC::Connection::NoTimeout, syncSendFlags))
</del><ins>+    if (!WebProcess::shared().parentProcessConnection()-&gt;sendSync(Messages::WebPageProxy::RunJavaScriptConfirm(webFrame-&gt;frameID(), message), Messages::WebPageProxy::RunJavaScriptConfirm::Reply(result), m_page-&gt;pageID(), IPC::Connection::NoTimeout, syncSendFlags))
</ins><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="cx">     return result;
</span><span class="lines">@@ -381,8 +381,8 @@
</span><span class="cx">     m_page-&gt;injectedBundleUIClient().willRunJavaScriptPrompt(m_page, message, defaultValue, webFrame);
</span><span class="cx"> 
</span><span class="cx">     // FIXME (126021): It is not good to change IPC behavior conditionally, and SpinRunLoopWhileWaitingForReply was known to cause trouble in other similar cases.
</span><del>-    unsigned syncSendFlags = (WebCore::AXObjectCache::accessibilityEnabled()) ? CoreIPC::SpinRunLoopWhileWaitingForReply : 0;
-    if (!WebProcess::shared().parentProcessConnection()-&gt;sendSync(Messages::WebPageProxy::RunJavaScriptPrompt(webFrame-&gt;frameID(), message, defaultValue), Messages::WebPageProxy::RunJavaScriptPrompt::Reply(result), m_page-&gt;pageID(), CoreIPC::Connection::NoTimeout, syncSendFlags))
</del><ins>+    unsigned syncSendFlags = (WebCore::AXObjectCache::accessibilityEnabled()) ? IPC::SpinRunLoopWhileWaitingForReply : 0;
+    if (!WebProcess::shared().parentProcessConnection()-&gt;sendSync(Messages::WebPageProxy::RunJavaScriptPrompt(webFrame-&gt;frameID(), message, defaultValue), Messages::WebPageProxy::RunJavaScriptPrompt::Reply(result), m_page-&gt;pageID(), IPC::Connection::NoTimeout, syncSendFlags))
</ins><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="cx">     return !result.isNull();
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebCoreSupportWebDatabaseManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> 
</span><span class="cx"> class WebProcess;
</span><span class="cx"> 
</span><del>-class WebDatabaseManager : public WebCore::DatabaseManagerClient, public WebProcessSupplement, public CoreIPC::MessageReceiver {
</del><ins>+class WebDatabaseManager : public WebCore::DatabaseManagerClient, public WebProcessSupplement, public IPC::MessageReceiver {
</ins><span class="cx">     WTF_MAKE_NONCOPYABLE(WebDatabaseManager);
</span><span class="cx"> public:
</span><span class="cx">     explicit WebDatabaseManager(WebProcess*);
</span><span class="lines">@@ -52,8 +52,8 @@
</span><span class="cx">     // WebProcessSupplement
</span><span class="cx">     virtual void initialize(const WebProcessCreationParameters&amp;) OVERRIDE;
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageReceiver
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     void getDatabasesByOrigin(uint64_t callbackID) const;
</span><span class="cx">     void getDatabaseOrigins(uint64_t callbackID) const;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebCoreSupportWebFrameLoaderClientcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -649,8 +649,8 @@
</span><span class="cx"> 
</span><span class="cx">     // Notify the UIProcess.
</span><span class="cx">     // FIXME (126021): It is not good to change IPC behavior conditionally, and SpinRunLoopWhileWaitingForReply was known to cause trouble in other similar cases.
</span><del>-    unsigned syncSendFlags = (WebCore::AXObjectCache::accessibilityEnabled()) ? CoreIPC::SpinRunLoopWhileWaitingForReply : 0;
-    if (!webPage-&gt;sendSync(Messages::WebPageProxy::DecidePolicyForResponseSync(m_frame-&gt;frameID(), response, request, canShowMIMEType, listenerID, InjectedBundleUserMessageEncoder(userData.get())), Messages::WebPageProxy::DecidePolicyForResponseSync::Reply(receivedPolicyAction, policyAction, downloadID), CoreIPC::Connection::NoTimeout, syncSendFlags))
</del><ins>+    unsigned syncSendFlags = (WebCore::AXObjectCache::accessibilityEnabled()) ? IPC::SpinRunLoopWhileWaitingForReply : 0;
+    if (!webPage-&gt;sendSync(Messages::WebPageProxy::DecidePolicyForResponseSync(m_frame-&gt;frameID(), response, request, canShowMIMEType, listenerID, InjectedBundleUserMessageEncoder(userData.get())), Messages::WebPageProxy::DecidePolicyForResponseSync::Reply(receivedPolicyAction, policyAction, downloadID), IPC::Connection::NoTimeout, syncSendFlags))
</ins><span class="cx">         return;
</span><span class="cx"> 
</span><span class="cx">     // We call this synchronously because CFNetwork can only convert a loading connection to a download from its didReceiveResponse callback.
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageDecoderAdaptercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/DecoderAdapter.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/DecoderAdapter.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebPage/DecoderAdapter.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> 
</span><span class="cx"> bool DecoderAdapter::decodeBytes(Vector&lt;uint8_t&gt;&amp; bytes)
</span><span class="cx"> {
</span><del>-    CoreIPC::DataReference dataReference;
</del><ins>+    IPC::DataReference dataReference;
</ins><span class="cx">     if (!m_decoder.decode(dataReference))
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="lines">@@ -94,9 +94,9 @@
</span><span class="cx"> 
</span><span class="cx"> bool DecoderAdapter::decodeString(String&amp; value)
</span><span class="cx"> {
</span><del>-    // This mimics the CoreIPC binary encoding of Strings prior to r88886.
-    // Whenever the CoreIPC binary encoding changes, we'll have to &quot;undo&quot; the changes here.
-    // FIXME: We shouldn't use the CoreIPC binary encoding format for history,
</del><ins>+    // This mimics the IPC binary encoding of Strings prior to r88886.
+    // Whenever the IPC binary encoding changes, we'll have to &quot;undo&quot; the changes here.
+    // FIXME: We shouldn't use the IPC binary encoding format for history,
</ins><span class="cx">     // and we should come up with a migration strategy so we can actually bump the version number
</span><span class="cx">     // without breaking encoding/decoding of the history tree.
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageDecoderAdapterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/DecoderAdapter.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/DecoderAdapter.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebPage/DecoderAdapter.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">     virtual bool decodeDouble(double&amp;);
</span><span class="cx">     virtual bool decodeString(String&amp;);
</span><span class="cx"> 
</span><del>-    CoreIPC::ArgumentDecoder m_decoder;
</del><ins>+    IPC::ArgumentDecoder m_decoder;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebKit
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageDrawingAreah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/DrawingArea.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/DrawingArea.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebPage/DrawingArea.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class Connection;
</span><span class="cx"> class MessageDecoder;
</span><span class="cx"> }
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx">     static std::unique_ptr&lt;DrawingArea&gt; create(WebPage*, const WebPageCreationParameters&amp;);
</span><span class="cx">     virtual ~DrawingArea();
</span><span class="cx">     
</span><del>-    void didReceiveDrawingAreaMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void didReceiveDrawingAreaMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx">     virtual void setNeedsDisplay() = 0;
</span><span class="cx">     virtual void setNeedsDisplayInRect(const WebCore::IntRect&amp;) = 0;
</span><span class="lines">@@ -100,7 +100,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #if USE(COORDINATED_GRAPHICS)
</span><del>-    virtual void didReceiveCoordinatedLayerTreeHostMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) = 0;
</del><ins>+    virtual void didReceiveCoordinatedLayerTreeHostMessage(IPC::Connection*, IPC::MessageDecoder&amp;) = 0;
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx">     virtual void dispatchAfterEnsuringUpdatedScrollPosition(const Function&lt;void ()&gt;&amp;);
</span><span class="lines">@@ -116,7 +116,7 @@
</span><span class="cx">     WebPage* m_webPage;
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    // CoreIPC message handlers.
</del><ins>+    // Message handlers.
</ins><span class="cx">     // FIXME: These should be pure virtual.
</span><span class="cx">     virtual void updateBackingStoreState(uint64_t /*backingStoreStateID*/, bool /*respondImmediately*/, float /*deviceScaleFactor*/, const WebCore::IntSize&amp; /*size*/, 
</span><span class="cx">                                          const WebCore::IntSize&amp; /*scrollOffset*/) { }
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageEncoderAdaptercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/EncoderAdapter.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/EncoderAdapter.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebPage/EncoderAdapter.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -39,14 +39,14 @@
</span><span class="cx">     m_encoder &lt;&lt; static_cast&lt;uint64_t&gt;(0);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-CoreIPC::DataReference EncoderAdapter::dataReference() const
</del><ins>+IPC::DataReference EncoderAdapter::dataReference() const
</ins><span class="cx"> {
</span><del>-    return CoreIPC::DataReference(m_encoder.buffer(), m_encoder.bufferSize());
</del><ins>+    return IPC::DataReference(m_encoder.buffer(), m_encoder.bufferSize());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void EncoderAdapter::encodeBytes(const uint8_t* bytes, size_t size)
</span><span class="cx"> {
</span><del>-    m_encoder &lt;&lt; CoreIPC::DataReference(bytes, size);
</del><ins>+    m_encoder &lt;&lt; IPC::DataReference(bytes, size);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void EncoderAdapter::encodeBool(bool value)
</span><span class="lines">@@ -91,9 +91,9 @@
</span><span class="cx"> 
</span><span class="cx"> void EncoderAdapter::encodeString(const String&amp; value)
</span><span class="cx"> {
</span><del>-    // This mimics the CoreIPC binary encoding of Strings prior to r88886.
-    // Whenever the CoreIPC binary encoding changes, we'll have to &quot;undo&quot; the changes here.
-    // FIXME: We shouldn't use the CoreIPC binary encoding format for history,
</del><ins>+    // This mimics the IPC binary encoding of Strings prior to r88886.
+    // Whenever the IPC binary encoding changes, we'll have to &quot;undo&quot; the changes here.
+    // FIXME: We shouldn't use the IPC binary encoding format for history,
</ins><span class="cx">     // and we should come up with a migration strategy so we can actually bump the version number
</span><span class="cx">     // without breaking encoding/decoding of the history tree.
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageEncoderAdapterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/EncoderAdapter.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/EncoderAdapter.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebPage/EncoderAdapter.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> #include &lt;wtf/Encoder.h&gt;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentEncoder;
</span><span class="cx">     class DataReference;
</span><span class="cx"> }
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx"> public:
</span><span class="cx">     EncoderAdapter();
</span><span class="cx"> 
</span><del>-    CoreIPC::DataReference dataReference() const;
</del><ins>+    IPC::DataReference dataReference() const;
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     virtual void encodeBytes(const uint8_t*, size_t);
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">     virtual void encodeDouble(double);
</span><span class="cx">     virtual void encodeString(const String&amp;);
</span><span class="cx"> 
</span><del>-    CoreIPC::ArgumentEncoder m_encoder;
</del><ins>+    IPC::ArgumentEncoder m_encoder;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebKit
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageEventDispatchercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/EventDispatcher.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/EventDispatcher.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebPage/EventDispatcher.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-void EventDispatcher::initializeConnection(CoreIPC::Connection* connection)
</del><ins>+void EventDispatcher::initializeConnection(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx">     connection-&gt;addWorkQueueMessageReceiver(Messages::EventDispatcher::messageReceiverName(), m_queue.get(), this);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageEventDispatcherh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/EventDispatcher.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/EventDispatcher.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebPage/EventDispatcher.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx"> class WebPage;
</span><span class="cx"> class WebWheelEvent;
</span><span class="cx"> 
</span><del>-class EventDispatcher : public CoreIPC::Connection::WorkQueueMessageReceiver {
</del><ins>+class EventDispatcher : public IPC::Connection::WorkQueueMessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     static PassRefPtr&lt;EventDispatcher&gt; create();
</span><span class="cx">     ~EventDispatcher();
</span><span class="lines">@@ -52,13 +52,13 @@
</span><span class="cx">     void removeScrollingTreeForPage(WebPage*);
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-    void initializeConnection(CoreIPC::Connection*);
</del><ins>+    void initializeConnection(IPC::Connection*);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     EventDispatcher();
</span><span class="cx"> 
</span><del>-    // CoreIPC::Connection::WorkQueueMessageReceiver.
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::Connection::WorkQueueMessageReceiver.
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // Message handlers
</span><span class="cx">     void wheelEvent(uint64_t pageID, const WebWheelEvent&amp;, bool canRubberBandAtLeft, bool canRubberBandAtRight, bool canRubberBandAtTop, bool canRubberBandAtBottom);
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageLayerTreeHosth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class Connection;
</span><span class="cx"> class MessageDecoder;
</span><span class="cx"> }
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx">     virtual void setBackgroundColor(const WebCore::Color&amp;) { }
</span><span class="cx"> 
</span><span class="cx"> #if USE(COORDINATED_GRAPHICS)
</span><del>-    virtual void didReceiveCoordinatedLayerTreeHostMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) = 0;
</del><ins>+    virtual void didReceiveCoordinatedLayerTreeHostMessage(IPC::Connection*, IPC::MessageDecoder&amp;) = 0;
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageViewGestureGeometryCollectorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/ViewGestureGeometryCollector.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/ViewGestureGeometryCollector.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebPage/ViewGestureGeometryCollector.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -36,14 +36,14 @@
</span><span class="cx"> 
</span><span class="cx"> class WebPage;
</span><span class="cx"> 
</span><del>-class ViewGestureGeometryCollector : private CoreIPC::MessageReceiver {
</del><ins>+class ViewGestureGeometryCollector : private IPC::MessageReceiver {
</ins><span class="cx"> public:
</span><span class="cx">     ViewGestureGeometryCollector(WebPage&amp;);
</span><span class="cx">     ~ViewGestureGeometryCollector();
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    // CoreIPC::MessageReceiver.
-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
</del><ins>+    // IPC::MessageReceiver.
+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // Message handlers.
</span><span class="cx">     void collectGeometryForMagnificationGesture();
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageWebInspectorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebInspector.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/WebInspector.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebInspector.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -78,7 +78,7 @@
</span><span class="cx"> 
</span><span class="cx">     if (!WebProcess::shared().parentProcessConnection()-&gt;sendSync(Messages::WebInspectorProxy::CreateInspectorPage(),
</span><span class="cx">             Messages::WebInspectorProxy::CreateInspectorPage::Reply(inspectorPageID, parameters),
</span><del>-            m_page-&gt;pageID(), CoreIPC::Connection::NoTimeout)) {
</del><ins>+            m_page-&gt;pageID(), IPC::Connection::NoTimeout)) {
</ins><span class="cx">         return 0;
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageWebInspectorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebInspector.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/WebInspector.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebInspector.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">     WebPage* inspectorPage() const { return m_inspectorPage; }
</span><span class="cx"> 
</span><span class="cx">     // Implemented in generated WebInspectorMessageReceiver.cpp
</span><del>-    void didReceiveWebInspectorMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void didReceiveWebInspectorMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx">     // Called by WebInspector messages
</span><span class="cx">     void show();
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageWebPagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -475,7 +475,7 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-CoreIPC::Connection* WebPage::messageSenderConnection()
</del><ins>+IPC::Connection* WebPage::messageSenderConnection()
</ins><span class="cx"> {
</span><span class="cx">     return WebProcess::shared().parentProcessConnection();
</span><span class="cx"> }
</span><span class="lines">@@ -864,7 +864,7 @@
</span><span class="cx">     send(Messages::WebPageProxy::ClosePage(false));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPage::loadURL(const String&amp; url, const SandboxExtension::Handle&amp; sandboxExtensionHandle, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPage::loadURL(const String&amp; url, const SandboxExtension::Handle&amp; sandboxExtensionHandle, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     loadURLRequest(ResourceRequest(URL(URL(), url)), sandboxExtensionHandle, decoder);
</span><span class="cx"> }
</span><span class="lines">@@ -878,7 +878,7 @@
</span><span class="cx">     frame-&gt;coreFrame()-&gt;loader().load(FrameLoadRequest(frame-&gt;coreFrame(), ResourceRequest(URL(URL(), url))));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPage::loadURLRequest(const ResourceRequest&amp; request, const SandboxExtension::Handle&amp; sandboxExtensionHandle, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPage::loadURLRequest(const ResourceRequest&amp; request, const SandboxExtension::Handle&amp; sandboxExtensionHandle, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     SendStopResponsivenessTimer stopper(this);
</span><span class="cx"> 
</span><span class="lines">@@ -897,7 +897,7 @@
</span><span class="cx">     m_mainFrame-&gt;coreFrame()-&gt;loader().load(FrameLoadRequest(m_mainFrame-&gt;coreFrame(), request));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPage::loadDataImpl(PassRefPtr&lt;SharedBuffer&gt; sharedBuffer, const String&amp; MIMEType, const String&amp; encodingName, const URL&amp; baseURL, const URL&amp; unreachableURL, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPage::loadDataImpl(PassRefPtr&lt;SharedBuffer&gt; sharedBuffer, const String&amp; MIMEType, const String&amp; encodingName, const URL&amp; baseURL, const URL&amp; unreachableURL, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     SendStopResponsivenessTimer stopper(this);
</span><span class="cx"> 
</span><span class="lines">@@ -917,7 +917,7 @@
</span><span class="cx">     m_mainFrame-&gt;coreFrame()-&gt;loader().load(FrameLoadRequest(m_mainFrame-&gt;coreFrame(), request, substituteData));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPage::loadString(const String&amp; htmlString, const String&amp; MIMEType, const URL&amp; baseURL, const URL&amp; unreachableURL, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPage::loadString(const String&amp; htmlString, const String&amp; MIMEType, const URL&amp; baseURL, const URL&amp; unreachableURL, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     if (!htmlString.isNull() &amp;&amp; htmlString.is8Bit()) {
</span><span class="cx">         RefPtr&lt;SharedBuffer&gt; sharedBuffer = SharedBuffer::create(reinterpret_cast&lt;const char*&gt;(htmlString.characters8()), htmlString.length() * sizeof(LChar));
</span><span class="lines">@@ -928,32 +928,32 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPage::loadData(const CoreIPC::DataReference&amp; data, const String&amp; MIMEType, const String&amp; encodingName, const String&amp; baseURLString, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPage::loadData(const IPC::DataReference&amp; data, const String&amp; MIMEType, const String&amp; encodingName, const String&amp; baseURLString, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;SharedBuffer&gt; sharedBuffer = SharedBuffer::create(reinterpret_cast&lt;const char*&gt;(data.data()), data.size());
</span><span class="cx">     URL baseURL = baseURLString.isEmpty() ? blankURL() : URL(URL(), baseURLString);
</span><span class="cx">     loadDataImpl(sharedBuffer, MIMEType, encodingName, baseURL, URL(), decoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPage::loadHTMLString(const String&amp; htmlString, const String&amp; baseURLString, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPage::loadHTMLString(const String&amp; htmlString, const String&amp; baseURLString, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     URL baseURL = baseURLString.isEmpty() ? blankURL() : URL(URL(), baseURLString);
</span><span class="cx">     loadString(htmlString, ASCIILiteral(&quot;text/html&quot;), baseURL, URL(), decoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPage::loadAlternateHTMLString(const String&amp; htmlString, const String&amp; baseURLString, const String&amp; unreachableURLString, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPage::loadAlternateHTMLString(const String&amp; htmlString, const String&amp; baseURLString, const String&amp; unreachableURLString, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     URL baseURL = baseURLString.isEmpty() ? blankURL() : URL(URL(), baseURLString);
</span><span class="cx">     URL unreachableURL = unreachableURLString.isEmpty() ? URL() : URL(URL(), unreachableURLString);
</span><span class="cx">     loadString(htmlString, ASCIILiteral(&quot;text/html&quot;), baseURL, unreachableURL, decoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPage::loadPlainTextString(const String&amp; string, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPage::loadPlainTextString(const String&amp; string, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     loadString(string, ASCIILiteral(&quot;text/plain&quot;), blankURL(), URL(), decoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPage::loadWebArchiveData(const CoreIPC::DataReference&amp; webArchiveData, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPage::loadWebArchiveData(const IPC::DataReference&amp; webArchiveData, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     RefPtr&lt;SharedBuffer&gt; sharedBuffer = SharedBuffer::create(reinterpret_cast&lt;const char*&gt;(webArchiveData.data()), webArchiveData.size() * sizeof(uint8_t));
</span><span class="cx">     loadDataImpl(sharedBuffer, ASCIILiteral(&quot;application/x-webarchive&quot;), ASCIILiteral(&quot;utf-16&quot;), blankURL(), URL(), decoder);
</span><span class="lines">@@ -1373,7 +1373,7 @@
</span><span class="cx">     m_page-&gt;setPagination(pagination);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPage::postInjectedBundleMessage(const String&amp; messageName, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPage::postInjectedBundleMessage(const String&amp; messageName, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     InjectedBundle* injectedBundle = WebProcess::shared().injectedBundle();
</span><span class="cx">     if (!injectedBundle)
</span><span class="lines">@@ -2198,7 +2198,7 @@
</span><span class="cx">     // Retain the SerializedScriptValue at this level so it (and the internal data) lives
</span><span class="cx">     // long enough for the DataReference to be encoded by the sent message.
</span><span class="cx">     RefPtr&lt;SerializedScriptValue&gt; serializedResultValue;
</span><del>-    CoreIPC::DataReference dataReference;
</del><ins>+    IPC::DataReference dataReference;
</ins><span class="cx"> 
</span><span class="cx">     JSLockHolder lock(JSDOMWindow::commonVM());
</span><span class="cx">     if (JSValue resultValue = m_mainFrame-&gt;coreFrame()-&gt;script().executeScript(script, true).jsValue()) {
</span><span class="lines">@@ -2218,14 +2218,14 @@
</span><span class="cx"> #if ENABLE(MHTML)
</span><span class="cx"> void WebPage::getContentsAsMHTMLData(uint64_t callbackID, bool useBinaryEncoding)
</span><span class="cx"> {
</span><del>-    CoreIPC::DataReference dataReference;
</del><ins>+    IPC::DataReference dataReference;
</ins><span class="cx"> 
</span><span class="cx">     RefPtr&lt;SharedBuffer&gt; buffer = useBinaryEncoding
</span><span class="cx">         ? MHTMLArchive::generateMHTMLDataUsingBinaryEncoding(m_page.get())
</span><span class="cx">         : MHTMLArchive::generateMHTMLData(m_page.get());
</span><span class="cx"> 
</span><span class="cx">     if (buffer)
</span><del>-        dataReference = CoreIPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;(buffer-&gt;data()), buffer-&gt;size());
</del><ins>+        dataReference = IPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;(buffer-&gt;data()), buffer-&gt;size());
</ins><span class="cx"> 
</span><span class="cx">     send(Messages::WebPageProxy::DataCallback(dataReference, callbackID));
</span><span class="cx"> }
</span><span class="lines">@@ -2249,7 +2249,7 @@
</span><span class="cx"> 
</span><span class="cx"> void WebPage::getSelectionAsWebArchiveData(uint64_t callbackID)
</span><span class="cx"> {
</span><del>-    CoreIPC::DataReference dataReference;
</del><ins>+    IPC::DataReference dataReference;
</ins><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx">     RefPtr&lt;LegacyWebArchive&gt; archive;
</span><span class="lines">@@ -2259,7 +2259,7 @@
</span><span class="cx">     if (frame) {
</span><span class="cx">         archive = LegacyWebArchive::createFromSelection(frame);
</span><span class="cx">         data = archive-&gt;rawDataRepresentation();
</span><del>-        dataReference = CoreIPC::DataReference(CFDataGetBytePtr(data.get()), CFDataGetLength(data.get()));
</del><ins>+        dataReference = IPC::DataReference(CFDataGetBytePtr(data.get()), CFDataGetLength(data.get()));
</ins><span class="cx">     }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="lines">@@ -2285,20 +2285,20 @@
</span><span class="cx"> 
</span><span class="cx"> void WebPage::getMainResourceDataOfFrame(uint64_t frameID, uint64_t callbackID)
</span><span class="cx"> {
</span><del>-    CoreIPC::DataReference dataReference;
</del><ins>+    IPC::DataReference dataReference;
</ins><span class="cx"> 
</span><span class="cx">     RefPtr&lt;ResourceBuffer&gt; buffer;
</span><span class="cx">     RefPtr&lt;SharedBuffer&gt; pdfResource;
</span><span class="cx">     if (WebFrame* frame = WebProcess::shared().webFrame(frameID)) {
</span><span class="cx">         if (PluginView* pluginView = pluginViewForFrame(frame-&gt;coreFrame())) {
</span><span class="cx">             if ((pdfResource = pluginView-&gt;liveResourceData()))
</span><del>-                dataReference = CoreIPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;(pdfResource-&gt;data()), pdfResource-&gt;size());
</del><ins>+                dataReference = IPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;(pdfResource-&gt;data()), pdfResource-&gt;size());
</ins><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         if (dataReference.isEmpty()) {
</span><span class="cx">             if (DocumentLoader* loader = frame-&gt;coreFrame()-&gt;loader().documentLoader()) {
</span><span class="cx">                 if ((buffer = loader-&gt;mainResourceData()))
</span><del>-                    dataReference = CoreIPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;(buffer-&gt;data()), buffer-&gt;size());
</del><ins>+                    dataReference = IPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;(buffer-&gt;data()), buffer-&gt;size());
</ins><span class="cx">             }
</span><span class="cx">         }
</span><span class="cx">     }
</span><span class="lines">@@ -2321,7 +2321,7 @@
</span><span class="cx"> 
</span><span class="cx"> void WebPage::getResourceDataFromFrame(uint64_t frameID, const String&amp; resourceURLString, uint64_t callbackID)
</span><span class="cx"> {
</span><del>-    CoreIPC::DataReference dataReference;
</del><ins>+    IPC::DataReference dataReference;
</ins><span class="cx">     URL resourceURL(URL(), resourceURLString);
</span><span class="cx"> 
</span><span class="cx">     RefPtr&lt;SharedBuffer&gt; buffer;
</span><span class="lines">@@ -2333,7 +2333,7 @@
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         if (buffer)
</span><del>-            dataReference = CoreIPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;(buffer-&gt;data()), buffer-&gt;size());
</del><ins>+            dataReference = IPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;(buffer-&gt;data()), buffer-&gt;size());
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     send(Messages::WebPageProxy::DataCallback(dataReference, callbackID));
</span><span class="lines">@@ -2341,13 +2341,13 @@
</span><span class="cx"> 
</span><span class="cx"> void WebPage::getWebArchiveOfFrame(uint64_t frameID, uint64_t callbackID)
</span><span class="cx"> {
</span><del>-    CoreIPC::DataReference dataReference;
</del><ins>+    IPC::DataReference dataReference;
</ins><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx">     RetainPtr&lt;CFDataRef&gt; data;
</span><span class="cx">     if (WebFrame* frame = WebProcess::shared().webFrame(frameID)) {
</span><span class="cx">         if ((data = frame-&gt;webArchiveData(0, 0)))
</span><del>-            dataReference = CoreIPC::DataReference(CFDataGetBytePtr(data.get()), CFDataGetLength(data.get()));
</del><ins>+            dataReference = IPC::DataReference(CFDataGetBytePtr(data.get()), CFDataGetLength(data.get()));
</ins><span class="cx">     }
</span><span class="cx"> #else
</span><span class="cx">     UNUSED_PARAM(frameID);
</span><span class="lines">@@ -3125,7 +3125,7 @@
</span><span class="cx">     return m_page-&gt;focusController().isFocused() &amp;&amp; m_page-&gt;focusController().isActive();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPage::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebPage::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     if (decoder.messageReceiverName() == Messages::DrawingArea::messageReceiverName()) {
</span><span class="cx">         if (m_drawingArea)
</span><span class="lines">@@ -3159,7 +3159,7 @@
</span><span class="cx">     didReceiveWebPageMessage(connection, decoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPage::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp; replyEncoder)
</del><ins>+void WebPage::didReceiveSyncMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp; replyEncoder)
</ins><span class="cx"> {   
</span><span class="cx">     didReceiveSyncWebPageMessage(connection, decoder, replyEncoder);
</span><span class="cx"> }
</span><span class="lines">@@ -3498,7 +3498,7 @@
</span><span class="cx">     }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-    send(Messages::WebPageProxy::DataCallback(CoreIPC::DataReference(CFDataGetBytePtr(pdfPageData.get()), CFDataGetLength(pdfPageData.get())), callbackID));
</del><ins>+    send(Messages::WebPageProxy::DataCallback(IPC::DataReference(CFDataGetBytePtr(pdfPageData.get()), CFDataGetLength(pdfPageData.get())), callbackID));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #elif PLATFORM(GTK)
</span><span class="lines">@@ -3517,13 +3517,13 @@
</span><span class="cx"> 
</span><span class="cx"> void WebPage::savePDFToFileInDownloadsFolder(const String&amp; suggestedFilename, const String&amp; originatingURLString, const uint8_t* data, unsigned long size)
</span><span class="cx"> {
</span><del>-    send(Messages::WebPageProxy::SavePDFToFileInDownloadsFolder(suggestedFilename, originatingURLString, CoreIPC::DataReference(data, size)));
</del><ins>+    send(Messages::WebPageProxy::SavePDFToFileInDownloadsFolder(suggestedFilename, originatingURLString, IPC::DataReference(data, size)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="cx"> void WebPage::savePDFToTemporaryFolderAndOpenWithNativeApplication(const String&amp; suggestedFilename, const String&amp; originatingURLString, const uint8_t* data, unsigned long size, const String&amp; pdfUUID)
</span><span class="cx"> {
</span><del>-    send(Messages::WebPageProxy::SavePDFToTemporaryFolderAndOpenWithNativeApplication(suggestedFilename, originatingURLString, CoreIPC::DataReference(data, size), pdfUUID));
</del><ins>+    send(Messages::WebPageProxy::SavePDFToTemporaryFolderAndOpenWithNativeApplication(suggestedFilename, originatingURLString, IPC::DataReference(data, size), pdfUUID));
</ins><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageWebPageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebPage.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/WebPage.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebPage.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -103,7 +103,7 @@
</span><span class="cx"> class Array;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx">     class ArgumentDecoder;
</span><span class="cx">     class Connection;
</span><span class="cx"> }
</span><span class="lines">@@ -164,7 +164,7 @@
</span><span class="cx"> 
</span><span class="cx"> typedef Vector&lt;RefPtr&lt;PageOverlay&gt;&gt; PageOverlayList;
</span><span class="cx"> 
</span><del>-class WebPage : public API::ObjectImpl&lt;API::Object::Type::BundlePage&gt;, public CoreIPC::MessageReceiver, public CoreIPC::MessageSender {
</del><ins>+class WebPage : public API::ObjectImpl&lt;API::Object::Type::BundlePage&gt;, public IPC::MessageReceiver, public IPC::MessageSender {
</ins><span class="cx"> public:
</span><span class="cx">     static PassRefPtr&lt;WebPage&gt; create(uint64_t pageID, const WebPageCreationParameters&amp;);
</span><span class="cx">     virtual ~WebPage();
</span><span class="lines">@@ -238,8 +238,8 @@
</span><span class="cx">     WebOpenPanelResultListener* activeOpenPanelResultListener() const { return m_activeOpenPanelResultListener.get(); }
</span><span class="cx">     void setActiveOpenPanelResultListener(PassRefPtr&lt;WebOpenPanelResultListener&gt;);
</span><span class="cx"> 
</span><del>-    void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;) OVERRIDE;
-    void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;) OVERRIDE;
</del><ins>+    void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;) OVERRIDE;
+    void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // -- InjectedBundle methods
</span><span class="cx"> #if ENABLE(CONTEXT_MENUS)
</span><span class="lines">@@ -326,7 +326,7 @@
</span><span class="cx">     void setPageLength(double);
</span><span class="cx">     void setGapBetweenPages(double);
</span><span class="cx"> 
</span><del>-    void postInjectedBundleMessage(const String&amp; messageName, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void postInjectedBundleMessage(const String&amp; messageName, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx">     bool drawsBackground() const { return m_drawsBackground; }
</span><span class="cx">     bool drawsTransparentBackground() const { return m_drawsTransparentBackground; }
</span><span class="lines">@@ -482,7 +482,7 @@
</span><span class="cx">     void didChangeSelection();
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><del>-    void registerUIProcessAccessibilityTokens(const CoreIPC::DataReference&amp; elemenToken, const CoreIPC::DataReference&amp; windowToken);
</del><ins>+    void registerUIProcessAccessibilityTokens(const IPC::DataReference&amp; elemenToken, const IPC::DataReference&amp; windowToken);
</ins><span class="cx">     WKAccessibilityWebPageObject* accessibilityRemoteObject();
</span><span class="cx">     NSObject *accessibilityObjectForMainFramePlugin();
</span><span class="cx">     const WebCore::FloatPoint&amp; accessibilityPosition() const { return m_accessibilityPosition; }
</span><span class="lines">@@ -686,14 +686,14 @@
</span><span class="cx"> private:
</span><span class="cx">     WebPage(uint64_t pageID, const WebPageCreationParameters&amp;);
</span><span class="cx"> 
</span><del>-    // CoreIPC::MessageSender
-    virtual CoreIPC::Connection* messageSenderConnection() OVERRIDE;
</del><ins>+    // IPC::MessageSender
+    virtual IPC::Connection* messageSenderConnection() OVERRIDE;
</ins><span class="cx">     virtual uint64_t messageSenderDestinationID() OVERRIDE;
</span><span class="cx"> 
</span><span class="cx">     void platformInitialize();
</span><span class="cx"> 
</span><del>-    void didReceiveWebPageMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
-    void didReceiveSyncWebPageMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;);
</del><ins>+    void didReceiveWebPageMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
+    void didReceiveSyncWebPageMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;);
</ins><span class="cx"> 
</span><span class="cx"> #if !PLATFORM(MAC)
</span><span class="cx">     static const char* interpretKeyEvent(const WebCore::KeyboardEvent*);
</span><span class="lines">@@ -706,20 +706,20 @@
</span><span class="cx"> 
</span><span class="cx">     String sourceForFrame(WebFrame*);
</span><span class="cx"> 
</span><del>-    void loadDataImpl(PassRefPtr&lt;WebCore::SharedBuffer&gt;, const String&amp; MIMEType, const String&amp; encodingName, const WebCore::URL&amp; baseURL, const WebCore::URL&amp; failingURL, CoreIPC::MessageDecoder&amp;);
-    void loadString(const String&amp;, const String&amp; MIMEType, const WebCore::URL&amp; baseURL, const WebCore::URL&amp; failingURL, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void loadDataImpl(PassRefPtr&lt;WebCore::SharedBuffer&gt;, const String&amp; MIMEType, const String&amp; encodingName, const WebCore::URL&amp; baseURL, const WebCore::URL&amp; failingURL, IPC::MessageDecoder&amp;);
+    void loadString(const String&amp;, const String&amp; MIMEType, const WebCore::URL&amp; baseURL, const WebCore::URL&amp; failingURL, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx">     bool platformHasLocalDataForURL(const WebCore::URL&amp;);
</span><span class="cx"> 
</span><span class="cx">     // Actions
</span><span class="cx">     void tryClose();
</span><del>-    void loadURL(const String&amp;, const SandboxExtension::Handle&amp;, CoreIPC::MessageDecoder&amp;);
-    void loadURLRequest(const WebCore::ResourceRequest&amp;, const SandboxExtension::Handle&amp;, CoreIPC::MessageDecoder&amp;);
-    void loadData(const CoreIPC::DataReference&amp;, const String&amp; MIMEType, const String&amp; encodingName, const String&amp; baseURL, CoreIPC::MessageDecoder&amp;);
-    void loadHTMLString(const String&amp; htmlString, const String&amp; baseURL, CoreIPC::MessageDecoder&amp;);
-    void loadAlternateHTMLString(const String&amp; htmlString, const String&amp; baseURL, const String&amp; unreachableURL, CoreIPC::MessageDecoder&amp;);
-    void loadPlainTextString(const String&amp;, CoreIPC::MessageDecoder&amp;);
-    void loadWebArchiveData(const CoreIPC::DataReference&amp;, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void loadURL(const String&amp;, const SandboxExtension::Handle&amp;, IPC::MessageDecoder&amp;);
+    void loadURLRequest(const WebCore::ResourceRequest&amp;, const SandboxExtension::Handle&amp;, IPC::MessageDecoder&amp;);
+    void loadData(const IPC::DataReference&amp;, const String&amp; MIMEType, const String&amp; encodingName, const String&amp; baseURL, IPC::MessageDecoder&amp;);
+    void loadHTMLString(const String&amp; htmlString, const String&amp; baseURL, IPC::MessageDecoder&amp;);
+    void loadAlternateHTMLString(const String&amp; htmlString, const String&amp; baseURL, const String&amp; unreachableURL, IPC::MessageDecoder&amp;);
+    void loadPlainTextString(const String&amp;, IPC::MessageDecoder&amp;);
+    void loadWebArchiveData(const IPC::DataReference&amp;, IPC::MessageDecoder&amp;);
</ins><span class="cx">     void linkClicked(const String&amp; url, const WebMouseEvent&amp;);
</span><span class="cx">     void reload(bool reloadFromOrigin, const SandboxExtension::Handle&amp;);
</span><span class="cx">     void goForward(uint64_t);
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageWebPagemessagesin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -77,11 +77,11 @@
</span><span class="cx">     LoadURL(String url, WebKit::SandboxExtension::Handle sandboxExtensionHandle, WebKit::WebContextUserMessageEncoder userData) Variadic
</span><span class="cx">     LoadURLInFrame(String url, uint64_t frameID)
</span><span class="cx">     LoadURLRequest(WebCore::ResourceRequest request, WebKit::SandboxExtension::Handle sandboxExtensionHandle, WebKit::WebContextUserMessageEncoder userData) Variadic
</span><del>-    LoadData(CoreIPC::DataReference data, String MIMEType, String encoding, String baseURL, WebKit::WebContextUserMessageEncoder userData) Variadic
</del><ins>+    LoadData(IPC::DataReference data, String MIMEType, String encoding, String baseURL, WebKit::WebContextUserMessageEncoder userData) Variadic
</ins><span class="cx">     LoadHTMLString(String htmlString, String baseURL, WebKit::WebContextUserMessageEncoder userData) Variadic
</span><span class="cx">     LoadAlternateHTMLString(String htmlString, String baseURL, String unreachableURL, WebKit::WebContextUserMessageEncoder userData) Variadic
</span><span class="cx">     LoadPlainTextString(String string, WebKit::WebContextUserMessageEncoder userData) Variadic
</span><del>-    LoadWebArchiveData(CoreIPC::DataReference webArchiveData, WebKit::WebContextUserMessageEncoder userData) Variadic
</del><ins>+    LoadWebArchiveData(IPC::DataReference webArchiveData, WebKit::WebContextUserMessageEncoder userData) Variadic
</ins><span class="cx"> 
</span><span class="cx">     LinkClicked(String url, WebKit::WebMouseEvent event)
</span><span class="cx"> 
</span><span class="lines">@@ -267,7 +267,7 @@
</span><span class="cx">     WindowAndViewFramesChanged(WebCore::FloatRect windowFrameInScreenCoordinates, WebCore::FloatRect windowFrameInUnflippedScreenCoordinates, WebCore::FloatRect viewFrameInWindowCoordinates, WebCore::FloatPoint accessibilityViewCoordinates)
</span><span class="cx">     ViewExposedRectChanged(WebCore::FloatRect exposedRect, bool clipsToExposedRect)
</span><span class="cx">     SetMainFrameIsScrollable(bool isScrollable)
</span><del>-    RegisterUIProcessAccessibilityTokens(CoreIPC::DataReference elemenToken, CoreIPC::DataReference windowToken)
</del><ins>+    RegisterUIProcessAccessibilityTokens(IPC::DataReference elemenToken, IPC::DataReference windowToken)
</ins><span class="cx">     GetStringSelectionForPasteboard() -&gt; (String stringValue)
</span><span class="cx">     GetDataSelectionForPasteboard(String pasteboardType) -&gt; (WebKit::SharedMemory::Handle handle, uint64_t size)
</span><span class="cx">     ReadSelectionFromPasteboard(String pasteboardName) -&gt; (bool result)
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageWebPageGroupProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebPageGroupProxy.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/WebPageGroupProxy.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebPageGroupProxy.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> #include &quot;WebPageGroupData.h&quot;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> 
</span><del>-namespace CoreIPC {
</del><ins>+namespace IPC {
</ins><span class="cx"> class Connection;
</span><span class="cx"> class MessageDecoder;
</span><span class="cx"> }
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx">     bool isVisibleToHistoryClient() const { return m_data.visibleToHistoryClient; }
</span><span class="cx">     WebCore::PageGroup* corePageGroup() const { return m_pageGroup; }
</span><span class="cx"> 
</span><del>-    void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     WebPageGroupProxy(const WebPageGroupData&amp;);
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPagemacWebPageMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/mac/WebPageMac.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/mac/WebPageMac.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebPage/mac/WebPageMac.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -92,7 +92,7 @@
</span><span class="cx">     
</span><span class="cx">     // send data back over
</span><span class="cx">     NSData* remoteToken = (NSData *)WKAXRemoteTokenForElement(mockAccessibilityElement); 
</span><del>-    CoreIPC::DataReference dataToken = CoreIPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;([remoteToken bytes]), [remoteToken length]);
</del><ins>+    IPC::DataReference dataToken = IPC::DataReference(reinterpret_cast&lt;const uint8_t*&gt;([remoteToken bytes]), [remoteToken length]);
</ins><span class="cx">     send(Messages::WebPageProxy::RegisterWebProcessAccessibilityToken(dataToken));
</span><span class="cx">     m_mockAccessibilityElement = mockAccessibilityElement;
</span><span class="cx"> }
</span><span class="lines">@@ -653,7 +653,7 @@
</span><span class="cx">     return false;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebPage::registerUIProcessAccessibilityTokens(const CoreIPC::DataReference&amp; elementToken, const CoreIPC::DataReference&amp; windowToken)
</del><ins>+void WebPage::registerUIProcessAccessibilityTokens(const IPC::DataReference&amp; elementToken, const IPC::DataReference&amp; windowToken)
</ins><span class="cx"> {
</span><span class="cx">     NSData* elementTokenData = [NSData dataWithBytes:elementToken.data() length:elementToken.size()];
</span><span class="cx">     NSData* windowTokenData = [NSData dataWithBytes:windowToken.data() length:windowToken.size()];
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebProcesscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebProcess.cpp (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebProcess.cpp        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebProcess.cpp        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -210,7 +210,7 @@
</span><span class="cx">     platformInitializeProcess(parameters);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcess::initializeConnection(CoreIPC::Connection* connection)
</del><ins>+void WebProcess::initializeConnection(IPC::Connection* connection)
</ins><span class="cx"> {
</span><span class="cx">     ChildProcess::initializeConnection(connection);
</span><span class="cx"> 
</span><span class="lines">@@ -250,7 +250,7 @@
</span><span class="cx">     enableTermination();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-CoreIPC::Connection* WebProcess::downloadProxyConnection()
</del><ins>+IPC::Connection* WebProcess::downloadProxyConnection()
</ins><span class="cx"> {
</span><span class="cx">     return parentProcessConnection();
</span><span class="cx"> }
</span><span class="lines">@@ -260,7 +260,7 @@
</span><span class="cx">     return *supplement&lt;AuthenticationManager&gt;();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcess::initializeWebProcess(const WebProcessCreationParameters&amp; parameters, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebProcess::initializeWebProcess(const WebProcessCreationParameters&amp; parameters, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(m_pageMap.isEmpty());
</span><span class="cx"> 
</span><span class="lines">@@ -366,20 +366,20 @@
</span><span class="cx">     if (m_networkProcessConnection)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    CoreIPC::Attachment encodedConnectionIdentifier;
</del><ins>+    IPC::Attachment encodedConnectionIdentifier;
</ins><span class="cx"> 
</span><span class="cx">     if (!parentProcessConnection()-&gt;sendSync(Messages::WebProcessProxy::GetNetworkProcessConnection(),
</span><span class="cx">         Messages::WebProcessProxy::GetNetworkProcessConnection::Reply(encodedConnectionIdentifier), 0))
</span><span class="cx">         return;
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><del>-    CoreIPC::Connection::Identifier connectionIdentifier(encodedConnectionIdentifier.port());
</del><ins>+    IPC::Connection::Identifier connectionIdentifier(encodedConnectionIdentifier.port());
</ins><span class="cx"> #elif USE(UNIX_DOMAIN_SOCKETS)
</span><del>-    CoreIPC::Connection::Identifier connectionIdentifier = encodedConnectionIdentifier.releaseFileDescriptor();
</del><ins>+    IPC::Connection::Identifier connectionIdentifier = encodedConnectionIdentifier.releaseFileDescriptor();
</ins><span class="cx"> #else
</span><span class="cx">     ASSERT_NOT_REACHED();
</span><span class="cx"> #endif
</span><del>-    if (CoreIPC::Connection::identifierIsNull(connectionIdentifier))
</del><ins>+    if (IPC::Connection::identifierIsNull(connectionIdentifier))
</ins><span class="cx">         return;
</span><span class="cx">     m_networkProcessConnection = NetworkProcessConnection::create(connectionIdentifier);
</span><span class="cx"> }
</span><span class="lines">@@ -629,12 +629,12 @@
</span><span class="cx">     ChildProcess::terminate();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcess::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp; replyEncoder)
</del><ins>+void WebProcess::didReceiveSyncMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp; replyEncoder)
</ins><span class="cx"> {
</span><span class="cx">     messageReceiverMap().dispatchSyncMessage(connection, decoder, replyEncoder);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcess::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&amp; decoder)
</del><ins>+void WebProcess::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder&amp; decoder)
</ins><span class="cx"> {
</span><span class="cx">     if (messageReceiverMap().dispatchMessage(connection, decoder))
</span><span class="cx">         return;
</span><span class="lines">@@ -657,7 +657,7 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcess::didClose(CoreIPC::Connection*)
</del><ins>+void WebProcess::didClose(IPC::Connection*)
</ins><span class="cx"> {
</span><span class="cx"> #ifndef NDEBUG
</span><span class="cx">     m_inDidClose = true;
</span><span class="lines">@@ -678,7 +678,7 @@
</span><span class="cx">     stopRunLoop();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcess::didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference, CoreIPC::StringReference)
</del><ins>+void WebProcess::didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference, IPC::StringReference)
</ins><span class="cx"> {
</span><span class="cx">     // We received an invalid message, but since this is from the UI process (which we trust),
</span><span class="cx">     // we'll let it slide.
</span><span class="lines">@@ -973,13 +973,13 @@
</span><span class="cx">     gcController().setJavaScriptGarbageCollectorTimerEnabled(flag);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcess::postInjectedBundleMessage(const CoreIPC::DataReference&amp; messageData)
</del><ins>+void WebProcess::postInjectedBundleMessage(const IPC::DataReference&amp; messageData)
</ins><span class="cx"> {
</span><span class="cx">     InjectedBundle* injectedBundle = WebProcess::shared().injectedBundle();
</span><span class="cx">     if (!injectedBundle)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    CoreIPC::ArgumentDecoder decoder(messageData.data(), messageData.size());
</del><ins>+    IPC::ArgumentDecoder decoder(messageData.data(), messageData.size());
</ins><span class="cx"> 
</span><span class="cx">     String messageName;
</span><span class="cx">     if (!decoder.decode(messageName))
</span><span class="lines">@@ -1047,15 +1047,15 @@
</span><span class="cx">     if (m_webToDatabaseProcessConnection)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    CoreIPC::Attachment encodedConnectionIdentifier;
</del><ins>+    IPC::Attachment encodedConnectionIdentifier;
</ins><span class="cx"> 
</span><span class="cx">     if (!parentProcessConnection()-&gt;sendSync(Messages::WebProcessProxy::GetDatabaseProcessConnection(),
</span><span class="cx">         Messages::WebProcessProxy::GetDatabaseProcessConnection::Reply(encodedConnectionIdentifier), 0))
</span><span class="cx">         return;
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><del>-    CoreIPC::Connection::Identifier connectionIdentifier(encodedConnectionIdentifier.port());
-    if (CoreIPC::Connection::identifierIsNull(connectionIdentifier))
</del><ins>+    IPC::Connection::Identifier connectionIdentifier(encodedConnectionIdentifier.port());
+    if (IPC::Connection::identifierIsNull(connectionIdentifier))
</ins><span class="cx">         return;
</span><span class="cx"> #else
</span><span class="cx">     ASSERT_NOT_REACHED();
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebProcessh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebProcess.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebProcess.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebProcess.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -192,11 +192,11 @@
</span><span class="cx">     // DownloadManager::Client.
</span><span class="cx">     virtual void didCreateDownload() OVERRIDE;
</span><span class="cx">     virtual void didDestroyDownload() OVERRIDE;
</span><del>-    virtual CoreIPC::Connection* downloadProxyConnection() OVERRIDE;
</del><ins>+    virtual IPC::Connection* downloadProxyConnection() OVERRIDE;
</ins><span class="cx">     virtual AuthenticationManager&amp; downloadsAuthenticationManager() OVERRIDE;
</span><span class="cx"> 
</span><del>-    void initializeWebProcess(const WebProcessCreationParameters&amp;, CoreIPC::MessageDecoder&amp;);
-    void platformInitializeWebProcess(const WebProcessCreationParameters&amp;, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void initializeWebProcess(const WebProcessCreationParameters&amp;, IPC::MessageDecoder&amp;);
+    void platformInitializeWebProcess(const WebProcessCreationParameters&amp;, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx">     void platformTerminate();
</span><span class="cx">     void registerURLSchemeAsEmptyDocument(const String&amp;);
</span><span class="lines">@@ -244,13 +244,13 @@
</span><span class="cx">     void setIgnoreTLSErrors(bool);
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-    void postInjectedBundleMessage(const CoreIPC::DataReference&amp; messageData);
</del><ins>+    void postInjectedBundleMessage(const IPC::DataReference&amp; messageData);
</ins><span class="cx"> 
</span><span class="cx">     // ChildProcess
</span><span class="cx">     virtual void initializeProcess(const ChildProcessInitializationParameters&amp;) OVERRIDE;
</span><span class="cx">     virtual void initializeProcessName(const ChildProcessInitializationParameters&amp;) OVERRIDE;
</span><span class="cx">     virtual void initializeSandbox(const ChildProcessInitializationParameters&amp;, SandboxInitializationParameters&amp;) OVERRIDE;
</span><del>-    virtual void initializeConnection(CoreIPC::Connection*) OVERRIDE;
</del><ins>+    virtual void initializeConnection(IPC::Connection*) OVERRIDE;
</ins><span class="cx">     virtual bool shouldTerminate() OVERRIDE;
</span><span class="cx">     virtual void terminate() OVERRIDE;
</span><span class="cx"> 
</span><span class="lines">@@ -260,15 +260,15 @@
</span><span class="cx"> 
</span><span class="cx">     void platformInitializeProcess(const ChildProcessInitializationParameters&amp;);
</span><span class="cx"> 
</span><del>-    // CoreIPC::Connection::Client
</del><ins>+    // IPC::Connection::Client
</ins><span class="cx">     friend class WebConnectionToUIProcess;
</span><del>-    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
-    virtual void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;, std::unique_ptr&lt;CoreIPC::MessageEncoder&gt;&amp;);
-    virtual void didClose(CoreIPC::Connection*);
-    virtual void didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference messageReceiverName, CoreIPC::StringReference messageName) OVERRIDE;
</del><ins>+    virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
+    virtual void didReceiveSyncMessage(IPC::Connection*, IPC::MessageDecoder&amp;, std::unique_ptr&lt;IPC::MessageEncoder&gt;&amp;);
+    virtual void didClose(IPC::Connection*);
+    virtual void didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference messageReceiverName, IPC::StringReference messageName) OVERRIDE;
</ins><span class="cx"> 
</span><span class="cx">     // Implemented in generated WebProcessMessageReceiver.cpp
</span><del>-    void didReceiveWebProcessMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
</del><ins>+    void didReceiveWebProcessMessage(IPC::Connection*, IPC::MessageDecoder&amp;);
</ins><span class="cx"> 
</span><span class="cx">     RefPtr&lt;WebConnectionToUIProcess&gt; m_webConnection;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebProcessmessagesin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebProcess.messages.in (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebProcess.messages.in        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/WebProcess.messages.in        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -75,7 +75,7 @@
</span><span class="cx">     GarbageCollectJavaScriptObjects()
</span><span class="cx">     SetJavaScriptGarbageCollectorTimerEnabled(bool enable)
</span><span class="cx"> 
</span><del>-    PostInjectedBundleMessage(CoreIPC::DataReference messageData);
</del><ins>+    PostInjectedBundleMessage(IPC::DataReference messageData);
</ins><span class="cx"> 
</span><span class="cx">     ReleasePageCache()
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessmacWebProcessMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/mac/WebProcessMac.mm (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/mac/WebProcessMac.mm        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/WebProcess/mac/WebProcessMac.mm        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -152,7 +152,7 @@
</span><span class="cx">     return [page-&gt;accessibilityRemoteObject() accessibilityFocusedUIElement];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebProcess::platformInitializeWebProcess(const WebProcessCreationParameters&amp; parameters, CoreIPC::MessageDecoder&amp;)
</del><ins>+void WebProcess::platformInitializeWebProcess(const WebProcessCreationParameters&amp; parameters, IPC::MessageDecoder&amp;)
</ins><span class="cx"> {
</span><span class="cx">     SandboxExtension::consumePermanently(parameters.uiProcessBundleResourcePathExtensionHandle);
</span><span class="cx">     SandboxExtension::consumePermanently(parameters.localStorageDirectoryExtensionHandle);
</span></span></pre></div>
<a id="trunkSourceWebKit2configh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/config.h (161147 => 161148)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/config.h        2013-12-30 19:46:14 UTC (rev 161147)
+++ trunk/Source/WebKit2/config.h        2013-12-30 20:20:02 UTC (rev 161148)
</span><span class="lines">@@ -80,6 +80,3 @@
</span><span class="cx"> #define ENABLE_SEC_ITEM_SHIM 1
</span><span class="cx"> #endif
</span><span class="cx"> #endif
</span><del>-
-// FIXME: Remove this once everything has been moved over to the IPC namespace.
-#define CoreIPC IPC
</del></span></pre>
</div>
</div>

</body>
</html>