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

Issue 1236793006: Fix type problem with FilteredElementList._iterable (Closed)

Created:
5 years, 5 months ago by Alan Knight
Modified:
5 years, 5 months ago
Reviewers:
terry, Bill Hesse
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix type problem with FilteredElementList._iterable BUG= R=whesse@google.com Committed: https://github.com/dart-lang/sdk/commit/de3ce04f0a778e87f214224316ab9d7c67488d6e

Patch Set 1 #

Patch Set 2 : A more ambitious cleanup, and one that actually works, remove generic #

Total comments: 22

Patch Set 3 : Review fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -49 lines) Patch
M sdk/lib/html/html_common/filtered_element_list.dart View 1 2 5 chunks +52 lines, -39 lines 0 comments Download
M sdk/lib/html/html_common/html_common.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/html/html_common/html_common_dart2js.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/html/filteredelementlist_test.dart View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
M tests/html/html.status View 1 1 chunk +0 lines, -7 lines 0 comments Download
M tools/dom/templates/html/impl/impl_SVGElement.darttemplate View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (2 generated)
Alan Knight
See https://github.com/dart-lang/sdk/issues/23849 The reason it fails is that we can't cast the result of the ...
5 years, 5 months ago (2015-07-15 20:35:24 UTC) #2
Bill Hesse
If you don't want to do all the changes suggested here, just the comment changes, ...
5 years, 5 months ago (2015-07-16 07:46:13 UTC) #4
Alan Knight
https://codereview.chromium.org/1236793006/diff/20001/sdk/lib/html/html_common/filtered_element_list.dart File sdk/lib/html/html_common/filtered_element_list.dart (right): https://codereview.chromium.org/1236793006/diff/20001/sdk/lib/html/html_common/filtered_element_list.dart#newcode8 sdk/lib/html/html_common/filtered_element_list.dart:8: * An indexable collection of a node's descendants in ...
5 years, 5 months ago (2015-07-16 22:11:59 UTC) #5
Bill Hesse
lgtm https://codereview.chromium.org/1236793006/diff/20001/sdk/lib/html/html_common/filtered_element_list.dart File sdk/lib/html/html_common/filtered_element_list.dart (right): https://codereview.chromium.org/1236793006/diff/20001/sdk/lib/html/html_common/filtered_element_list.dart#newcode12 sdk/lib/html/html_common/filtered_element_list.dart:12: implements NodeListWrapper { On 2015/07/16 22:11:58, Alan Knight ...
5 years, 5 months ago (2015-07-17 08:40:47 UTC) #6
Alan Knight
5 years, 5 months ago (2015-07-17 17:53:23 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
de3ce04f0a778e87f214224316ab9d7c67488d6e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698