Title: [256661] trunk/Source/WebKit
Revision
256661
Author
jiewen_...@apple.com
Date
2020-02-14 17:20:38 -0800 (Fri, 14 Feb 2020)

Log Message

[WebAuthn] Make Local Authenticator appear as an experimental feature
https://bugs.webkit.org/show_bug.cgi?id=207797
<rdar://problem/59475709>

Reviewed by Brent Fulgham.

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (256660 => 256661)


--- trunk/Source/WebKit/ChangeLog	2020-02-15 01:20:19 UTC (rev 256660)
+++ trunk/Source/WebKit/ChangeLog	2020-02-15 01:20:38 UTC (rev 256661)
@@ -1,3 +1,13 @@
+2020-02-14  Jiewen Tan  <jiewen_...@apple.com>
+
+        [WebAuthn] Make Local Authenticator appear as an experimental feature
+        https://bugs.webkit.org/show_bug.cgi?id=207797
+        <rdar://problem/59475709>
+
+        Reviewed by Brent Fulgham.
+
+        * Shared/WebPreferences.yaml:
+
 2020-02-14  Brent Fulgham  <bfulg...@apple.com>
 
         Dynamically generate media-related mach connections when not using the GPU Process

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (256660 => 256661)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2020-02-15 01:20:19 UTC (rev 256660)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2020-02-15 01:20:38 UTC (rev 256661)
@@ -799,6 +799,7 @@
   humanReadableName: "Web Authentication Local Authenticator"
   humanReadableDescription: "Enable Web Authentication local authenticator support"
   webcoreBinding: RuntimeEnabledFeatures
+  category: experimental
   condition: ENABLE(WEB_AUTHN)
 
 ModernMediaControlsEnabled:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to