⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 202892 in webkit


Ignore:
Timestamp:
Jul 6, 2016, 8:38:48 PM (10 years ago)
Author:
beidson@apple.com
Message:

Fix my bogus json I landed earlier today.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r202890 r202892  
     12016-07-06  Brady Eidson  <beidson@apple.com>
     2
     3        Fix my bogus json I landed earlier today.
     4
     5        * features.json:
     6
    172016-07-06  Benjamin Poulain  <bpoulain@apple.com>
    28
  • trunk/Source/WebCore/features.json

    r202869 r202892  
    188188        "url": "http://www.w3.org/TR/IndexedDB/",
    189189        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=149117",
    190         "keywords": ["indexeddb", "index db", "indexed db", "indexed database" "idb"],
     190        "keywords": ["indexeddb", "index db", "indexed db", "indexed database", "idb"],
    191191        "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.",
    192192        "contact": {
Note: See TracChangeset for help on using the changeset viewer.