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

Issue 11030012: Add constructor for CustomEvent. (Closed)

Created:
8 years, 2 months ago by Emily Fortuna
Modified:
8 years, 2 months ago
Reviewers:
vsm, blois
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add constructor for CustomEvent. Committed: https://code.google.com/p/dart/source/detail?r=13127

Patch Set 1 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -10 lines) Patch
M lib/html/dart2js/html_dart2js.dart View 3 chunks +17 lines, -3 lines 0 comments Download
lib/html/dartium/html_dartium.dart View 4 chunks +17 lines, -3 lines 0 comments Download
lib/html/scripts/htmlrenamer.py View 1 chunk +1 line, -0 lines 0 comments Download
lib/html/src/shared_FactoryProviders.dart View 1 chunk +9 lines, -0 lines 1 comment Download
lib/html/templates/html/interface/interface_CustomEvent.darttemplate View 1 chunk +14 lines, -0 lines 0 comments Download
tests/html/event_customevent_test.dart View 1 chunk +1 line, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Emily Fortuna
8 years, 2 months ago (2012-10-02 02:09:11 UTC) #1
vsm
lgtm
8 years, 2 months ago (2012-10-02 15:42:57 UTC) #2
blois
8 years, 2 months ago (2012-10-02 17:14:06 UTC) #3
lgtm

https://codereview.chromium.org/11030012/diff/4001/lib/html/src/shared_Factor...
File lib/html/src/shared_FactoryProviders.dart (right):

https://codereview.chromium.org/11030012/diff/4001/lib/html/src/shared_Factor...
lib/html/src/shared_FactoryProviders.dart:6: static CustomEvent
createCustomEvent(String type, [bool canBubble = true,
Nit- there isn't really any reason to have default properties here since the
defaults are being specified by the constructor and it's just passing through.

Powered by Google App Engine
This is Rietveld 408576698