<!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>[211013] trunk/Source</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/211013">211013</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2017-01-20 23:52:20 -0800 (Fri, 20 Jan 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove never changing IndexedDB RuntimeEnabledFeature
https://bugs.webkit.org/show_bug.cgi?id=167278

Patch by Joseph Pecoraro &lt;pecoraro@apple.com&gt; on 2017-01-20
Reviewed by Darin Adler.

Source/WebCore:

This RuntimeEnabledFeature flag is always true and there are
no existing ways to change it. So lets just remove it.

* Modules/indexeddb/DOMWindowIndexedDatabase.idl:
* Modules/indexeddb/IDBCursor.idl:
* Modules/indexeddb/IDBCursorWithValue.idl:
* Modules/indexeddb/IDBDatabase.idl:
* Modules/indexeddb/IDBFactory.idl:
* Modules/indexeddb/IDBIndex.idl:
* Modules/indexeddb/IDBKeyRange.idl:
* Modules/indexeddb/IDBObjectStore.idl:
* Modules/indexeddb/IDBOpenDBRequest.idl:
* Modules/indexeddb/IDBRequest.idl:
* Modules/indexeddb/IDBTransaction.idl:
* Modules/indexeddb/IDBVersionChangeEvent.idl:
* page/RuntimeEnabledFeatures.h:
(WebCore::RuntimeEnabledFeatures::setIndexedDBEnabled): Deleted.
(WebCore::RuntimeEnabledFeatures::indexedDBEnabled): Deleted.

Source/WebKit/mac:

* WebView/WebView.mm:
(-[WebView _preferencesChanged:]):

Source/WebKit/win:

* WebView.cpp:
(WebView::notifyPreferencesChanged):

Source/WebKit2:

