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

Issue 8595020: Cleanup old code and refresh on IDL (Closed)

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

Description

Cleanup old code and refresh on IDL Note, this picks up Pavel's custom->any IDL change. Committed: https://code.google.com/p/dart/source/detail?r=1690

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -203 lines) Patch
M client/dom/frog/frog_dom.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M client/dom/generated/monkey_dom.js View 1 chunk +0 lines, -30 lines 0 comments Download
M client/dom/generated/monkey_dom_externs.js View 1 chunk +0 lines, -7 lines 0 comments Download
M client/dom/generated/src/frog/CanvasRenderingContext2D.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M client/dom/generated/src/interface/CanvasRenderingContext2D.dart View 2 chunks +4 lines, -4 lines 1 comment Download
M client/dom/generated/src/wrapping/_CanvasRenderingContext2DWrappingImplementation.dart View 2 chunks +8 lines, -8 lines 0 comments Download
M client/dom/generated/wrapping_dom.js View 1 chunk +0 lines, -48 lines 0 comments Download
M client/dom/generated/wrapping_dom_externs.js View 1 chunk +0 lines, -7 lines 0 comments Download
M client/dom/scripts/dartgenerator.py View 1 chunk +0 lines, -3 lines 0 comments Download
M client/dom/scripts/template_monkey_dom.js View 1 chunk +0 lines, -30 lines 0 comments Download
M client/dom/scripts/template_monkey_dom_externs.js View 1 chunk +0 lines, -7 lines 0 comments Download
M client/dom/scripts/template_wrapping_dom.js View 1 chunk +0 lines, -48 lines 0 comments Download
M client/dom/scripts/template_wrapping_dom_externs.js View 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
vsm
9 years, 1 month ago (2011-11-18 22:02:24 UTC) #1
sra1
9 years, 1 month ago (2011-11-19 01:06:11 UTC) #2
LGTM if Object --> Dynamic

http://codereview.chromium.org/8595020/diff/1/client/dom/generated/src/interf...
File client/dom/generated/src/interface/CanvasRenderingContext2D.dart (right):

http://codereview.chromium.org/8595020/diff/1/client/dom/generated/src/interf...
client/dom/generated/src/interface/CanvasRenderingContext2D.dart:9: Object get
fillStyle();
I think 'any' should map to Dynamic.
People are just forced to write
context.fillStyle.dynamic.xxx

Powered by Google App Engine
This is Rietveld 408576698