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

Issue 14051007: Allow multiple tags in native clause. (Closed)

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

Description

Allow multiple tags in native clause. This simplifies, but does not allow us to get rid of, the typeNameOf functions. The '*' is no longer necessary, so native "*DOMWindow" becomes native "Window,DOMWindow". Committed: https://code.google.com/p/dart/source/detail?r=21843

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+569 lines, -582 lines) Patch
M sdk/lib/_internal/compiler/implementation/compiler.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart View 5 chunks +7 lines, -17 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/native_helper.dart View 4 chunks +0 lines, -11 lines 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 317 chunks +317 lines, -317 lines 0 comments Download
M sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart View 12 chunks +12 lines, -12 lines 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 143 chunks +143 lines, -143 lines 0 comments Download
M sdk/lib/typeddata/dart2js/typeddata_dart2js.dart View 12 chunks +12 lines, -12 lines 0 comments Download
M sdk/lib/web_audio/dart2js/web_audio_dart2js.dart View 27 chunks +27 lines, -27 lines 0 comments Download
M sdk/lib/web_gl/dart2js/web_gl_dart2js.dart View 27 chunks +27 lines, -27 lines 0 comments Download
M sdk/lib/web_sql/dart2js/web_sql_dart2js.dart View 7 chunks +7 lines, -7 lines 0 comments Download
M tools/dom/scripts/generator.py View 2 chunks +14 lines, -6 lines 0 comments Download
M tools/dom/templates/html/dart2js/html_dart2js.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_Window.darttemplate View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
sra1
7 years, 8 months ago (2013-04-22 21:32:22 UTC) #1
blois
lgtm
7 years, 8 months ago (2013-04-22 21:38:48 UTC) #2
sra1
7 years, 8 months ago (2013-04-22 21:41:45 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r21843 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698