Title: [274328] trunk/Source/WTF
Revision
274328
Author
timothy_hor...@apple.com
Date
2021-03-11 23:14:44 -0800 (Thu, 11 Mar 2021)

Log Message

REGRESSION (r267775): Web Share API Level 2 is incorrectly disabled
https://bugs.webkit.org/show_bug.cgi?id=223110

Reviewed by Simon Fraser.

* Scripts/Preferences/WebPreferencesExperimental.yaml:
Through a series of minor mishaps related to r267623 and r267775,
the current state of the default value of WebShareFileAPIEnabled
in modern WebKit does not match what it was changed to in r267762
(is it now instead off everywhere).

Fix this regression by copying the condition from WebShareEnabled.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (274327 => 274328)


--- trunk/Source/WTF/ChangeLog	2021-03-12 06:57:44 UTC (rev 274327)
+++ trunk/Source/WTF/ChangeLog	2021-03-12 07:14:44 UTC (rev 274328)
@@ -1,3 +1,18 @@
+2021-03-11  Tim Horton  <timothy_hor...@apple.com>
+
+        REGRESSION (r267775): Web Share API Level 2 is incorrectly disabled
+        https://bugs.webkit.org/show_bug.cgi?id=223110
+
+        Reviewed by Simon Fraser.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+        Through a series of minor mishaps related to r267623 and r267775,
+        the current state of the default value of WebShareFileAPIEnabled
+        in modern WebKit does not match what it was changed to in r267762
+        (is it now instead off everywhere).
+
+        Fix this regression by copying the condition from WebShareEnabled.
+
 2021-03-11  Said Abou-Hallawa  <s...@apple.com>
 
         [GPUP] Enable 2D Canvas in layout tests by default

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (274327 => 274328)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-03-12 06:57:44 UTC (rev 274327)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-03-12 07:14:44 UTC (rev 274328)
@@ -1239,6 +1239,7 @@
     WebKitLegacy:
       default: false
     WebKit:
+      "PLATFORM(COCOA) && !PLATFORM(WATCHOS) && !PLATFORM(APPLETV)": true
       default: false
     WebCore:
       default: false
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to