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

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

Issue 2163213006: [IndexedDB] Add Observer Tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@changes_renderer
Patch Set: Post cmumford review Created 4 years, 5 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
« no previous file with comments | « third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 namespace="IndexedDB" 1 namespace="IndexedDB"
2 2
3 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBCursorDirection 3 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBCursorDirection
4 next 4 next
5 nextunique 5 nextunique
6 prev 6 prev
7 prevunique 7 prevunique
8 8
9 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBTransactionMode 9 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBTransactionMode
10 readonly 10 readonly
11 readwrite 11 readwrite
12 versionchange 12 versionchange
13 13
14 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBRequestReadyState 14 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBRequestReadyState
15 pending 15 pending
16 done 16 done
17 17
18 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBVersionChangeEvent 18 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBVersionChangeEvent
19 # FIXME: This enum is non-standard, see 19 # FIXME: This enum is non-standard, see
20 # https://www.w3.org/Bugs/Public/show_bug.cgi?id=22370 20 # https://www.w3.org/Bugs/Public/show_bug.cgi?id=22370
21 none 21 none
22 total 22 total
23 23
24 # https://github.com/WICG/indexed-db-observers/blob/gh-pages/EXPLAINER.md#record s 24 # https://github.com/WICG/indexed-db-observers/blob/gh-pages/EXPLAINER.md#record s
25 add 25 add
26 put 26 put
27 delete ImplementedAs=kDelete 27 kDelete
28 clear 28 clear
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698