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

Issue 10905265: Support sequence<T> as native bindings arguments. (Closed)

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

Description

Support sequence<T> as native bindings arguments. R=podivilov@chromium.org Committed: https://code.google.com/p/dart/source/detail?r=12381

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -3 lines) Patch
M lib/html/scripts/generator.py View 3 chunks +16 lines, -0 lines 0 comments Download
M lib/html/scripts/systemnative.py View 1 1 chunk +11 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Anton Muhin
8 years, 3 months ago (2012-09-13 16:22:23 UTC) #1
podivilov
lgtm http://codereview.chromium.org/10905265/diff/1/lib/html/scripts/systemnative.py File lib/html/scripts/systemnative.py (right): http://codereview.chromium.org/10905265/diff/1/lib/html/scripts/systemnative.py#newcode839 lib/html/scripts/systemnative.py:839: ' $TYPE $ARGUMENT_NAME;\n'\ nit: unnecessary trailing \ http://codereview.chromium.org/10905265/diff/1/lib/html/scripts/systemnative.py#newcode840 ...
8 years, 3 months ago (2012-09-14 08:06:06 UTC) #2
Anton Muhin
8 years, 3 months ago (2012-09-14 12:32:58 UTC) #3
Thanks a lot for review, submitting

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

http://codereview.chromium.org/10905265/diff/1/lib/html/scripts/systemnative....
lib/html/scripts/systemnative.py:839: '        $TYPE $ARGUMENT_NAME;\n'\
On 2012/09/14 08:06:06, podivilov wrote:
> nit: unnecessary trailing \

No, it's necessary.  Another option would be to put it into (), but I'd rather
keep as is.

http://codereview.chromium.org/10905265/diff/1/lib/html/scripts/systemnative....
lib/html/scripts/systemnative.py:840: '        $CLS::$FUNCTION($ARGUMENT_NAME,
Dart_GetNativeArgument(args, $INDEX), exception);\n'
On 2012/09/14 08:06:06, podivilov wrote:
> nit: Dart_GetNativeArgument should come first.

Done.

Powered by Google App Engine
This is Rietveld 408576698