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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2276593002: Support renaming of IndexedDB indexes and object stores. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added tests for create rename in the same aborted transaction. Created 4 years, 3 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: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index c02279c5a1720737664238e7678214dad1eb381f..f06fdf6b39b171eaedcc61e78fced7cea7787026 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3472,6 +3472,7 @@ interface IDBIndex
method getKey
method openCursor
method openKeyCursor
+ setter name
interface IDBKeyRange
static method bound
static method lowerBound
@@ -3506,6 +3507,7 @@ interface IDBObjectStore
method openCursor
method openKeyCursor
method put
+ setter name
interface IDBObservation
attribute @@toStringTag
getter key
@@ -7436,6 +7438,7 @@ interface webkitIDBIndex
method getKey
method openCursor
method openKeyCursor
+ setter name
interface webkitIDBKeyRange
static method bound
static method lowerBound
@@ -7470,6 +7473,7 @@ interface webkitIDBObjectStore
method openCursor
method openKeyCursor
method put
+ setter name
interface webkitIDBRequest : EventTarget
attribute @@toStringTag
getter error

Powered by Google App Engine
This is Rietveld 408576698