Title: [253788] trunk/Source/WebCore
Revision
253788
Author
katherine_che...@apple.com
Date
2019-12-19 14:10:35 -0800 (Thu, 19 Dec 2019)

Log Message

Activate the SQLite database as an on-by-default feature
https://bugs.webkit.org/show_bug.cgi?id=204774
<rdar://problem/57592141>

Reviewed by Brent Fulgham.

The ITP SQLite database should be on by default.

* page/RuntimeEnabledFeatures.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (253787 => 253788)


--- trunk/Source/WebCore/ChangeLog	2019-12-19 21:48:18 UTC (rev 253787)
+++ trunk/Source/WebCore/ChangeLog	2019-12-19 22:10:35 UTC (rev 253788)
@@ -1,3 +1,15 @@
+2019-12-19  Kate Cheney  <katherine_che...@apple.com>
+
+        Activate the SQLite database as an on-by-default feature
+        https://bugs.webkit.org/show_bug.cgi?id=204774
+        <rdar://problem/57592141>
+
+        Reviewed by Brent Fulgham.
+
+        The ITP SQLite database should be on by default.
+
+        * page/RuntimeEnabledFeatures.h:
+
 2019-12-19  Per Arne Vollan  <pvol...@apple.com>
 
         REGRESSION (r253530): Incorrect colors in Dark Mode

Modified: trunk/Source/WebCore/page/RuntimeEnabledFeatures.h (253787 => 253788)


--- trunk/Source/WebCore/page/RuntimeEnabledFeatures.h	2019-12-19 21:48:18 UTC (rev 253787)
+++ trunk/Source/WebCore/page/RuntimeEnabledFeatures.h	2019-12-19 22:10:35 UTC (rev 253788)
@@ -572,7 +572,7 @@
     Optional<bool> m_touchEventsEnabled;
 #endif
 
-    bool m_isITPDatabaseEnabled { false };
+    bool m_isITPDatabaseEnabled { true };
 
     bool m_referrerPolicyAttributeEnabled { false };
     bool m_interruptAudioOnPageVisibilityChangeEnabled { false };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to