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

Unified Diff: tools/dom/dom.json

Issue 15074006: Generating annotations from DOM triage list. (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
Index: tools/dom/dom.json
diff --git a/tools/dom/dom.json b/tools/dom/dom.json
index 1e9ece5b7eeedb73975db3182814224922f3368a..d1829105d025adf9a79441adf96108725063b0c0 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -2893,10 +2893,6 @@
},
"support_level": "experimental"
},
- "FormData": {
- "members": {},
- "support_level": "untriaged"
- },
"GainNode": {
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#GainNode",
"members": {
@@ -5084,29 +5080,6 @@
},
"support_level": "stable"
},
- "JavaScriptCallFrame": {
- "dart_action": "suppress",
- "members": {
- "CATCH_SCOPE": {},
- "CLOSURE_SCOPE": {},
- "GLOBAL_SCOPE": {},
- "LOCAL_SCOPE": {},
- "WITH_SCOPE": {},
- "caller": {},
- "column": {},
- "evaluate": {},
- "functionName": {},
- "line": {},
- "restart": {},
- "scopeChain": {},
- "scopeType": {},
- "setVariableValue": {},
- "sourceID": {},
- "thisObject": {},
- "type": {}
- },
- "support_level": "nonstandard"
- },
"KeyboardEvent": {
"comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-KeyboardEvent",
"members": {

Powered by Google App Engine
This is Rietveld 408576698