Bug 217843

Summary: [WebAuthn] Add an experimental feature flag: WebAuthenticationModernEnabled
Product: WebKit Reporter: Jiewen Tan <jiewen_tan>
Component: WebKit Misc.Assignee: Jiewen Tan <jiewen_tan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, jiewen_tan, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 181943    
Attachments:
Description Flags
Patch
none
Patch none

Description Jiewen Tan 2020-10-16 14:34:30 PDT
Add an experimental feature flag: WebAuthenticationModernEnabled.
Comment 1 Jiewen Tan 2020-10-16 14:34:45 PDT
<rdar://problem/70384187>
Comment 2 Jiewen Tan 2020-10-16 14:48:56 PDT
Created attachment 411616 [details]
Patch
Comment 3 Jiewen Tan 2020-10-16 16:14:56 PDT
Created attachment 411627 [details]
Patch
Comment 4 Brent Fulgham 2020-10-16 16:16:34 PDT
Comment on attachment 411627 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=411627&action=review

r=me

> Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml:870
> +# FIXME: Is this implemented for WebKitLegacy? If not, this should be excluded from WebKitLegacy entirely.

This doesn't work in WKL. But I don't know how you exclude something in this YAML markup.
Comment 5 Jiewen Tan 2020-10-16 17:22:10 PDT
Comment on attachment 411627 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=411627&action=review

Thanks Brent for r+ this patch. Will wait for EWS before landing the patch.

>> Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml:870
>> +# FIXME: Is this implemented for WebKitLegacy? If not, this should be excluded from WebKitLegacy entirely.
> 
> This doesn't work in WKL. But I don't know how you exclude something in this YAML markup.

I am not sure if that functionality exists at all.
Comment 6 EWS 2020-10-16 19:29:26 PDT
Committed r268628: <https://trac.webkit.org/changeset/268628>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 411627 [details].