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

Unified Diff: tools/dom/scripts/systemhtml.py

Issue 11510013: Making ScriptProcessorNode not an EventTarget. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 | « tests/html/html.status ('k') | tools/dom/templates/html/dart2js/web_audio_dart2js.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index f863d3cf1a42276595dbf27ad4fcedc65ff53d9e..78c104020532c5bf30a3d8428fde8d3ba6e50e6b 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -357,6 +357,8 @@ _js_support_checks_additional_element = [
]
js_support_checks = dict({
+ 'AudioContext': "JS('bool', '!!(window.AudioContext ||"
+ " window.webkitAudioContext)')",
'ArrayBuffer': "JS('bool', 'typeof window.ArrayBuffer != \"undefined\"')",
'Crypto':
"JS('bool', '!!(window.crypto && window.crypto.getRandomValues)')",
« no previous file with comments | « tests/html/html.status ('k') | tools/dom/templates/html/dart2js/web_audio_dart2js.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698