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

Issue 11887006: Changed @domName annotation in comment to full fledge @DomName annotation. (Closed)

Created:
7 years, 11 months ago by Andrei Mouravski
Modified:
7 years, 11 months ago
Reviewers:
sra1, blois
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Changed @domName annotation in comment to full fledge @DomName annotation. Committed: https://code.google.com/p/dart/source/detail?r=17154

Patch Set 1 #

Patch Set 2 : Whoops. Some stuff was commented out. #

Patch Set 3 : Removed newline stuff. #

Patch Set 4 : Removed crud. #

Patch Set 5 : Removed 512 newlines. #

Patch Set 6 : Merged and stuff.' #

Total comments: 17

Patch Set 7 : Code review changes. #

Total comments: 1

Patch Set 8 : Single quotes! #

Total comments: 8

Patch Set 9 : Code review changes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13138 lines, -13702 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 1 2 3 4 5 6 7 8 506 chunks +5031 lines, -2884 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 1 2 3 4 5 6 7 8 551 chunks +3228 lines, -5784 lines 0 comments Download
M sdk/lib/html/html_common/metadata.dart View 1 2 3 4 5 6 7 8 1 chunk +13 lines, -0 lines 0 comments Download
M sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart View 1 2 3 4 5 6 7 8 35 chunks +228 lines, -138 lines 0 comments Download
M sdk/lib/indexed_db/dartium/indexed_db_dartium.dart View 1 2 3 4 5 6 7 8 39 chunks +137 lines, -248 lines 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 1 2 3 4 5 6 7 8 185 chunks +2298 lines, -1207 lines 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 1 2 3 4 5 6 7 8 183 chunks +1434 lines, -2661 lines 0 comments Download
M sdk/lib/web_audio/dart2js/web_audio_dart2js.dart View 1 2 3 4 5 6 7 8 33 chunks +277 lines, -140 lines 0 comments Download
M sdk/lib/web_audio/dartium/web_audio_dartium.dart View 1 2 3 4 5 6 7 8 39 chunks +179 lines, -325 lines 0 comments Download
M tools/dom/scripts/generator.py View 1 2 3 4 5 6 7 8 2 chunks +15 lines, -2 lines 0 comments Download
M tools/dom/scripts/htmldartgenerator.py View 1 2 3 4 5 6 7 8 3 chunks +21 lines, -12 lines 0 comments Download
M tools/dom/scripts/systemhtml.py View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -7 lines 0 comments Download
M tools/dom/scripts/systemnative.py View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -3 lines 0 comments Download
M tools/dom/src/shared_FactoryProviders.dart View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/dart2js_impl.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/dart2js/impl_ArrayBuffer.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -3 lines 0 comments Download
M tools/dom/templates/html/dart2js/impl_AudioBufferSourceNode.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/dart2js/impl_Console.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +43 lines, -23 lines 0 comments Download
M tools/dom/templates/html/dart2js/impl_HTMLTableElement.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/dart2js/impl_IDBDatabase.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/dart2js/impl_KeyboardEvent.darttemplate View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -4 lines 0 comments Download
M tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/dart2js/impl_Navigator.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M tools/dom/templates/html/dart2js/impl_URL.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/dart2js/impl_Window.darttemplate View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -4 lines 0 comments Download
M tools/dom/templates/html/dart2js/impl_WorkerContext.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/dart2js/web_audio_dart2js.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M tools/dom/templates/html/dartium/dart_implementation.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/dartium/impl_KeyboardEvent.darttemplate View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/dartium/impl_Window.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_AudioContext.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Blob.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_CustomEvent.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Document.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Element.darttemplate View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Event.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_EventTarget.darttemplate View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -3 lines 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate View 1 2 3 4 5 6 7 8 2 chunks +23 lines, -23 lines 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLInputElement.darttemplate View 1 2 3 4 5 6 7 8 22 chunks +91 lines, -92 lines 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLSelectElement.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_History.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_IDBFactory.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_IDBKeyRange.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -14 lines 0 comments Download
M tools/dom/templates/html/impl/impl_MutationObserver.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Node.darttemplate View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -4 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Range.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_SVGElement.darttemplate View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -5 lines 0 comments Download
M tools/dom/templates/html/impl/impl_SVGSVGElement.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Storage.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Text.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_UIEvent.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_WheelEvent.darttemplate View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -7 lines 0 comments Download
M tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/pure_interface.darttemplate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M utils/apidoc/html_diff.dart View 1 2 3 4 5 6 7 8 8 chunks +40 lines, -42 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Andrei Mouravski
Bam!
7 years, 11 months ago (2013-01-12 00:47:33 UTC) #1
blois
https://codereview.chromium.org/11887006/diff/11048/sdk/lib/html/html_common/metadata.dart File sdk/lib/html/html_common/metadata.dart (right): https://codereview.chromium.org/11887006/diff/11048/sdk/lib/html/html_common/metadata.dart#newcode5 sdk/lib/html/html_common/metadata.dart:5: library metadata; Any specific reasons for this? I'd recommend ...
7 years, 11 months ago (2013-01-12 01:21:29 UTC) #2
Andrei Mouravski
PTAL. https://codereview.chromium.org/11887006/diff/11048/sdk/lib/html/html_common/metadata.dart File sdk/lib/html/html_common/metadata.dart (right): https://codereview.chromium.org/11887006/diff/11048/sdk/lib/html/html_common/metadata.dart#newcode5 sdk/lib/html/html_common/metadata.dart:5: library metadata; On 2013/01/12 01:21:29, blois wrote: > ...
7 years, 11 months ago (2013-01-14 22:56:46 UTC) #3
sra1
lgtm. Personally, I would have used single quotes for the generated strings. https://codereview.chromium.org/11887006/diff/2050/sdk/lib/html/html_common/metadata.dart File sdk/lib/html/html_common/metadata.dart ...
7 years, 11 months ago (2013-01-15 11:47:13 UTC) #4
Andrei Mouravski
PTAL.
7 years, 11 months ago (2013-01-15 20:02:40 UTC) #5
blois
https://codereview.chromium.org/11887006/diff/11048/tools/dom/scripts/generator.py File tools/dom/scripts/generator.py (right): https://codereview.chromium.org/11887006/diff/11048/tools/dom/scripts/generator.py#newcode726 tools/dom/scripts/generator.py:726: annotations.append('@DomName("' + key + '")') On 2013/01/14 22:56:46, Andrei ...
7 years, 11 months ago (2013-01-15 22:26:32 UTC) #6
Andrei Mouravski
PTAL. https://codereview.chromium.org/11887006/diff/11048/tools/dom/scripts/generator.py File tools/dom/scripts/generator.py (right): https://codereview.chromium.org/11887006/diff/11048/tools/dom/scripts/generator.py#newcode726 tools/dom/scripts/generator.py:726: annotations.append('@DomName("' + key + '")') On 2013/01/15 22:26:32, ...
7 years, 11 months ago (2013-01-16 00:24:25 UTC) #7
blois
On 2013/01/16 00:24:25, Andrei Mouravski wrote: > PTAL. > > https://codereview.chromium.org/11887006/diff/11048/tools/dom/scripts/generator.py > File tools/dom/scripts/generator.py (right): ...
7 years, 11 months ago (2013-01-16 01:49:39 UTC) #8
blois
lgtm
7 years, 11 months ago (2013-01-16 01:49:52 UTC) #9
sra1
7 years, 11 months ago (2013-01-16 08:38:28 UTC) #10
lgtm

Powered by Google App Engine
This is Rietveld 408576698