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
*
Fix GN midi_unittests on Android
pkotwicz
2015-10-16
1
-0
/
+1
*
[Android] remove dots from log tags
dgn
2015-10-14
1
-1
/
+1
*
Web MIDI (OS X): finalize on the IO thread that run initialization
toyoshim
2015-10-13
2
-7
/
+11
*
Enforce WARN_UNUSED_RESULT attribute on Windows
dcheng
2015-10-10
1
-1
/
+2
*
Handle status byte 0xf4, 0xf5, and 0xf6 correctly.
yukawa
2015-10-08
5
-70
/
+475
*
Web MIDI (ALSA): finalize on the IO thread that ran initialization
toyoshim
2015-10-06
2
-23
/
+23
*
Web MIDI: introduce MidiManager::Shutdown to shutdown gracefully
toyoshim
2015-10-06
5
-54
/
+128
*
Fix potential lint errors ahead of support library roll
yusufo
2015-09-29
4
-0
/
+12
*
Add is_chromecast to GN build.
slan
2015-09-21
1
-1
/
+1
*
[Web MIDI] Use Android MIDI API.
yhirano
2015-09-17
18
-20
/
+1075
*
[WebMIDI] Add "use-android-midi-api" flag for Android M+ devices.
yhirano
2015-09-17
4
-0
/
+39
*
Fix sbox_validation_tests & Make isolate_driver.py include the executable itself
maruel
2015-09-09
1
-1
/
+0
*
Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...
stgao
2015-09-03
1
-0
/
+1
*
Fix sbox_validation_tests & Make isolate_driver.py include the executable itself
maruel
2015-09-02
1
-1
/
+0
*
Add google_apis_unittests, midi_unittests to GN swarming.
dpranke
2015-08-25
1
-0
/
+9
*
IWYU for base/memory/scoped_vector.h.
thestig
2015-08-22
1
-1
/
+0
*
Web MIDI: add usage metrics
toyoshim
2015-08-10
1
-2
/
+47
*
[Web MIDI] Midi[Input|Output]DeviceState should be RefCountedThreadSafe.
yhirano
2015-08-04
1
-4
/
+6
*
Move JNI annotations to annotations package.
aurimas
2015-07-30
2
-4
/
+4
*
Web MIDI: Android Chrome is stuck if connected USB devices are not MIDI
toyoshim
2015-07-29
1
-1
/
+1
*
PlatformThreadHandle: remove public id() interface
toyoshim
2015-07-24
1
-2
/
+2
*
Web MIDI: make unsupported device check strict
toyoshim
2015-07-21
1
-4
/
+11
*
Web MIDI: add a new UMA entry for the final result code
toyoshim
2015-07-09
13
-119
/
+121
*
Use more class member initializers in MidiManagerAlsa and remove a stale TODO
agoode
2015-06-26
2
-10
/
+5
*
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
[next]