Title: [266172] trunk/Source/WebKit
- Revision
- 266172
- Author
- [email protected]
- Date
- 2020-08-26 10:34:57 -0700 (Wed, 26 Aug 2020)
Log Message
Enable WritableStream by default
https://bugs.webkit.org/show_bug.cgi?id=149842
Reviewed by Alex Christensen.
Implementation is now ready and is up to date with the latest specification.
* Shared/WebPreferences.yaml:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (266171 => 266172)
--- trunk/Source/WebKit/ChangeLog 2020-08-26 17:24:39 UTC (rev 266171)
+++ trunk/Source/WebKit/ChangeLog 2020-08-26 17:34:57 UTC (rev 266172)
@@ -1,3 +1,14 @@
+2020-08-26 Youenn Fablet <[email protected]>
+
+ Enable WritableStream by default
+ https://bugs.webkit.org/show_bug.cgi?id=149842
+
+ Reviewed by Alex Christensen.
+
+ Implementation is now ready and is up to date with the latest specification.
+
+ * Shared/WebPreferences.yaml:
+
2020-08-26 Chris Dumez <[email protected]>
REGRESSION (r265908): Crash under Blob::arrayBuffer() / Blob::text() in stress GC
Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (266171 => 266172)
--- trunk/Source/WebKit/Shared/WebPreferences.yaml 2020-08-26 17:24:39 UTC (rev 266171)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml 2020-08-26 17:34:57 UTC (rev 266172)
@@ -2163,7 +2163,7 @@
WritableStreamAPIEnabled:
type: bool
- defaultValue: false
+ defaultValue: true
humanReadableName: "WritableStream API"
humanReadableDescription: "Enable Writable Stream API"
category: experimental
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes