Changeset 208322 in webkit


Ignore:
Timestamp:
Nov 2, 2016, 9:06:33 PM (9 years ago)
Author:
beidson@apple.com
Message:

Expand upon IndexedDB status in features.json.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r208321 r208322  
     12016-11-02  Brady Eidson  <beidson@apple.com>
     2
     3        Expand upon IndexedDB status in features.json.
     4       
     5        * features.json:
     6
    172016-11-02  Myles C. Maxfield  <mmaxfield@apple.com>
    28
  • trunk/Source/WebCore/features.json

    r208303 r208322  
    231231    },
    232232    {
    233         "name": "IndexedDB",
     233        "name": "Indexed Database",
    234234        "status": {
    235235            "status": "Done"
     
    238238        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=149117",
    239239        "keywords": ["indexeddb", "index db", "indexed db", "indexed database", "idb"],
    240         "description": "A standard interface to a browser database of records for simple values and objects. IndexedDB currently matches the W3C recommended spec (version 1). We are participating in development of version 2 of the spec and plan to implement new features as they stabilize.",
     240        "description": "A standard interface to a database of records for simple values and objects. WebKit supports the full W3C recommended standard.",
     241        "contact": {
     242            "name": "Brady Eidson",
     243            "twitter": "@bradeeoh",
     244            "email": "beidson@webkit.org"
     245        }
     246    },
     247    {
     248        "name": "Indexed Database 2.0",
     249        "status": {
     250            "status": "In Development"
     251        },
     252        "url": "http://w3c.github.io/IndexedDB/",
     253        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=160306",
     254        "keywords": ["indexeddb", "index db", "indexed db", "indexed database", "idb"],
     255        "description": "Version 2.0 of the Indexed Database API. We are participating in development of the standard and are implementing new features as they stabilize.",
    241256        "contact": {
    242257            "name": "Brady Eidson",
Note: See TracChangeset for help on using the changeset viewer.