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

Unified 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: Rebase to ToT 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 side-by-side diff with in-line comments
Download patch
Index: Source/modules/indexeddb/IndexedDBNames.in
diff --git a/Source/modules/indexeddb/IndexedDBNames.in b/Source/modules/indexeddb/IndexedDBNames.in
new file mode 100644
index 0000000000000000000000000000000000000000..b2f75c2ceaf80cc7cef0b582f5be355998184e55
--- /dev/null
+++ b/Source/modules/indexeddb/IndexedDBNames.in
@@ -0,0 +1,22 @@
+namespace="IndexedDB"
+
+# http://www.w3.org/TR/IndexedDB/#idl-def-IDBCursorDirection
+next
+nextunique
+prev
+prevunique
+
+# http://www.w3.org/TR/IndexedDB/#idl-def-IDBTransactionMode
+readonly
+readwrite
+versionchange
+
+# http://www.w3.org/TR/IndexedDB/#idl-def-IDBRequestReadyState
+pending
+done
+
+# http://www.w3.org/TR/IndexedDB/#idl-def-IDBVersionChangeEvent
+# FIXME: This enum is non-standard, see
+# https://www.w3.org/Bugs/Public/show_bug.cgi?id=22370
+none
+total
« no previous file with comments | « Source/modules/indexeddb/IDBVersionChangeEvent.cpp ('k') | Source/modules/indexeddb/InspectorIndexedDBAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698