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

Issue 1276233005: [WebMIDI] Add "use-android-midi-api" flag for Android M+ devices. (Closed)

Created:
5 years, 4 months ago by yhirano
Modified:
5 years, 3 months ago
CC:
darin-cc_chromium.org, jam, toyoshim+midi_chromium.org, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[WebMIDI] Add "use-android-midi-api" flag for Android M+ devices. For experimental support for Android Midi API which is introduced in Android M, this CL adds a chrome flag. BUG=486584 Committed: https://crrev.com/bbea627295f45d7b9cb0167d251abb687d436e68 Cr-Commit-Position: refs/heads/master@{#349360}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -4 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 1 chunk +7 lines, -1 line 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M media/midi/BUILD.gn View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M media/midi/midi.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A media/midi/midi_switches.h View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
A + media/midi/midi_switches.cc View 1 2 1 chunk +5 lines, -3 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 26 (7 generated)
yhirano
PTAL. This CL is currently private, but introducing MIDI API was already published and so ...
5 years, 4 months ago (2015-08-11 09:12:49 UTC) #2
Takashi Toyoshima
I slightly feel like CreationOptions is overdoing. WDYT? https://codereview.chromium.org/1276233005/diff/1/content/browser/browser_main_loop.cc File content/browser/browser_main_loop.cc (right): https://codereview.chromium.org/1276233005/diff/1/content/browser/browser_main_loop.cc#newcode1164 content/browser/browser_main_loop.cc:1164: media::midi::MidiManager::CreationOptions ...
5 years, 4 months ago (2015-08-12 04:39:47 UTC) #3
yhirano
On 2015/08/12 04:39:47, Takashi Toyoshima (chromium) wrote: > I slightly feel like CreationOptions is overdoing. ...
5 years, 4 months ago (2015-08-12 05:31:43 UTC) #4
yhirano
https://codereview.chromium.org/1276233005/diff/1/content/browser/browser_main_loop.cc File content/browser/browser_main_loop.cc (right): https://codereview.chromium.org/1276233005/diff/1/content/browser/browser_main_loop.cc#newcode1164 content/browser/browser_main_loop.cc:1164: media::midi::MidiManager::CreationOptions options; On 2015/08/12 04:39:47, Takashi Toyoshima (chromium) wrote: ...
5 years, 4 months ago (2015-08-12 05:37:06 UTC) #5
Takashi Toyoshima
One concern about the media_switches on the patch set 2. When we actually use it ...
5 years, 4 months ago (2015-08-12 05:40:24 UTC) #6
yhirano
On 2015/08/12 05:40:24, Takashi Toyoshima (chromium) wrote: > One concern about the media_switches on the ...
5 years, 4 months ago (2015-08-12 06:00:05 UTC) #7
Takashi Toyoshima
Aha. Since now midi is almost separated from media as a component, having midi_switches sounds ...
5 years, 4 months ago (2015-08-12 06:05:31 UTC) #8
yhirano
On 2015/08/12 06:05:31, Takashi Toyoshima (chromium) wrote: > Aha. Since now midi is almost separated ...
5 years, 4 months ago (2015-08-17 11:30:14 UTC) #11
Takashi Toyoshima
Ah, midi was linked only with content/common, so we need one more dependency from chrome/browser ...
5 years, 4 months ago (2015-08-17 12:26:29 UTC) #12
yhirano
Nico, can you take a look at chrome/ changes?
5 years, 4 months ago (2015-08-18 14:21:03 UTC) #14
yhirano
+isherman@ for histograms.xml
5 years, 4 months ago (2015-08-20 12:28:12 UTC) #16
Ilya Sherman
histograms.xml lgtm
5 years, 4 months ago (2015-08-20 22:44:01 UTC) #17
yhirano
thakis@: ping
5 years, 3 months ago (2015-08-26 04:50:52 UTC) #18
yhirano
On 2015/08/26 04:50:52, yhirano wrote: > thakis@: ping thakis@: ping
5 years, 3 months ago (2015-09-15 04:50:29 UTC) #19
Nico
chrome lgtm
5 years, 3 months ago (2015-09-16 06:08:17 UTC) #20
yhirano
Thanks!
5 years, 3 months ago (2015-09-17 04:05:03 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1276233005/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1276233005/140001
5 years, 3 months ago (2015-09-17 04:05:14 UTC) #24
commit-bot: I haz the power
Committed patchset #6 (id:140001)
5 years, 3 months ago (2015-09-17 07:09:11 UTC) #25
commit-bot: I haz the power
5 years, 3 months ago (2015-09-17 07:09:52 UTC) #26
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/bbea627295f45d7b9cb0167d251abb687d436e68
Cr-Commit-Position: refs/heads/master@{#349360}

Powered by Google App Engine
This is Rietveld 408576698