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

Unified Diff: tools/dom/docs/docs.json

Issue 12094003: Readded some more HTML docs! (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: This should be good. Created 7 years, 11 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/docs/docs.json
diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
index 1cf29dd54779e24322a5a16414cfab6cfe0093ab..a887392193e4bc1f942511a8d23b69b5ab3df4eb 100644
--- a/tools/dom/docs/docs.json
+++ b/tools/dom/docs/docs.json
@@ -25,6 +25,73 @@
]
}
},
+ "Document": {
+ "members": {
+ "body": [
+ "/// Moved to [HtmlDocument]."
+ ],
+ "caretRangeFromPoint": [
+ "/// Use the [Range] constructor instead."
+ ],
+ "createElement": [
+ "/// Deprecated: use new Element.tag(tagName) instead."
+ ],
+ "createTouchList": [
+ "/// Use the [TouchList] constructor isntead."
+ ],
+ "getCSSCanvasContext": [
+ "/// Moved to [HtmlDocument]."
+ ],
+ "getElementById": [
+ "/// Deprecated: use query(\"#$elementId\") instead."
+ ],
+ "head": [
+ "/// Moved to [HtmlDocument]."
+ ],
+ "lastModified": [
+ "/// Moved to [HtmlDocument]."
+ ],
+ "querySelector": [
+ "/// Deprecated: renamed to the shorter name [query]."
+ ],
+ "querySelectorAll": [
+ "/// Deprecated: use query(\"#$elementId\") instead."
+ ],
+ "referrer": [
+ "/// Moved to [HtmlDocument]."
+ ],
+ "styleSheets": [
+ "/// Moved to [HtmlDocument]"
+ ],
+ "title": [
+ "/// Moved to [HtmlDocument]."
+ ],
+ "webkitCancelFullScreen": [
+ "/// Moved to [HtmlDocument]."
+ ],
+ "webkitExitFullscreen": [
+ "/// Moved to [HtmlDocument]."
+ ],
+ "webkitExitPointerLock": [
+ "/// Moved to [HtmlDocument]."
+ ],
+ "webkitFullscreenElement": [
+ "/// Moved to [HtmlDocument]."
+ ],
+ "webkitFullscreenEnabled": [
+ "/// Moved to [HtmlDocument]."
+ ],
+ "webkitHidden": [
+ "/// Moved to [HtmlDocument]."
+ ],
+ "webkitIsFullScreen": [
+ "/// Moved to [HtmlDocument]."
+ ],
+ "webkitPointerLockElement": [
+ "/// Moved to [HtmlDocument]."
+ ]
+ }
+ },
"HTMLCanvasElement": {
"members": {
"height": [

Powered by Google App Engine
This is Rietveld 408576698