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

Issue 10703194: Extract interfaces and members renaming logic to a new HtmlRenamer 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

Extract interfaces and members renaming logic to a new HtmlRenamer class. R=antonm@google.com,sra@google.com Committed: https://code.google.com/p/dart/source/detail?r=9660

Patch Set 1 #

Total comments: 4

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+352 lines, -393 lines) Patch
M lib/dom/scripts/dartdomgenerator.py View 3 chunks +14 lines, -14 lines 0 comments Download
M lib/dom/scripts/dartgenerator.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M lib/dom/scripts/database.py View 1 1 chunk +9 lines, -0 lines 0 comments Download
M lib/dom/scripts/generator.py View 2 chunks +7 lines, -6 lines 0 comments Download
A lib/dom/scripts/htmlrenamer.py View 1 1 chunk +309 lines, -0 lines 0 comments Download
M lib/dom/scripts/systembase.py View 2 chunks +4 lines, -1 line 0 comments Download
M lib/dom/scripts/systemhtml.py View 8 chunks +5 lines, -368 lines 0 comments Download
M lib/dom/scripts/systemnative.py View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
podivilov
8 years, 5 months ago (2012-07-13 18:22:19 UTC) #1
Anton Muhin
https://chromiumcodereview.appspot.com/10703194/diff/1/lib/dom/scripts/database.py File lib/dom/scripts/database.py (right): https://chromiumcodereview.appspot.com/10703194/diff/1/lib/dom/scripts/database.py#newcode229 lib/dom/scripts/database.py:229: def FindInHierarchy(self, interface, test): I'd rather implement it as ...
8 years, 5 months ago (2012-07-16 10:27:03 UTC) #2
podivilov
https://chromiumcodereview.appspot.com/10703194/diff/1/lib/dom/scripts/database.py File lib/dom/scripts/database.py (right): https://chromiumcodereview.appspot.com/10703194/diff/1/lib/dom/scripts/database.py#newcode229 lib/dom/scripts/database.py:229: def FindInHierarchy(self, interface, test): On 2012/07/16 10:27:04, Anton Mukhin ...
8 years, 5 months ago (2012-07-16 12:08:36 UTC) #3
Anton Muhin
8 years, 5 months ago (2012-07-16 12:16:22 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698