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

Issue 1374543002: Fixed checking for more complex inheritance (Closed)

Created:
5 years, 2 months ago by terry
Modified:
5 years, 2 months ago
Reviewers:
Alan Knight
CC:
reviews_dartlang.org, ricow1
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -43 lines) Patch
M sdk/lib/html/dartium/html_dartium.dart View 4 chunks +67 lines, -22 lines 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate View 4 chunks +66 lines, -21 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
terry
Committed patchset #1 (id:1) manually as 40fed7484892915cbbdc01a6f4caf0656cadd54d (presubmit successful).
5 years, 2 months ago (2015-09-28 04:09:41 UTC) #1
Alan Knight
5 years, 2 months ago (2015-09-28 22:31:42 UTC) #2
Message was sent while issue was closed.
lgtm

https://codereview.chromium.org/1374543002/diff/1/tools/dom/templates/html/im...
File tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate (right):

https://codereview.chromium.org/1374543002/diff/1/tools/dom/templates/html/im...
tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate:245:
(metaDataMirror.name.startsWith('HTML') ||
metaDataMirror.name.startsWith('SVG'))) {
Aren't there classes in HTML that don't start with HTML? And why only those two.
What about web_gl or web_audio, etc?

Powered by Google App Engine
This is Rietveld 408576698