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

Issue 11679007: Adding support checks for partially supported element types and updating tests. (Closed)

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

Description

Adding 'supported' checks to elements which are not supported on all platforms and adding annotations as to which platforms they are supported on. Also refactoring tests to accurately reflect what is and is not supported on the various platforms. BUG= Committed: https://code.google.com/p/dart/source/detail?r=16553

Patch Set 1 #

Patch Set 2 : Adding annotations. #

Patch Set 3 : #

Patch Set 4 : Removing duplicated contentelement_test. #

Total comments: 8

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+616 lines, -249 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 1 2 14 chunks +101 lines, -1 line 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 15 chunks +75 lines, -6 lines 0 comments Download
M sdk/lib/html/scripts/generator.py View 1 2 chunks +54 lines, -3 lines 0 comments Download
M sdk/lib/html/scripts/htmldartgenerator.py View 1 2 chunks +11 lines, -0 lines 0 comments Download
M sdk/lib/html/scripts/systemhtml.py View 1 2 3 4 3 chunks +24 lines, -0 lines 0 comments Download
M sdk/lib/html/scripts/systemnative.py View 1 2 chunks +9 lines, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_Element.darttemplate View 3 chunks +15 lines, -1 line 0 comments Download
M sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart View 1 1 chunk +3 lines, -3 lines 0 comments Download
M sdk/lib/indexed_db/dartium/indexed_db_dartium.dart View 1 1 chunk +3 lines, -3 lines 0 comments Download
D tests/html/contentelement_test.dart View 1 2 3 1 chunk +0 lines, -20 lines 0 comments Download
M tests/html/element_test.dart View 1 2 3 4 3 chunks +0 lines, -179 lines 0 comments Download
A tests/html/element_types_test.dart View 1 chunk +300 lines, -0 lines 0 comments Download
M tests/html/element_webkit_test.dart View 1 2 chunks +0 lines, -27 lines 0 comments Download
M tests/html/html.status View 1 2 3 7 chunks +21 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
blois
7 years, 12 months ago (2012-12-27 22:25:46 UTC) #1
Emily Fortuna
https://codereview.chromium.org/11679007/diff/6001/sdk/lib/html/scripts/systemhtml.py File sdk/lib/html/scripts/systemhtml.py (right): https://codereview.chromium.org/11679007/diff/6001/sdk/lib/html/scripts/systemhtml.py#newcode76 sdk/lib/html/scripts/systemhtml.py:76: "&& (new Element.tag('keygen') is KeygenElement)", can we programmatically determine ...
7 years, 12 months ago (2012-12-27 23:06:49 UTC) #2
blois
https://codereview.chromium.org/11679007/diff/6001/sdk/lib/html/scripts/systemhtml.py File sdk/lib/html/scripts/systemhtml.py (right): https://codereview.chromium.org/11679007/diff/6001/sdk/lib/html/scripts/systemhtml.py#newcode76 sdk/lib/html/scripts/systemhtml.py:76: "&& (new Element.tag('keygen') is KeygenElement)", On 2012/12/27 23:06:49, Emily ...
7 years, 12 months ago (2012-12-28 00:43:27 UTC) #3
Emily Fortuna
7 years, 12 months ago (2012-12-28 01:43:33 UTC) #4
reasons sgtm.
lgtm.

Powered by Google App Engine
This is Rietveld 408576698