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

Issue 8330003: Rename cloneNode to clone and move it into the Node interface. (Closed)

Created:
9 years, 2 months ago by nweiz
Modified:
9 years, 2 months ago
Reviewers:
Jacob
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Rename cloneNode to clone and move it into the Node interface. Committed: https://code.google.com/p/dart/source/detail?r=563

Patch Set 1 #

Total comments: 2

Patch Set 2 : Don't change the benchmark that uses the DOM interface. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -10 lines) Patch
M client/html/benchmarks/dromaeo/tests/DomModify.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M client/html/release/html.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M client/html/src/Node.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/html/src/NodeWrappingImplementation.dart View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
nweiz
9 years, 2 months ago (2011-10-17 23:57:08 UTC) #1
Jacob
http://codereview.chromium.org/8330003/diff/1/client/dom/benchmarks/dromaeo/tests/dom-modify.dart File client/dom/benchmarks/dromaeo/tests/dom-modify.dart (left): http://codereview.chromium.org/8330003/diff/1/client/dom/benchmarks/dromaeo/tests/dom-modify.dart#oldcode51 client/dom/benchmarks/dromaeo/tests/dom-modify.dart:51: for (int i = 0; i < elems.length; i++) ...
9 years, 2 months ago (2011-10-18 01:36:48 UTC) #2
nweiz
http://codereview.chromium.org/8330003/diff/1/client/dom/benchmarks/dromaeo/tests/dom-modify.dart File client/dom/benchmarks/dromaeo/tests/dom-modify.dart (left): http://codereview.chromium.org/8330003/diff/1/client/dom/benchmarks/dromaeo/tests/dom-modify.dart#oldcode51 client/dom/benchmarks/dromaeo/tests/dom-modify.dart:51: for (int i = 0; i < elems.length; i++) ...
9 years, 2 months ago (2011-10-18 19:49:41 UTC) #3
Jacob
9 years, 2 months ago (2011-10-18 20:19:07 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698