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

Issue 1364823002: IndexedDB: Replace use of DOMError with DOMException (Closed)

Created:
5 years, 3 months ago by jsbell
Modified:
5 years, 1 month ago
Reviewers:
philipj_slow
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

IndexedDB: Replace use of DOMError with DOMException DOMError has been removed from the DOM standard in favor of DOMException, and the Indexed DB draft spec has been updated to use DOMException for error attributes. Intent: https://groups.google.com/a/chromium.org/d/msg/blink-dev/XAlBg66UB7c/G4GNCFLnwCQJ Editor's Draft: https://w3c.github.io/IndexedDB/ R=philipj@opera.com BUG=460725 Committed: https://crrev.com/195d14404404b34445066648de61f901a1b70d3f Cr-Commit-Position: refs/heads/master@{#358389}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Drop [Measure] where done #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -40 lines) Patch
A third_party/WebKit/LayoutTests/storage/indexeddb/error-attributes.html View 1 chunk +34 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBDatabaseCallbacks.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBDatabaseCallbacks.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBFactory.cpp View 4 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBRequest.h View 5 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp View 5 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBRequestTest.cpp View 1 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h View 5 chunks +5 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBTransaction.cpp View 3 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp View 1 4 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
jsbell
migrated from https://codereview.chromium.org/1182233003/
5 years, 3 months ago (2015-09-23 17:35:39 UTC) #1
jsbell
philipj@ - how's this? (Deprecating DOMError's ctor can be a different CL)
5 years, 1 month ago (2015-11-06 00:17:43 UTC) #2
philipj_slow
lgtm % nits https://codereview.chromium.org/1364823002/diff/1/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp File third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp (right): https://codereview.chromium.org/1364823002/diff/1/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp#newcode34 third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp:34: #include "core/dom/ExceptionCode.h" Is this new include ...
5 years, 1 month ago (2015-11-06 08:42:37 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1364823002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1364823002/20001
5 years, 1 month ago (2015-11-06 18:42:24 UTC) #7
jsbell
https://codereview.chromium.org/1364823002/diff/1/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp File third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp (right): https://codereview.chromium.org/1364823002/diff/1/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp#newcode34 third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp:34: #include "core/dom/ExceptionCode.h" On 2015/11/06 08:42:37, philipj wrote: > Is ...
5 years, 1 month ago (2015-11-06 18:42:34 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-11-06 21:06:33 UTC) #9
commit-bot: I haz the power
5 years, 1 month ago (2015-11-06 21:07:31 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/195d14404404b34445066648de61f901a1b70d3f
Cr-Commit-Position: refs/heads/master@{#358389}

Powered by Google App Engine
This is Rietveld 408576698