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

Issue 133693004: Add special case templates to handle Global/WindowEventHandlers (Closed)

Created:
6 years, 11 months ago by vsm
Modified:
6 years, 11 months ago
Reviewers:
blois
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add special case templates to handle Global/WindowEventHandlers TBR=blois@google.com BUG=15954 Committed: https://code.google.com/p/dart/source/detail?r=31714

Patch Set 1 #

Patch Set 2 : Update whitelist #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -19 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 5 chunks +5 lines, -11 lines 0 comments Download
M tests/compiler/dart2js/analyze_api_test.dart View 1 1 chunk +0 lines, -4 lines 0 comments Download
A + tools/dom/templates/html/impl/impl_GlobalEventHandlers.darttemplate View 1 chunk +1 line, -1 line 1 comment Download
A + tools/dom/templates/html/impl/impl_WindowEventHandlers.darttemplate View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
vsm
6 years, 11 months ago (2014-01-10 21:57:59 UTC) #1
vsm
Committed patchset #2 manually as r31714 (presubmit successful).
6 years, 11 months ago (2014-01-10 21:59:46 UTC) #2
blois
6 years, 11 months ago (2014-01-10 22:01:22 UTC) #3
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/133693004/diff/30001/tools/dom/templat...
File tools/dom/templates/html/impl/impl_GlobalEventHandlers.darttemplate
(right):

https://chromiumcodereview.appspot.com/133693004/diff/30001/tools/dom/templat...
tools/dom/templates/html/impl/impl_GlobalEventHandlers.darttemplate:8:
$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME extends EventTarget$NATIVESPEC
{
Implements rather than extends?

Powered by Google App Engine
This is Rietveld 408576698