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

Issue 10700006: Make per-interface generators an implementation detail of a system. (Closed)

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

Description

Make per-interface generators an implementation detail of a system. DartGenerator shouldn't know about per-interface generators as it stiffles further refactoring and makes code reuse harder. R=antonm@google.com,sra@google.com Committed: https://code.google.com/p/dart/source/detail?r=9239

Patch Set 1 #

Patch Set 2 : . #

Total comments: 10

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -160 lines) Patch
M lib/dom/scripts/dartdomgenerator.py View 2 chunks +0 lines, -4 lines 0 comments Download
M lib/dom/scripts/dartgenerator.py View 1 2 7 chunks +8 lines, -61 lines 0 comments Download
M lib/dom/scripts/generator.py View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
M lib/dom/scripts/systembase.py View 4 chunks +38 lines, -13 lines 0 comments Download
M lib/dom/scripts/systemfrog.py View 1 2 4 chunks +4 lines, -12 lines 0 comments Download
M lib/dom/scripts/systemhtml.py View 1 2 8 chunks +15 lines, -29 lines 0 comments Download
M lib/dom/scripts/systeminterface.py View 1 2 4 chunks +8 lines, -22 lines 0 comments Download
M lib/dom/scripts/systemnative.py View 1 2 8 chunks +10 lines, -14 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
podivilov
8 years, 5 months ago (2012-06-27 17:52:05 UTC) #1
Anton Muhin
Overall, if possible, keep those changes smaller: you're changing too much in one go and ...
8 years, 5 months ago (2012-06-27 18:13:55 UTC) #2
podivilov
https://chromiumcodereview.appspot.com/10700006/diff/3001/lib/dom/scripts/dartgenerator.py File lib/dom/scripts/dartgenerator.py (right): https://chromiumcodereview.appspot.com/10700006/diff/3001/lib/dom/scripts/dartgenerator.py#newcode217 lib/dom/scripts/dartgenerator.py:217: interface.ext_attrs['synthesizedSuperInterfaceName'] = super_name On 2012/06/27 18:13:55, antonmuhin wrote: > ...
8 years, 5 months ago (2012-06-27 18:48:07 UTC) #3
Anton Muhin
8 years, 5 months ago (2012-06-27 19:03:10 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698