| Commit message (Expand) | Author | Age | Files | Lines |
* | Web MIDI: MidiManager crashes if a session is ended while initializing | toyoshim@chromium.org | 2014-06-13 | 3 | -11/+32 |
* | Use seq instead of rawmidi for MidiManagerAlsa | agoode@chromium.org | 2014-06-08 | 3 | -189/+356 |
* | Web MIDI: make input_ports_ and output_ports_ members private | toyoshim@chromium.org | 2014-05-07 | 3 | -24/+23 |
* | Web MIDI: introduce pending client count limit to start sessions | toyoshim@chromium.org | 2014-05-07 | 3 | -22/+85 |
* | Fix build without any specific MidiManager provided | dnicoara@chromium.org | 2014-05-06 | 1 | -0/+6 |
* | Web MIDI: add an unit test to check MidiManager instantiation | toyoshim@chromium.org | 2014-05-06 | 4 | -99/+151 |
* | Web MIDI: send back error information to blink on starting sessions | toyoshim@chromium.org | 2014-05-06 | 1 | -0/+5 |
* | Add media/midi/OWNERS | toyoshim@chromium.org | 2014-05-02 | 1 | -0/+5 |
* | Web MIDI: make platform dependent initialization asynchronous | toyoshim@chromium.org | 2014-05-01 | 12 | -102/+347 |
* | [WebMIDI] Add timestamp to received events on Android. | yhirano@chromium.org | 2014-05-01 | 11 | -38/+53 |
* | Make MidiManager::StartSession() asynchronous | toyoshim@chromium.org | 2014-04-11 | 12 | -31/+63 |
* | Implement WebMIDI for Android, input side. | yhirano@chromium.org | 2014-03-27 | 2 | -1/+23 |
* | WeakPtr destruction order cleanup: media edition. | dalecurtis@google.com | 2014-03-18 | 1 | -1/+0 |
* | win: Don't pass a qualified inner class name to DISALLOW_COPY_AND_ASSIGN. | thakis@chromium.org | 2014-03-10 | 1 | -2/+2 |
* | Web MIDI: link with alsa even if cras is enabled | toyoshim@chromium.org | 2014-02-26 | 4 | -10/+15 |
* | Revert "Web MIDI: enable important logs in release build" | vollick@chromium.org | 2014-02-15 | 2 | -8/+7 |
* | Web MIDI: enable important logs in release build | toyoshim@chromium.org | 2014-02-15 | 2 | -7/+8 |
* | Implement WebMIDI for android, output side. | yhirano@chromium.org | 2014-02-12 | 7 | -1/+239 |
* | Web MIDI: enable receiving functionality in Linux and Chrome OS | toyoshim@chromium.org | 2014-02-06 | 2 | -2/+148 |
* | Web MIDI: make naming convention be consistent | toyoshim@chromium.org | 2014-02-04 | 20 | -206/+207 |
* | Web MIDI: provide better port info on ALSA | toyoshim@chromium.org | 2014-02-02 | 1 | -9/+19 |
* | [WebMIDI] Introduce MidiManagerUsb | yhirano@chromium.org | 2014-01-29 | 9 | -18/+594 |
* | [WebMIDI] Introduce UsbMidi{Input, Output}Stream. | yhirano@chromium.org | 2014-01-22 | 8 | -0/+904 |
* | Introduce USB MIDI descriptor parser | yhirano@chromium.org | 2014-01-10 | 4 | -0/+447 |
* | Do not compile Alsa based MIDI manager if use_alsa==0 | dnicoara@chromium.org | 2014-01-03 | 3 | -19/+19 |
* | Web MIDI: minimum support for Linux and Chrome OS (reland) | toyoshim@chromium.org | 2014-01-03 | 3 | -2/+210 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -2/+2 |
* | Fix timestamp calculation | yukawa@chromium.org | 2013-12-21 | 1 | -21/+27 |
* | [WebMIDI] MIDIManager::create should return non-null object. | yhirano@chromium.org | 2013-12-20 | 2 | -3/+16 |
* | Revert 241524 "Web MIDI: minimum support for Linux and Chrome OS" | ksakamoto@chromium.org | 2013-12-18 | 3 | -180/+2 |
* | Web MIDI: minimum support for Linux and Chrome OS | toyoshim@chromium.org | 2013-12-18 | 3 | -2/+180 |
* | Web MIDI: regression bug fix | toyoshim@chromium.org | 2013-12-10 | 1 | -1/+1 |
* | Enable WebMIDI for Windows behind the flag | yukawa@chromium.org | 2013-12-05 | 3 | -1/+638 |
* | Make MIDIManager::DispatchSendMIDIData pure virtual. | yukawa@chromium.org | 2013-12-04 | 4 | -57/+45 |
* | Revert 237660 "Revert 237558 "Use MIDIMessageQueue/IsValidWebMID..." | yukawa@chromium.org | 2013-11-29 | 6 | -0/+457 |
* | Revert 237558 "Use MIDIMessageQueue/IsValidWebMIDIData for MIDI ..." | isherman@chromium.org | 2013-11-28 | 6 | -457/+0 |
* | Use MIDIMessageQueue/IsValidWebMIDIData for MIDI byte stream validation | yukawa@chromium.org | 2013-11-27 | 6 | -0/+457 |
* | Web MIDI API: IAC driver support | toyoshim@chromium.org | 2013-10-29 | 1 | -7/+27 |
* | mac: Remove a static initializer. | thakis@chromium.org | 2013-10-17 | 1 | -1/+4 |
* | Web MIDI: fix multi-threading problem around message buffer handling | toyoshim@chromium.org | 2013-08-27 | 4 | -42/+46 |
* | Web MIDI: bug fix to make send operations work | toyoshim@chromium.org | 2013-08-20 | 1 | -1/+1 |
* | Support sending MIDI data with throttling | crogers@google.com | 2013-07-31 | 4 | -10/+61 |
* | Web MIDI: implement WebMIDIClient to handle permissions | toyoshim@chromium.org | 2013-07-25 | 2 | -18/+8 |
* | Fix MIDI code for 64 bit build. | avi@chromium.org | 2013-06-25 | 1 | -6/+14 |
* | Re-land 16025005 with tiny fix for statics perf issue | crogers@google.com | 2013-06-22 | 6 | -0/+514 |
* | Revert 207992: This looks like a reland of r207983, which was reverted in | sadrul@chromium.org | 2013-06-22 | 6 | -514/+0 |
* | don't include iostream.h | crogers@google.com | 2013-06-22 | 6 | -0/+514 |
* | Revert 207983 "Implement Web MIDI API back-end" | crogers@google.com | 2013-06-22 | 6 | -518/+0 |
* | Implement Web MIDI API back-end | crogers@google.com | 2013-06-22 | 6 | -0/+518 |