Title: [253047] trunk/Source/WebKit
Revision
253047
Author
katherine_che...@apple.com
Date
2019-12-03 09:12:40 -0800 (Tue, 03 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/56117706>

Reviewed by Brent Fulgham.

The flag to use the ITP Database backend should be set to true by default.
* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (253046 => 253047)


--- trunk/Source/WebKit/ChangeLog	2019-12-03 16:50:43 UTC (rev 253046)
+++ trunk/Source/WebKit/ChangeLog	2019-12-03 17:12:40 UTC (rev 253047)
@@ -1,3 +1,14 @@
+2019-12-03  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/56117706>
+
+        Reviewed by Brent Fulgham.
+
+        The flag to use the ITP Database backend should be set to true by default.
+        * Shared/WebPreferences.yaml:
+
 2019-12-03  youenn fablet  <you...@apple.com>
 
         Add support for camera rotation when capturing in UIProcess

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (253046 => 253047)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-12-03 16:50:43 UTC (rev 253046)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-12-03 17:12:40 UTC (rev 253047)
@@ -1498,7 +1498,7 @@
 
 IsITPDatabaseEnabled:
   type: bool
-  defaultValue: false
+  defaultValue: true
   humanReadableName: "ITP Database Backend"
   humanReadableDescription: "Enable Intelligent Tracking Prevention Database Backend"
   webcoreBinding: RuntimeEnabledFeatures
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to