index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
midi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update usages of std::map to use ScopedPtrMap.
mgiuca
2015-06-25
2
-26
/
+16
*
C++ readability review for agoode
agoode
2015-06-22
2
-70
/
+70
*
Web MIDI: disable unsupported devices on Windows
Takashi Toyoshima
2015-06-18
1
-0
/
+8
*
Remove unnecessary message_loop_proxy.h includes
skyostil
2015-06-17
1
-1
/
+0
*
media: Migrate callers of message_loop_proxy() to task_runner()
skyostil
2015-06-17
3
-5
/
+5
*
Move safe_strerror to posix directory and the base namespace.
brettw
2015-06-09
1
-6
/
+8
*
[Android] Generate scripts at build time to run android tests.
mikecase
2015-06-03
2
-0
/
+5
*
Web MIDI ALSA: Enable hardware based device matching
agoode
2015-05-21
3
-115
/
+216
*
Eliminate some trivial accessors and use "= default" for some required destru...
agoode
2015-05-20
2
-46
/
+13
*
Getting rid of duplicate includes from media/
anujk.sharma
2015-05-14
7
-25
/
+0
*
Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in m...
anujk.sharma
2015-05-13
2
-8
/
+8
*
MidiManagerAlsa: Enable manufacturer again, now with hotplug
agoode
2015-05-11
3
-52
/
+412
*
MidiManagerAlsa: start listening to udev events for sound cards
agoode
2015-05-11
2
-48
/
+172
*
Web MIDI: namespace change from media to media::midi
toyoshim
2015-05-08
41
-14
/
+95
*
GN Windows component build fixes
brettw
2015-05-05
20
-70
/
+140
*
win: Ref-counted classes should have non-public destructors, media/ edition.
thakis
2015-05-01
1
-0
/
+8
*
win: Work on reducing number of style plugin warnings.
thakis
2015-05-01
2
-14
/
+34
*
Reland: Web MIDI: split build rules for media/midi
toyoshim
2015-04-30
13
-23
/
+1134
*
media/midi: Fix warnings found by clang chromium-style plugin on Windows.
tfarina
2015-04-29
2
-2
/
+9
*
Require udev for MidiManagerAlsa
agoode
2015-04-24
4
-4
/
+9
*
[WebMIDI] [Android] Set appropriate port properties.
yhirano
2015-04-24
10
-69
/
+334
*
Revert of Web MIDI: split build rules for media/midi (patchset #19 id:340001 ...
aboxhall
2015-04-22
13
-1078
/
+19
*
Web MIDI: split build rules for media/midi
toyoshim
2015-04-22
13
-19
/
+1078
*
Apply automated fixits for Chrome clang plugin to views_unittests.
dcheng
2015-04-21
1
-1
/
+1
*
Web MIDI: style clean up
toyoshim
2015-04-16
5
-6
/
+6
*
[gcc 4.x] Initialize web_port_index to 0 to fix build error while using GCC 4...
vivek.vg
2015-04-15
1
-1
/
+1
*
Remove USE_UDEV for now and enable hotplug for ALSA
agoode
2015-04-13
3
-582
/
+1462
*
Web MIDI: call AccumulateMidiBytesSent() after operation finished
toyoshim
2015-04-07
6
-21
/
+39
*
Web MIDI: Improve device change monitornig on Windows
toyoshim
2015-04-07
2
-210
/
+143
*
Web MIDI: use GetVendorName() result only if it is available
toyoshim
2015-04-06
1
-2
/
+4
*
Web MIDI: fix a man vs machine race
toyoshim
2015-04-03
2
-13
/
+39
*
Web MIDI: Support manufacturer field ID MM_MICROSOFT
yukawa
2015-04-03
1
-3
/
+8
*
Web MIDI: add MidiScheduler for send() with timestamp
toyoshim
2015-04-03
5
-4
/
+111
*
Use UsbIds::GetVendorName to retrieve USB vendor name.
yukawa
2015-04-03
1
-19
/
+19
*
Web MIDI: convert MMVERSION to "major.minor" format string
toyoshim
2015-04-02
1
-2
/
+7
*
Support MIDI device connection events on Windows
yukawa
2015-03-31
2
-364
/
+988
*
Code clean-up of MidiManagerWin.
yukawa
2015-03-30
1
-12
/
+12
*
Rename AlsaRawmidi to AlsaCard and include the count of midi devices instead ...
agoode
2015-03-24
3
-63
/
+78
*
Use kMIDIPropertyDisplayName instead of kMIDIPropertyName
agoode
2015-03-24
1
-2
/
+4
*
Web MIDI Linux: Fix enumeration when OPL3 devices are present, and fix manufa...
agoode
2015-03-24
2
-28
/
+52
*
Web MIDI Linux: Omit empty values in JSON, to make id generation more robust
agoode
2015-03-24
2
-10
/
+30
*
Fix for clang build warnings: undefined variables if !USE_UDEV.
gunsch
2015-03-20
1
-0
/
+2
*
Improve id quality, create opaque id, prep for hotplug
agoode
2015-03-19
3
-99
/
+343
*
Rename CardInfo to MidiDevice and factor out some device probing logic
agoode
2015-03-17
3
-301
/
+330
*
Web MIDI: Core MIDI related minor fixes and cleanup
toyoshim
2015-03-12
2
-56
/
+76
*
Move UdevDecodeString from media/midi to device/udev_linux
agoode
2015-03-09
3
-60
/
+30
*
Improve MidiManagerAlsa manufacturer reporting
agoode
2015-03-08
3
-34
/
+266
*
Web MIDI: add output port index check in MidiHost
toyoshim
2015-03-05
1
-2
/
+0
*
Web MIDI: speculative valgrind fix for a unit test on mac
toyoshim
2015-03-03
1
-5
/
+35
*
Web MIDI: newly attached device was not registered to listen
toyoshim
2015-03-02
1
-0
/
+2
[next]