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

Unified Diff: sdk/lib/html/dart2js/html_dart2js.dart

Side-by-side diff isn't available for this file because of its large size.
Issue 23591046: Making Document, Element and Window documentable via @DocsEditable (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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:
Download patch
Index: sdk/lib/html/dart2js/html_dart2js.dart
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
index d5bf1dd55122b1c04752b6dae111d3b48517ff79..12bf0004d447f9e4262c316f0e0d71a2ec2021bc 100644
--- a/sdk/lib/html/dart2js/html_dart2js.dart
+++ b/sdk/lib/html/dart2js/html_dart2js.dart
@@ -6950,6 +6950,7 @@ class DivElement extends HtmlElement native "HTMLDivElement" {
// BSD-style license that can be found in the LICENSE file.
+@DocsEditable
/**
* The base class for all documents.
*
@@ -8765,6 +8766,7 @@ class _FrozenElementList<T extends Element> extends ListBase<T> implements Eleme
}
+@DocsEditable
/**
* An abstract class, which all HTML elements extend.
*/
@@ -24670,6 +24672,7 @@ class WheelEvent extends MouseEvent native "WheelEvent,MouseWheelEvent,MouseScro
// BSD-style license that can be found in the LICENSE file.
+@DocsEditable
@DomName('Window')
class Window extends EventTarget implements WindowBase, WindowTimers, WindowBase64 native "Window,DOMWindow" {
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | tools/dom/templates/html/impl/impl_Document.darttemplate » ('J')

Powered by Google App Engine
This is Rietveld 408576698