Title: [239885] trunk/Source/WebKit
Revision
239885
Author
[email protected]
Date
2019-01-11 17:00:15 -0800 (Fri, 11 Jan 2019)

Log Message

Make "Disable Web SQL" on by default
https://bugs.webkit.org/show_bug.cgi?id=193354
<rdar://problem/46524584>

Reviewed by Geoffrey Garen.

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (239884 => 239885)


--- trunk/Source/WebKit/ChangeLog	2019-01-12 00:40:14 UTC (rev 239884)
+++ trunk/Source/WebKit/ChangeLog	2019-01-12 01:00:15 UTC (rev 239885)
@@ -1,3 +1,13 @@
+2019-01-11  Sihui Liu  <[email protected]>
+
+        Make "Disable Web SQL" on by default
+        https://bugs.webkit.org/show_bug.cgi?id=193354
+        <rdar://problem/46524584>
+
+        Reviewed by Geoffrey Garen.
+
+        * Shared/WebPreferences.yaml:
+
 2019-01-11  Devin Rousso  <[email protected]>
 
         Fix style CFNetworkSPI style checker warnings from r239698

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (239884 => 239885)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-01-12 00:40:14 UTC (rev 239884)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-01-12 01:00:15 UTC (rev 239885)
@@ -1366,7 +1366,7 @@
 
 WebSQLDisabled:
   type: bool
-  defaultValue: false
+  defaultValue: true
   humanReadableName: "Disable Web SQL"
   humanReadableDescription: "Disable Web SQL"
   webcoreBinding: RuntimeEnabledFeatures
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to