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

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 test coverage for the (slightly incorrect) behavior in strict mode when our flag is not enabl… 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 a6ae13ae5c43397dc05b87f49392d8a82bc99c59..0f557a4083b5b4ad0c484d387d9d70d6c54f2d80 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
@@ -2917,6 +2917,7 @@ interface IDBIndex
method getKey
method openCursor
method openKeyCursor
+ setter name
interface IDBKeyRange
static method bound
static method lowerBound
@@ -2950,6 +2951,7 @@ interface IDBObjectStore
method openCursor
method openKeyCursor
method put
+ setter name
interface IDBOpenDBRequest : IDBRequest
attribute @@toStringTag
getter onblocked
@@ -6310,6 +6312,7 @@ interface webkitIDBIndex
method getKey
method openCursor
method openKeyCursor
+ setter name
interface webkitIDBKeyRange
static method bound
static method lowerBound
@@ -6343,6 +6346,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