Added @category annotation for Web libraries and removed createCustomUpgrader.

TBR=jcollins@google.com

Change-Id: I151e8d8af4bc647bdf47399c11f83b1625dabcf6
Reviewed-on: https://dart-review.googlesource.com/48523
Reviewed-by: Terry Lucas <terry@google.com>
Commit-Queue: Terry Lucas <terry@google.com>
This commit is contained in:
Terry Lucas 2018-03-27 23:53:14 +00:00 committed by commit-bot@chromium.org
parent c60199cf86
commit 8e02ff92db
7 changed files with 12 additions and 4 deletions

View file

@ -121,8 +121,6 @@ class HtmlElement extends Element implements NoncedElement {
String nonce;
}
createCustomUpgrader(Type customElementClass, $this) => $this;
/**
* Emitted for any setlike IDL entry needs a callback signature.
* Today there is only one.

View file

@ -29,6 +29,8 @@
* * For even more examples, see
* [Dart HTML5 Samples](https://github.com/dart-lang/dart-html5-samples)
* on Github.
*
* {@category Web}
*/
library dart.dom.html;
@ -138,8 +140,6 @@ class HtmlElement extends Element implements NoncedElement {
String nonce;
}
createCustomUpgrader(Type customElementClass, $this) => $this;
/**
* Emitted for any setlike IDL entry needs a callback signature.
* Today there is only one.

View file

@ -77,6 +77,8 @@
*
* [IndexedDB reference](http://docs.webplatform.org/wiki/apis/indexeddb)
* provides wiki-style docs about indexedDB
*
* {@category Web}
*/
library dart.dom.indexed_db;

View file

@ -9,6 +9,8 @@
* For details about the features and syntax of SVG, a W3C standard,
* refer to the
* [Scalable Vector Graphics Specification](http://www.w3.org/TR/SVG/).
*
* {@category Web}
*/
library dart.dom.svg;

View file

@ -4,6 +4,8 @@
/**
* High-fidelity audio programming in the browser.
*
* {@category Web}
*/
library dart.dom.web_audio;

View file

@ -4,6 +4,8 @@
/**
* 3D programming in the browser.
*
* {@category Web}
*/
library dart.dom.web_gl;

View file

@ -11,6 +11,8 @@
* for more information.
*
* The [dart:indexed_db] APIs is a recommended alternatives.
*
* {@category Web}
*/
library dart.dom.web_sql;