Changeset 219848 in webkit


Ignore:
Timestamp:
Jul 24, 2017 4:52:07 PM (7 years ago)
Author:
aestes@apple.com
Message:

Consider implementing W3C Payment Request API
https://bugs.webkit.org/show_bug.cgi?id=174796

Reviewed by Daniel Bates.

Add Payment Request to features.json as "Under Consideration".

  • features.json:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r219840 r219848  
     12017-07-24  Andy Estes  <aestes@apple.com>
     2
     3        Consider implementing W3C Payment Request API
     4        https://bugs.webkit.org/show_bug.cgi?id=174796
     5
     6        Reviewed by Daniel Bates.
     7
     8        Add Payment Request to features.json as "Under Consideration".
     9
     10        * features.json:
     11
    1122017-07-24  Konstantin Tokarev  <annulen@yandex.ru>
    213
  • trunk/Source/WebCore/features.json

    r218219 r219848  
    940940        "webkit-url": "http://trac.webkit.org/changeset/169017",
    941941        "description": "Navigator.hardwareConcurrency provides the total number of logical processors available to the user agent."
     942    },
     943    {
     944        "name": "Payment Request",
     945        "status": {
     946            "status": "Under Consideration"
     947        },
     948        "url": "https://www.w3.org/TR/payment-request/",
     949        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=174796",
     950        "keywords": ["web payments", "payment request"],
     951        "description": "An API for merchants to request payments from users."
    942952    },
    943953    {
Note: See TracChangeset for help on using the changeset viewer.