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

Issue 513203002: Introduce MIDIInputMap and MIDIOutputMap. (Closed)

Created:
6 years, 3 months ago by yhirano
Modified:
6 years, 3 months ago
CC:
blink-reviews, blink-reviews-bindings_chromium.org, arv+blink, abarth-chromium, oilpan-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@iterator-adhoc
Project:
blink
Visibility:
Public.

Description

Introduce MIDIInputMap and MIDIOutputMap. Currently MIDIAccess.inputs is a function that returns a sequence. With this CL it will be an attribute of type MIDIInputMap, as specified in the spec. MIDIAccess.outputs will be an attribute of type MIDIOutputMap in the same manner. |forEach| is not yet supported. The existing MIDIAccess.inputs and MIDIAccess.outputs functions cannot be used with this CL. BUG=341423 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181447

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : Remove custom bindings. #

Total comments: 11

Patch Set 6 : #

Total comments: 20

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Total comments: 17

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+454 lines, -55 lines) Patch
M LayoutTests/webmidi/requestmidiaccess.html View 1 chunk +62 lines, -27 lines 0 comments Download
M LayoutTests/webmidi/requestmidiaccess-expected.txt View 1 chunk +25 lines, -4 lines 0 comments Download
M LayoutTests/webmidi/send_messages.html View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/core/v8/V8Binding.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +19 lines, -4 lines 0 comments Download
M Source/bindings/core/v8/V8Binding.cpp View 1 chunk +16 lines, -0 lines 0 comments Download
M Source/core/testing/Internals.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -7 lines 0 comments Download
M Source/modules/modules.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +7 lines, -0 lines 0 comments Download
M Source/modules/webmidi/MIDIAccess.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +8 lines, -6 lines 0 comments Download
M Source/modules/webmidi/MIDIAccess.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +32 lines, -0 lines 0 comments Download
M Source/modules/webmidi/MIDIAccess.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/webmidi/MIDIInput.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -2 lines 0 comments Download
A Source/modules/webmidi/MIDIInputMap.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +26 lines, -0 lines 0 comments Download
A Source/modules/webmidi/MIDIInputMap.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +28 lines, -0 lines 0 comments Download
A Source/modules/webmidi/MIDIInputMap.idl View 1 2 3 4 5 6 7 8 1 chunk +22 lines, -0 lines 0 comments Download
M Source/modules/webmidi/MIDIOutput.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -2 lines 0 comments Download
A Source/modules/webmidi/MIDIOutputMap.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +26 lines, -0 lines 0 comments Download
A Source/modules/webmidi/MIDIOutputMap.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +27 lines, -0 lines 0 comments Download
A Source/modules/webmidi/MIDIOutputMap.idl View 1 2 3 4 5 6 1 chunk +22 lines, -0 lines 0 comments Download
A Source/modules/webmidi/MIDIPortMap.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +127 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (2 generated)
yhirano
yhirano@chromium.org changed reviewers: + haraken@chromium.org, toyoshim@chromium.org
6 years, 3 months ago (2014-08-29 04:35:03 UTC) #1
yhirano
+toyoshim for modules/webmidi +haraken for core and bindings This CL depends on https://codereview.chromium.org/483163003/ . As ...
6 years, 3 months ago (2014-08-29 04:37:36 UTC) #2
yhirano
I noticed I could remove custom bindings and I did so (PS5). Sorry for changing ...
6 years, 3 months ago (2014-08-29 05:43:06 UTC) #3
haraken
https://codereview.chromium.org/513203002/diff/80001/Source/modules/webmidi/MIDIOutputMap.h File Source/modules/webmidi/MIDIOutputMap.h (right): https://codereview.chromium.org/513203002/diff/80001/Source/modules/webmidi/MIDIOutputMap.h#newcode24 Source/modules/webmidi/MIDIOutputMap.h:24: return ScriptValue(scriptState, V8ValueTraits<MIDIOutput*>::toV8Value(result, scriptState->context()->Global(), scriptState->isolate())); Why can't we just ...
6 years, 3 months ago (2014-08-29 06:19:42 UTC) #4
yhirano
https://codereview.chromium.org/513203002/diff/80001/Source/modules/webmidi/MIDIOutputMap.h File Source/modules/webmidi/MIDIOutputMap.h (right): https://codereview.chromium.org/513203002/diff/80001/Source/modules/webmidi/MIDIOutputMap.h#newcode24 Source/modules/webmidi/MIDIOutputMap.h:24: return ScriptValue(scriptState, V8ValueTraits<MIDIOutput*>::toV8Value(result, scriptState->context()->Global(), scriptState->isolate())); On 2014/08/29 06:19:42, haraken ...
6 years, 3 months ago (2014-08-29 07:29:13 UTC) #5
yhirano
https://codereview.chromium.org/513203002/diff/80001/Source/modules/webmidi/MIDIOutputMap.h File Source/modules/webmidi/MIDIOutputMap.h (right): https://codereview.chromium.org/513203002/diff/80001/Source/modules/webmidi/MIDIOutputMap.h#newcode24 Source/modules/webmidi/MIDIOutputMap.h:24: return ScriptValue(scriptState, V8ValueTraits<MIDIOutput*>::toV8Value(result, scriptState->context()->Global(), scriptState->isolate())); On 2014/08/29 07:29:13, yhirano ...
6 years, 3 months ago (2014-08-29 07:31:50 UTC) #6
haraken
toyoshima-san: Are you fine with this change overall? I'm happy to review the detailed implementation, ...
6 years, 3 months ago (2014-08-31 07:18:57 UTC) #7
yhirano
https://codereview.chromium.org/513203002/diff/80001/Source/modules/webmidi/MIDIOutputMap.h File Source/modules/webmidi/MIDIOutputMap.h (right): https://codereview.chromium.org/513203002/diff/80001/Source/modules/webmidi/MIDIOutputMap.h#newcode24 Source/modules/webmidi/MIDIOutputMap.h:24: return ScriptValue(scriptState, V8ValueTraits<MIDIOutput*>::toV8Value(result, scriptState->context()->Global(), scriptState->isolate())); On 2014/08/31 07:18:57, haraken ...
6 years, 3 months ago (2014-09-01 02:22:11 UTC) #8
haraken
Mostly looks good. I'll take another close look at the implementation after waiting for the ...
6 years, 3 months ago (2014-09-01 07:17:48 UTC) #9
yhirano
https://codereview.chromium.org/513203002/diff/80001/Source/modules/webmidi/MIDIOutputMap.h File Source/modules/webmidi/MIDIOutputMap.h (right): https://codereview.chromium.org/513203002/diff/80001/Source/modules/webmidi/MIDIOutputMap.h#newcode24 Source/modules/webmidi/MIDIOutputMap.h:24: return ScriptValue(scriptState, V8ValueTraits<MIDIOutput*>::toV8Value(result, scriptState->context()->Global(), scriptState->isolate())); On 2014/09/01 07:17:47, haraken ...
6 years, 3 months ago (2014-09-01 07:31:35 UTC) #10
haraken
On 2014/09/01 07:31:35, yhirano wrote: > https://codereview.chromium.org/513203002/diff/80001/Source/modules/webmidi/MIDIOutputMap.h > File Source/modules/webmidi/MIDIOutputMap.h (right): > > https://codereview.chromium.org/513203002/diff/80001/Source/modules/webmidi/MIDIOutputMap.h#newcode24 > ...
6 years, 3 months ago (2014-09-01 07:35:38 UTC) #11
yhirano
On 2014/09/01 07:35:38, haraken wrote: > On 2014/09/01 07:31:35, yhirano wrote: > > > https://codereview.chromium.org/513203002/diff/80001/Source/modules/webmidi/MIDIOutputMap.h ...
6 years, 3 months ago (2014-09-01 08:15:15 UTC) #12
yhirano
https://codereview.chromium.org/513203002/diff/100001/Source/modules/webmidi/MIDIPortMap.h File Source/modules/webmidi/MIDIPortMap.h (right): https://codereview.chromium.org/513203002/diff/100001/Source/modules/webmidi/MIDIPortMap.h#newcode79 Source/modules/webmidi/MIDIPortMap.h:79: exceptionState.throwDOMException(InvalidModificationError, "Not implemented"); On 2014/09/01 07:17:48, haraken wrote: > ...
6 years, 3 months ago (2014-09-01 11:32:52 UTC) #13
Takashi Toyoshima
Thank you. Haraken: Yes, this is an API change that we can not avoid. But ...
6 years, 3 months ago (2014-09-01 13:48:39 UTC) #14
Takashi Toyoshima
LG in terms of Web MIDI. Defer to binding owners.
6 years, 3 months ago (2014-09-01 13:49:56 UTC) #15
haraken
LGTM https://codereview.chromium.org/513203002/diff/180001/Source/bindings/core/v8/V8Binding.h File Source/bindings/core/v8/V8Binding.h (right): https://codereview.chromium.org/513203002/diff/180001/Source/bindings/core/v8/V8Binding.h#newcode213 Source/bindings/core/v8/V8Binding.h:213: // internally. If you want to convert a ...
6 years, 3 months ago (2014-09-02 01:20:40 UTC) #16
yhirano
https://codereview.chromium.org/513203002/diff/180001/Source/bindings/core/v8/V8Binding.h File Source/bindings/core/v8/V8Binding.h (right): https://codereview.chromium.org/513203002/diff/180001/Source/bindings/core/v8/V8Binding.h#newcode213 Source/bindings/core/v8/V8Binding.h:213: // internally. If you want to convert a C++ ...
6 years, 3 months ago (2014-09-02 04:43:06 UTC) #17
yhirano
https://codereview.chromium.org/513203002/diff/180001/Source/modules/webmidi/MIDIAccess.cpp File Source/modules/webmidi/MIDIAccess.cpp (right): https://codereview.chromium.org/513203002/diff/180001/Source/modules/webmidi/MIDIAccess.cpp#newcode84 Source/modules/webmidi/MIDIAccess.cpp:84: // We currently assume no ports are added after ...
6 years, 3 months ago (2014-09-02 05:17:13 UTC) #18
haraken
Also this change will need an intent-to-ship and API review.
6 years, 3 months ago (2014-09-02 08:17:08 UTC) #19
Takashi Toyoshima
Haraken: Is it true even for features behind a flag?
6 years, 3 months ago (2014-09-02 08:22:59 UTC) #20
haraken
On 2014/09/02 08:22:59, Takashi Toyoshima (chromium) wrote: > Haraken: Is it true even for features ...
6 years, 3 months ago (2014-09-02 08:29:23 UTC) #22
tkent
Web MIDI is not shipped yet. You don't need to involve API owners.
6 years, 3 months ago (2014-09-02 08:43:39 UTC) #23
yhirano
toyoshim@: Do you have other comments?
6 years, 3 months ago (2014-09-05 03:52:22 UTC) #24
Takashi Toyoshima
That's fine enough. LGTM.
6 years, 3 months ago (2014-09-05 05:39:40 UTC) #25
yhirano
Thanks!
6 years, 3 months ago (2014-09-05 05:52:30 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/513203002/240001
6 years, 3 months ago (2014-09-05 05:53:04 UTC) #28
commit-bot: I haz the power
Committed patchset #14 (id:240001) as 181447
6 years, 3 months ago (2014-09-05 06:44:06 UTC) #29
sof
Looks like this added an Oilpan crash (webmidi/send_messages.html), https://storage.googleapis.com/chromium-layout-test-archives/WebKit_Linux_Oilpan__dbg_/5416/layout-test-results/results.html https://storage.googleapis.com/chromium-layout-test-archives/mac_blink_oilpan_dbg/494/layout-test-results/webmidi/send_messages-crash-log.txt
6 years, 3 months ago (2014-09-07 20:02:28 UTC) #30
yhirano
6 years, 3 months ago (2014-09-08 02:20:50 UTC) #31
Message was sent while issue was closed.
On 2014/09/07 20:02:28, sof wrote:
> Looks like this added an Oilpan crash (webmidi/send_messages.html),
> 
> 
>
https://storage.googleapis.com/chromium-layout-test-archives/WebKit_Linux_Oil...
> 
>
https://storage.googleapis.com/chromium-layout-test-archives/mac_blink_oilpan...

Thanks, filed a bug: https://code.google.com/p/chromium/issues/detail?id=411742

Powered by Google App Engine
This is Rietveld 408576698