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

Issue 14358032: Web MIDI: implement MIDIConnectionEvent (Closed)

Created:
7 years, 8 months ago by Takashi Toyoshima
Modified:
7 years, 8 months ago
CC:
blink-reviews, Nate Chapin, abarth-chromium
Visibility:
Public.

Description

Web MIDI: implement MIDIConnectionEvent This change implements MIDIConnectionEvent. BUG=163795 TEST=none R=crogers@google.com, haraken@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=149164

Patch Set 1 #

Patch Set 2 : layout test #

Total comments: 12

Patch Set 3 : haraken review #

Total comments: 3

Patch Set 4 : (rebase) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -32 lines) Patch
A LayoutTests/fast/events/constructors/midi-connection-event-constructor.html View 1 1 chunk +33 lines, -0 lines 0 comments Download
A LayoutTests/fast/events/constructors/midi-connection-event-constructor-expected.txt View 1 1 chunk +18 lines, -0 lines 0 comments Download
M Source/bindings/v8/Dictionary.h View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/bindings/v8/Dictionary.cpp View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
M Source/core/dom/EventNames.in View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/modules.gypi View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M Source/modules/webmidi/DOMWindowWebMIDI.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + Source/modules/webmidi/MIDIConnectionEvent.h View 1 2 1 chunk +25 lines, -28 lines 0 comments Download
A + Source/modules/webmidi/MIDIConnectionEvent.idl View 1 2 3 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Takashi Toyoshima
Now, I'll add MIDIConnectionEvent. Chris: Please take a look on webmidi parts. Haraken: This change ...
7 years, 8 months ago (2013-04-25 06:10:30 UTC) #1
haraken
https://codereview.chromium.org/14358032/diff/2001/LayoutTests/fast/events/constructors/midi-connection-event-constructor.html File LayoutTests/fast/events/constructors/midi-connection-event-constructor.html (right): https://codereview.chromium.org/14358032/diff/2001/LayoutTests/fast/events/constructors/midi-connection-event-constructor.html#newcode24 LayoutTests/fast/events/constructors/midi-connection-event-constructor.html:24: // FIXME: Add a test case to pass port ...
7 years, 8 months ago (2013-04-25 06:33:00 UTC) #2
Takashi Toyoshima
https://codereview.chromium.org/14358032/diff/2001/LayoutTests/fast/events/constructors/midi-connection-event-constructor.html File LayoutTests/fast/events/constructors/midi-connection-event-constructor.html (right): https://codereview.chromium.org/14358032/diff/2001/LayoutTests/fast/events/constructors/midi-connection-event-constructor.html#newcode24 LayoutTests/fast/events/constructors/midi-connection-event-constructor.html:24: // FIXME: Add a test case to pass port ...
7 years, 8 months ago (2013-04-25 07:20:27 UTC) #3
haraken
https://codereview.chromium.org/14358032/diff/2001/LayoutTests/fast/events/constructors/midi-connection-event-constructor.html File LayoutTests/fast/events/constructors/midi-connection-event-constructor.html (right): https://codereview.chromium.org/14358032/diff/2001/LayoutTests/fast/events/constructors/midi-connection-event-constructor.html#newcode24 LayoutTests/fast/events/constructors/midi-connection-event-constructor.html:24: // FIXME: Add a test case to pass port ...
7 years, 8 months ago (2013-04-25 07:36:47 UTC) #4
Takashi Toyoshima
https://codereview.chromium.org/14358032/diff/2001/LayoutTests/fast/events/constructors/midi-connection-event-constructor.html File LayoutTests/fast/events/constructors/midi-connection-event-constructor.html (right): https://codereview.chromium.org/14358032/diff/2001/LayoutTests/fast/events/constructors/midi-connection-event-constructor.html#newcode24 LayoutTests/fast/events/constructors/midi-connection-event-constructor.html:24: // FIXME: Add a test case to pass port ...
7 years, 8 months ago (2013-04-25 07:47:50 UTC) #5
haraken
LGTM for all code. You need to get LGTM from modules/ OWNERs.
7 years, 8 months ago (2013-04-25 07:51:05 UTC) #6
Takashi Toyoshima
Thanks! I'll wait for Chris on modules/webmidi.
7 years, 8 months ago (2013-04-25 08:03:36 UTC) #7
Chris Rogers
lgtm
7 years, 8 months ago (2013-04-25 22:35:42 UTC) #8
abarth-chromium
LGTM3 https://codereview.chromium.org/14358032/diff/5003/LayoutTests/fast/events/constructors/midi-connection-event-constructor.html File LayoutTests/fast/events/constructors/midi-connection-event-constructor.html (right): https://codereview.chromium.org/14358032/diff/5003/LayoutTests/fast/events/constructors/midi-connection-event-constructor.html#newcode14 LayoutTests/fast/events/constructors/midi-connection-event-constructor.html:14: shouldBe("new MIDIConnectionEvent('eventType').port", "null"); Thank you for adding tests. ...
7 years, 8 months ago (2013-04-26 04:26:51 UTC) #9
Takashi Toyoshima
https://codereview.chromium.org/14358032/diff/5003/LayoutTests/fast/events/constructors/midi-connection-event-constructor.html File LayoutTests/fast/events/constructors/midi-connection-event-constructor.html (right): https://codereview.chromium.org/14358032/diff/5003/LayoutTests/fast/events/constructors/midi-connection-event-constructor.html#newcode14 LayoutTests/fast/events/constructors/midi-connection-event-constructor.html:14: shouldBe("new MIDIConnectionEvent('eventType').port", "null"); Thank you for advice. I'm landing ...
7 years, 8 months ago (2013-04-26 05:15:58 UTC) #10
Takashi Toyoshima
7 years, 8 months ago (2013-04-26 05:27:22 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 manually as r149164 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698