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

Issue 2380383003: Use sequence<T> instead of T[] where possible and document exceptions (Closed)

Created:
4 years, 2 months ago by foolip
Modified:
4 years, 2 months ago
CC:
chromium-reviews, tzik, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, blink-reviews, kinuko+fileapi, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use sequence<T> instead of T[] where possible and document exceptions This does not change the generated code at all. BUG=460722 Committed: https://crrev.com/3f6de63d8a003897255fcd83f51d47a3bf73bf31 Cr-Commit-Position: refs/heads/master@{#422751}

Patch Set 1 #

Patch Set 2 : more #

Total comments: 9

Patch Set 3 : address feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -18 lines) Patch
M third_party/WebKit/Source/core/clipboard/DataTransfer.idl View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/CompositorProxy.idl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/Event.idl View 1 3 chunks +2 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/MessageEvent.idl View 1 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Location.idl View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/NavigatorLanguage.idl View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.idl View 1 2 5 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/crypto/CryptoKey.idl View 1 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DirectoryReaderSync.idl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/filesystem/EntriesCallback.idl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl View 1 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/gamepad/Gamepad.idl View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/TrackDefault.idl View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/quota/StorageQuota.idl View 1 2 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
foolip
Reviewers, you have all ended up in one or more TODOs based on git blame. ...
4 years, 2 months ago (2016-10-01 22:41:21 UTC) #4
nhiroki
StorageQuota.idl lgtm
4 years, 2 months ago (2016-10-02 23:39:02 UTC) #5
haraken
LGTM
4 years, 2 months ago (2016-10-03 01:08:31 UTC) #6
jsbell
lgtm https://codereview.chromium.org/2380383003/diff/20001/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl File third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl (right): https://codereview.chromium.org/2380383003/diff/20001/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl#newcode36 third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl:36: // TODO(jsbell): |webkitEntries| should be FrozenArray<Entry>. Did you ...
4 years, 2 months ago (2016-10-03 16:41:48 UTC) #7
Jeffrey Yasskin
https://codereview.chromium.org/2380383003/diff/20001/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl File third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl (right): https://codereview.chromium.org/2380383003/diff/20001/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl#newcode20 third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl:20: // TODO(jyasskin): |uuids| should be FrozenArray<UUID>. LGTM. You could ...
4 years, 2 months ago (2016-10-03 16:58:38 UTC) #8
wolenetz
mediasource lgtm % nit https://codereview.chromium.org/2380383003/diff/20001/third_party/WebKit/Source/modules/mediasource/TrackDefault.idl File third_party/WebKit/Source/modules/mediasource/TrackDefault.idl (right): https://codereview.chromium.org/2380383003/diff/20001/third_party/WebKit/Source/modules/mediasource/TrackDefault.idl#newcode19 third_party/WebKit/Source/modules/mediasource/TrackDefault.idl:19: // TODO(wolenetz): |kinds| should be ...
4 years, 2 months ago (2016-10-03 20:53:03 UTC) #9
foolip
https://codereview.chromium.org/2380383003/diff/20001/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl File third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl (right): https://codereview.chromium.org/2380383003/diff/20001/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl#newcode20 third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl:20: // TODO(jyasskin): |uuids| should be FrozenArray<UUID>. On 2016/10/03 16:58:37, ...
4 years, 2 months ago (2016-10-04 10:02:20 UTC) #10
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/2380383003/40001
4 years, 2 months ago (2016-10-04 10:04:03 UTC) #13
foolip
https://codereview.chromium.org/2380383003/diff/20001/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl File third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl (right): https://codereview.chromium.org/2380383003/diff/20001/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl#newcode36 third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl:36: // TODO(jsbell): |webkitEntries| should be FrozenArray<Entry>. On 2016/10/04 10:02:20, ...
4 years, 2 months ago (2016-10-04 10:12:27 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-10-04 11:17:42 UTC) #16
commit-bot: I haz the power
4 years, 2 months ago (2016-10-04 11:19:09 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/3f6de63d8a003897255fcd83f51d47a3bf73bf31
Cr-Commit-Position: refs/heads/master@{#422751}

Powered by Google App Engine
This is Rietveld 408576698