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

Issue 10702202: Introduce TypeRegistry class. (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

Introduce TypeRegistry class. This is needed to optionally associate additional state like html renames map with IDLTypeInfo instances. R=antonm@google.com,sra@google.com Committed: https://code.google.com/p/dart/source/detail?r=9634

Patch Set 1 #

Total comments: 8

Patch Set 2 : . #

Total comments: 2

Patch Set 3 : . #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -177 lines) Patch
M lib/dom/scripts/dartdomgenerator.py View 1 2 3 chunks +29 lines, -24 lines 0 comments Download
M lib/dom/scripts/dartgenerator.py View 1 chunk +2 lines, -3 lines 1 comment Download
M lib/dom/scripts/generator.py View 1 11 chunks +129 lines, -115 lines 0 comments Download
M lib/dom/scripts/systembase.py View 1 2 chunks +14 lines, -5 lines 0 comments Download
M lib/dom/scripts/systemfrog.py View 1 1 chunk +2 lines, -3 lines 0 comments Download
M lib/dom/scripts/systemhtml.py View 1 2 chunks +8 lines, -11 lines 0 comments Download
M lib/dom/scripts/systeminterface.py View 1 1 chunk +2 lines, -3 lines 0 comments Download
M lib/dom/scripts/systemnative.py View 1 10 chunks +15 lines, -13 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
podivilov
8 years, 5 months ago (2012-07-13 12:34:26 UTC) #1
Anton Muhin
https://chromiumcodereview.appspot.com/10702202/diff/1/lib/dom/scripts/dartdomgenerator.py File lib/dom/scripts/dartdomgenerator.py (right): https://chromiumcodereview.appspot.com/10702202/diff/1/lib/dom/scripts/dartdomgenerator.py#newcode65 lib/dom/scripts/dartdomgenerator.py:65: def CreateGeneratorContext(template_paths, conditions, output_dir): context is somewhat too broad ...
8 years, 5 months ago (2012-07-13 15:18:55 UTC) #2
podivilov
PTAL. https://chromiumcodereview.appspot.com/10702202/diff/1/lib/dom/scripts/dartdomgenerator.py File lib/dom/scripts/dartdomgenerator.py (right): https://chromiumcodereview.appspot.com/10702202/diff/1/lib/dom/scripts/dartdomgenerator.py#newcode65 lib/dom/scripts/dartdomgenerator.py:65: def CreateGeneratorContext(template_paths, conditions, output_dir): On 2012/07/13 15:18:55, Anton ...
8 years, 5 months ago (2012-07-13 16:05:21 UTC) #3
Anton Muhin
sweet, lgtm https://chromiumcodereview.appspot.com/10702202/diff/6001/lib/dom/scripts/dartdomgenerator.py File lib/dom/scripts/dartdomgenerator.py (right): https://chromiumcodereview.appspot.com/10702202/diff/6001/lib/dom/scripts/dartdomgenerator.py#newcode80 lib/dom/scripts/dartdomgenerator.py:80: context = CreateGeneratorOptions( s/context/options?
8 years, 5 months ago (2012-07-13 16:08:43 UTC) #4
podivilov
Thanks! https://chromiumcodereview.appspot.com/10702202/diff/6001/lib/dom/scripts/dartdomgenerator.py File lib/dom/scripts/dartdomgenerator.py (right): https://chromiumcodereview.appspot.com/10702202/diff/6001/lib/dom/scripts/dartdomgenerator.py#newcode80 lib/dom/scripts/dartdomgenerator.py:80: context = CreateGeneratorOptions( On 2012/07/13 16:08:44, Anton Mukhin ...
8 years, 5 months ago (2012-07-16 09:26:47 UTC) #5
Anton Muhin
8 years, 5 months ago (2012-07-16 10:22:22 UTC) #6
https://chromiumcodereview.appspot.com/10702202/diff/8002/lib/dom/scripts/dar...
File lib/dom/scripts/dartgenerator.py (right):

https://chromiumcodereview.appspot.com/10702202/diff/8002/lib/dom/scripts/dar...
lib/dom/scripts/dartgenerator.py:290: def __init__(self, context):
options :)

Powered by Google App Engine
This is Rietveld 408576698