Title: [238466] trunk/Source
Revision
238466
Author
jiewen_...@apple.com
Date
2018-11-23 19:51:16 -0800 (Fri, 23 Nov 2018)

Log Message

[WebAuthN] Enable Web Authentication as an experimental feature for macOS
https://bugs.webkit.org/show_bug.cgi?id=191932
rdar://problem/46225210

Reviewed by Brent Fulgham.

Source/WebCore:

Add myself to the contact of Web Authentication.

* features.json:

Source/WebKit:

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (238465 => 238466)


--- trunk/Source/WebCore/ChangeLog	2018-11-24 02:17:30 UTC (rev 238465)
+++ trunk/Source/WebCore/ChangeLog	2018-11-24 03:51:16 UTC (rev 238466)
@@ -1,3 +1,15 @@
+2018-11-23  Jiewen Tan  <jiewen_...@apple.com>
+
+        [WebAuthN] Enable Web Authentication as an experimental feature for macOS
+        https://bugs.webkit.org/show_bug.cgi?id=191932
+        rdar://problem/46225210
+
+        Reviewed by Brent Fulgham.
+
+        Add myself to the contact of Web Authentication.
+
+        * features.json:
+
 2018-11-23  Ryosuke Niwa  <rn...@webkit.org>
 
         REGRESSION (r236785): Nullptr crash in StyledMarkupAccumulator::traverseNodesForSerialization

Modified: trunk/Source/WebCore/features.json (238465 => 238466)


--- trunk/Source/WebCore/features.json	2018-11-24 02:17:30 UTC (rev 238465)
+++ trunk/Source/WebCore/features.json	2018-11-24 03:51:16 UTC (rev 238466)
@@ -643,7 +643,8 @@
         "description": "A _javascript_ API for web applications to perform cryptographic operations.",
         "contact": {
             "name": "Jiewen Tan",
-            "email": "jiewen_...@apple.com"
+            "email": "jiewen_...@apple.com",
+            "twitter": "@alanwaketan"
         }
     },
     {
@@ -1258,7 +1259,12 @@
         "url": "https://w3c.github.io/webauthn/",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=181943",
         "keywords": ["authentication", "credentials", "webauthn"],
-        "description": "An API enabling the creation and use of strong, attested, cryptographic scoped credentials by web applications, for the purpose of strongly authenticating users."
+        "description": "An API enabling the creation and use of strong, attested, cryptographic scoped credentials by web applications, for the purpose of strongly authenticating users.",
+        "contact": {
+            "name": "Jiewen Tan",
+            "email": "jiewen_...@apple.com",
+            "twitter": "@alanwaketan"
+        }
     },
     {
         "name": "Web Bluetooth",

Modified: trunk/Source/WebKit/ChangeLog (238465 => 238466)


--- trunk/Source/WebKit/ChangeLog	2018-11-24 02:17:30 UTC (rev 238465)
+++ trunk/Source/WebKit/ChangeLog	2018-11-24 03:51:16 UTC (rev 238466)
@@ -1,3 +1,13 @@
+2018-11-23  Jiewen Tan  <jiewen_...@apple.com>
+
+        [WebAuthN] Enable Web Authentication as an experimental feature for macOS
+        https://bugs.webkit.org/show_bug.cgi?id=191932
+        rdar://problem/46225210
+
+        Reviewed by Brent Fulgham.
+
+        * Shared/WebPreferences.yaml:
+
 2018-11-23  Wenson Hsieh  <wenson_hs...@apple.com>
 
         Enable drag and drop support for iOSMac

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (238465 => 238466)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-11-24 02:17:30 UTC (rev 238465)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-11-24 03:51:16 UTC (rev 238466)
@@ -737,6 +737,8 @@
   humanReadableName: "Web Authentication"
   humanReadableDescription: "Enable Web Authentication support"
   webcoreBinding: RuntimeEnabledFeatures
+  category: experimental
+  condition: ENABLE(WEB_AUTHN)
 
 ModernMediaControlsEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to