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

Unified Diff: tools/dom/dom.json

Issue 15819003: Modernizing HttpRequest documentation. (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 | « tools/dom/docs/docs.json ('k') | tools/dom/scripts/systemnative.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/dom.json
diff --git a/tools/dom/dom.json b/tools/dom/dom.json
index 4c2dc626f5a1b2d5f8a956fd24cc160ff11d250d..c01a78fcfce3294e468a161c12f72480bf20098e 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -115,6 +115,7 @@
"AudioContext": {
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioContext-section",
"members": {
+ "AudioContext": {},
"activeSourceCount": {},
"createAnalyser": {},
"createBiquadFilter": {},
@@ -280,6 +281,7 @@
"Blob": {
"comment": "http://www.w3.org/TR/FileAPI/#dfn-Blob",
"members": {
+ "Blob": {},
"size": {},
"slice": {},
"type": {}
@@ -1062,6 +1064,9 @@
"comment": "http://www.w3.org/TR/XMLHttpRequest2/#interface-formdata",
"members": {
"DOMFormData": {},
+ "FormData": {
+ "support_level": "untriaged"
+ },
"append": {}
},
"support_level": "stable"
@@ -1151,6 +1156,9 @@
"comment": "http://developer.apple.com/library/safari/#documentation/DataManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAdditions.html",
"members": {
"DOMPoint": {},
+ "_DomPoint": {
+ "support_level": "untriaged"
+ },
"x": {},
"y": {}
},
@@ -5653,6 +5661,7 @@
"MutationObserver": {
"comment": "http://www.w3.org/TR/domcore/#interface-mutationobserver",
"members": {
+ "MutationObserver": {},
"_observe": {},
"disconnect": {},
"observe": {},
@@ -11593,6 +11602,9 @@
"members": {
"DONE": {},
"HEADERS_RECEIVED": {},
+ "HttpRequest": {
+ "support_level": "untriaged"
+ },
"LOADING": {},
"OPENED": {},
"UNSENT": {},
« no previous file with comments | « tools/dom/docs/docs.json ('k') | tools/dom/scripts/systemnative.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698