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

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

Issue 426063010: IndexedDB: Fixed threading bugs with use of AtomicStrings. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Commented names and removed bison build rule Created 6 years, 4 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 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBCursorDirection
4 next
5 nextunique
6 prev
7 prevunique
8
9 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBTransactionMode
10 readonly
11 readwrite
12 versionchange
13
14 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBRequestReadyState
15 pending
16 done
17
18 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBVersionChangeEvent
19 # FIXME: This enum is non-standard, see
20 # https://www.w3.org/Bugs/Public/show_bug.cgi?id=22370
21 none
22 total
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698