Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(932)

Side by Side Diff: third_party/WebKit/Source/modules/indexeddb/IndexedDBNames.in

Issue 2638233002: Convert make_names and make_event_factory to use json5 config format. (Closed)
Patch Set: fix PLATFORM_EXPORT Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 namespace="IndexedDB"
2
3 IndexedDB
4
5 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBCursorDirection
6 next
7 nextunique
8 prev
9 prevunique
10
11 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBTransactionMode
12 readonly
13 readwrite
14 versionchange
15
16 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBRequestReadyState
17 pending
18 done
19
20 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBVersionChangeEvent
21 # FIXME: This enum is non-standard, see
22 # https://www.w3.org/Bugs/Public/show_bug.cgi?id=22370
23 none
24 total
25
26 # https://github.com/WICG/indexed-db-observers/blob/gh-pages/EXPLAINER.md#record s
27 add
28 put
29 delete Symbol=kDelete
30 clear
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698