Changeset 202892 in webkit
- Timestamp:
- Jul 6, 2016, 8:38:48 PM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
features.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r202890 r202892 1 2016-07-06 Brady Eidson <beidson@apple.com> 2 3 Fix my bogus json I landed earlier today. 4 5 * features.json: 6 1 7 2016-07-06 Benjamin Poulain <bpoulain@apple.com> 2 8 -
trunk/Source/WebCore/features.json
r202869 r202892 188 188 "url": "http://www.w3.org/TR/IndexedDB/", 189 189 "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"], 191 191 "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.", 192 192 "contact": {
Note:
See TracChangeset
for help on using the changeset viewer.