|
IndexedDB: Stop using webkit-prefixed versions of APIs in test scripts
We "dropped" the prefix well over a year ago and would like to deprecate/remove from Blink when we can.
webkitIndexedDB -> indexedDB
webkitIDBFooBar -> IDBFooBar
Also, correct uses of the long removed errorCode and webkitErrorMessage properties on IDBRequest (now
just error.name and error.message).
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284711
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+62 lines, -110 lines) |
Patch |
 |
M |
chrome/test/data/extensions/platform_apps/web_view/isolation/storage.js
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/data/indexeddb/endure/app.js
|
View
|
1
|
3 chunks |
+5 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/indexeddb/endure/app-worker.js
|
View
|
1
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/indexeddb/perf_shared.js
|
View
|
1
|
4 chunks |
+4 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/test/data/indexeddb/bug_106883.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/indexeddb/bug_109187.js
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/data/indexeddb/bug_84933.js
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/data/indexeddb/corrupted_open_db_recovery.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/indexeddb/cursor_prefetch.js
|
View
|
|
12 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/test/data/indexeddb/cursor_test.js
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/test/data/indexeddb/database_callbacks_first.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/data/indexeddb/key_path_test.js
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/data/indexeddb/key_types_test.js
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/test/data/indexeddb/migration_test.js
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/data/indexeddb/open_bad_db.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/indexeddb/open_missing_table.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/indexeddb/quota_test.js
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/test/data/indexeddb/shared.js
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/data/indexeddb/transaction_test.js
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/endure/indexeddb_app.js
|
View
|
1
|
4 chunks |
+6 lines, -19 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/endure/indexeddb_app_worker.js
|
View
|
1
|
2 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/image_loader/cache.js
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|