gecko-dev/dom/midi
Gabriele Svelto ca827af9eb Bug 1811442 - Automatically reject requests for MIDI access when no implementation is present r=bholley
Differential Revision: https://phabricator.services.mozilla.com/D167452
2023-01-23 13:41:47 +00:00
..
midir_impl Bug 1806495 - Stand up a background task queue for the MIDI service. r=nika 2023-01-09 17:07:34 +00:00
tests Bug 1805806 - Nullify the onchange listeners before the end of the test to avoid intermittent failures. r=rpl,bholley 2023-01-19 17:18:26 +00:00
AlsaCompatibility.cpp Bug 1804570 - Update alsa crate to 0.7. r=gsvelto,supply-chain-reviewers 2022-12-13 00:24:03 +00:00
MIDIAccess.cpp Bug 1769009 - Refresh the list of MIDI devices both when navigating to a new page and away from an old one r=padenot 2022-05-23 19:59:57 +00:00
MIDIAccess.h
MIDIAccessManager.cpp Bug 1811442 - Automatically reject requests for MIDI access when no implementation is present r=bholley 2023-01-23 13:41:47 +00:00
MIDIAccessManager.h Bug 1806495 - Make PMIDIManager a top-level protocol. r=nika 2023-01-09 17:07:33 +00:00
MIDIInput.cpp Bug 1806495 - Use a helper class to null out the weak reference in MIDIPortChild. r=nika 2023-01-09 17:07:33 +00:00
MIDIInput.h
MIDIInputMap.cpp
MIDIInputMap.h Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
MIDILog.cpp Bug 1750763 - Honor the timestamps on outgoing MIDI messages r=padenot 2022-02-10 08:36:02 +00:00
MIDILog.h Bug 1750763 - Honor the timestamps on outgoing MIDI messages r=padenot 2022-02-10 08:36:02 +00:00
MIDIManagerChild.cpp Bug 1806495 - Make PMIDIManager refcounted. r=nika 2023-01-09 17:07:32 +00:00
MIDIManagerChild.h Bug 1806495 - Make PMIDIManager refcounted. r=nika 2023-01-09 17:07:32 +00:00
MIDIManagerParent.cpp Bug 1806495 - Make PMIDIManager a top-level protocol. r=nika 2023-01-09 17:07:33 +00:00
MIDIManagerParent.h Bug 1806495 - Hoist the MIDI service onto a dedicated background task queue. r=nika,gsvelto 2023-01-09 17:07:35 +00:00
MIDIMessageEvent.cpp Bug 1757635 - Part 2: Use NS_IMPL_CYCLE_COLLECTION_WITH_JS_MEMBERS where applicable r=smaug 2022-05-25 23:41:26 +00:00
MIDIMessageEvent.h
MIDIMessageQueue.cpp
MIDIMessageQueue.h Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
MIDIOutput.cpp Bug 1806495 - Use a helper class to null out the weak reference in MIDIPortChild. r=nika 2023-01-09 17:07:33 +00:00
MIDIOutput.h
MIDIOutputMap.cpp
MIDIOutputMap.h Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
MIDIPermissionRequest.cpp Bug 1807763 - Set the randomized midi denial delay to 0 in automation. r=gsvelto 2023-01-09 17:08:48 +00:00
MIDIPermissionRequest.h Bug 1805735 — When user clicks "Never Allow" for WebMIDI access, promise rejection should include randomized delay. r=gsvelto 2022-12-14 22:04:33 +00:00
MIDIPlatformRunnables.cpp Bug 1806495 - Hoist the MIDI service onto a dedicated background task queue. r=nika,gsvelto 2023-01-09 17:07:35 +00:00
MIDIPlatformRunnables.h Bug 1769266 - Use smart pointers in MIDI runnables r=mccr8 2022-06-07 12:51:08 +00:00
MIDIPlatformService.cpp Bug 1806495 - Hoist the MIDI service onto a dedicated background task queue. r=nika,gsvelto 2023-01-09 17:07:35 +00:00
MIDIPlatformService.h Bug 1806495 - Hoist the MIDI service onto a dedicated background task queue. r=nika,gsvelto 2023-01-09 17:07:35 +00:00
MIDIPort.cpp Bug 1806495 - Make PMIDIPort a top-level protocol. r=nika 2023-01-09 17:07:34 +00:00
MIDIPort.h Bug 1806495 - Use a helper class to null out the weak reference in MIDIPortChild. r=nika 2023-01-09 17:07:33 +00:00
MIDIPortChild.cpp Bug 1806495 - Make PMIDIPort refcounted. r=nika 2023-01-09 17:07:33 +00:00
MIDIPortChild.h Bug 1806495 - Make PMIDIPort refcounted. r=nika 2023-01-09 17:07:33 +00:00
MIDIPortInterface.cpp Bug 1201598 - Adjust how port state is handled when adding and opening MIDI ports r=padenot 2021-12-20 15:55:09 +00:00
MIDIPortInterface.h
MIDIPortParent.cpp Bug 1806495 - Make PMIDIPort a top-level protocol. r=nika 2023-01-09 17:07:34 +00:00
MIDIPortParent.h Bug 1806495 - Hoist the MIDI service onto a dedicated background task queue. r=nika,gsvelto 2023-01-09 17:07:35 +00:00
MIDITypes.ipdlh
MIDIUtils.cpp Bug 1765474 - Fix unused-but-set-variable warning in MIDIUtils.cpp. r=gsvelto 2022-04-22 01:25:05 +00:00
MIDIUtils.h Bug 1742559 - Adjust MIDI message validation and add relevant tests r=padenot 2022-01-11 13:49:31 +00:00
PMIDIManager.ipdl Bug 1806495 - Make PMIDIManager a top-level protocol. r=nika 2023-01-09 17:07:33 +00:00
PMIDIPort.ipdl Bug 1806495 - Make PMIDIPort a top-level protocol. r=nika 2023-01-09 17:07:34 +00:00
TestMIDIPlatformService.cpp Bug 1806495 - Hoist the MIDI service onto a dedicated background task queue. r=nika,gsvelto 2023-01-09 17:07:35 +00:00
TestMIDIPlatformService.h Bug 1806495 - Hoist the MIDI service onto a dedicated background task queue. r=nika,gsvelto 2023-01-09 17:07:35 +00:00
midirMIDIPlatformService.cpp Bug 1806495 - Hoist the MIDI service onto a dedicated background task queue. r=nika,gsvelto 2023-01-09 17:07:35 +00:00
midirMIDIPlatformService.h Bug 1806495 - Hoist the MIDI service onto a dedicated background task queue. r=nika,gsvelto 2023-01-09 17:07:35 +00:00
moz.build Bug 1758468 - Use stable, anonymous IDs for Web MIDI ports r=padenot 2022-04-12 12:31:27 +00:00