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

Issue 12082122: Add supported checks to the SVG library, and library cleanup. (Closed)

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

Description

Add supported checks to the SVG library, and library cleanup. BUG= Committed: https://code.google.com/p/dart/source/detail?r=17994

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2627 lines, -1741 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 4 chunks +107 lines, -107 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 5 chunks +133 lines, -132 lines 0 comments Download
M sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/indexed_db/dartium/indexed_db_dartium.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 42 chunks +693 lines, -430 lines 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 42 chunks +780 lines, -517 lines 0 comments Download
M tests/html/html.status View 1 5 chunks +40 lines, -13 lines 0 comments Download
D tests/html/svg_1_test.dart View 1 chunk +0 lines, -46 lines 0 comments Download
D tests/html/svg_2_test.dart View 1 chunk +0 lines, -65 lines 0 comments Download
D tests/html/svg_3_test.dart View 1 chunk +0 lines, -129 lines 0 comments Download
A tests/html/svg_test.dart View 1 chunk +247 lines, -0 lines 0 comments Download
M tests/html/svgelement2_test.dart View 1 1 chunk +0 lines, -21 lines 0 comments Download
M tests/html/svgelement_test.dart View 1 chunk +298 lines, -108 lines 0 comments Download
M tools/dom/scripts/generator.py View 6 chunks +44 lines, -21 lines 0 comments Download
M tools/dom/scripts/htmldartgenerator.py View 1 chunk +8 lines, -3 lines 0 comments Download
M tools/dom/scripts/htmlrenamer.py View 2 chunks +36 lines, -8 lines 0 comments Download
M tools/dom/scripts/monitored.py View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/dom/scripts/systemhtml.py View 1 5 chunks +221 lines, -137 lines 0 comments Download
M tools/dom/scripts/systemnative.py View 1 chunk +5 lines, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_SVGElement.darttemplate View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Emily Fortuna
Take 2 of the last CL. It's identical except where marked by the comment. It ...
7 years, 10 months ago (2013-02-01 18:12:58 UTC) #1
blois
https://codereview.chromium.org/12082122/diff/1/tests/html/html.status File tests/html/html.status (right): https://codereview.chromium.org/12082122/diff/1/tests/html/html.status#newcode88 tests/html/html.status:88: storage_test: Fail, Pas Pass? https://codereview.chromium.org/12082122/diff/1/tests/html/svgelement2_test.dart File tests/html/svgelement2_test.dart (right): https://codereview.chromium.org/12082122/diff/1/tests/html/svgelement2_test.dart#newcode18 ...
7 years, 10 months ago (2013-02-01 18:24:19 UTC) #2
Emily Fortuna
fixed up. https://codereview.chromium.org/12082122/diff/1/tests/html/html.status File tests/html/html.status (right): https://codereview.chromium.org/12082122/diff/1/tests/html/html.status#newcode88 tests/html/html.status:88: storage_test: Fail, Pas On 2013/02/01 18:24:19, blois ...
7 years, 10 months ago (2013-02-01 18:58:57 UTC) #3
blois
7 years, 10 months ago (2013-02-01 19:00:52 UTC) #4
lgtm

https://codereview.chromium.org/12082122/diff/1/tools/dom/scripts/systemhtml.py
File tools/dom/scripts/systemhtml.py (right):

https://codereview.chromium.org/12082122/diff/1/tools/dom/scripts/systemhtml....
tools/dom/scripts/systemhtml.py:368: dict((key,
On 2013/02/01 18:58:57, Emily Fortuna wrote:
> On 2013/02/01 18:24:19, blois wrote:
> > Odd indenting
> 
> This was the most readable way I saw to write this list comprehension within
the
> confines of 80 char. What do you suggest instead?

I was just looking at the 6 space indent, but realized that it's lining up with
'key'.

Powered by Google App Engine
This is Rietveld 408576698