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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/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/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index 17d9655a8803e62396fed1adfc711941b068a893..c3e0caf184d5053ca596b092db15f2b28d502ad1 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -2911,6 +2911,7 @@ interface IDBIndex
method getKey
method openCursor
method openKeyCursor
+ setter name
interface IDBKeyRange
static method bound
static method lowerBound
@@ -2944,6 +2945,7 @@ interface IDBObjectStore
method openCursor
method openKeyCursor
method put
+ setter name
interface IDBOpenDBRequest : IDBRequest
attribute @@toStringTag
getter onblocked
@@ -6298,6 +6300,7 @@ interface webkitIDBIndex
method getKey
method openCursor
method openKeyCursor
+ setter name
interface webkitIDBKeyRange
static method bound
static method lowerBound
@@ -6331,6 +6334,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