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

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

Issue 2449563002: [IndexedDB] Add Observer Tests (Closed)
Patch Set: Fixed errors in other tests, and marked observer tests as long Created 4 years, 1 month 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 IndexedDB 3 IndexedDB
4 4
5 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBCursorDirection 5 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBCursorDirection
6 next 6 next
7 nextunique 7 nextunique
8 prev 8 prev
9 prevunique 9 prevunique
10 10
11 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBTransactionMode 11 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBTransactionMode
12 readonly 12 readonly
13 readwrite 13 readwrite
14 versionchange 14 versionchange
15 15
16 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBRequestReadyState 16 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBRequestReadyState
17 pending 17 pending
18 done 18 done
19 19
20 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBVersionChangeEvent 20 # http://www.w3.org/TR/IndexedDB/#idl-def-IDBVersionChangeEvent
21 # FIXME: This enum is non-standard, see 21 # FIXME: This enum is non-standard, see
22 # https://www.w3.org/Bugs/Public/show_bug.cgi?id=22370 22 # https://www.w3.org/Bugs/Public/show_bug.cgi?id=22370
23 none 23 none
24 total 24 total
25 25
26 # https://github.com/WICG/indexed-db-observers/blob/gh-pages/EXPLAINER.md#record s 26 # https://github.com/WICG/indexed-db-observers/blob/gh-pages/EXPLAINER.md#record s
27 add 27 add
28 put 28 put
29 delete ImplementedAs=kDelete 29 delete Symbol=kDelete
30 clear 30 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