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

Issue 11415184: Adding @domName annotations to impl files what were missing them. (Closed)

Created:
8 years ago by blois
Modified:
8 years ago
Reviewers:
Andrei Mouravski, Jacob
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Adding @domName annotations to impl files what were missing them. BUG= Committed: https://code.google.com/p/dart/source/detail?r=15462

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -3 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 29 chunks +29 lines, -1 line 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 23 chunks +23 lines, -1 line 0 comments Download
M sdk/lib/html/templates/html/dart2js/impl_AudioBufferSourceNode.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/dart2js/impl_Console.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/dart2js/impl_IDBDatabase.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/dart2js/impl_MouseEvent.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/dart2js/impl_SelectElement.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/dart2js/impl_TableElement.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/dart2js/impl_Url.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/dartium/impl_LocalWindow.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
sdk/lib/html/templates/html/dartium/impl_MouseEvent.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_AudioContext.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_CSSStyleDeclaration.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_CanvasElement.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_CustomEvent.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_Document.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_Element.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_Event.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
sdk/lib/html/templates/html/impl/impl_EventTarget.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/html/templates/html/impl/impl_HtmlDocument.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_HttpRequest.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_IDBKeyRange.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_MutationObserver.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_Node.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_Point.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_ShadowRoot.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_Storage.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_SvgElement.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_SvgSvgElement.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_Text.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_WebSocket.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_WheelEvent.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 3 chunks +3 lines, -0 lines 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
blois
8 years ago (2012-11-28 19:07:26 UTC) #1
Jacob
lgtm
8 years ago (2012-11-28 19:15:50 UTC) #2
Andrei Mouravski
8 years ago (2012-11-28 19:39:45 UTC) #3
Message was sent while issue was closed.
lgtm

So, is it recommended that people write docs for these members/classes within
these files? As opposed to @docsEditable?

Powered by Google App Engine
This is Rietveld 408576698