<!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>[160302] trunk</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/160302">160302</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2013-12-09 01:37:23 -0800 (Mon, 09 Dec 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>[WK2][Gtk] Add support for ENABLE_NETWORK_PROCESS to the build system
https://bugs.webkit.org/show_bug.cgi?id=118231

Patch by Brian Holt &lt;brian.holt@samsung.com&gt; on 2013-12-09
Reviewed by Martin Robinson.

Original patch by Kwang Yul Seo  &lt;skyul@company100.net&gt;.

.:

Disabled ENABLE_NETWORK_PROCESS by default.

* Source/autotools/SetupAutomake.m4:
* Source/autotools/SetupWebKitFeatures.m4:

Source/WebKit2:

Add source files to the build system and build NetworkProcess executable.

* GNUmakefile.am:
* GNUmakefile.list.am:
* NetworkProcess/unix/NetworkProcessMainUnix.cpp:
* UIProcess/gtk/WebContextGtk.cpp:
(WebKit::WebContext::platformInitializeWebProcess):</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkChangeLog">trunk/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2GNUmakefileam">trunk/Source/WebKit2/GNUmakefile.am</a></li>
<li><a href="#trunkSourceWebKit2GNUmakefilelistam">trunk/Source/WebKit2/GNUmakefile.list.am</a></li>
<li><a href="#trunkSourceWebKit2NetworkProcessunixNetworkProcessMainUnixcpp">trunk/Source/WebKit2/NetworkProcess/unix/NetworkProcessMainUnix.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessgtkWebContextGtkcpp">trunk/Source/WebKit2/UIProcess/gtk/WebContextGtk.cpp</a></li>
<li><a href="#trunkSourceautotoolsSetupAutomakem4">trunk/Source/autotools/SetupAutomake.m4</a></li>
<li><a href="#trunkSourceautotoolsSetupWebKitFeaturesm4">trunk/Source/autotools/SetupWebKitFeatures.m4</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/ChangeLog (160301 => 160302)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/ChangeLog        2013-12-09 07:46:56 UTC (rev 160301)
+++ trunk/ChangeLog        2013-12-09 09:37:23 UTC (rev 160302)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2013-12-09  Brian Holt  &lt;brian.holt@samsung.com&gt;
+
+        [WK2][Gtk] Add support for ENABLE_NETWORK_PROCESS to the build system
+        https://bugs.webkit.org/show_bug.cgi?id=118231
+
+        Reviewed by Martin Robinson.
+
+        Original patch by Kwang Yul Seo  &lt;skyul@company100.net&gt;.
+
+        Disabled ENABLE_NETWORK_PROCESS by default.
+
+        * Source/autotools/SetupAutomake.m4:
+        * Source/autotools/SetupWebKitFeatures.m4:
+
</ins><span class="cx"> 2013-12-06  Alberto Garcia  &lt;berto@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [GTK] Enable web audio by default
</span></span></pre></div>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (160301 => 160302)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2013-12-09 07:46:56 UTC (rev 160301)
+++ trunk/Source/WebKit2/ChangeLog        2013-12-09 09:37:23 UTC (rev 160302)
</span><span class="lines">@@ -1,3 +1,20 @@
</span><ins>+2013-12-09  Brian Holt  &lt;brian.holt@samsung.com&gt;
+
+        [WK2][Gtk] Add support for ENABLE_NETWORK_PROCESS to the build system
+        https://bugs.webkit.org/show_bug.cgi?id=118231
+
+        Reviewed by Martin Robinson.
+
+        Original patch by Kwang Yul Seo  &lt;skyul@company100.net&gt;.
+
+        Add source files to the build system and build NetworkProcess executable.
+
+        * GNUmakefile.am:
+        * GNUmakefile.list.am:
+        * NetworkProcess/unix/NetworkProcessMainUnix.cpp:
+        * UIProcess/gtk/WebContextGtk.cpp:
+        (WebKit::WebContext::platformInitializeWebProcess):
+
</ins><span class="cx"> 2013-12-08  Ryuan Choi  &lt;ryuan.choi@samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [EFL][WK2] Move FullScreenManager logic to WebViewEfl
</span></span></pre></div>
<a id="trunkSourceWebKit2GNUmakefileam"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/GNUmakefile.am (160301 => 160302)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/GNUmakefile.am        2013-12-09 07:46:56 UTC (rev 160301)
+++ trunk/Source/WebKit2/GNUmakefile.am        2013-12-09 09:37:23 UTC (rev 160302)
</span><span class="lines">@@ -97,6 +97,7 @@
</span><span class="cx">         -I$(srcdir)/Source/WebKit2 \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/gtk \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/NetworkProcess \
</span><ins>+        -I$(srcdir)/Source/WebKit2/NetworkProcess/FileAPI \
</ins><span class="cx">         -I$(srcdir)/Source/WebKit2/Platform \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/Platform/CoreIPC \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/Platform/CoreIPC/gtk \
</span><span class="lines">@@ -112,10 +113,12 @@
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/Shared/CoreIPCSupport \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/Shared/Downloads \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/Shared/Downloads/soup \
</span><ins>+        -I$(srcdir)/Source/WebKit2/Shared/FileAPI \
</ins><span class="cx">         -I$(srcdir)/Source/WebKit2/Shared/Databases \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/Shared/Databases/IndexedDB \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/Shared/gtk \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/Shared/Network \
</span><ins>+        -I$(srcdir)/Source/WebKit2/Shared/Network/CustomProtocols \
</ins><span class="cx">         -I$(srcdir)/Source/WebKit2/Shared/Plugins \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/Shared/Plugins/Netscape \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/Shared/Plugins/Netscape/x11 \
</span><span class="lines">@@ -145,6 +148,7 @@
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/WebProcess/Cookies \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/WebProcess/Databases \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/WebProcess/Databases/IndexedDB \
</span><ins>+        -I$(srcdir)/Source/WebKit2/WebProcess/FileAPI \
</ins><span class="cx">         -I$(srcdir)/Source/WebKit2/WebProcess/FullScreen \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/WebProcess/Geolocation \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/WebProcess/gtk \
</span><span class="lines">@@ -158,6 +162,7 @@
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/WebProcess/KeyValueStorage \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/WebProcess/Launching \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/WebProcess/MediaCache \
</span><ins>+        -I$(srcdir)/Source/WebKit2/WebProcess/Network \
</ins><span class="cx">         -I$(srcdir)/Source/WebKit2/WebProcess/NetworkInfo \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/WebProcess/Notifications \
</span><span class="cx">         -I$(srcdir)/Source/WebKit2/WebProcess/OriginData \
</span><span class="lines">@@ -366,6 +371,7 @@
</span><span class="cx">         $(GENSOURCES_WEBKIT2)/webkit2gtk/include/webkit2
</span><span class="cx"> 
</span><span class="cx"> vpath %.messages.in = \
</span><ins>+        $(WebKit2)/NetworkProcess \
</ins><span class="cx">         $(WebKit2)/PluginProcess \
</span><span class="cx">         $(WebKit2)/Shared \
</span><span class="cx">         $(WebKit2)/Shared/Authentication \
</span><span class="lines">@@ -374,6 +380,7 @@
</span><span class="cx">         $(WebKit2)/UIProcess/ApplicationCache \
</span><span class="cx">         $(WebKit2)/UIProcess/Downloads \
</span><span class="cx">         $(WebKit2)/UIProcess/Geolocation \
</span><ins>+        $(WebKit2)/UIProcess/Network \
</ins><span class="cx">         $(WebKit2)/UIProcess/Network/CustomProtocols \
</span><span class="cx">         $(WebKit2)/UIProcess/Plugins \
</span><span class="cx">         $(WebKit2)/UIProcess/ResourceCache \
</span><span class="lines">@@ -457,11 +464,44 @@
</span><span class="cx">         $(top_builddir)/stamp-webkit2enumtypes \
</span><span class="cx">         $(top_builddir)/stamp-webkit2marshal.cpp \
</span><span class="cx">         $(top_builddir)/stamp-webkit2marshal.h \
</span><ins>+        $(top_builddir)/Programs/WebKitNetworkProcess \
</ins><span class="cx">         $(top_builddir)/Programs/WebKitWebProcess
</span><span class="cx"> 
</span><span class="cx"> DISTCLEANFILES += \
</span><span class="cx">         $(top_builddir)/WebKit2/webkit2gtk-@WEBKITGTK_API_VERSION@.pc
</span><span class="cx"> 
</span><ins>+if ENABLE_NETWORK_PROCESS
+libexec_PROGRAMS += \
+        Programs/WebKitNetworkProcess
+endif
+
+Programs_WebKitNetworkProcess_CPPFLAGS = \
+        -I$(srcdir)/Source/WebKit2 \
+        -I$(srcdir)/Source/WebKit2/UIProcess/API/C \
+        -I$(srcdir)/Source/WebKit2/NetworkProcess/unix \
+        -I$(top_builddir)/DerivedSources/WebKit2 \
+        -I$(top_builddir)/DerivedSources/WebKit2/include \
+        -I$(top_builddir)/DerivedSources/WebKit2/include/WebCore \
+        $(global_cppflags) \
+        $(javascriptcore_cppflags)
+
+Programs_WebKitNetworkProcess_CFLAGS = \
+        $(global_cflags) \
+        $(GLIB_CFLAGS) \
+        $(GTK_CFLAGS) \
+        $(LIBSOUP_CFLAGS)
+
+Programs_WebKitNetworkProcess_SOURCES = \
+        Source/WebKit2/unix/NetworkMainUnix.cpp
+
+Programs_WebKitNetworkProcess_LDADD = \
+        libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
+        libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
+        $(GLIB_LIBS) \
+        $(GTK_LIBS) \
+        $(LIBSOUP_LIBS)
+
+
</ins><span class="cx"> if ENABLE_WEBKIT2
</span><span class="cx"> libexec_PROGRAMS += \
</span><span class="cx">         Programs/WebKitWebProcess
</span><span class="lines">@@ -735,12 +775,15 @@
</span><span class="cx">         $(WebKit2)/UIProcess/API/gtk/WebKitEnumTypes.cpp.template \
</span><span class="cx">         $(WebKit2)/UIProcess/InspectorServer/front-end/inspectorPageIndex.html \
</span><span class="cx">         $(WebKit2)/Scripts/generate-forwarding-headers.pl \
</span><ins>+        $(shell ls $(WebKit2)/NetworkProcess/*.in) \
</ins><span class="cx">         $(shell ls $(WebKit2)/PluginProcess/*.in) \
</span><span class="cx">         $(shell ls $(WebKit2)/Shared/*.in) \
</span><span class="cx">         $(shell ls $(WebKit2)/Shared/Authentication/*.in) \
</span><ins>+        $(shell ls $(WebKit2)/Shared/Network/CustomProtocols/*.in) \
</ins><span class="cx">         $(shell ls $(WebKit2)/Shared/Plugins/*.in) \
</span><span class="cx">         $(shell ls $(WebKit2)/UIProcess/*.in) \
</span><span class="cx">         $(shell ls $(WebKit2)/UIProcess/Downloads/*.in) \
</span><ins>+        $(shell ls $(WebKit2)/UIProcess/Network/*.in) \
</ins><span class="cx">         $(shell ls $(WebKit2)/UIProcess/Network/CustomProtocols/*.in) \
</span><span class="cx">         $(shell ls $(WebKit2)/UIProcess/Plugins/*.in) \
</span><span class="cx">         $(shell ls $(WebKit2)/UIProcess/Storage/*.in) \
</span></span></pre></div>
<a id="trunkSourceWebKit2GNUmakefilelistam"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/GNUmakefile.list.am (160301 => 160302)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/GNUmakefile.list.am        2013-12-09 07:46:56 UTC (rev 160301)
+++ trunk/Source/WebKit2/GNUmakefile.list.am        2013-12-09 09:37:23 UTC (rev 160302)
</span><span class="lines">@@ -159,6 +159,16 @@
</span><span class="cx">         DerivedSources/WebKit2/DrawingAreaProxyMessages.h \
</span><span class="cx">         DerivedSources/WebKit2/EventDispatcherMessageReceiver.cpp \
</span><span class="cx">         DerivedSources/WebKit2/EventDispatcherMessages.h \
</span><ins>+        DerivedSources/WebKit2/NetworkConnectionToWebProcessMessageReceiver.cpp \
+        DerivedSources/WebKit2/NetworkConnectionToWebProcessMessages.h \
+        DerivedSources/WebKit2/NetworkProcessConnectionMessageReceiver.cpp \
+        DerivedSources/WebKit2/NetworkProcessConnectionMessages.h \
+        DerivedSources/WebKit2/NetworkProcessMessageReceiver.cpp \
+        DerivedSources/WebKit2/NetworkProcessMessages.h \
+        DerivedSources/WebKit2/NetworkProcessProxyMessageReceiver.cpp \
+        DerivedSources/WebKit2/NetworkProcessProxyMessages.h \
+        DerivedSources/WebKit2/NetworkResourceLoaderMessageReceiver.cpp \
+        DerivedSources/WebKit2/NetworkResourceLoaderMessages.h \
</ins><span class="cx">         DerivedSources/WebKit2/NPObjectMessageReceiverMessageReceiver.cpp \
</span><span class="cx">         DerivedSources/WebKit2/NPObjectMessageReceiverMessages.h \
</span><span class="cx">         DerivedSources/WebKit2/PluginControllerProxyMessageReceiver.cpp \
</span><span class="lines">@@ -233,16 +243,16 @@
</span><span class="cx">         DerivedSources/WebKit2/WebPageProxyMessages.h \
</span><span class="cx">         DerivedSources/WebKit2/WebPageMessageReceiver.cpp \
</span><span class="cx">         DerivedSources/WebKit2/WebPageMessages.h \
</span><del>-        DerivedSources/WebKit2/WebResourceCacheManagerMessageReceiver.cpp \
-        DerivedSources/WebKit2/WebResourceCacheManagerMessages.h \
-        DerivedSources/WebKit2/WebResourceCacheManagerProxyMessageReceiver.cpp \
-        DerivedSources/WebKit2/WebResourceCacheManagerProxyMessages.h \
</del><span class="cx">         DerivedSources/WebKit2/WebProcessConnectionMessageReceiver.cpp \
</span><span class="cx">         DerivedSources/WebKit2/WebProcessConnectionMessages.h \
</span><span class="cx">         DerivedSources/WebKit2/WebProcessMessageReceiver.cpp \
</span><span class="cx">         DerivedSources/WebKit2/WebProcessMessages.h \
</span><span class="cx">         DerivedSources/WebKit2/WebProcessProxyMessageReceiver.cpp \
</span><span class="cx">         DerivedSources/WebKit2/WebProcessProxyMessages.h \
</span><ins>+        DerivedSources/WebKit2/WebResourceCacheManagerMessageReceiver.cpp \
+        DerivedSources/WebKit2/WebResourceCacheManagerMessages.h \
+        DerivedSources/WebKit2/WebResourceCacheManagerProxyMessageReceiver.cpp \
+        DerivedSources/WebKit2/WebResourceCacheManagerProxyMessages.h \
</ins><span class="cx">         DerivedSources/WebKit2/WebResourceLoaderMessageReceiver.cpp \
</span><span class="cx">         DerivedSources/WebKit2/WebResourceLoaderMessages.h \
</span><span class="cx">         DerivedSources/WebKit2/WebSoupRequestManagerMessageReceiver.cpp \
</span><span class="lines">@@ -304,8 +314,31 @@
</span><span class="cx"> 
</span><span class="cx"> webkit2_sources += \
</span><span class="cx">         Source/WebKit2/config.h \
</span><ins>+        Source/WebKit2/NetworkProcess/FileAPI/NetworkBlobRegistry.cpp \
+        Source/WebKit2/NetworkProcess/FileAPI/NetworkBlobRegistry.h \
</ins><span class="cx">         Source/WebKit2/NetworkProcess/soup/NetworkProcessSoup.cpp \
</span><ins>+        Source/WebKit2/NetworkProcess/AsynchronousNetworkLoaderClient.cpp \
+        Source/WebKit2/NetworkProcess/AsynchronousNetworkLoaderClient.h \
+        Source/WebKit2/NetworkProcess/HostRecord.cpp \
+        Source/WebKit2/NetworkProcess/HostRecord.h \
+        Source/WebKit2/NetworkProcess/NetworkConnectionToWebProcess.cpp \
+        Source/WebKit2/NetworkProcess/NetworkConnectionToWebProcess.h \
+        Source/WebKit2/NetworkProcess/NetworkLoaderClient.h \
+        Source/WebKit2/NetworkProcess/NetworkProcess.cpp \
+        Source/WebKit2/NetworkProcess/NetworkProcess.h \
+        Source/WebKit2/NetworkProcess/NetworkProcessPlatformStrategies.cpp \
+        Source/WebKit2/NetworkProcess/NetworkProcessPlatformStrategies.h \
+        Source/WebKit2/NetworkProcess/NetworkResourceLoader.cpp \
+        Source/WebKit2/NetworkProcess/NetworkResourceLoader.h \
+        Source/WebKit2/NetworkProcess/NetworkResourceLoadScheduler.cpp \
+        Source/WebKit2/NetworkProcess/NetworkResourceLoadScheduler.h \
+        Source/WebKit2/NetworkProcess/RemoteNetworkingContext.h \
</ins><span class="cx">         Source/WebKit2/NetworkProcess/soup/NetworkResourceLoadSchedulerSoup.cpp \
</span><ins>+        Source/WebKit2/NetworkProcess/soup/RemoteNetworkingContextSoup.cpp \
+        Source/WebKit2/NetworkProcess/SynchronousNetworkLoaderClient.cpp \
+        Source/WebKit2/NetworkProcess/SynchronousNetworkLoaderClient.h \
+        Source/WebKit2/NetworkProcess/unix/NetworkProcessMainUnix.cpp \
+        Source/WebKit2/NetworkProcess/unix/NetworkProcessMainUnix.h \
</ins><span class="cx">         Source/WebKit2/PluginProcess/PluginControllerProxy.cpp \
</span><span class="cx">         Source/WebKit2/PluginProcess/PluginControllerProxy.h \
</span><span class="cx">         Source/WebKit2/PluginProcess/PluginCreationParameters.cpp \
</span><span class="lines">@@ -398,6 +431,8 @@
</span><span class="cx">         Source/WebKit2/Shared/BlockingResponseMap.h \
</span><span class="cx">         Source/WebKit2/Shared/ShareableBitmap.cpp \
</span><span class="cx">         Source/WebKit2/Shared/ShareableBitmap.h \
</span><ins>+        Source/WebKit2/Shared/ShareableResource.cpp \
+        Source/WebKit2/Shared/ShareableResource.h \
</ins><span class="cx">         Source/WebKit2/Shared/CacheModel.cpp \
</span><span class="cx">         Source/WebKit2/Shared/CacheModel.h \
</span><span class="cx">         Source/WebKit2/Shared/ChildProcess.cpp \
</span><span class="lines">@@ -420,6 +455,8 @@
</span><span class="cx">         Source/WebKit2/Shared/Downloads/soup/DownloadSoupErrors.h \
</span><span class="cx">         Source/WebKit2/Shared/EditorState.cpp \
</span><span class="cx">         Source/WebKit2/Shared/EditorState.h \
</span><ins>+        Source/WebKit2/Shared/FileAPI/BlobRegistrationData.cpp \
+        Source/WebKit2/Shared/FileAPI/BlobRegistrationData.h \
</ins><span class="cx">         Source/WebKit2/Shared/FilterIterator.h \
</span><span class="cx">         Source/WebKit2/Shared/FontSmoothingLevel.h \
</span><span class="cx">         Source/WebKit2/Shared/ProcessExecutablePath.h \
</span><span class="lines">@@ -444,7 +481,11 @@
</span><span class="cx">         Source/WebKit2/Shared/NativeWebKeyboardEvent.h \
</span><span class="cx">         Source/WebKit2/Shared/NativeWebMouseEvent.h \
</span><span class="cx">         Source/WebKit2/Shared/NativeWebWheelEvent.h \
</span><ins>+        Source/WebKit2/Shared/Network/CustomProtocols/CustomProtocolManager.h \
+        Source/WebKit2/Shared/Network/NetworkProcessCreationParameters.cpp \
+        Source/WebKit2/Shared/Network/NetworkProcessCreationParameters.h \
</ins><span class="cx">         Source/WebKit2/Shared/Network/NetworkProcessSupplement.h \
</span><ins>+        Source/WebKit2/Shared/Network/NetworkResourceLoadParameters.cpp \
</ins><span class="cx">         Source/WebKit2/Shared/Network/NetworkResourceLoadParameters.h \
</span><span class="cx">         Source/WebKit2/Shared/OriginAndDatabases.cpp \
</span><span class="cx">         Source/WebKit2/Shared/OriginAndDatabases.h \
</span><span class="lines">@@ -865,6 +906,8 @@
</span><span class="cx">         Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp \
</span><span class="cx">         Source/WebKit2/UIProcess/Launcher/ProcessLauncher.cpp \
</span><span class="cx">         Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h \
</span><ins>+        Source/WebKit2/UIProcess/Network/NetworkProcessProxy.cpp \
+        Source/WebKit2/UIProcess/Network/NetworkProcessProxy.h \
</ins><span class="cx">         Source/WebKit2/UIProcess/Network/soup/NetworkProcessProxySoup.cpp \
</span><span class="cx">         Source/WebKit2/UIProcess/Notifications/NotificationPermissionRequest.cpp \
</span><span class="cx">         Source/WebKit2/UIProcess/Notifications/NotificationPermissionRequest.h \
</span><span class="lines">@@ -1040,6 +1083,8 @@
</span><span class="cx">         Source/WebKit2/WebProcess/Cookies/soup/WebKitSoupCookieJarSqlite.cpp \
</span><span class="cx">         Source/WebKit2/WebProcess/Cookies/soup/WebKitSoupCookieJarSqlite.h \
</span><span class="cx">         Source/WebKit2/WebProcess/Databases/IndexedDB/WebIDBFactoryBackend.h \
</span><ins>+        Source/WebKit2/WebProcess/FileAPI/BlobRegistryProxy.cpp \
+        Source/WebKit2/WebProcess/FileAPI/BlobRegistryProxy.h \
</ins><span class="cx">         Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.cpp \
</span><span class="cx">         Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.h \
</span><span class="cx">         Source/WebKit2/WebProcess/Geolocation/GeolocationPermissionRequestManager.cpp \
</span><span class="lines">@@ -1143,6 +1188,12 @@
</span><span class="cx">         Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleUserMessageCoders.h \
</span><span class="cx">         Source/WebKit2/WebProcess/MediaCache/WebMediaCacheManager.cpp \
</span><span class="cx">         Source/WebKit2/WebProcess/MediaCache/WebMediaCacheManager.h \
</span><ins>+        Source/WebKit2/WebProcess/Network/NetworkProcessConnection.cpp \
+        Source/WebKit2/WebProcess/Network/NetworkProcessConnection.h \
+        Source/WebKit2/WebProcess/Network/WebResourceLoader.cpp \
+        Source/WebKit2/WebProcess/Network/WebResourceLoader.h \
+        Source/WebKit2/WebProcess/Network/WebResourceLoadScheduler.cpp \
+        Source/WebKit2/WebProcess/Network/WebResourceLoadScheduler.h \
</ins><span class="cx">         Source/WebKit2/WebProcess/NetworkInfo/WebNetworkInfoManager.cpp \
</span><span class="cx">         Source/WebKit2/WebProcess/NetworkInfo/WebNetworkInfoManager.h \
</span><span class="cx">         Source/WebKit2/WebProcess/Notifications/NotificationPermissionRequestManager.cpp \
</span></span></pre></div>
<a id="trunkSourceWebKit2NetworkProcessunixNetworkProcessMainUnixcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/NetworkProcess/unix/NetworkProcessMainUnix.cpp (160301 => 160302)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/NetworkProcess/unix/NetworkProcessMainUnix.cpp        2013-12-09 07:46:56 UTC (rev 160301)
+++ trunk/Source/WebKit2/NetworkProcess/unix/NetworkProcessMainUnix.cpp        2013-12-09 09:37:23 UTC (rev 160302)
</span><span class="lines">@@ -32,6 +32,7 @@
</span><span class="cx"> #include &quot;ProxyResolverSoup.h&quot;
</span><span class="cx"> #include &quot;WKBase.h&quot;
</span><span class="cx"> #include &quot;WebKit2Initialize.h&quot;
</span><ins>+#include &lt;WebCore/ResourceHandle.h&gt;
</ins><span class="cx"> #include &lt;WebKit2/NetworkProcess.h&gt;
</span><span class="cx"> #include &lt;error.h&gt;
</span><span class="cx"> #include &lt;runtime/InitializeThreading.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessgtkWebContextGtkcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/gtk/WebContextGtk.cpp (160301 => 160302)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/gtk/WebContextGtk.cpp        2013-12-09 07:46:56 UTC (rev 160301)
+++ trunk/Source/WebKit2/UIProcess/gtk/WebContextGtk.cpp        2013-12-09 09:37:23 UTC (rev 160302)
</span><span class="lines">@@ -99,6 +99,9 @@
</span><span class="cx">     parameters.cookieAcceptPolicy = m_initialHTTPCookieAcceptPolicy;
</span><span class="cx">     parameters.ignoreTLSErrors = m_ignoreTLSErrors;
</span><span class="cx">     parameters.shouldTrackVisitedLinks = true;
</span><ins>+#if ENABLE(NETWORK_PROCESS)
+    parameters.usesNetworkProcess = true;
+#endif
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebContext::platformInvalidateContext()
</span></span></pre></div>
<a id="trunkSourceautotoolsSetupAutomakem4"></a>
<div class="modfile"><h4>Modified: trunk/Source/autotools/SetupAutomake.m4 (160301 => 160302)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/autotools/SetupAutomake.m4        2013-12-09 07:46:56 UTC (rev 160301)
+++ trunk/Source/autotools/SetupAutomake.m4        2013-12-09 09:37:23 UTC (rev 160302)
</span><span class="lines">@@ -13,6 +13,7 @@
</span><span class="cx"> # For the moment we need to check whether or not indexed database is
</span><span class="cx"> # enabled because it determines if we build leveldb or not.
</span><span class="cx"> AM_WEBKIT_FEATURE_CONDITIONAL([ENABLE_INDEXED_DATABASE])
</span><ins>+AM_WEBKIT_FEATURE_CONDITIONAL([ENABLE_NETWORK_PROCESS])
</ins><span class="cx"> 
</span><span class="cx"> # OS conditionals.
</span><span class="cx"> AM_CONDITIONAL([OS_WIN32],[test &quot;$os_win32&quot; = &quot;yes&quot;])
</span></span></pre></div>
<a id="trunkSourceautotoolsSetupWebKitFeaturesm4"></a>
<div class="modfile"><h4>Modified: trunk/Source/autotools/SetupWebKitFeatures.m4 (160301 => 160302)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/autotools/SetupWebKitFeatures.m4        2013-12-09 07:46:56 UTC (rev 160301)
+++ trunk/Source/autotools/SetupWebKitFeatures.m4        2013-12-09 09:37:23 UTC (rev 160302)
</span><span class="lines">@@ -155,6 +155,7 @@
</span><span class="cx">     ENABLE_NAVIGATOR_CONTENT_UTILS=0 \
</span><span class="cx">     ENABLE_NETSCAPE_PLUGIN_API=1 \
</span><span class="cx">     ENABLE_NETWORK_INFO=0 \
</span><ins>+    ENABLE_NETWORK_PROCESS=0 \
</ins><span class="cx">     ENABLE_NOTIFICATIONS=0 \
</span><span class="cx">     ENABLE_ORIENTATION_EVENTS=0 \
</span><span class="cx">     ENABLE_PAGE_VISIBILITY_API=1 \
</span></span></pre>
</div>
</div>

</body>
</html>