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

Issue 216933005: Speeding up ElementList.clear & NodeList.clear. (Closed)

Created:
6 years, 9 months ago by blois
Modified:
6 years, 9 months ago
Reviewers:
Jacob
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Speeding up ElementList.clear & NodeList.clear. Changes elements.clear() to no longer remove nodes- but this seems like the correct behavior. Can use the nodes.clear() logic for elements if not. BUG=17892 R=jacobr@google.com Committed: https://code.google.com/p/dart/source/detail?r=34532

Patch Set 1 #

Patch Set 2 : Element now matches Node #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -12 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 3 chunks +8 lines, -3 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 4 chunks +11 lines, -6 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Element.darttemplate View 1 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Node.darttemplate View 1 2 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
blois
6 years, 9 months ago (2014-03-28 21:02:34 UTC) #1
Jacob
lgtm
6 years, 9 months ago (2014-03-28 22:11:48 UTC) #2
blois
6 years, 9 months ago (2014-03-28 22:16:48 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r34532 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698