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

Issue 10388085: Merge wrapping system into native system. (Closed)

Created:
8 years, 7 months ago by podivilov
Modified:
8 years, 7 months ago
Reviewers:
Anton Muhin, antonm
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Merge wrapping system into native system. R=antonm@chromium.org Committed: https://code.google.com/p/dart/source/detail?r=7546

Patch Set 1 #

Total comments: 2

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+288 lines, -566 lines) Patch
M lib/dom/scripts/dartdomgenerator.py View 1 chunk +1 line, -1 line 0 comments Download
M lib/dom/scripts/dartgenerator.py View 2 chunks +0 lines, -11 lines 0 comments Download
M lib/dom/scripts/systemnative.py View 1 8 chunks +287 lines, -8 lines 0 comments Download
D lib/dom/scripts/systemwrapping.py View 1 chunk +0 lines, -546 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
podivilov
8 years, 7 months ago (2012-05-11 11:10:55 UTC) #1
Anton Muhin
LGTM w/ comment addressed https://chromiumcodereview.appspot.com/10388085/diff/1/lib/dom/scripts/systemnative.py File lib/dom/scripts/systemnative.py (right): https://chromiumcodereview.appspot.com/10388085/diff/1/lib/dom/scripts/systemnative.py#newcode606 lib/dom/scripts/systemnative.py:606: dart_declaration = '%s operator[](int index)' ...
8 years, 7 months ago (2012-05-11 11:54:32 UTC) #2
podivilov
8 years, 7 months ago (2012-05-11 14:18:38 UTC) #3
https://chromiumcodereview.appspot.com/10388085/diff/1/lib/dom/scripts/system...
File lib/dom/scripts/systemnative.py (right):

https://chromiumcodereview.appspot.com/10388085/diff/1/lib/dom/scripts/system...
lib/dom/scripts/systemnative.py:606: dart_declaration = '%s operator[](int
index)' % dart_element_type
On 2012/05/11 11:54:32, antonmuhin wrote:
> let's not inline _EmitNativeIndex{G,S}etter

Done.

Powered by Google App Engine
This is Rietveld 408576698