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

Issue 23189014: Removing more dom_ methods. (Closed)

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

Description

Removing more dom_ methods (dom_getAttribute and dom_setAttribute.). BUG= R=blois@google.com Committed: https://code.google.com/p/dart/source/detail?r=26928

Patch Set 1 : #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -58 lines) Patch
M samples/third_party/dromaeo/tests/dom-attr-html.dart View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M samples/third_party/dromaeo/tests/dom-traverse-html.dart View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 10 chunks +17 lines, -18 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 10 chunks +17 lines, -17 lines 0 comments Download
M tests/html/safe_dom_test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/scripts/htmlrenamer.py View 1 2 3 3 chunks +5 lines, -6 lines 0 comments Download
M tools/dom/src/AttributeMap.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Element.darttemplate View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_Node.darttemplate View 3 2 chunks +4 lines, -4 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Range.darttemplate View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
Emily Fortuna
I did performance tests, and could not find any difference between the $dom version and ...
7 years, 4 months ago (2013-08-23 21:02:05 UTC) #1
Emily Fortuna
ping?
7 years, 3 months ago (2013-08-27 16:01:20 UTC) #2
blois
https://codereview.chromium.org/23189014/diff/3001/samples/third_party/dromaeo/tests/dom-attr-html.dart File samples/third_party/dromaeo/tests/dom-attr-html.dart (left): https://codereview.chromium.org/23189014/diff/3001/samples/third_party/dromaeo/tests/dom-attr-html.dart#oldcode21 samples/third_party/dromaeo/tests/dom-attr-html.dart:21: ret = elem.$dom_getAttribute('id'); This introduces a significant perf cost ...
7 years, 3 months ago (2013-08-27 16:08:10 UTC) #3
Emily Fortuna
ptal https://codereview.chromium.org/23189014/diff/3001/samples/third_party/dromaeo/tests/dom-traverse-html.dart File samples/third_party/dromaeo/tests/dom-traverse-html.dart (right): https://codereview.chromium.org/23189014/diff/3001/samples/third_party/dromaeo/tests/dom-traverse-html.dart#newcode37 samples/third_party/dromaeo/tests/dom-traverse-html.dart:37: final nodes = document.body; On 2013/08/27 16:08:10, blois ...
7 years, 3 months ago (2013-08-27 22:48:43 UTC) #4
Emily Fortuna
let's try this again. getAttribute still looks fine performance-wise. I made childNodes public (the reason ...
7 years, 3 months ago (2013-08-28 19:17:13 UTC) #5
blois
On 2013/08/28 19:17:13, Emily Fortuna wrote: > let's try this again. getAttribute still looks fine ...
7 years, 3 months ago (2013-08-28 19:22:24 UTC) #6
Emily Fortuna
On 2013/08/28 19:22:24, blois wrote: > On 2013/08/28 19:17:13, Emily Fortuna wrote: > > let's ...
7 years, 3 months ago (2013-08-29 22:44:56 UTC) #7
blois
On 2013/08/29 22:44:56, Emily Fortuna wrote: > On 2013/08/28 19:22:24, blois wrote: > > On ...
7 years, 3 months ago (2013-08-30 00:08:31 UTC) #8
blois
lgtm
7 years, 3 months ago (2013-08-30 01:09:28 UTC) #9
Emily Fortuna
7 years, 3 months ago (2013-08-30 17:18:53 UTC) #10
Message was sent while issue was closed.
Committed patchset #6 manually as r26928 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698