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

Issue 10442057: Native wrappers should implement dart:html interfaces. (Closed)

Created:
8 years, 6 months ago by podivilov
Modified:
8 years, 6 months ago
Reviewers:
vsm, Anton Muhin, sra1
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Native wrappers should implement dart:html interfaces. This is the next step towards wrapperless dart:html. R=antonm@google.com,vsm@google.com Committed: https://code.google.com/p/dart/source/detail?r=8063

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -26 lines) Patch
M lib/dom/scripts/systemnative.py View 2 chunks +5 lines, -18 lines 2 comments Download
M lib/dom/src/native_DOMImplementation.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M lib/dom/templates/dom/native/dart_implementation.darttemplate View 1 chunk +1 line, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
podivilov
8 years, 6 months ago (2012-05-28 14:08:06 UTC) #1
vsm
lgtm
8 years, 6 months ago (2012-05-29 14:19:07 UTC) #2
Anton Muhin
8 years, 6 months ago (2012-05-30 00:10:46 UTC) #3
lgtm w/ comments addressed.

http://codereview.chromium.org/10442057/diff/1/lib/dom/scripts/systemnative.py
File lib/dom/scripts/systemnative.py (right):

http://codereview.chromium.org/10442057/diff/1/lib/dom/scripts/systemnative.p...
lib/dom/scripts/systemnative.py:358: def _DartType(self, idl_type):
do we need this method at all?

http://codereview.chromium.org/10442057/diff/1/lib/dom/scripts/systemnative.p...
lib/dom/scripts/systemnative.py:360: return
self._HTMLInterfaceName(type_info.dart_type())
nit: make a one-liner?

Powered by Google App Engine
This is Rietveld 408576698