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

Issue 9390009: Implement C++ bindings generation in dartgenerator.py. (Closed)

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

Description

Implement C++ bindings generation in dartgenerator.py. R=antonm@google.com,sra@google.com Committed: https://code.google.com/p/dart/source/detail?r=4256

Patch Set 1 #

Total comments: 36

Patch Set 2 : Comments addressed. #

Total comments: 11
Unified diffs Side-by-side diffs Delta from patch set Stats (+710 lines, -65 lines) Patch
M client/dom/idl/dart/dart.idl View 3 chunks +24 lines, -9 lines 0 comments Download
M client/dom/scripts/dartdomgenerator.py View 1 1 chunk +4 lines, -1 line 0 comments Download
M client/dom/scripts/dartgenerator.py View 1 13 chunks +682 lines, -55 lines 11 comments Download

Messages

Total messages: 6 (0 generated)
podivilov
8 years, 10 months ago (2012-02-13 16:36:36 UTC) #1
antonm
Pretty neat, first round of comments https://chromiumcodereview.appspot.com/9390009/diff/1/client/dom/scripts/dartdomgenerator.py File client/dom/scripts/dartdomgenerator.py (right): https://chromiumcodereview.appspot.com/9390009/diff/1/client/dom/scripts/dartdomgenerator.py#newcode59 client/dom/scripts/dartdomgenerator.py:59: generator.ConvertToDartTypes(webkit_database) I am ...
8 years, 10 months ago (2012-02-13 18:52:46 UTC) #2
podivilov
Thanks for the comments! PTAL. http://codereview.chromium.org/9390009/diff/1/client/dom/scripts/dartdomgenerator.py File client/dom/scripts/dartdomgenerator.py (right): http://codereview.chromium.org/9390009/diff/1/client/dom/scripts/dartdomgenerator.py#newcode59 client/dom/scripts/dartdomgenerator.py:59: generator.ConvertToDartTypes(webkit_database) On 2012/02/13 18:52:46, ...
8 years, 10 months ago (2012-02-14 12:46:01 UTC) #3
antonm
LGTM http://codereview.chromium.org/9390009/diff/2001/client/dom/scripts/dartgenerator.py File client/dom/scripts/dartgenerator.py (right): http://codereview.chromium.org/9390009/diff/2001/client/dom/scripts/dartgenerator.py#newcode532 client/dom/scripts/dartgenerator.py:532: generators = filter(lambda x: x, generators) filter(None, generators) ...
8 years, 10 months ago (2012-02-14 14:18:22 UTC) #4
podivilov
http://codereview.chromium.org/9390009/diff/2001/client/dom/scripts/dartgenerator.py File client/dom/scripts/dartgenerator.py (right): http://codereview.chromium.org/9390009/diff/2001/client/dom/scripts/dartgenerator.py#newcode532 client/dom/scripts/dartgenerator.py:532: generators = filter(lambda x: x, generators) On 2012/02/14 14:18:22, ...
8 years, 10 months ago (2012-02-14 17:47:58 UTC) #5
antonm
8 years, 10 months ago (2012-02-15 13:27:32 UTC) #6
http://codereview.chromium.org/9390009/diff/2001/client/dom/scripts/dartgener...
File client/dom/scripts/dartgenerator.py (right):

http://codereview.chromium.org/9390009/diff/2001/client/dom/scripts/dartgener...
client/dom/scripts/dartgenerator.py:2747: if ('CustomToJS' in
self._interface.ext_attrs or
Is it possible to put attributes check into custom_to_dart method?

On 2012/02/14 17:47:58, podivilov wrote:
> On 2012/02/14 14:18:22, antonm wrote:
> > FIXME?
> 
> Why fixme?

Powered by Google App Engine
This is Rietveld 408576698