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

Issue 2459113002: [IDBObservers] Moving options from constructor to .observe call. (Closed)

Created:
4 years, 1 month ago by dmurph
Modified:
4 years, 1 month ago
Reviewers:
esprehn, cmumford
CC:
chromium-reviews, jsbell
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[IDBObservers] Moving options from constructor to .observe call. Per spec change in https://github.com/WICG/indexed-db-observers/commit/5aa4abc288ef526801797d3a9209ac0da8e359e7. I'm also adding more exceptions here, as per https://github.com/WICG/indexed-db-observers/commit/7723586ef6e5663739ae4800f1e6a7172296f67c. R=cmumford BUG=655865 Committed: https://crrev.com/2b06152c63ff8df7b927a9ad7e5d13541aa377ea Cr-Commit-Position: refs/heads/master@{#430779}

Patch Set 1 #

Patch Set 2 : added more exceptions, fixed tests #

Total comments: 6

Patch Set 3 : comments #

Total comments: 4

Patch Set 4 : change bitset to pass by value #

Messages

Total messages: 22 (14 generated)
dmurph
Hi Chris! Can you PTAL at this change? It moves the observer options to the ...
4 years, 1 month ago (2016-10-31 21:25:36 UTC) #4
cmumford
lgtm % two nits. https://codereview.chromium.org/2459113002/diff/20001/third_party/WebKit/LayoutTests/storage/indexeddb/resources/observer-tests.js File third_party/WebKit/LayoutTests/storage/indexeddb/resources/observer-tests.js (right): https://codereview.chromium.org/2459113002/diff/20001/third_party/WebKit/LayoutTests/storage/indexeddb/resources/observer-tests.js#newcode206 third_party/WebKit/LayoutTests/storage/indexeddb/resources/observer-tests.js:206: obs.observe(db, txn, {operationTypes: ['clear', 'put', ...
4 years, 1 month ago (2016-11-07 21:55:16 UTC) #7
dmurph
Thanks! +Elliot, can you take a look at third_party/WebKit/Source/bindings/modules/v8/custom/V8IDBObserverCustom.cpp? Thanks! Daniel https://codereview.chromium.org/2459113002/diff/20001/third_party/WebKit/LayoutTests/storage/indexeddb/resources/observer-tests.js File third_party/WebKit/LayoutTests/storage/indexeddb/resources/observer-tests.js (right): ...
4 years, 1 month ago (2016-11-07 22:31:54 UTC) #9
esprehn
lgtm https://codereview.chromium.org/2459113002/diff/40001/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp File third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp (right): https://codereview.chromium.org/2459113002/diff/40001/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp#newcode54 third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp:54: if (options.operationTypes().size() == 0) { isEmpty() https://codereview.chromium.org/2459113002/diff/40001/third_party/WebKit/Source/modules/indexeddb/WebIDBObserverImpl.h File ...
4 years, 1 month ago (2016-11-07 22:58:54 UTC) #14
dmurph
https://codereview.chromium.org/2459113002/diff/40001/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp File third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp (right): https://codereview.chromium.org/2459113002/diff/40001/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp#newcode54 third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp:54: if (options.operationTypes().size() == 0) { On 2016/11/07 22:58:53, esprehn ...
4 years, 1 month ago (2016-11-08 22:40:18 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2459113002/60001
4 years, 1 month ago (2016-11-08 22:41:00 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 1 month ago (2016-11-09 00:06:41 UTC) #20
commit-bot: I haz the power
4 years, 1 month ago (2016-11-09 00:12:32 UTC) #22
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2b06152c63ff8df7b927a9ad7e5d13541aa377ea
Cr-Commit-Position: refs/heads/master@{#430779}

Powered by Google App Engine
This is Rietveld 408576698