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

Issue 10817019: Provide noSuchMethod hook for UnknownElement (Closed)

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

Description

Provide noSuchMethod hook for UnknownElement The test passes on dartium, fails on dart2js. The latter appears to be a dart2js bug related to noSuchMethod. Still need to update the html.status file. TEST=unknownelement_test.dart Committed: https://code.google.com/p/dart/source/detail?r=9839

Patch Set 1 #

Patch Set 2 : Add template #

Patch Set 3 : Remove erroneous static #

Total comments: 1

Patch Set 4 : Update status #

Patch Set 5 : Rename dartObjectLocalStorage to xtag #

Patch Set 6 : Fix typos #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -1 line) Patch
A lib/dom/templates/html/impl/impl_UnknownElement.darttemplate View 1 2 3 4 5 1 chunk +21 lines, -0 lines 0 comments Download
M lib/html/dartium/html_dartium.dart View 1 chunk +13 lines, -1 line 0 comments Download
M lib/html/frog/html_frog.dart View 1 chunk +18 lines, -0 lines 0 comments Download
M tests/html/html.status View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A tests/html/unknownelement_test.dart View 1 2 3 4 5 1 chunk +72 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
vsm
8 years, 5 months ago (2012-07-24 01:14:51 UTC) #1
Jacob
8 years, 5 months ago (2012-07-24 01:18:27 UTC) #2
lgtm

https://chromiumcodereview.appspot.com/10817019/diff/4001/lib/dom/templates/h...
File lib/dom/templates/html/impl/impl_UnknownElement.darttemplate (right):

https://chromiumcodereview.appspot.com/10817019/diff/4001/lib/dom/templates/h...
lib/dom/templates/html/impl/impl_UnknownElement.darttemplate:12: var
dartObjectLocalStorage;
rename 

dartObjectLocalStorage

to 

xtag

Powered by Google App Engine
This is Rietveld 408576698