Changeset 208322 in webkit
- Timestamp:
- Nov 2, 2016, 9:06:33 PM (9 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r208321 r208322 1 2016-11-02 Brady Eidson <beidson@apple.com> 2 3 Expand upon IndexedDB status in features.json. 4 5 * features.json: 6 1 7 2016-11-02 Myles C. Maxfield <mmaxfield@apple.com> 2 8 -
trunk/Source/WebCore/features.json
r208303 r208322 231 231 }, 232 232 { 233 "name": "Indexed DB",233 "name": "Indexed Database", 234 234 "status": { 235 235 "status": "Done" … … 238 238 "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=149117", 239 239 "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.", 241 256 "contact": { 242 257 "name": "Brady Eidson",
Note:
See TracChangeset
for help on using the changeset viewer.