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

Issue 14883008: use .append instead of .nodes.add (Closed)

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

Description

use .append instead of .nodes.add R=blois@google.com Committed: https://code.google.com/p/dart/source/detail?r=22652

Patch Set 1 #

Patch Set 2 : revert node_test and element_test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -70 lines) Patch
M tests/html/binding_syntax_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/html/canvas_pixel_array_type_alias_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/canvas_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/client_rect_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/cross_frame_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/css_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/dart_object_local_storage_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/datalistelement_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/documentfragment_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/element_bindings_test.dart View 8 chunks +20 lines, -20 lines 0 comments Download
M tests/html/event_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/events_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/htmlcollection_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/htmlelement_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/html/instance_of_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/js_interop_1_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/js_interop_2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/js_interop_3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/mutationobserver_test.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/html/native_gc_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/node_bindings_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/html/postmessage_structured_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/queryall_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/shadow_dom_layout_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/html/shadow_dom_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/html/svg_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/html/template_element_test.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M tests/html/window_open_test.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Jennifer Messerly
as suggested in another code review. I replaced everything except node_test and element_test; those two ...
7 years, 7 months ago (2013-05-13 20:01:47 UTC) #1
blois
lgtm, for reference, this is primarily due to better codegen for append vs nodes.add. So ...
7 years, 7 months ago (2013-05-13 20:06:03 UTC) #2
Emily Fortuna
Pete- do we have documentation of this? If not, can we add it? :-D
7 years, 7 months ago (2013-05-13 20:07:43 UTC) #3
Jennifer Messerly
On 2013/05/13 20:07:43, Emily Fortuna wrote: > Pete- do we have documentation of this? If ...
7 years, 7 months ago (2013-05-13 20:08:50 UTC) #4
Emily Fortuna
er, good point -- Talk to Andrei. Hack idea #1: Follow the JSON format and ...
7 years, 7 months ago (2013-05-13 20:14:20 UTC) #5
blois
Hack #3- ask Andrei to add it :) You should be able to manually edit ...
7 years, 7 months ago (2013-05-13 20:18:07 UTC) #6
Jennifer Messerly
Committed patchset #2 manually as r22652 (presubmit successful).
7 years, 7 months ago (2013-05-13 20:58:05 UTC) #7
Jennifer Messerly
7 years, 7 months ago (2013-05-13 21:08:01 UTC) #8
Message was sent while issue was closed.
fyi, since we might want to iterate on the docs I made another CL here:

https://codereview.chromium.org/15102013/

Powered by Google App Engine
This is Rietveld 408576698