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

Unified Diff: sdk/lib/web_audio/dartium/web_audio_dartium.dart

Issue 15896022: Updating DOM metadata triage list for recent Blink changes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 | « sdk/lib/web_audio/dart2js/web_audio_dart2js.dart ('k') | sdk/lib/web_gl/dart2js/web_gl_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/web_audio/dartium/web_audio_dartium.dart
diff --git a/sdk/lib/web_audio/dartium/web_audio_dartium.dart b/sdk/lib/web_audio/dartium/web_audio_dartium.dart
index f3c44a496bebbf9d9a5c102a5217e1e6fec01117..8505ce2240452f31168b0988807615ae5e2129b8 100644
--- a/sdk/lib/web_audio/dartium/web_audio_dartium.dart
+++ b/sdk/lib/web_audio/dartium/web_audio_dartium.dart
@@ -206,17 +206,14 @@ class AudioBufferSourceNode extends AudioSourceNode {
@DomName('AudioBufferSourceNode.noteGrainOn')
@DocsEditable
- @Experimental // untriaged
void noteGrainOn(num when, num grainOffset, num grainDuration) native "AudioBufferSourceNode_noteGrainOn_Callback";
@DomName('AudioBufferSourceNode.noteOff')
@DocsEditable
- @Experimental // untriaged
void noteOff(num when) native "AudioBufferSourceNode_noteOff_Callback";
@DomName('AudioBufferSourceNode.noteOn')
@DocsEditable
- @Experimental // untriaged
void noteOn(num when) native "AudioBufferSourceNode_noteOn_Callback";
void start(num when, [num grainOffset, num grainDuration]) {
@@ -375,7 +372,6 @@ class AudioContext extends EventTarget {
@DomName('AudioContext.createGainNode')
@DocsEditable
- @Experimental // untriaged
GainNode createGainNode() native "AudioContext_createGainNode_Callback";
ScriptProcessorNode createJavaScriptNode(int bufferSize, [int numberOfInputChannels, int numberOfOutputChannels]) {
@@ -565,7 +561,6 @@ class AudioNode extends EventTarget {
@DomName('AudioNode.addEventListener')
@DocsEditable
- @Experimental // untriaged
void $dom_addEventListener(String type, EventListener listener, [bool useCapture]) native "AudioNode_addEventListener_Callback";
void connect(destination, int output, [int input]) {
@@ -590,12 +585,10 @@ class AudioNode extends EventTarget {
@DomName('AudioNode.dispatchEvent')
@DocsEditable
- @Experimental // untriaged
bool dispatchEvent(Event event) native "AudioNode_dispatchEvent_Callback";
@DomName('AudioNode.removeEventListener')
@DocsEditable
- @Experimental // untriaged
void $dom_removeEventListener(String type, EventListener listener, [bool useCapture]) native "AudioNode_removeEventListener_Callback";
}
@@ -659,7 +652,6 @@ class AudioParam extends NativeFieldWrapperClass1 {
@DomName('AudioParam.setTargetValueAtTime')
@DocsEditable
- @Experimental // untriaged
void setTargetValueAtTime(num targetValue, num time, num timeConstant) native "AudioParam_setTargetValueAtTime_Callback";
@DomName('AudioParam.setValueAtTime')
@@ -1105,12 +1097,10 @@ class OscillatorNode extends AudioSourceNode {
@DomName('OscillatorNode.noteOff')
@DocsEditable
- @Experimental // untriaged
void noteOff(num when) native "OscillatorNode_noteOff_Callback";
@DomName('OscillatorNode.noteOn')
@DocsEditable
- @Experimental // untriaged
void noteOn(num when) native "OscillatorNode_noteOn_Callback";
@DomName('OscillatorNode.setWaveTable')
« no previous file with comments | « sdk/lib/web_audio/dart2js/web_audio_dart2js.dart ('k') | sdk/lib/web_gl/dart2js/web_gl_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698