summaryrefslogtreecommitdiffstats
path: root/media/midi
Commit message (Expand)AuthorAgeFilesLines
* Fix GN midi_unittests on Androidpkotwicz2015-10-161-0/+1
* [Android] remove dots from log tagsdgn2015-10-141-1/+1
* Web MIDI (OS X): finalize on the IO thread that run initializationtoyoshim2015-10-132-7/+11
* Enforce WARN_UNUSED_RESULT attribute on Windowsdcheng2015-10-101-1/+2
* Handle status byte 0xf4, 0xf5, and 0xf6 correctly.yukawa2015-10-085-70/+475
* Web MIDI (ALSA): finalize on the IO thread that ran initializationtoyoshim2015-10-062-23/+23
* Web MIDI: introduce MidiManager::Shutdown to shutdown gracefullytoyoshim2015-10-065-54/+128
* Fix potential lint errors ahead of support library rollyusufo2015-09-294-0/+12
* Add is_chromecast to GN build.slan2015-09-211-1/+1
* [Web MIDI] Use Android MIDI API.yhirano2015-09-1718-20/+1075
* [WebMIDI] Add "use-android-midi-api" flag for Android M+ devices.yhirano2015-09-174-0/+39
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-091-1/+0
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-031-0/+1
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-021-1/+0
* Add google_apis_unittests, midi_unittests to GN swarming.dpranke2015-08-251-0/+9
* IWYU for base/memory/scoped_vector.h.thestig2015-08-221-1/+0
* Web MIDI: add usage metricstoyoshim2015-08-101-2/+47
* [Web MIDI] Midi[Input|Output]DeviceState should be RefCountedThreadSafe.yhirano2015-08-041-4/+6
* Move JNI annotations to annotations package.aurimas2015-07-302-4/+4
* Web MIDI: Android Chrome is stuck if connected USB devices are not MIDItoyoshim2015-07-291-1/+1
* PlatformThreadHandle: remove public id() interfacetoyoshim2015-07-241-2/+2
* Web MIDI: make unsupported device check stricttoyoshim2015-07-211-4/+11
* Web MIDI: add a new UMA entry for the final result codetoyoshim2015-07-0913-119/+121
* Use more class member initializers in MidiManagerAlsa and remove a stale TODOagoode2015-06-262-10/+5
* Update usages of std::map to use ScopedPtrMap.mgiuca2015-06-252-26/+16
* C++ readability review for agoodeagoode2015-06-222-70/+70
* Web MIDI: disable unsupported devices on WindowsTakashi Toyoshima2015-06-181-0/+8
* Remove unnecessary message_loop_proxy.h includesskyostil2015-06-171-1/+0
* media: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-173-5/+5
* Move safe_strerror to posix directory and the base namespace.brettw2015-06-091-6/+8
* [Android] Generate scripts at build time to run android tests.mikecase2015-06-032-0/+5
* Web MIDI ALSA: Enable hardware based device matchingagoode2015-05-213-115/+216
* Eliminate some trivial accessors and use "= default" for some required destru...agoode2015-05-202-46/+13
* Getting rid of duplicate includes from media/anujk.sharma2015-05-147-25/+0
* Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in m...anujk.sharma2015-05-132-8/+8
* MidiManagerAlsa: Enable manufacturer again, now with hotplugagoode2015-05-113-52/+412
* MidiManagerAlsa: start listening to udev events for sound cardsagoode2015-05-112-48/+172
* Web MIDI: namespace change from media to media::miditoyoshim2015-05-0841-14/+95
* GN Windows component build fixesbrettw2015-05-0520-70/+140
* win: Ref-counted classes should have non-public destructors, media/ edition.thakis2015-05-011-0/+8
* win: Work on reducing number of style plugin warnings.thakis2015-05-012-14/+34
* Reland: Web MIDI: split build rules for media/miditoyoshim2015-04-3013-23/+1134
* media/midi: Fix warnings found by clang chromium-style plugin on Windows.tfarina2015-04-292-2/+9
* Require udev for MidiManagerAlsaagoode2015-04-244-4/+9
* [WebMIDI] [Android] Set appropriate port properties.yhirano2015-04-2410-69/+334
* Revert of Web MIDI: split build rules for media/midi (patchset #19 id:340001 ...aboxhall2015-04-2213-1078/+19
* Web MIDI: split build rules for media/miditoyoshim2015-04-2213-19/+1078
* Apply automated fixits for Chrome clang plugin to views_unittests.dcheng2015-04-211-1/+1
* Web MIDI: style clean uptoyoshim2015-04-165-6/+6
* [gcc 4.x] Initialize web_port_index to 0 to fix build error while using GCC 4...vivek.vg2015-04-151-1/+1