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

Issue 26722002: Add "matchingTarget" function to Event, which is the Element that matched the CSS value selector. (Closed)

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

Description

Add "matchingTarget" function to Event, which is the Element that matched the CSS value selector. Bug fix for https://code.google.com/p/dart/issues/detail?id=12931 BUG= R=blois@google.com Committed: https://code.google.com/p/dart/source/detail?r=28430

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Total comments: 9

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -15 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 3 chunks +34 lines, -5 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 3 chunks +34 lines, -5 lines 0 comments Download
M tests/html/element_test.dart View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
M tools/dom/src/EventStreamProvider.dart View 1 2 2 chunks +10 lines, -4 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Event.darttemplate View 1 2 3 1 chunk +24 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Emily Fortuna
7 years, 2 months ago (2013-10-09 17:49:54 UTC) #1
blois
https://codereview.chromium.org/26722002/diff/3001/tools/dom/templates/html/impl/impl_Event.darttemplate File tools/dom/templates/html/impl/impl_Event.darttemplate (left): https://codereview.chromium.org/26722002/diff/3001/tools/dom/templates/html/impl/impl_Event.darttemplate#oldcode37 tools/dom/templates/html/impl/impl_Event.darttemplate:37: $CLASSNAME._private(); Why remove of this? https://codereview.chromium.org/26722002/diff/3001/tools/dom/templates/html/impl/impl_Event.darttemplate File tools/dom/templates/html/impl/impl_Event.darttemplate (right): ...
7 years, 2 months ago (2013-10-09 20:47:18 UTC) #2
Emily Fortuna
try this again. https://codereview.chromium.org/26722002/diff/3001/tools/dom/templates/html/impl/impl_Event.darttemplate File tools/dom/templates/html/impl/impl_Event.darttemplate (left): https://codereview.chromium.org/26722002/diff/3001/tools/dom/templates/html/impl/impl_Event.darttemplate#oldcode37 tools/dom/templates/html/impl/impl_Event.darttemplate:37: $CLASSNAME._private(); On 2013/10/09 20:47:18, blois wrote: ...
7 years, 2 months ago (2013-10-09 22:16:27 UTC) #3
blois
https://codereview.chromium.org/26722002/diff/9001/tools/dom/src/EventStreamProvider.dart File tools/dom/src/EventStreamProvider.dart (right): https://codereview.chromium.org/26722002/diff/9001/tools/dom/src/EventStreamProvider.dart#newcode78 tools/dom/src/EventStreamProvider.dart:78: Stream<T> matches(String selector) => how about => this.where((event) => ...
7 years, 2 months ago (2013-10-09 22:25:43 UTC) #4
Emily Fortuna
ptal https://codereview.chromium.org/26722002/diff/9001/tools/dom/src/EventStreamProvider.dart File tools/dom/src/EventStreamProvider.dart (right): https://codereview.chromium.org/26722002/diff/9001/tools/dom/src/EventStreamProvider.dart#newcode78 tools/dom/src/EventStreamProvider.dart:78: Stream<T> matches(String selector) => On 2013/10/09 22:25:44, blois ...
7 years, 2 months ago (2013-10-09 22:39:17 UTC) #5
blois
lgtm https://codereview.chromium.org/26722002/diff/9001/tools/dom/templates/html/impl/impl_Event.darttemplate File tools/dom/templates/html/impl/impl_Event.darttemplate (right): https://codereview.chromium.org/26722002/diff/9001/tools/dom/templates/html/impl/impl_Event.darttemplate#newcode51 tools/dom/templates/html/impl/impl_Event.darttemplate:51: Element matchingTarget() { On 2013/10/09 22:39:18, Emily Fortuna ...
7 years, 2 months ago (2013-10-09 23:12:57 UTC) #6
Emily Fortuna
7 years, 2 months ago (2013-10-09 23:43:25 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r28430 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698