summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/web/WebMIDIPermissionRequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* blink: Rename modules/ method to prefix with get when they collide.Dana Jansens2016-03-091-2/+2
* Web MIDI: Ask permissions of the content layer alwaystoyoshim2016-01-281-1/+1
* Create public/{platform|web}/modules/webmidi for Web MIDI public classestoyoshim2016-01-221-1/+1
* Remove config.h inclusion from third_party/WebKit/Source/web/.tkent2015-12-221-1/+0
* Have ScriptPromiseResolver on the Oilpan heap always.sigbjornf@opera.com2015-08-041-4/+14
* Make WebEncryptedMediaRequest exported.tasak@google.com2015-03-231-1/+1
* WebMIDI: Add MIDIOptions dictionarybashi@chromium.org2014-09-121-1/+1
* Cleanup namespace usage in Source/web/Web[I-Z]*.cppdeepak.sa@samsung.com2014-08-141-1/+1
* Rename WebCore namespace to blink in bindings and webabarth@chromium.org2014-07-181-1/+1
* Decouple MIDIAccess initialization from MIDIAccess class.yhirano@chromium.org2014-06-111-19/+6
* Fix more relative #includes in Source/web.yutak@chromium.org2014-04-241-2/+2
* Add sysexEnabled readonly attribute to MIDIAccesstoyoshim@chromium.org2014-03-251-1/+1
* Move more WebMIDI to oilpan.kouhei@chromium.org2014-02-251-6/+1
* This is a precursor for implementing better checks when setting document.domain.tsepez@chromium.org2013-11-131-1/+1
* Rename WebKit namespace to blinkabarth@chromium.org2013-11-061-2/+2
* Rename ScriptExecutionContext to ExecutionContext.morrita@chromium.org2013-10-151-1/+1
* Revert 159421 - "Introduce ExecutionContextClient"jochen@chromium.org2013-10-141-1/+1
* Rename ScriptExecutionContext to ExecutionContext.morrita@chromium.org2013-10-111-1/+1
* Web MIDI: fix ASSERT failures on WebPrivatePtr of WebMIDIPermissionRequesttoyoshim@chromium.org2013-08-021-0/+5
* re-lands 18858006 which was reviewed by:crogers@google.com2013-07-241-1/+1
* Revert 154697 "Implement MIDIOutput.send()"crogers@google.com2013-07-231-1/+1
* Implement MIDIOutput.send()crogers@google.com2013-07-231-1/+1
* Web MIDI: add assign() and equals() to WebMIDIPermissionRequesttoyoshim@chromium.org2013-07-141-0/+10
* Web MIDI: introduce WebMIDIClient API to request a permissiontoyoshim@chromium.org2013-07-111-0/+63