<!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>[161816] 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/161816">161816</a></dd>
<dt>Author</dt> <dd>carlosgc@webkit.org</dd>
<dt>Date</dt> <dd>2014-01-12 11:15:54 -0800 (Sun, 12 Jan 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed. Fix make distcheck.

Source/JavaScriptCore:

* GNUmakefile.am: Add inline-and-minify-stylesheets-and-scripts.py
to EXTRA_DIST and fix InjectedScriptSource.h generation rule.
* GNUmakefile.list.am: Move InjectedScriptSource.h to
built_nosources to make sure it's not disted.

Source/WebCore:

* GNUmakefile.list.am: Add missing files.

Source/WebKit/gtk:

* GNUmakefile.am: Add enum types template files to EXTRA_DIST.

Source/WebKit2:

* GNUmakefile.am: Add WebKit2InspectorGResourceBundle.xml to
EXTRA_DIST.
* GNUmakefile.list.am: Removed deleted files and add missing ones.
* NetworkProcess/unix/NetworkProcessMainUnix.cpp: Move
ProxyResolverSoup.h to EFL platform ifdef, because GTK port doesn't
build the proxy resolver.

Tools:

* gtk/GNUmakefile.am: Add generate-inspector-gresource-manifest.py
to EXTRA_DIST.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceJavaScriptCoreChangeLog">trunk/Source/JavaScriptCore/ChangeLog</a></li>
<li><a href="#trunkSourceJavaScriptCoreGNUmakefileam">trunk/Source/JavaScriptCore/GNUmakefile.am</a></li>
<li><a href="#trunkSourceJavaScriptCoreGNUmakefilelistam">trunk/Source/JavaScriptCore/GNUmakefile.list.am</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreGNUmakefilelistam">trunk/Source/WebCore/GNUmakefile.list.am</a></li>
<li><a href="#trunkSourceWebKitgtkChangeLog">trunk/Source/WebKit/gtk/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitgtkGNUmakefileam">trunk/Source/WebKit/gtk/GNUmakefile.am</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="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsgtkGNUmakefileam">trunk/Tools/gtk/GNUmakefile.am</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceJavaScriptCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/ChangeLog (161815 => 161816)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/ChangeLog        2014-01-12 19:01:30 UTC (rev 161815)
+++ trunk/Source/JavaScriptCore/ChangeLog        2014-01-12 19:15:54 UTC (rev 161816)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-01-12  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.am: Add inline-and-minify-stylesheets-and-scripts.py
+        to EXTRA_DIST and fix InjectedScriptSource.h generation rule.
+        * GNUmakefile.list.am: Move InjectedScriptSource.h to
+        built_nosources to make sure it's not disted.
+
</ins><span class="cx"> 2014-01-11  Anders Carlsson  &lt;andersca@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Try again to fix the build.
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreGNUmakefileam"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/GNUmakefile.am (161815 => 161816)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/GNUmakefile.am        2014-01-12 19:01:30 UTC (rev 161815)
+++ trunk/Source/JavaScriptCore/GNUmakefile.am        2014-01-12 19:15:54 UTC (rev 161816)
</span><span class="lines">@@ -198,6 +198,7 @@
</span><span class="cx">         Source/JavaScriptCore/inspector/scripts/CodeGeneratorInspectorStrings.py \
</span><span class="cx">         Source/JavaScriptCore/inspector/scripts/cssmin.py \
</span><span class="cx">         Source/JavaScriptCore/inspector/scripts/generate-combined-inspector-json.py \
</span><ins>+        Source/JavaScriptCore/inspector/scripts/inline-and-minify-stylesheets-and-scripts.py \
</ins><span class="cx">         Source/JavaScriptCore/inspector/scripts/jsmin.py \
</span><span class="cx">         Source/JavaScriptCore/inspector/scripts/xxd.pl \
</span><span class="cx">         Source/JavaScriptCore/KeywordLookupGenerator.py \
</span><span class="lines">@@ -252,6 +253,7 @@
</span><span class="cx"> DerivedSources/JavaScriptCore/InspectorJSBackendCommands.js: DerivedSources/JavaScriptCore/InspectorJSBackendDispatchers.h
</span><span class="cx"> DerivedSources/JavaScriptCore/InspectorJSBackendDispatchers.h: DerivedSources/JavaScriptCore/InspectorJSBackendDispatchers.cpp
</span><span class="cx"> 
</span><del>-DerivedSources/JavaScriptCore/InjectedScriptSource.h: $(JavaScriptCore)/inspector/InjectedScriptSource.js
-        $(AM_V_GEN)$(PYTHON) $(INSPECTOR_SCRIPTS_DIR)/jsmin.py &lt;$(JavaScriptCore)/inspector/InjectedScriptSource.js &gt; $(GENSOURCES_JAVASCRIPTCORE)/InjectedScriptSource.min.js
-        $(AM_V_GEN)$(PERL) $(INSPECTOR_SCRIPTS_DIR)/xxd.pl InjectedScriptSource_js $(GENSOURCES_JAVASCRIPTCORE)/InjectedScriptSource.min.js $(GENSOURCES_JAVASCRIPTCORE)/InjectedScriptSource.h
</del><ins>+DerivedSources/JavaScriptCore/InjectedScriptSource.h: $(JavaScriptCore)/inspector/InjectedScriptSource.js $(INSPECTOR_SCRIPTS_DIR)/xxd.pl $(INSPECTOR_SCRIPTS_DIR)/jsmin.py
+        $(AM_V_GEN)$(PYTHON) $(INSPECTOR_SCRIPTS_DIR)/jsmin.py &lt; $&lt; &gt; $(GENSOURCES_JAVASCRIPTCORE)/InjectedScriptSource.min.js
+        $(AM_V_at)$(PERL) $(INSPECTOR_SCRIPTS_DIR)/xxd.pl InjectedScriptSource_js $(GENSOURCES_JAVASCRIPTCORE)/InjectedScriptSource.min.js $@
+        $(AM_V_at)rm -rf $(GENSOURCES_JAVASCRIPTCORE)/InjectedScriptSource.min.js
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreGNUmakefilelistam"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/GNUmakefile.list.am (161815 => 161816)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/GNUmakefile.list.am        2014-01-12 19:01:30 UTC (rev 161815)
+++ trunk/Source/JavaScriptCore/GNUmakefile.list.am        2014-01-12 19:15:54 UTC (rev 161816)
</span><span class="lines">@@ -8,6 +8,7 @@
</span><span class="cx">         Source/JavaScriptCore/API/WebKitAvailability.h
</span><span class="cx"> 
</span><span class="cx"> javascriptcore_built_nosources += \
</span><ins>+        DerivedSources/JavaScriptCore/InjectedScriptSource.h \
</ins><span class="cx">         DerivedSources/JavaScriptCore/KeywordLookup.h \
</span><span class="cx">         DerivedSources/JavaScriptCore/Lexer.lut.h \
</span><span class="cx">         DerivedSources/JavaScriptCore/RegExpJitTables.h \
</span><span class="lines">@@ -1209,7 +1210,6 @@
</span><span class="cx">         Source/JavaScriptCore/yarr/YarrPattern.h \
</span><span class="cx">         Source/JavaScriptCore/yarr/YarrSyntaxChecker.cpp \
</span><span class="cx">         Source/JavaScriptCore/yarr/YarrSyntaxChecker.h \
</span><del>-        DerivedSources/JavaScriptCore/InjectedScriptSource.h \
</del><span class="cx">         DerivedSources/JavaScriptCore/InspectorJSBackendDispatchers.cpp \
</span><span class="cx">         DerivedSources/JavaScriptCore/InspectorJSBackendDispatchers.h \
</span><span class="cx">         DerivedSources/JavaScriptCore/InspectorJSFrontendDispatchers.cpp \
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (161815 => 161816)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-01-12 19:01:30 UTC (rev 161815)
+++ trunk/Source/WebCore/ChangeLog        2014-01-12 19:15:54 UTC (rev 161816)
</span><span class="lines">@@ -1,3 +1,9 @@
</span><ins>+2014-01-12  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing files.
+
</ins><span class="cx"> 2014-01-12  Simon Fraser  &lt;simon.fraser@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Fix some CoreVideo linker errors on iOS by softlinking with more CoreVideo
</span></span></pre></div>
<a id="trunkSourceWebCoreGNUmakefilelistam"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/GNUmakefile.list.am (161815 => 161816)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/GNUmakefile.list.am        2014-01-12 19:01:30 UTC (rev 161815)
+++ trunk/Source/WebCore/GNUmakefile.list.am        2014-01-12 19:15:54 UTC (rev 161816)
</span><span class="lines">@@ -4249,6 +4249,7 @@
</span><span class="cx">         Source/WebCore/page/UserStyleSheet.h \
</span><span class="cx">         Source/WebCore/page/UserStyleSheetTypes.h \
</span><span class="cx">         Source/WebCore/page/ValidationMessageClient.h \
</span><ins>+        Source/WebCore/page/ViewState.h \
</ins><span class="cx">         Source/WebCore/page/WebCoreKeyboardUIMode.h \
</span><span class="cx">         Source/WebCore/page/WebKitPoint.h \
</span><span class="cx">         Source/WebCore/page/WindowFeatures.cpp \
</span><span class="lines">@@ -4343,7 +4344,7 @@
</span><span class="cx">         Source/WebCore/rendering/RenderAncestorIterator.h \
</span><span class="cx">         Source/WebCore/rendering/RenderBlock.cpp \
</span><span class="cx">         Source/WebCore/rendering/RenderBlock.h \
</span><del>-    Source/WebCore/rendering/RenderBlockFlow.cpp \
</del><ins>+        Source/WebCore/rendering/RenderBlockFlow.cpp \
</ins><span class="cx">         Source/WebCore/rendering/RenderBlockFlow.h \
</span><span class="cx">         Source/WebCore/rendering/RenderBlockLineLayout.cpp \
</span><span class="cx">         Source/WebCore/rendering/RenderBox.cpp \
</span><span class="lines">@@ -4440,8 +4441,8 @@
</span><span class="cx">         Source/WebCore/rendering/RenderMultiColumnFlowThread.h \
</span><span class="cx">         Source/WebCore/rendering/RenderMultiColumnSet.cpp \
</span><span class="cx">         Source/WebCore/rendering/RenderMultiColumnSet.h \
</span><del>-    Source/WebCore/rendering/RenderNamedFlowFragment.cpp \
-    Source/WebCore/rendering/RenderNamedFlowFragment.h \
</del><ins>+        Source/WebCore/rendering/RenderNamedFlowFragment.cpp \
+        Source/WebCore/rendering/RenderNamedFlowFragment.h \
</ins><span class="cx">         Source/WebCore/rendering/RenderNamedFlowThread.cpp \
</span><span class="cx">         Source/WebCore/rendering/RenderNamedFlowThread.h \
</span><span class="cx">         Source/WebCore/rendering/RenderObject.cpp \
</span><span class="lines">@@ -4449,6 +4450,7 @@
</span><span class="cx">         Source/WebCore/rendering/RenderOverflow.h \
</span><span class="cx">         Source/WebCore/rendering/RenderProgress.cpp \
</span><span class="cx">         Source/WebCore/rendering/RenderProgress.h \
</span><ins>+        Source/WebCore/rendering/RenderPtr.h \
</ins><span class="cx">         Source/WebCore/rendering/RenderQuote.cpp \
</span><span class="cx">         Source/WebCore/rendering/RenderQuote.h \
</span><span class="cx">         Source/WebCore/rendering/RenderRegion.cpp \
</span><span class="lines">@@ -5559,6 +5561,9 @@
</span><span class="cx">         Source/WebCore/platform/audio/AudioResampler.h \
</span><span class="cx">         Source/WebCore/platform/audio/AudioResamplerKernel.cpp \
</span><span class="cx">         Source/WebCore/platform/audio/AudioResamplerKernel.h \
</span><ins>+        Source/WebCore/platform/audio/AudioSession.cpp \
+        Source/WebCore/platform/audio/AudioSession.h \
+        Source/WebCore/platform/audio/AudioSessionListener.h \
</ins><span class="cx">         Source/WebCore/platform/audio/AudioSourceProvider.h \
</span><span class="cx">         Source/WebCore/platform/audio/AudioSourceProviderClient.h \
</span><span class="cx">         Source/WebCore/platform/audio/AudioUtilities.cpp \
</span></span></pre></div>
<a id="trunkSourceWebKitgtkChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/gtk/ChangeLog (161815 => 161816)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/gtk/ChangeLog        2014-01-12 19:01:30 UTC (rev 161815)
+++ trunk/Source/WebKit/gtk/ChangeLog        2014-01-12 19:15:54 UTC (rev 161816)
</span><span class="lines">@@ -1,3 +1,9 @@
</span><ins>+2014-01-12  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.am: Add enum types template files to EXTRA_DIST.
+
</ins><span class="cx"> 2014-01-12  Tobias Mueller  &lt;tobiasmue@gnome.org&gt;
</span><span class="cx"> 
</span><span class="cx">         --disable-dependency-tracking causes build failure due to missing directories
</span></span></pre></div>
<a id="trunkSourceWebKitgtkGNUmakefileam"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/gtk/GNUmakefile.am (161815 => 161816)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/gtk/GNUmakefile.am        2014-01-12 19:01:30 UTC (rev 161815)
+++ trunk/Source/WebKit/gtk/GNUmakefile.am        2014-01-12 19:15:54 UTC (rev 161816)
</span><span class="lines">@@ -389,6 +389,8 @@
</span><span class="cx">         $(WebKit)/docs/webkitenvironment.xml \
</span><span class="cx">         $(WebKit)/docs/webkitgtk-overrides.txt \
</span><span class="cx">         $(WebKit)/webkitmarshal.list \
</span><ins>+        $(WebKit)/webkit/webkitenumtypes.cpp.template \
+        $(WebKit)/webkit/webkitenumtypes.h.template \
</ins><span class="cx">         $(WebKit)/resources/*
</span><span class="cx"> 
</span><span class="cx"> # extra resource files
</span></span></pre></div>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (161815 => 161816)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2014-01-12 19:01:30 UTC (rev 161815)
+++ trunk/Source/WebKit2/ChangeLog        2014-01-12 19:15:54 UTC (rev 161816)
</span><span class="lines">@@ -1,5 +1,16 @@
</span><span class="cx"> 2014-01-12  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
</span><span class="cx"> 
</span><ins>+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.am: Add WebKit2InspectorGResourceBundle.xml to
+        EXTRA_DIST.
+        * GNUmakefile.list.am: Removed deleted files and add missing ones.
+        * NetworkProcess/unix/NetworkProcessMainUnix.cpp: Move
+        ProxyResolverSoup.h to EFL platform ifdef, because GTK port doesn't
+        build the proxy resolver.
+
+2014-01-12  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
+
</ins><span class="cx">         [GTK] Fix return value of WebKitDownload::created-destination
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=126741
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2GNUmakefileam"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/GNUmakefile.am (161815 => 161816)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/GNUmakefile.am        2014-01-12 19:01:30 UTC (rev 161815)
+++ trunk/Source/WebKit2/GNUmakefile.am        2014-01-12 19:15:54 UTC (rev 161816)
</span><span class="lines">@@ -815,6 +815,7 @@
</span><span class="cx">         $(WebKit2)/UIProcess/API/gtk/webkit2marshal.list \
</span><span class="cx">         $(WebKit2)/UIProcess/API/gtk/WebKitEnumTypes.h.template \
</span><span class="cx">         $(WebKit2)/UIProcess/API/gtk/WebKitEnumTypes.cpp.template \
</span><ins>+        $(WebKit2)/UIProcess/API/gtk/WebKit2InspectorGResourceBundle.xml \
</ins><span class="cx">         $(WebKit2)/UIProcess/InspectorServer/front-end/inspectorPageIndex.html \
</span><span class="cx">         $(WebKit2)/Scripts/generate-forwarding-headers.pl \
</span><span class="cx">         $(shell ls $(WebKit2)/NetworkProcess/*.in) \
</span></span></pre></div>
<a id="trunkSourceWebKit2GNUmakefilelistam"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/GNUmakefile.list.am (161815 => 161816)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/GNUmakefile.list.am        2014-01-12 19:01:30 UTC (rev 161815)
+++ trunk/Source/WebKit2/GNUmakefile.list.am        2014-01-12 19:15:54 UTC (rev 161816)
</span><span class="lines">@@ -256,7 +256,6 @@
</span><span class="cx">         Source/WebKit2/Shared/FontInfo.h \
</span><span class="cx">         Source/WebKit2/Shared/HTTPCookieAcceptPolicy.h \
</span><span class="cx">         Source/WebKit2/Shared/ResourceCachesToClear.h \
</span><del>-        Source/WebKit2/Shared/ViewState.h \
</del><span class="cx">         Source/WebKit2/Shared/WebMemorySampler.h \
</span><span class="cx">         Source/WebKit2/Shared/APIArray.cpp \
</span><span class="cx">         Source/WebKit2/Shared/APIArray.h \
</span><span class="lines">@@ -377,7 +376,6 @@
</span><span class="cx">         Source/WebKit2/Shared/EditorState.h \
</span><span class="cx">         Source/WebKit2/Shared/FileAPI/BlobRegistrationData.cpp \
</span><span class="cx">         Source/WebKit2/Shared/FileAPI/BlobRegistrationData.h \
</span><del>-        Source/WebKit2/Shared/FilterIterator.h \
</del><span class="cx">         Source/WebKit2/Shared/FontSmoothingLevel.h \
</span><span class="cx">         Source/WebKit2/Shared/ProcessExecutablePath.h \
</span><span class="cx">         Source/WebKit2/Shared/UserData.cpp \
</span><span class="lines">@@ -396,7 +394,6 @@
</span><span class="cx">         Source/WebKit2/Shared/ImageOptions.h \
</span><span class="cx">         Source/WebKit2/Shared/ImmutableDictionary.cpp \
</span><span class="cx">         Source/WebKit2/Shared/ImmutableDictionary.h \
</span><del>-        Source/WebKit2/Shared/IteratorPair.h \
</del><span class="cx">         Source/WebKit2/Shared/LayerTreeContext.h \
</span><span class="cx">         Source/WebKit2/Shared/MutableDictionary.cpp \
</span><span class="cx">         Source/WebKit2/Shared/MutableDictionary.h \
</span><span class="lines">@@ -622,6 +619,8 @@
</span><span class="cx">         Source/WebKit2/UIProcess/API/C/WKProtectionSpaceTypes.h \
</span><span class="cx">         Source/WebKit2/UIProcess/API/C/WKResourceCacheManager.h \
</span><span class="cx">         Source/WebKit2/UIProcess/API/C/WKResourceCacheManager.cpp \
</span><ins>+        Source/WebKit2/UIProcess/API/C/WKSessionRef.h \
+        Source/WebKit2/UIProcess/API/C/WKSessionRef.cpp \
</ins><span class="cx">         Source/WebKit2/UIProcess/API/C/WKTextChecker.h \
</span><span class="cx">         Source/WebKit2/UIProcess/API/C/WKTextChecker.cpp \
</span><span class="cx">         Source/WebKit2/UIProcess/API/C/WKVibration.cpp \
</span><span class="lines">@@ -788,6 +787,8 @@
</span><span class="cx">         Source/WebKit2/UIProcess/AutoCorrectionCallback.h \
</span><span class="cx">         Source/WebKit2/UIProcess/APINavigationData.cpp \
</span><span class="cx">         Source/WebKit2/UIProcess/APINavigationData.h \
</span><ins>+        Source/WebKit2/UIProcess/APISession.cpp \
+        Source/WebKit2/UIProcess/APISession.h \
</ins><span class="cx">         Source/WebKit2/UIProcess/BackingStore.cpp \
</span><span class="cx">         Source/WebKit2/UIProcess/BackingStore.h \
</span><span class="cx">         Source/WebKit2/UIProcess/DefaultUndoController.cpp \
</span></span></pre></div>
<a id="trunkSourceWebKit2NetworkProcessunixNetworkProcessMainUnixcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/NetworkProcess/unix/NetworkProcessMainUnix.cpp (161815 => 161816)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/NetworkProcess/unix/NetworkProcessMainUnix.cpp        2014-01-12 19:01:30 UTC (rev 161815)
+++ trunk/Source/WebKit2/NetworkProcess/unix/NetworkProcessMainUnix.cpp        2014-01-12 19:15:54 UTC (rev 161816)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(NETWORK_PROCESS)
</span><span class="cx"> 
</span><del>-#include &quot;ProxyResolverSoup.h&quot;
</del><span class="cx"> #include &quot;WKBase.h&quot;
</span><span class="cx"> #include &quot;WebKit2Initialize.h&quot;
</span><span class="cx"> #include &lt;WebCore/ResourceHandle.h&gt;
</span><span class="lines">@@ -42,6 +41,7 @@
</span><span class="cx"> #include &lt;wtf/gobject/GRefPtr.h&gt;
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(EFL)
</span><ins>+#include &quot;ProxyResolverSoup.h&quot;
</ins><span class="cx"> #include &lt;Ecore.h&gt;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (161815 => 161816)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2014-01-12 19:01:30 UTC (rev 161815)
+++ trunk/Tools/ChangeLog        2014-01-12 19:15:54 UTC (rev 161816)
</span><span class="lines">@@ -1,3 +1,10 @@
</span><ins>+2014-01-12  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
+
+        Unreviewed. Fix make distcheck.
+
+        * gtk/GNUmakefile.am: Add generate-inspector-gresource-manifest.py
+        to EXTRA_DIST.
+
</ins><span class="cx"> 2014-01-12  Tobias Mueller  &lt;tobiasmue@gnome.org&gt;
</span><span class="cx"> 
</span><span class="cx">         --disable-dependency-tracking causes build failure due to missing directories
</span></span></pre></div>
<a id="trunkToolsgtkGNUmakefileam"></a>
<div class="modfile"><h4>Modified: trunk/Tools/gtk/GNUmakefile.am (161815 => 161816)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/gtk/GNUmakefile.am        2014-01-12 19:01:30 UTC (rev 161815)
+++ trunk/Tools/gtk/GNUmakefile.am        2014-01-12 19:15:54 UTC (rev 161816)
</span><span class="lines">@@ -2,6 +2,7 @@
</span><span class="cx">         Tools/gtk/common.py \
</span><span class="cx">         Tools/gtk/generate-feature-defines-files \
</span><span class="cx">         Tools/gtk/generate-gtkdoc \
</span><ins>+        Tools/gtk/generate-inspector-gresource-manifest.py \
</ins><span class="cx">         Tools/gtk/generate-webkitdom-doc-files \
</span><span class="cx">         Tools/gtk/gtkdoc.py
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>