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

Issue 518633003: [ABANDONED] [WebMIDI] Support the legacy MIDIAccess port API. (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
Base URL:
https://chromium.googlesource.com/chromium/blink.git@webmidi-input-map
Project:
blink
Visibility:
Public.

Description

[WebMIDI] Support the legacy MIDIAccess port API. [1] introduced MIDIInputMap and MIDIInputPort and MIAIAccess.input and MIDIAccess.output became properties of those types. The change broke the previous API: they were functions returning sequences. This CL restores the legacy API while supporting the new one. This is for a smooth migration and should be removed in the near future. 1: https://codereview.chromium.org/513203002/ BUG=341423

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -2 lines) Patch
A LayoutTests/webmidi/legacy-ports.html View 1 chunk +35 lines, -0 lines 0 comments Download
A LayoutTests/webmidi/legacy-ports-expected.txt View 1 chunk +20 lines, -0 lines 0 comments Download
A Source/bindings/modules/v8/custom/V8MIDIAccessCustom.cpp View 1 2 3 1 chunk +104 lines, -0 lines 0 comments Download
M Source/bindings/modules/v8/custom/custom.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/webmidi/MIDIAccess.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M Source/modules/webmidi/MIDIAccess.idl View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (2 generated)
yhirano
This CL depends on https://codereview.chromium.org/483163003/ and https://codereview.chromium.org/513203002/ .
6 years, 3 months ago (2014-09-02 05:54:26 UTC) #2
haraken
not LGTM. The CL adds too much hacky code in custom bindings. Why do we ...
6 years, 3 months ago (2014-09-02 07:26:16 UTC) #3
yhirano1
The old API: access.inputs is a function that returns a list of MIDIInput. The new ...
6 years, 3 months ago (2014-09-02 07:29:29 UTC) #4
haraken
On 2014/09/02 07:29:29, yhirano1 wrote: > The old API: access.inputs is a function that returns ...
6 years, 3 months ago (2014-09-02 07:45:15 UTC) #5
yhirano
On 2014/09/02 07:45:15, haraken wrote: > On 2014/09/02 07:29:29, yhirano1 wrote: > > The old ...
6 years, 3 months ago (2014-09-03 07:16:39 UTC) #6
Takashi Toyoshima
I have no good example. If we already shipped the API, we consider to use ...
6 years, 3 months ago (2014-09-03 07:45:34 UTC) #7
haraken
On 2014/09/03 07:45:34, Takashi Toyoshima (chromium) wrote: > I have no good example. > If ...
6 years, 3 months ago (2014-09-03 07:56:22 UTC) #9
jochen (gone - plz use gerrit)
i'd rather avoid custom bindings. do we have some numbers how much usage those APIs ...
6 years, 3 months ago (2014-09-03 08:04:51 UTC) #10
tkent
IMO, we should not take care of compatibility of unshipped features.
6 years, 3 months ago (2014-09-03 08:08:28 UTC) #11
jochen (gone - plz use gerrit)
On 2014/09/03 at 08:08:28, tkent wrote: > IMO, we should not take care of compatibility ...
6 years, 3 months ago (2014-09-03 08:13:28 UTC) #12
Takashi Toyoshima
I have no real data for the usage, but the number should be limited since ...
6 years, 3 months ago (2014-09-03 08:14:12 UTC) #13
haraken
On 2014/09/03 08:14:12, Takashi Toyoshima (chromium) wrote: > I have no real data for the ...
6 years, 3 months ago (2014-09-03 08:16:08 UTC) #14
Takashi Toyoshima
Ok, agreed. We'll just remove the old API. Hirano: Thank you for writing this patch, ...
6 years, 3 months ago (2014-09-03 08:17:21 UTC) #15
yhirano
6 years, 3 months ago (2014-09-03 08:23:00 UTC) #16
Message was sent while issue was closed.
On 2014/09/03 08:17:21, Takashi Toyoshima (chromium) wrote:
> Ok, agreed. We'll just remove the old API.
> 
> Hirano: Thank you for writing this patch, but as we discussed, we'll go
without
> this CL.

Got it. Thanks, all.

Powered by Google App Engine
This is Rietveld 408576698