* WebProcess/WebProcess.cpp:
(WebKit::m_resourceLoadStatisticsStorage):</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbDOMWindowIndexedDatabaseidl">trunk/Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBCursoridl">trunk/Source/WebCore/Modules/indexeddb/IDBCursor.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBCursorWithValueidl">trunk/Source/WebCore/Modules/indexeddb/IDBCursorWithValue.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBDatabaseidl">trunk/Source/WebCore/Modules/indexeddb/IDBDatabase.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBFactoryidl">trunk/Source/WebCore/Modules/indexeddb/IDBFactory.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBIndexidl">trunk/Source/WebCore/Modules/indexeddb/IDBIndex.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBKeyRangeidl">trunk/Source/WebCore/Modules/indexeddb/IDBKeyRange.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBObjectStoreidl">trunk/Source/WebCore/Modules/indexeddb/IDBObjectStore.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBOpenDBRequestidl">trunk/Source/WebCore/Modules/indexeddb/IDBOpenDBRequest.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBRequestidl">trunk/Source/WebCore/Modules/indexeddb/IDBRequest.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBTransactionidl">trunk/Source/WebCore/Modules/indexeddb/IDBTransaction.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBVersionChangeEventidl">trunk/Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.idl</a></li>
<li><a href="#trunkSourceWebCorepageRuntimeEnabledFeaturesh">trunk/Source/WebCore/page/RuntimeEnabledFeatures.h</a></li>
<li><a href="#trunkSourceWebKitmacChangeLog">trunk/Source/WebKit/mac/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebViewmm">trunk/Source/WebKit/mac/WebView/WebView.mm</a></li>
<li><a href="#trunkSourceWebKitwinChangeLog">trunk/Source/WebKit/win/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitwinWebViewcpp">trunk/Source/WebKit/win/WebView.cpp</a></li>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebProcesscpp">trunk/Source/WebKit2/WebProcess/WebProcess.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebCore/ChangeLog        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -1,3 +1,29 @@
</span><ins>+2017-01-20  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Remove never changing IndexedDB RuntimeEnabledFeature
+        https://bugs.webkit.org/show_bug.cgi?id=167278
+
+        Reviewed by Darin Adler.
+
+        This RuntimeEnabledFeature flag is always true and there are
+        no existing ways to change it. So lets just remove it.
+
+        * Modules/indexeddb/DOMWindowIndexedDatabase.idl:
+        * Modules/indexeddb/IDBCursor.idl:
+        * Modules/indexeddb/IDBCursorWithValue.idl:
+        * Modules/indexeddb/IDBDatabase.idl:
+        * Modules/indexeddb/IDBFactory.idl:
+        * Modules/indexeddb/IDBIndex.idl:
+        * Modules/indexeddb/IDBKeyRange.idl:
+        * Modules/indexeddb/IDBObjectStore.idl:
+        * Modules/indexeddb/IDBOpenDBRequest.idl:
+        * Modules/indexeddb/IDBRequest.idl:
+        * Modules/indexeddb/IDBTransaction.idl:
+        * Modules/indexeddb/IDBVersionChangeEvent.idl:
+        * page/RuntimeEnabledFeatures.h:
+        (WebCore::RuntimeEnabledFeatures::setIndexedDBEnabled): Deleted.
+        (WebCore::RuntimeEnabledFeatures::indexedDBEnabled): Deleted.
+
</ins><span class="cx"> 2017-01-20  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [SOUP] Custom protocols don't work in private browsing mode
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbDOMWindowIndexedDatabaseidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.idl (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.idl        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.idl        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> [
</span><span class="cx">     Conditional=INDEXED_DATABASE,
</span><span class="cx"> ] partial interface DOMWindow {
</span><del>-    [EnabledAtRuntime=IndexedDB] readonly attribute IDBFactory indexedDB;
-    [EnabledAtRuntime=IndexedDB, ImplementedAs=indexedDB] readonly attribute IDBFactory webkitIndexedDB;
</del><ins>+    readonly attribute IDBFactory indexedDB;
+    [ImplementedAs=indexedDB] readonly attribute IDBFactory webkitIndexedDB;
</ins><span class="cx"> };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBCursoridl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBCursor.idl (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBCursor.idl        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBCursor.idl        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -27,7 +27,6 @@
</span><span class="cx">     ActiveDOMObject,
</span><span class="cx">     Conditional=INDEXED_DATABASE,
</span><span class="cx">     CustomToJSObject,
</span><del>-    EnabledAtRuntime=IndexedDB,
</del><span class="cx">     JSCustomMarkFunction,
</span><span class="cx">     SkipVTableValidation,
</span><span class="cx"> ] interface IDBCursor {
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBCursorWithValueidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBCursorWithValue.idl (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBCursorWithValue.idl        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBCursorWithValue.idl        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -25,7 +25,6 @@
</span><span class="cx"> 
</span><span class="cx"> [
</span><span class="cx">     Conditional=INDEXED_DATABASE,
</span><del>-    EnabledAtRuntime=IndexedDB,
</del><span class="cx">     ActiveDOMObject,
</span><span class="cx">     SkipVTableValidation,
</span><span class="cx">     JSCustomMarkFunction,
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBDatabaseidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBDatabase.idl (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBDatabase.idl        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBDatabase.idl        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -27,7 +27,6 @@
</span><span class="cx"> [
</span><span class="cx">     Conditional=INDEXED_DATABASE,
</span><span class="cx">     ActiveDOMObject,
</span><del>-    EnabledAtRuntime=IndexedDB,
</del><span class="cx">     SkipVTableValidation,
</span><span class="cx"> ] interface IDBDatabase : EventTarget {
</span><span class="cx">     readonly attribute DOMString name;
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBFactoryidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBFactory.idl (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBFactory.idl        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBFactory.idl        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -25,7 +25,6 @@
</span><span class="cx"> 
</span><span class="cx"> [
</span><span class="cx">     Conditional=INDEXED_DATABASE,
</span><del>-    EnabledAtRuntime=IndexedDB,
</del><span class="cx">     SkipVTableValidation,
</span><span class="cx"> ] interface IDBFactory {
</span><span class="cx">     [CallWith=ScriptExecutionContext, MayThrowException] IDBOpenDBRequest open(DOMString name, [EnforceRange] optional unsigned long long version);
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBIndexidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBIndex.idl (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBIndex.idl        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBIndex.idl        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx"> 
</span><span class="cx"> [
</span><span class="cx">     Conditional=INDEXED_DATABASE,
</span><del>-    EnabledAtRuntime=IndexedDB,
</del><span class="cx">     GenerateIsReachable=Impl,
</span><span class="cx">     JSCustomMarkFunction,
</span><span class="cx">     SkipVTableValidation,
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBKeyRangeidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBKeyRange.idl (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBKeyRange.idl        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBKeyRange.idl        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -26,7 +26,6 @@
</span><span class="cx"> [
</span><span class="cx">     Conditional=INDEXED_DATABASE,
</span><span class="cx">     ImplementationLacksVTable,
</span><del>-    EnabledAtRuntime=IndexedDB,
</del><span class="cx"> ] interface IDBKeyRange {
</span><span class="cx">     [OverrideIDLType=IDLIDBKey] readonly attribute any lower;
</span><span class="cx">     [OverrideIDLType=IDLIDBKey] readonly attribute any upper;
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBObjectStoreidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBObjectStore.idl (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBObjectStore.idl        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBObjectStore.idl        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx"> 
</span><span class="cx"> [
</span><span class="cx">     Conditional=INDEXED_DATABASE,
</span><del>-    EnabledAtRuntime=IndexedDB,
</del><span class="cx">     GenerateIsReachable=Impl,
</span><span class="cx">     JSCustomMarkFunction,
</span><span class="cx">     SkipVTableValidation,
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBOpenDBRequestidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBOpenDBRequest.idl (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBOpenDBRequest.idl        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBOpenDBRequest.idl        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -27,7 +27,6 @@
</span><span class="cx">     Conditional=INDEXED_DATABASE,
</span><span class="cx">     JSGenerateToJSObject,
</span><span class="cx">     JSGenerateToNativeObject,
</span><del>-    EnabledAtRuntime=IndexedDB,
</del><span class="cx">     SkipVTableValidation,
</span><span class="cx"> ] interface IDBOpenDBRequest : IDBRequest {
</span><span class="cx">     attribute EventHandler onblocked;
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBRequestidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBRequest.idl (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBRequest.idl        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBRequest.idl        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -30,7 +30,6 @@
</span><span class="cx"> [
</span><span class="cx">     ActiveDOMObject,
</span><span class="cx">     Conditional=INDEXED_DATABASE,
</span><del>-    EnabledAtRuntime=IndexedDB,
</del><span class="cx">     GenerateIsReachable=Impl,
</span><span class="cx">     SkipVTableValidation,
</span><span class="cx"> ] interface IDBRequest : EventTarget {
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBTransactionidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBTransaction.idl (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBTransaction.idl        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBTransaction.idl        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -27,7 +27,6 @@
</span><span class="cx"> [
</span><span class="cx">     ActiveDOMObject,
</span><span class="cx">     Conditional=INDEXED_DATABASE,
</span><del>-    EnabledAtRuntime=IndexedDB,
</del><span class="cx">     JSCustomMarkFunction,
</span><span class="cx">     SkipVTableValidation,
</span><span class="cx"> ] interface IDBTransaction : EventTarget {
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBVersionChangeEventidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.idl (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.idl        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.idl        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -26,7 +26,6 @@
</span><span class="cx"> // FIXME: This should be exposed to workers as well.
</span><span class="cx"> [
</span><span class="cx">     Conditional=INDEXED_DATABASE,
</span><del>-    EnabledAtRuntime=IndexedDB,
</del><span class="cx">     Constructor(DOMString type, optional IDBVersionChangeEventInit eventInitDict),
</span><span class="cx"> ] interface IDBVersionChangeEvent : Event {
</span><span class="cx">     readonly attribute unsigned long long oldVersion;
</span></span></pre></div>
<a id="trunkSourceWebCorepageRuntimeEnabledFeaturesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/RuntimeEnabledFeatures.h (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/RuntimeEnabledFeatures.h        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebCore/page/RuntimeEnabledFeatures.h        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -74,12 +74,6 @@
</span><span class="cx">     void setModernMediaControlsEnabled(bool areEnabled) { m_areModernMediaControlsEnabled = areEnabled; }
</span><span class="cx">     bool modernMediaControlsEnabled() const { return m_areModernMediaControlsEnabled; }
</span><span class="cx"> 
</span><del>-#if ENABLE(INDEXED_DATABASE)
-    // FIXME: This is always enabled and nobody can even toggle it off. Remove?
-    void setIndexedDBEnabled(bool isEnabled) { m_isIndexedDBEnabled = isEnabled; }
-    bool indexedDBEnabled() const { return m_isIndexedDBEnabled; }
-#endif
-
</del><span class="cx"> #if ENABLE(INDEXED_DATABASE_IN_WORKERS)
</span><span class="cx">     void setIndexedDBWorkersEnabled(bool isEnabled) { m_isIndexedDBWorkersEnabled = isEnabled; }
</span><span class="cx">     bool indexedDBWorkersEnabled() const { return m_isIndexedDBWorkersEnabled; }
</span><span class="lines">@@ -219,10 +213,6 @@
</span><span class="cx">     bool m_areCustomElementsEnabled { true };
</span><span class="cx">     bool m_inputEventsEnabled { true };
</span><span class="cx"> 
</span><del>-#if ENABLE(INDEXED_DATABASE)
-    bool m_isIndexedDBEnabled { true };
-#endif
-
</del><span class="cx"> #if ENABLE(INDEXED_DATABASE_IN_WORKERS)
</span><span class="cx">     bool m_isIndexedDBWorkersEnabled { true };
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebKitmacChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/ChangeLog (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/ChangeLog        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebKit/mac/ChangeLog        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -1,5 +1,15 @@
</span><span class="cx"> 2017-01-20  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Remove never changing IndexedDB RuntimeEnabledFeature
+        https://bugs.webkit.org/show_bug.cgi?id=167278
+
+        Reviewed by Darin Adler.
+
+        * WebView/WebView.mm:
+        (-[WebView _preferencesChanged:]):
+
+2017-01-20  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
</ins><span class="cx">         Cleanup RuntimeEnabledFeatures
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=167228
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebViewmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebView.mm (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebView.mm        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebKit/mac/WebView/WebView.mm        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -2867,10 +2867,6 @@
</span><span class="cx">     RuntimeEnabledFeatures::sharedFeatures().setGamepadsEnabled([preferences gamepadsEnabled]);
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-#if ENABLE(INDEXED_DATABASE)
-    RuntimeEnabledFeatures::sharedFeatures().setIndexedDBEnabled(true);
-#endif
-
</del><span class="cx">     RuntimeEnabledFeatures::sharedFeatures().setShadowDOMEnabled([preferences shadowDOMEnabled]);
</span><span class="cx"> 
</span><span class="cx">     RuntimeEnabledFeatures::sharedFeatures().setInteractiveFormValidationEnabled([self interactiveFormValidationEnabled]);
</span></span></pre></div>
<a id="trunkSourceWebKitwinChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/ChangeLog (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/ChangeLog        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebKit/win/ChangeLog        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -1,5 +1,15 @@
</span><span class="cx"> 2017-01-20  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Remove never changing IndexedDB RuntimeEnabledFeature
+        https://bugs.webkit.org/show_bug.cgi?id=167278
+
+        Reviewed by Darin Adler.
+
+        * WebView.cpp:
+        (WebView::notifyPreferencesChanged):
+
+2017-01-20  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
</ins><span class="cx">         Cleanup RuntimeEnabledFeatures
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=167228
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKitwinWebViewcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/WebView.cpp (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/WebView.cpp        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebKit/win/WebView.cpp        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -5228,10 +5228,6 @@
</span><span class="cx"> 
</span><span class="cx">     // FIXME: Add preferences for the runtime enabled features.
</span><span class="cx"> 
</span><del>-#if ENABLE(INDEXED_DATABASE)
-    RuntimeEnabledFeatures::sharedFeatures().setIndexedDBEnabled(true);
-#endif
-
</del><span class="cx"> #if ENABLE(FETCH_API)
</span><span class="cx">     hr = prefsPrivate-&gt;fetchAPIEnabled(&amp;enabled);
</span><span class="cx">     if (FAILED(hr))
</span></span></pre></div>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebKit2/ChangeLog        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2017-01-20  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Remove never changing IndexedDB RuntimeEnabledFeature
+        https://bugs.webkit.org/show_bug.cgi?id=167278
+
+        Reviewed by Darin Adler.
+
+        * WebProcess/WebProcess.cpp:
+        (WebKit::m_resourceLoadStatisticsStorage):
+
</ins><span class="cx"> 2017-01-20  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [SOUP] Custom protocols don't work in private browsing mode
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebProcesscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebProcess.cpp (211012 => 211013)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebProcess.cpp        2017-01-21 07:40:19 UTC (rev 211012)
+++ trunk/Source/WebKit2/WebProcess/WebProcess.cpp        2017-01-21 07:52:20 UTC (rev 211013)
</span><span class="lines">@@ -100,7 +100,6 @@
</span><span class="cx"> #include &lt;WebCore/ResourceLoadStatistics.h&gt;
</span><span class="cx"> #include &lt;WebCore/ResourceLoadStatisticsStore.h&gt;
</span><span class="cx"> #include &lt;WebCore/RuntimeApplicationChecks.h&gt;
</span><del>-#include &lt;WebCore/RuntimeEnabledFeatures.h&gt;
</del><span class="cx"> #include &lt;WebCore/SchemeRegistry.h&gt;
</span><span class="cx"> #include &lt;WebCore/SecurityOrigin.h&gt;
</span><span class="cx"> #include &lt;WebCore/Settings.h&gt;
</span><span class="lines">@@ -191,10 +190,6 @@
</span><span class="cx"> 
</span><span class="cx">     m_plugInAutoStartOriginHashes.add(SessionID::defaultSessionID(), HashMap&lt;unsigned, double&gt;());
</span><span class="cx"> 
</span><del>-#if ENABLE(INDEXED_DATABASE)
-    RuntimeEnabledFeatures::sharedFeatures().setIndexedDBEnabled(true);
-#endif
-
</del><span class="cx">     ResourceLoadObserver::sharedObserver().setStatisticsStore(m_resourceLoadStatisticsStorage.copyRef());
</span><span class="cx">     m_resourceLoadStatisticsStorage-&gt;setNotificationCallback([this] {
</span><span class="cx">         if (m_statisticsChangedTimer.isActive())
</span></span></pre>
</div>
</div>

</body>
</html>