Changeset 238466 in webkit


Ignore:
Timestamp:
Nov 23, 2018 7:51:16 PM (5 years ago)
Author:
jiewen_tan@apple.com
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:
Location:
trunk/Source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r238465 r238466  
     12018-11-23  Jiewen Tan  <jiewen_tan@apple.com>
     2
     3        [WebAuthN] Enable Web Authentication as an experimental feature for macOS
     4        https://bugs.webkit.org/show_bug.cgi?id=191932
     5        rdar://problem/46225210
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Add myself to the contact of Web Authentication.
     10
     11        * features.json:
     12
    1132018-11-23  Ryosuke Niwa  <rniwa@webkit.org>
    214
  • trunk/Source/WebCore/features.json

    r237418 r238466  
    644644        "contact": {
    645645            "name": "Jiewen Tan",
    646             "email": "jiewen_tan@apple.com"
     646            "email": "jiewen_tan@apple.com",
     647            "twitter": "@alanwaketan"
    647648        }
    648649    },
     
    12591260        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=181943",
    12601261        "keywords": ["authentication", "credentials", "webauthn"],
    1261         "description": "An API enabling the creation and use of strong, attested, cryptographic scoped credentials by web applications, for the purpose of strongly authenticating users."
     1262        "description": "An API enabling the creation and use of strong, attested, cryptographic scoped credentials by web applications, for the purpose of strongly authenticating users.",
     1263        "contact": {
     1264            "name": "Jiewen Tan",
     1265            "email": "jiewen_tan@apple.com",
     1266            "twitter": "@alanwaketan"
     1267        }
    12621268    },
    12631269    {
  • trunk/Source/WebKit/ChangeLog

    r238461 r238466  
     12018-11-23  Jiewen Tan  <jiewen_tan@apple.com>
     2
     3        [WebAuthN] Enable Web Authentication as an experimental feature for macOS
     4        https://bugs.webkit.org/show_bug.cgi?id=191932
     5        rdar://problem/46225210
     6
     7        Reviewed by Brent Fulgham.
     8
     9        * Shared/WebPreferences.yaml:
     10
    1112018-11-23  Wenson Hsieh  <wenson_hsieh@apple.com>
    212
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r238264 r238466  
    738738  humanReadableDescription: "Enable Web Authentication support"
    739739  webcoreBinding: RuntimeEnabledFeatures
     740  category: experimental
     741  condition: ENABLE(WEB_AUTHN)
    740742
    741743ModernMediaControlsEnabled:
Note: See TracChangeset for help on using the changeset viewer.