Modified: trunk/Source/WebCore/ChangeLog (212737 => 212738)
--- trunk/Source/WebCore/ChangeLog 2017-02-21 20:06:48 UTC (rev 212737)
+++ trunk/Source/WebCore/ChangeLog 2017-02-21 20:12:24 UTC (rev 212738)
@@ -1,3 +1,9 @@
+2017-02-21 Simon Fraser <[email protected]>
+
+ Add Web Audio and Web MIDI to features.json.
+
+ * features.json:
+
2017-02-21 Antti Koivisto <[email protected]>
REGRESSION(r207669): Crash after mutating selector text
Modified: trunk/Source/WebCore/features.json (212737 => 212738)
--- trunk/Source/WebCore/features.json 2017-02-21 20:06:48 UTC (rev 212737)
+++ trunk/Source/WebCore/features.json 2017-02-21 20:12:24 UTC (rev 212738)
@@ -1069,6 +1069,16 @@
"keywords": ["visual viewport", "viewport", "viewportapi"]
},
{
+ "name": "Web Audio",
+ "status": {
+ "status": "In Development"
+ },
+ "url": "https://www.w3.org/TR/webaudio/",
+ "keywords": ["audio, webaudio"],
+ "description": "A high-level _javascript_ API for processing and synthesizing audio in web applications."
+ "comment": "WebKit's implementation does not match the current specification.",
+ },
+ {
"name": "Web Bluetooth",
"status": {
"status": "Not Considering"
@@ -1078,6 +1088,15 @@
"description": "An API to discover and communicate with devices over the Bluetooth."
},
{
+ "name": "Web MIDI",
+ "status": {
+ "status": "Not Considering"
+ },
+ "url": "https://www.w3.org/TR/webmidi/",
+ "keywords": ["MIDI, music, synthesizer, keyboard"],
+ "description": "An API supporting the Musical Instrument Digital Interface (MIDI) protocol, enabling web applications to enumerate and select MIDI input and output devices on the client system and send and receive MIDI messages."
+ },
+ {
"name": "WebUSB",
"status": {
"status": "Not Considering"