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

Issue 945263002: Web MIDI: chromium-side blink API update to support MIDIPortState (Closed)

Created:
5 years, 10 months ago by Takashi Toyoshima
Modified:
5 years, 10 months ago
Reviewers:
tkent, yhirano
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org, mkwst+moarreviews-shell_chromium.org, wjia+watch_chromium.org, jochen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@notify_to_blink
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Web MIDI: chromium-side blink API update to support MIDIPortState The latest editor's draft introduces MIDIPortState state attribute in MIDIPort. To support the attribute, update the blink API to use enum for representing MIDIPortState instead of bool isActive flag. Spec: http://webaudio.github.io/web-midi-api/#idl-def-MIDIPort This is the second step of three to update the MIDIAccessor blink API. BUG=279097 TEST=content_unittests Committed: https://crrev.com/5e0737b47025d908a698ed5eb2f1ade69bef81b7 Cr-Commit-Position: refs/heads/master@{#317572}

Patch Set 1 #

Total comments: 4

Patch Set 2 : review #3 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -21 lines) Patch
M content/content_tests.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/media/midi_message_filter.h View 1 chunk +5 lines, -0 lines 0 comments Download
M content/renderer/media/midi_message_filter.cc View 4 chunks +10 lines, -18 lines 0 comments Download
A content/renderer/media/midi_message_filter_unittest.cc View 1 1 chunk +29 lines, -0 lines 0 comments Download
M content/shell/renderer/test_runner/mock_web_midi_accessor.cc View 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
Takashi Toyoshima
Hi guys, please take a look. tkent: can you take a look especially on test_runner/* ...
5 years, 10 months ago (2015-02-21 14:30:51 UTC) #2
tkent
lgtm https://codereview.chromium.org/945263002/diff/1/content/renderer/media/midi_message_filter_unittest.cc File content/renderer/media/midi_message_filter_unittest.cc (right): https://codereview.chromium.org/945263002/diff/1/content/renderer/media/midi_message_filter_unittest.cc#newcode13 content/renderer/media/midi_message_filter_unittest.cc:13: typedef blink::WebMIDIAccessorClient::MIDIPortState BlinkState; We prefer |using| to |typedef| ...
5 years, 10 months ago (2015-02-22 23:39:22 UTC) #3
Takashi Toyoshima
https://codereview.chromium.org/945263002/diff/1/content/renderer/media/midi_message_filter_unittest.cc File content/renderer/media/midi_message_filter_unittest.cc (right): https://codereview.chromium.org/945263002/diff/1/content/renderer/media/midi_message_filter_unittest.cc#newcode13 content/renderer/media/midi_message_filter_unittest.cc:13: typedef blink::WebMIDIAccessorClient::MIDIPortState BlinkState; On 2015/02/22 23:39:22, tkent wrote: > ...
5 years, 10 months ago (2015-02-23 05:32:41 UTC) #5
yhirano
lgtm
5 years, 10 months ago (2015-02-23 09:07:00 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/945263002/20001
5 years, 10 months ago (2015-02-23 11:37:04 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/61551)
5 years, 10 months ago (2015-02-23 11:39:41 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/945263002/20001
5 years, 10 months ago (2015-02-23 12:09:10 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 10 months ago (2015-02-23 12:27:24 UTC) #13
commit-bot: I haz the power
5 years, 10 months ago (2015-02-23 12:27:58 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/5e0737b47025d908a698ed5eb2f1ade69bef81b7
Cr-Commit-Position: refs/heads/master@{#317572}

Powered by Google App Engine
This is Rietveld 408576698