summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/webmidi
Commit message (Expand)AuthorAgeFilesLines
* Web MIDI: expose non-sysex request to content permission layertoyoshim2016-02-1710-9/+177
* Permission TestRunner: only use permissions-helper.js from http/tests/.mlamouri@chromium.org2015-09-173-3/+3
* Remove some usage of testRunner.setPermission.mlamouri@chromium.org2015-09-166-9/+4
* Flakyness: fix webmidi/send-messages.htmlmlamouri@chromium.org2015-08-251-4/+5
* Refactor webmidi tests to get rid of flakinesslalitm@google.com2015-08-242-30/+35
* Web MIDI: addEventListener() should open MIDIInput explicitlytoyoshim@chromium.org2015-07-174-14/+45
* Web MIDI: Add a LayoutTest to check midimessage event handlertoyoshim@chromium.org2015-07-163-0/+158
* WebMidi: stop using testRunner.setMIDISysexPermision and remove ClientMock.mlamouri@chromium.org2015-04-234-7/+0
* WebMidi: use testRunner.setPermission in addition of .setMIDISysexPermission.mlamouri@chromium.org2015-04-224-0/+7
* Web MIDI: implement implicit open() on send() and setOnmidimessage()toyoshim@chromium.org2015-04-027-53/+145
* Web MIDI API: update open() and close() implementationtoyoshim@chromium.org2015-03-312-4/+19
* Web MIDI: final IDL updates to conform the latest WD for shippingtoyoshim@chromium.org2015-03-312-32/+32
* [WebMIDI] Use DOMException for reject reason.yhirano@chromium.org2015-03-111-1/+1
* Web MIDI: add open() and close() to MIDIPorttoyoshim@chromium.org2015-03-044-8/+142
* Web MIDI: Add MIDIPortState state attribute to MIDIPorttoyoshim@chromium.org2015-02-222-0/+12
* Add TypeChecking=Unrestricted to the MIDIOutput interfacefs@opera.com2015-02-172-0/+10
* IDL: Add forEach() method to iterable<>/maplike<>/setlike<> interfacesjl@opera.com2015-01-282-0/+26
* ScriptPromiseResolver leaked resource when constructed on stopped context.yhirano@chromium.org2014-10-022-7/+6
* MIDI{Input, Output}Map[Symbol.iterator]() should return entries.yhirano@chromium.org2014-09-093-13/+34
* Introduce MIDIInputMap and MIDIOutputMap.yhirano@chromium.org2014-09-053-32/+88
* Web MIDI API renaming: the last step of three step changes toyoshim@chromium.org2014-03-262-11/+3
* Add sysexEnabled readonly attribute to MIDIAccesstoyoshim@chromium.org2014-03-256-10/+31
* Make WebMIDI use blink Promise.yhirano@chromium.org2014-03-218-9/+46
* Web MIDI: implement strict message validationtoyoshim@chromium.org2014-01-164-4/+155
* Add detail to several modules' exception messages.mkwst@chromium.org2014-01-082-1/+2
* Move fast/js/resources files to resources.ojan@chromium.org2013-11-054-4/+4
* Delete js-test-style.css. js-test-pre.js injects the CSS it needs now.ojan@chromium.org2013-11-053-3/+0
* Delete js-test-post.js.ojan@chromium.org2013-11-024-4/+0
* Improve WebMIDI SecurityError exception message.mkwst@chromium.org2013-09-172-2/+6
* Web MIDI: MockWebMIDIAccessor should return result asynchronouslytoyoshim@chromium.org2013-09-057-85/+47
* Web MIDI: make testRunner be able to control startSession resulttoyoshim@chromium.org2013-08-234-3/+60
* Web MIDI: implement WebMIDIClientMock to emulate permission handling for testingtoyoshim@chromium.org2013-08-153-1/+89
* rebase requestmidiaccess-expected.txttoyoshim@chromium.org2013-08-081-1/+1
* re-lands 18858006 which was reviewed by:crogers@google.com2013-07-241-0/+10
* Revert 154697 "Implement MIDIOutput.send()"crogers@google.com2013-07-231-10/+0
* Implement MIDIOutput.send()crogers@google.com2013-07-231-0/+10
* Web MIDI: rename sysexEnabled to sysextoyoshim@chromium.org2013-07-011-1/+1
* Fulfill or reject MIDIAccessPromise from MIDIAccessorcrogers@google.com2013-06-274-0/+106
* Web MIDI: implement NavigatorWebMIDItoyoshim@chromium.org2013-06-112-0/+35