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

Issue 2837613003: IndexedDB: Add [SameObject] / [NewObject] annotations per spec (Closed)

Created:
3 years, 8 months ago by jsbell
Modified:
3 years, 7 months ago
Reviewers:
foolip
CC:
chromium-reviews, haraken, blink-reviews, jsbell+idb_chromium.org, cmumford
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

IndexedDB: Add [SameObject] / [NewObject] annotations per spec A recent spec change [1] to IndexedDB [2] adds the [SameObject] [3] and [NewObject] [4] IDL extended attributes to properties and methods as appropiate. These don't change the behavior (which was described by algorithmic prose) but allow implementations/tests to make additional assertions about the behavior of the interfaces. [1] https://github.com/w3c/IndexedDB/commit/05b2a7c5d65a497c49c8636021fc1cc791fdc9c9 [2] https://w3c.github.io/IndexedDB/ [3] https://heycam.github.io/webidl/#SameObject [4] https://heycam.github.io/webidl/#NewObject BUG=674593 R=foolip@chromium.org Review-Url: https://codereview.chromium.org/2837613003 Cr-Commit-Position: refs/heads/master@{#467108} Committed: https://chromium.googlesource.com/chromium/src/+/ba3e08e72dbeacfc92d01648ac93a72a26257d36

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove extra NewObject annotations #

Messages

Total messages: 13 (8 generated)
jsbell
foolip@ - can you take a look? (and cq if lg?)
3 years, 7 months ago (2017-04-25 18:14:07 UTC) #5
foolip
Just my cup of tea, LGTM % nit. https://codereview.chromium.org/2837613003/diff/1/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl File third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl (right): https://codereview.chromium.org/2837613003/diff/1/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl#newcode44 third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl:44: [NewObject, ...
3 years, 7 months ago (2017-04-25 18:29:11 UTC) #6
jsbell
Ooops, thanks for catching those find/replace-isms. https://codereview.chromium.org/2837613003/diff/1/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl File third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl (right): https://codereview.chromium.org/2837613003/diff/1/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl#newcode44 third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl:44: [NewObject, NewObject, CallWith=ScriptState, ...
3 years, 7 months ago (2017-04-25 18:39:50 UTC) #7
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/2837613003/20001
3 years, 7 months ago (2017-04-25 18:41:10 UTC) #10
commit-bot: I haz the power
3 years, 7 months ago (2017-04-25 21:01:03 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/ba3e08e72dbeacfc92d01648ac93...

Powered by Google App Engine
This is Rietveld 408576698