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

Issue 11359169: Removing Event.srcElement. (Closed)

Created:
8 years, 1 month ago by blois
Modified:
8 years, 1 month ago
Reviewers:
vsm
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Removing Event.srcElement. Event.srcElement is a non-standard legacy API, not supported on Firefox. Bug 5206 requests that the return type be changed to Element, but IE types it as an Object and Opera as Node. I think we should just remove it. BUG=5206 Committed: https://code.google.com/p/dart/source/detail?r=14909

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -8 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 1 chunk +0 lines, -4 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 1 chunk +0 lines, -4 lines 0 comments Download
M sdk/lib/html/scripts/htmlrenamer.py View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
blois
8 years, 1 month ago (2012-11-12 22:57:33 UTC) #1
vsm
8 years, 1 month ago (2012-11-13 00:15:16 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698