Title: [245705] tags/Safari-608.1.24.50/Source/WebKit
- Revision
- 245705
- Author
- [email protected]
- Date
- 2019-05-23 12:45:15 -0700 (Thu, 23 May 2019)
Log Message
Cherry-pick r245589. rdar://problem/50971874
[WebAuthN] Make WebAuthN default on only on macOS
https://bugs.webkit.org/show_bug.cgi?id=198068
<rdar://problem/50971874>
Reviewed by Brent Fulgham.
* Shared/WebPreferences.yaml:
* Shared/WebPreferencesDefaultValues.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@245589 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: tags/Safari-608.1.24.50/Source/WebKit/ChangeLog (245704 => 245705)
--- tags/Safari-608.1.24.50/Source/WebKit/ChangeLog 2019-05-23 19:42:30 UTC (rev 245704)
+++ tags/Safari-608.1.24.50/Source/WebKit/ChangeLog 2019-05-23 19:45:15 UTC (rev 245705)
@@ -1,3 +1,29 @@
+2019-05-23 Alan Coon <[email protected]>
+
+ Cherry-pick r245589. rdar://problem/50971874
+
+ [WebAuthN] Make WebAuthN default on only on macOS
+ https://bugs.webkit.org/show_bug.cgi?id=198068
+ <rdar://problem/50971874>
+
+ Reviewed by Brent Fulgham.
+
+ * Shared/WebPreferences.yaml:
+ * Shared/WebPreferencesDefaultValues.h:
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@245589 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2019-05-21 Jiewen Tan <[email protected]>
+
+ [WebAuthN] Make WebAuthN default on only on macOS
+ https://bugs.webkit.org/show_bug.cgi?id=198068
+ <rdar://problem/50971874>
+
+ Reviewed by Brent Fulgham.
+
+ * Shared/WebPreferences.yaml:
+ * Shared/WebPreferencesDefaultValues.h:
+
2019-05-23 Kocsen Chung <[email protected]>
Cherry-pick r245660. rdar://problem/50698533
Modified: tags/Safari-608.1.24.50/Source/WebKit/Shared/WebPreferences.yaml (245704 => 245705)
--- tags/Safari-608.1.24.50/Source/WebKit/Shared/WebPreferences.yaml 2019-05-23 19:42:30 UTC (rev 245704)
+++ tags/Safari-608.1.24.50/Source/WebKit/Shared/WebPreferences.yaml 2019-05-23 19:45:15 UTC (rev 245705)
@@ -749,7 +749,7 @@
WebAuthenticationEnabled:
type: bool
- defaultValue: false
+ defaultValue: DEFAULT_WEB_AUTHENTICATION_ENABLED
humanReadableName: "Web Authentication"
humanReadableDescription: "Enable Web Authentication support"
webcoreBinding: RuntimeEnabledFeatures
Modified: tags/Safari-608.1.24.50/Source/WebKit/Shared/WebPreferencesDefaultValues.h (245704 => 245705)
--- tags/Safari-608.1.24.50/Source/WebKit/Shared/WebPreferencesDefaultValues.h 2019-05-23 19:42:30 UTC (rev 245704)
+++ tags/Safari-608.1.24.50/Source/WebKit/Shared/WebPreferencesDefaultValues.h 2019-05-23 19:45:15 UTC (rev 245705)
@@ -272,3 +272,9 @@
#else
#define DEFAULT_APPLE_PAY_ENABLED false
#endif
+
+#if PLATFORM(MAC)
+#define DEFAULT_WEB_AUTHENTICATION_ENABLED true
+#else
+#define DEFAULT_WEB_AUTHENTICATION_ENABLED false
+#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes