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

Issue 8919029: Add a couple useful SVG constructors. (Closed)

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

Description

Add a couple useful SVG constructors. Committed: https://code.google.com/p/dart/source/detail?r=2475

Patch Set 1 #

Total comments: 8

Patch Set 2 : Comments #

Total comments: 4

Patch Set 3 : Don't set XMLNS #

Patch Set 4 : Add tests #

Patch Set 5 : Oops, don't include the next patch in this one #

Unified diffs Side-by-side diffs Delta from patch set Stats (+373 lines, -702 lines) Patch
D client/html/generated/src/interface/SVGElement.dart View 1 chunk +0 lines, -20 lines 0 comments Download
D client/html/generated/src/interface/SVGSVGElement.dart View 1 chunk +0 lines, -90 lines 0 comments Download
D client/html/generated/src/wrapping/_SVGElementWrappingImplementation.dart View 1 chunk +0 lines, -21 lines 0 comments Download
D client/html/generated/src/wrapping/_SVGSVGElementWrappingImplementation.dart View 1 chunk +0 lines, -214 lines 0 comments Download
M client/html/html.dart View 3 chunks +2 lines, -2 lines 0 comments Download
M client/html/htmlimpl.dart View 3 chunks +2 lines, -2 lines 0 comments Download
M client/html/release/html.dart View 4 4 chunks +111 lines, -110 lines 0 comments Download
M client/html/release/htmlimpl.dart View 4 chunks +242 lines, -235 lines 0 comments Download
A + client/html/src/SVGElement.dart View 4 1 chunk +2 lines, -2 lines 0 comments Download
A + client/html/src/SVGElementWrappingImplementation.dart View 4 1 chunk +4 lines, -2 lines 0 comments Download
A + client/html/src/SVGSVGElement.dart View 1 chunk +3 lines, -2 lines 0 comments Download
A + client/html/src/SVGSVGElementWrappingImplementation.dart View 1 2 4 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
nweiz
9 years ago (2011-12-13 01:44:14 UTC) #1
Jacob
http://codereview.chromium.org/8919029/diff/1/client/html/src/SVGElement.dart File client/html/src/SVGElement.dart (right): http://codereview.chromium.org/8919029/diff/1/client/html/src/SVGElement.dart#newcode7 client/html/src/SVGElement.dart:7: SVGElement.tag(String tag); Add a comment clarifying when you should ...
9 years ago (2011-12-13 01:49:22 UTC) #2
nweiz
http://codereview.chromium.org/8919029/diff/1/client/html/src/SVGElement.dart File client/html/src/SVGElement.dart (right): http://codereview.chromium.org/8919029/diff/1/client/html/src/SVGElement.dart#newcode7 client/html/src/SVGElement.dart:7: SVGElement.tag(String tag); On 2011/12/13 01:49:22, Jacob wrote: > Add ...
9 years ago (2011-12-13 19:08:06 UTC) #3
Jacob
http://codereview.chromium.org/8919029/diff/1/client/html/src/SVGElement.dart File client/html/src/SVGElement.dart (right): http://codereview.chromium.org/8919029/diff/1/client/html/src/SVGElement.dart#newcode7 client/html/src/SVGElement.dart:7: SVGElement.tag(String tag); On 2011/12/13 19:08:06, nweiz wrote: > On ...
9 years ago (2011-12-13 19:21:54 UTC) #4
nweiz
http://codereview.chromium.org/8919029/diff/1/client/html/src/SVGElement.dart File client/html/src/SVGElement.dart (right): http://codereview.chromium.org/8919029/diff/1/client/html/src/SVGElement.dart#newcode7 client/html/src/SVGElement.dart:7: SVGElement.tag(String tag); On 2011/12/13 19:21:54, Jacob wrote: > On ...
9 years ago (2011-12-13 19:27:57 UTC) #5
Jacob
http://codereview.chromium.org/8919029/diff/6001/client/html/src/SVGSVGElementWrappingImplementation.dart File client/html/src/SVGSVGElementWrappingImplementation.dart (right): http://codereview.chromium.org/8919029/diff/6001/client/html/src/SVGSVGElementWrappingImplementation.dart#newcode11 client/html/src/SVGSVGElementWrappingImplementation.dart:11: // and set innerSVG; set version to 1.1 because ...
9 years ago (2011-12-13 19:29:26 UTC) #6
nweiz
http://codereview.chromium.org/8919029/diff/6001/client/html/src/SVGSVGElementWrappingImplementation.dart File client/html/src/SVGSVGElementWrappingImplementation.dart (right): http://codereview.chromium.org/8919029/diff/6001/client/html/src/SVGSVGElementWrappingImplementation.dart#newcode11 client/html/src/SVGSVGElementWrappingImplementation.dart:11: // and set innerSVG; set version to 1.1 because ...
9 years ago (2011-12-13 19:41:23 UTC) #7
Jacob
9 years ago (2011-12-13 19:50:32 UTC) #8
lgtm

Powered by Google App Engine
This is Rietveld 408576698