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

Issue 16331005: Web MIDI: implement MIDISuccessCallback and MIDIOptions (Closed)

Created:
7 years, 6 months ago by Takashi Toyoshima
Modified:
7 years, 6 months ago
Reviewers:
Chris Rogers
CC:
blink-reviews, eae+blinkwatch
Visibility:
Public.

Description

Web MIDI: implement MIDISuccessCallback and MIDIOptions This change implements MIDISuccessCallback and MIDIOptions. Since the IDL generator can not handle Dictionary as an arugment of handleEvent in callback interface, MIDIOptions is not used for now. BUG=163795 TEST=none Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151961

Patch Set 1 #

Patch Set 2 : --similarity 90 #

Total comments: 6

Patch Set 3 : remove scheduleCallback #

Patch Set 4 : remove redundant includes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -77 lines) Patch
M Source/modules/modules.gypi View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M Source/modules/webmidi/MIDIErrorCallback.h View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
D Source/modules/webmidi/MIDIErrorCallback.cpp View 1 2 1 chunk +0 lines, -71 lines 0 comments Download
A Source/modules/webmidi/MIDIOptions.h View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
A Source/modules/webmidi/MIDISuccessCallback.h View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A Source/modules/webmidi/MIDISuccessCallback.idl View 1 1 chunk +36 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Takashi Toyoshima
Hi Chris, Can you take a look this?
7 years, 6 months ago (2013-06-03 13:47:43 UTC) #1
Chris Rogers
https://codereview.chromium.org/16331005/diff/2001/Source/modules/webmidi/MIDIOptions.h File Source/modules/webmidi/MIDIOptions.h (right): https://codereview.chromium.org/16331005/diff/2001/Source/modules/webmidi/MIDIOptions.h#newcode42 Source/modules/webmidi/MIDIOptions.h:42: options.get("susexEnabled", sysexEnabled); typo: "susexEnabled" -> "sysexEnabled" https://codereview.chromium.org/16331005/diff/2001/Source/modules/webmidi/MIDISuccessCallback.h File Source/modules/webmidi/MIDISuccessCallback.h ...
7 years, 6 months ago (2013-06-04 04:43:57 UTC) #2
Takashi Toyoshima
https://codereview.chromium.org/16331005/diff/2001/Source/modules/webmidi/MIDIOptions.h File Source/modules/webmidi/MIDIOptions.h (right): https://codereview.chromium.org/16331005/diff/2001/Source/modules/webmidi/MIDIOptions.h#newcode42 Source/modules/webmidi/MIDIOptions.h:42: options.get("susexEnabled", sysexEnabled); On 2013/06/04 04:43:57, Chris Rogers wrote: > ...
7 years, 6 months ago (2013-06-04 05:35:37 UTC) #3
Takashi Toyoshima
Chris, can you take another look?
7 years, 6 months ago (2013-06-06 12:21:55 UTC) #4
Chris Rogers
lgtm
7 years, 6 months ago (2013-06-06 17:13:47 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/toyoshim@chromium.org/16331005/13001
7 years, 6 months ago (2013-06-06 17:44:13 UTC) #6
commit-bot: I haz the power
7 years, 6 months ago (2013-06-06 20:37:33 UTC) #7
Message was sent while issue was closed.
Change committed as 151961

Powered by Google App Engine
This is Rietveld 408576698