Skip to content

Commit

Permalink
Added @category annotation for Web libraries and removed createCustom…
Browse files Browse the repository at this point in the history
…Upgrader.

[email protected]

Change-Id: I151e8d8af4bc647bdf47399c11f83b1625dabcf6
Reviewed-on: https://dart-review.googlesource.com/48523
Reviewed-by: Terry Lucas <[email protected]>
Commit-Queue: Terry Lucas <[email protected]>
  • Loading branch information
terrylucas authored and [email protected] committed Mar 27, 2018
1 parent c60199c commit 8e02ff9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 4 deletions.
2 changes: 0 additions & 2 deletions sdk/lib/html/dart2js/html_dart2js.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions tools/dom/templates/html/dart2js/html_dart2js.darttemplate
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 2 additions & 0 deletions tools/dom/templates/html/dart2js/svg_dart2js.darttemplate
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

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

Expand Down
2 changes: 2 additions & 0 deletions tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

/**
* 3D programming in the browser.
*
* {@category Web}
*/
library dart.dom.web_gl;

Expand Down
2 changes: 2 additions & 0 deletions tools/dom/templates/html/dart2js/web_sql_dart2js.darttemplate
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
* for more information.
*
* The [dart:indexed_db] APIs is a recommended alternatives.
*
* {@category Web}
*/
library dart.dom.web_sql;

Expand Down

0 comments on commit 8e02ff9

Please sign in to comment.