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

Issue 8820004: Work-around for FireFox: patch non-leaf types statically if possible. (Closed)

Created:
9 years ago by sra1
Modified:
9 years ago
Reviewers:
vsm, Emily Fortuna
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Work-around for FireFox: patch non-leaf types statically if possible. BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=2114

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+257 lines, -50 lines) Patch
M client/dom/frog/frog_dom.dart View 18 chunks +18 lines, -18 lines 0 comments Download
M client/dom/generated/src/frog/CSSRule.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/CharacterData.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/Document.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/Element.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/Event.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/HTMLCollection.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/HTMLElement.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/HTMLInputElement.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/HTMLMediaElement.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/Node.dart View 1 chunk +1 line, -1 line 2 comments Download
M client/dom/generated/src/frog/SVGElement.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/SVGGradientElement.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/SVGPathSeg.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/SVGTextContentElement.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/SVGTextPositioningElement.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/StyleSheet.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/Text.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/UIEvent.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/scripts/dartgenerator.py View 7 chunks +221 lines, -14 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
sra1
tbr
9 years ago (2011-12-06 03:41:49 UTC) #1
Emily Fortuna
http://codereview.chromium.org/8820004/diff/1/client/dom/generated/src/frog/Node.dart File client/dom/generated/src/frog/Node.dart (left): http://codereview.chromium.org/8820004/diff/1/client/dom/generated/src/frog/Node.dart#oldcode2 client/dom/generated/src/frog/Node.dart:2: class Node native "*Node" { Just so I fully ...
9 years ago (2011-12-06 18:19:35 UTC) #2
sra1
http://codereview.chromium.org/8820004/diff/1/client/dom/generated/src/frog/Node.dart File client/dom/generated/src/frog/Node.dart (left): http://codereview.chromium.org/8820004/diff/1/client/dom/generated/src/frog/Node.dart#oldcode2 client/dom/generated/src/frog/Node.dart:2: class Node native "*Node" { On 2011/12/06 18:19:35, Emily ...
9 years ago (2011-12-06 19:25:30 UTC) #3
Emily Fortuna
9 years ago (2011-12-06 19:27:46 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698