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

Issue 401893002: IndexedDB: Stop using webkit-prefixed versions of APIs in tests (Closed)

Created:
6 years, 5 months ago by jsbell
Modified:
6 years, 5 months ago
Reviewers:
michaeln, tonyg, hirono, cmumford
CC:
chromium-reviews, jam, alecflett, ericu+idb_chromium.org, darin-cc_chromium.org, dgrogan, jsbell+idb_chromium.org
Project:
chromium
Visibility:
Public.

Description

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

Patch Set 1 #

Total comments: 1

Patch Set 2 : More webkitIndexedDB foo and update webkitErrorMessage use too #

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

Messages

Total messages: 23 (0 generated)
jsbell
cmumford, michaeln - PTAL?
6 years, 5 months ago (2014-07-18 19:03:46 UTC) #1
michaeln
lgtm
6 years, 5 months ago (2014-07-18 21:45:48 UTC) #2
jsbell
The CQ bit was checked by jsbell@chromium.org
6 years, 5 months ago (2014-07-18 21:50:29 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/401893002/1
6 years, 5 months ago (2014-07-18 21:52:39 UTC) #4
cmumford
https://codereview.chromium.org/401893002/diff/1/content/test/data/indexeddb/transaction_test.js File content/test/data/indexeddb/transaction_test.js (left): https://codereview.chromium.org/401893002/diff/1/content/test/data/indexeddb/transaction_test.js#oldcode73 content/test/data/indexeddb/transaction_test.js:73: indexedDB = webkitIndexedDB; So is the goal of this ...
6 years, 5 months ago (2014-07-18 21:55:29 UTC) #5
jsbell
The CQ bit was unchecked by jsbell@chromium.org
6 years, 5 months ago (2014-07-18 22:27:25 UTC) #6
jsbell
On 2014/07/18 21:55:29, cmumford wrote: > https://codereview.chromium.org/401893002/diff/1/content/test/data/indexeddb/transaction_test.js > File content/test/data/indexeddb/transaction_test.js (left): > > https://codereview.chromium.org/401893002/diff/1/content/test/data/indexeddb/transaction_test.js#oldcode73 > ...
6 years, 5 months ago (2014-07-18 22:27:49 UTC) #7
jsbell
hirono@ - OWNERS review of ui/file_manager change?
6 years, 5 months ago (2014-07-18 22:49:04 UTC) #8
jsbell
And cmumford@ - can you take a look at the rest? Not as trivial as ...
6 years, 5 months ago (2014-07-18 22:49:28 UTC) #9
cmumford
On 2014/07/18 22:27:49, jsbell wrote: > On 2014/07/18 21:55:29, cmumford wrote: > > > https://codereview.chromium.org/401893002/diff/1/content/test/data/indexeddb/transaction_test.js ...
6 years, 5 months ago (2014-07-18 23:08:57 UTC) #10
jsbell
On 2014/07/18 23:08:57, cmumford wrote: > OK. So here's my understanding. You want to remove ...
6 years, 5 months ago (2014-07-18 23:25:22 UTC) #11
cmumford
lgtm
6 years, 5 months ago (2014-07-18 23:30:23 UTC) #12
hirono
lgtm for file_manger.
6 years, 5 months ago (2014-07-22 00:22:55 UTC) #13
jsbell
The CQ bit was checked by jsbell@chromium.org
6 years, 5 months ago (2014-07-22 00:57:07 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/401893002/20001
6 years, 5 months ago (2014-07-22 00:58:32 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium ...
6 years, 5 months ago (2014-07-22 01:48:51 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-22 01:53:05 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/81400)
6 years, 5 months ago (2014-07-22 01:53:06 UTC) #18
jsbell
tonyg@ - OWNERS approval for the tools/perf/page_sets/endure update?
6 years, 5 months ago (2014-07-22 16:45:09 UTC) #19
tonyg
lgtm
6 years, 5 months ago (2014-07-22 16:45:50 UTC) #20
jsbell
The CQ bit was checked by jsbell@chromium.org
6 years, 5 months ago (2014-07-22 16:56:17 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/401893002/20001
6 years, 5 months ago (2014-07-22 16:57:27 UTC) #22
commit-bot: I haz the power
6 years, 5 months ago (2014-07-22 17:02:08 UTC) #23
Message was sent while issue was closed.
Change committed as 284711

Powered by Google App Engine
This is Rietveld 408576698