Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: Source/modules/webmidi/MIDIConnectionEvent.idl

Issue 14358032: Web MIDI: implement MIDIConnectionEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: (rebase) Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/webmidi/MIDIConnectionEvent.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIConnectionEvent.idl
diff --git a/Source/modules/donottrack/NavigatorDoNotTrack.idl b/Source/modules/webmidi/MIDIConnectionEvent.idl
similarity index 91%
copy from Source/modules/donottrack/NavigatorDoNotTrack.idl
copy to Source/modules/webmidi/MIDIConnectionEvent.idl
index 1fe0b8a79ffe0049b47c5076338771acf6f8f5f8..3946564c26eb9e56b31ddde00e9a1b842281b772 100644
--- a/Source/modules/donottrack/NavigatorDoNotTrack.idl
+++ b/Source/modules/webmidi/MIDIConnectionEvent.idl
@@ -29,8 +29,7 @@
*/
[
- Supplemental=Navigator
-] interface NavigatorDoNotTrack {
- [TreatReturnedNullStringAs=Null] readonly attribute DOMString doNotTrack;
+ ConstructorTemplate=Event
+] interface MIDIConnectionEvent : Event {
+ [InitializedByEventConstructor] readonly attribute MIDIPort port;
};
-
« no previous file with comments | « Source/modules/webmidi/MIDIConnectionEvent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698