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

Issue 9430066: Add some sweet XML classes. (Closed)

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

Description

Add some sweet XML classes. Committed: https://code.google.com/p/dart/source/detail?r=4645

Patch Set 1 #

Total comments: 12

Patch Set 2 : Code review changes #

Patch Set 3 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2051 lines, -48 lines) Patch
M client/html/generated/src/wrapping/_HtmlWrappingImplementation.dart View 5 chunks +10 lines, -0 lines 0 comments Download
M client/html/html.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/html/htmlimpl.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/html/release/html.dart View 3 chunks +44 lines, -1 line 0 comments Download
M client/html/release/htmlimpl.dart View 9 chunks +354 lines, -1 line 0 comments Download
M client/html/src/DocumentFragment.dart View 1 1 chunk +5 lines, -0 lines 0 comments Download
M client/html/src/DocumentFragmentWrappingImplementation.dart View 2 chunks +24 lines, -0 lines 0 comments Download
A client/html/src/XMLDocument.dart View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
A client/html/src/XMLDocumentWrappingImplementation.dart View 1 2 1 chunk +149 lines, -0 lines 0 comments Download
A client/html/src/XMLElement.dart View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A client/html/src/XMLElementWrappingImplementation.dart View 1 chunk +175 lines, -0 lines 0 comments Download
M client/html/src/XMLHttpRequest.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/html/src/XMLHttpRequestWrappingImplementation.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/client.status View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M client/tests/client/html/DocumentFragmentTests.dart View 3 chunks +39 lines, -40 lines 0 comments Download
M client/tests/client/html/ElementTests.dart View 1 chunk +4 lines, -4 lines 0 comments Download
A client/tests/client/html/XMLDocumentTests.dart View 1 chunk +600 lines, -0 lines 0 comments Download
A client/tests/client/html/XMLElementTests.dart View 1 chunk +567 lines, -0 lines 0 comments Download
A client/tests/client/html/frog_DocumentFragmentTests.dart View 1 chunk +12 lines, -0 lines 0 comments Download
A client/tests/client/html/frog_html_tests.dart View 1 chunk +22 lines, -0 lines 0 comments Download
M client/tests/client/html/html_tests.dart View 1 chunk +1 line, -0 lines 0 comments Download
A client/tests/client/html/util.dart View 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
nweiz
8 years, 10 months ago (2012-02-22 21:25:11 UTC) #1
Jacob
Top level comments before a more detailed review. high level view: Adding an XMLDocument class ...
8 years, 10 months ago (2012-02-22 21:55:00 UTC) #2
nweiz
There are a couple reasons that XMLElement is separate from Element: * XMLElement.tag and XMLElement.xml ...
8 years, 10 months ago (2012-02-23 00:35:06 UTC) #3
Jacob
pretty much lgtm. One note, can XMLElements ever find their way within an HTML or ...
8 years, 10 months ago (2012-02-27 22:01:24 UTC) #4
nweiz
Good point about the types. Looks like the DOM allows HTML elements inside XML elements ...
8 years, 10 months ago (2012-02-27 22:11:58 UTC) #5
Jacob
8 years, 10 months ago (2012-02-27 22:34:31 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698