WebKit Bugzilla
Attachment 369624 Details for
Bug 197805
: [WebAuthN] Make WebAuthN default on
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-197805-20190510171650.patch (text/plain), 2.49 KB, created by
Jiewen Tan
on 2019-05-10 17:16:51 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jiewen Tan
Created:
2019-05-10 17:16:51 PDT
Size:
2.49 KB
patch
obsolete
>Subversion Revision: 245052 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 4f5c29d754460ea6efb157fccd64f7ee276dd89b..4aaa471d673ff46aab347bf5f6878688e98069f7 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,13 @@ >+2019-05-10 Jiewen Tan <jiewen_tan@apple.com> >+ >+ [WebAuthN] Make WebAuthN default on >+ https://bugs.webkit.org/show_bug.cgi?id=197805 >+ <rdar://problem/50683699> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * page/RuntimeEnabledFeatures.h: >+ > 2019-05-07 Don Olmstead <don.olmstead@sony.com> > > Fix !HAVE(ACCESSIBILITY) build >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 35bd7dfc40d3f34119216cd7af333217406b031a..35f580d35932ed3d7456ec287af5f61bb87ef77e 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,13 @@ >+2019-05-10 Jiewen Tan <jiewen_tan@apple.com> >+ >+ [WebAuthN] Make WebAuthN default on >+ https://bugs.webkit.org/show_bug.cgi?id=197805 >+ <rdar://problem/50683699> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Shared/WebPreferences.yaml: >+ > 2019-05-07 Chris Dumez <cdumez@apple.com> > > Simplify logic to prevent App Nap in WebPage >diff --git a/Source/WebCore/page/RuntimeEnabledFeatures.h b/Source/WebCore/page/RuntimeEnabledFeatures.h >index 86545a54c92e84e27237d21368166bdba3bb4c35..8612a9136c12ee251fe5c81de2bbc905c35636a1 100644 >--- a/Source/WebCore/page/RuntimeEnabledFeatures.h >+++ b/Source/WebCore/page/RuntimeEnabledFeatures.h >@@ -369,7 +369,7 @@ private: > bool m_isResourceTimingEnabled { false }; > bool m_isUserTimingEnabled { false }; > bool m_isInteractiveFormValidationEnabled { false }; >- bool m_isWebAuthenticationEnabled { false }; >+ bool m_isWebAuthenticationEnabled { true }; > bool m_isWebAuthenticationLocalAuthenticatorEnabled { false }; > bool m_isSecureContextAttributeEnabled { false }; > bool m_isDisplayContentsEnabled { true }; >diff --git a/Source/WebKit/Shared/WebPreferences.yaml b/Source/WebKit/Shared/WebPreferences.yaml >index 17936f4531028e8eaff41c84625908a5924e2f45..7d04f0c8c5fd405cb87502f40236babd97afbc72 100644 >--- a/Source/WebKit/Shared/WebPreferences.yaml >+++ b/Source/WebKit/Shared/WebPreferences.yaml >@@ -749,7 +749,7 @@ InputEventsEnabled: > > WebAuthenticationEnabled: > type: bool >- defaultValue: false >+ defaultValue: true > humanReadableName: "Web Authentication" > humanReadableDescription: "Enable Web Authentication support" > webcoreBinding: RuntimeEnabledFeatures
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 197805
:
369624
|
369631
|
369634
|
369886