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

Issue 29793006: Enable WebMIDI for Windows behind the flag (Closed)

Created:
7 years, 2 months ago by yukawa
Modified:
7 years ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Enable WebMIDI for Windows behind the flag This CL implements media::MIDIManagerWin on top of Windows multimedia API to provide native MIDI support for web applications. BUG=303599 TEST=manually done on Windows 8.1 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238861

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Address comment #

Total comments: 30

Patch Set 3 : rebase #

Patch Set 4 : Address comment from scherkus@ #

Total comments: 2

Patch Set 5 : Leave a TODO comment crbug.com/325810. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+641 lines, -2 lines) Patch
chrome/browser/about_flags.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
media/media.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M media/midi/midi_manager.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A media/midi/midi_manager_win.h View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
A media/midi/midi_manager_win.cc View 1 2 3 4 1 chunk +597 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
yukawa
7 years ago (2013-11-27 13:40:34 UTC) #1
Takashi Toyoshima
looks almost good to me. I'll add scherkus@ for media owner review. https://codereview.chromium.org/29793006/diff/780001/media/midi/midi_manager_win.cc File media/midi/midi_manager_win.cc ...
7 years ago (2013-11-27 14:18:52 UTC) #2
yukawa
https://codereview.chromium.org/29793006/diff/780001/media/midi/midi_manager_win.cc File media/midi/midi_manager_win.cc (right): https://codereview.chromium.org/29793006/diff/780001/media/midi/midi_manager_win.cc#newcode464 media/midi/midi_manager_win.cc:464: MIDIManagerWin::MIDIManagerWin() { On 2013/11/27 14:18:52, Takashi Toyoshima (chromium) wrote: ...
7 years ago (2013-11-27 15:23:37 UTC) #3
scherkus (not reviewing)
it looks like not all of your CL was able to upload :( https://codereview.chromium.org/29793006/diff/840001/media/midi/midi_manager_win.cc File ...
7 years ago (2013-11-27 22:07:29 UTC) #4
yukawa
scherkus@: Sorry for big diff but handle lifetime issues and UI thread blocking issue in ...
7 years ago (2013-12-04 17:51:22 UTC) #5
scherkus (not reviewing)
lgtm w/ comment https://codereview.chromium.org/29793006/diff/1210006/media/midi/midi_manager_win.cc File media/midi/midi_manager_win.cc (right): https://codereview.chromium.org/29793006/diff/1210006/media/midi/midi_manager_win.cc#newcode580 media/midi/midi_manager_win.cc:580: client->AccumulateMIDIBytesSent(data.size()); hmm.. it seems like on ...
7 years ago (2013-12-04 18:01:04 UTC) #6
yukawa
https://codereview.chromium.org/29793006/diff/1210006/media/midi/midi_manager_win.cc File media/midi/midi_manager_win.cc (right): https://codereview.chromium.org/29793006/diff/1210006/media/midi/midi_manager_win.cc#newcode580 media/midi/midi_manager_win.cc:580: client->AccumulateMIDIBytesSent(data.size()); On 2013/12/04 18:01:05, scherkus wrote: > hmm.. it ...
7 years ago (2013-12-04 18:40:21 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yukawa@chromium.org/29793006/1290001
7 years ago (2013-12-05 00:34:25 UTC) #8
commit-bot: I haz the power
7 years ago (2013-12-05 02:19:04 UTC) #9
Message was sent while issue was closed.
Change committed as 238861

Powered by Google App Engine
This is Rietveld 408576698