Title: [257397] branches/safari-610.1.5-branch/Source/WebKit
- Revision
- 257397
- Author
- [email protected]
- Date
- 2020-02-25 17:23:24 -0800 (Tue, 25 Feb 2020)
Log Message
Cherry-pick r257254. rdar://problem/59787318
Temporarily disable in-process cookie cache as it seems to be causing hangs on iOS
https://bugs.webkit.org/show_bug.cgi?id=208152
<rdar://problem/59706587>
Reviewed by Alex Christensen.
* Shared/WebPreferences.yaml:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@257254 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-610.1.5-branch/Source/WebKit/ChangeLog (257396 => 257397)
--- branches/safari-610.1.5-branch/Source/WebKit/ChangeLog 2020-02-26 01:18:21 UTC (rev 257396)
+++ branches/safari-610.1.5-branch/Source/WebKit/ChangeLog 2020-02-26 01:23:24 UTC (rev 257397)
@@ -1,3 +1,28 @@
+2020-02-25 Alan Coon <[email protected]>
+
+ Cherry-pick r257254. rdar://problem/59787318
+
+ Temporarily disable in-process cookie cache as it seems to be causing hangs on iOS
+ https://bugs.webkit.org/show_bug.cgi?id=208152
+ <rdar://problem/59706587>
+
+ Reviewed by Alex Christensen.
+
+ * Shared/WebPreferences.yaml:
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@257254 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2020-02-24 Chris Dumez <[email protected]>
+
+ Temporarily disable in-process cookie cache as it seems to be causing hangs on iOS
+ https://bugs.webkit.org/show_bug.cgi?id=208152
+ <rdar://problem/59706587>
+
+ Reviewed by Alex Christensen.
+
+ * Shared/WebPreferences.yaml:
+
2020-02-21 Brent Fulgham <[email protected]>
Remove telemetry from sandbox rules needed for basic WebKit logging
Modified: branches/safari-610.1.5-branch/Source/WebKit/Shared/WebPreferences.yaml (257396 => 257397)
--- branches/safari-610.1.5-branch/Source/WebKit/Shared/WebPreferences.yaml 2020-02-26 01:18:21 UTC (rev 257396)
+++ branches/safari-610.1.5-branch/Source/WebKit/Shared/WebPreferences.yaml 2020-02-26 01:23:24 UTC (rev 257397)
@@ -57,7 +57,7 @@
InProcessCookieCacheEnabled:
type: bool
- defaultValue: true
+ defaultValue: false
humanReadableName: "In-Process Cookie Cache"
humanReadableDescription: "In-Process DOM Cookie Cache"
category: experimental
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes