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

Issue 8355019: Make DocumentFragment implement Element. (Closed)

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

Description

Make DocumentFragment implement Element. Committed: https://code.google.com/p/dart/source/detail?r=587

Patch Set 1 #

Total comments: 12

Patch Set 2 : Code review changes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+664 lines, -13 lines) Patch
M client/html/src/DocumentFragment.dart View 1 1 chunk +2 lines, -4 lines 0 comments Download
M client/html/src/DocumentFragmentWrappingImplementation.dart View 1 2 chunks +356 lines, -5 lines 0 comments Download
M client/html/src/Element.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M client/html/src/ElementWrappingImplementation.dart View 1 chunk +7 lines, -2 lines 0 comments Download
M client/tests/client/client.status View 1 chunk +1 line, -0 lines 0 comments Download
A client/tests/client/html/DocumentFragmentTests.dart View 1 chunk +280 lines, -0 lines 0 comments Download
A client/tests/client/html/html_tests.dart View 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
nweiz
9 years, 2 months ago (2011-10-19 22:33:40 UTC) #1
Jacob
Great tests! http://codereview.chromium.org/8355019/diff/1/client/html/src/DocumentFragment.dart File client/html/src/DocumentFragment.dart (left): http://codereview.chromium.org/8355019/diff/1/client/html/src/DocumentFragment.dart#oldcode9 client/html/src/DocumentFragment.dart:9: Element query(String selectors); remove these two methods. ...
9 years, 2 months ago (2011-10-19 23:36:03 UTC) #2
nweiz
http://codereview.chromium.org/8355019/diff/1/client/html/src/DocumentFragment.dart File client/html/src/DocumentFragment.dart (left): http://codereview.chromium.org/8355019/diff/1/client/html/src/DocumentFragment.dart#oldcode9 client/html/src/DocumentFragment.dart:9: Element query(String selectors); On 2011/10/19 23:36:03, jacobr wrote: > ...
9 years, 2 months ago (2011-10-19 23:42:09 UTC) #3
Jacob
One more thing, Remove the ClientRectList class from the generated directory and from html.dart
9 years, 2 months ago (2011-10-19 23:43:54 UTC) #4
Jacob
lgtm
9 years, 2 months ago (2011-10-19 23:46:01 UTC) #5
nweiz
9 years, 2 months ago (2011-10-20 00:07:54 UTC) #6
On 2011/10/19 23:43:54, jacobr wrote:
> One more thing, Remove the ClientRectList class from the generated directory
and
> from html.dart

I don't think I can actually get rid of ClientRectList, since I'm still
accessing it in ElementWrappingImplementation in order to build the
List<ClientRect>.

Powered by Google App Engine
This is Rietveld 408576698