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

Issue 10696033: Create implementation file emitter in HtmlDartInterfaceGenerator. (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

Create implementation file emitter in HtmlDartInterfaceGenerator. That way we can start emitting common parts in HtmlDartInterfaceGenerator. R=antonm@google.com,sra@google.com Committed: https://code.google.com/p/dart/source/detail?r=9290

Patch Set 1 : . #

Total comments: 19

Patch Set 2 : . #

Total comments: 8

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -108 lines) Patch
M lib/dom/scripts/systemhtml.py View 1 2 10 chunks +65 lines, -64 lines 0 comments Download
M lib/dom/scripts/systemnative.py View 1 2 7 chunks +29 lines, -44 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
podivilov
8 years, 5 months ago (2012-06-28 10:52:10 UTC) #1
Anton Muhin
Somewhat too late, but I'll still ask. Now, when you have interface generator depend on ...
8 years, 5 months ago (2012-06-28 13:20:18 UTC) #2
podivilov
https://chromiumcodereview.appspot.com/10696033/diff/1003/lib/dom/scripts/systemhtml.py File lib/dom/scripts/systemhtml.py (right): https://chromiumcodereview.appspot.com/10696033/diff/1003/lib/dom/scripts/systemhtml.py#newcode793 lib/dom/scripts/systemhtml.py:793: def _FilePathForDartInterface(self, interface_name): On 2012/06/28 13:20:19, antonmuhin wrote: > ...
8 years, 5 months ago (2012-06-29 12:59:28 UTC) #3
podivilov
On 2012/06/28 13:20:18, antonmuhin wrote: > Somewhat too late, but I'll still ask. > > ...
8 years, 5 months ago (2012-06-29 13:05:17 UTC) #4
Anton Muhin
https://chromiumcodereview.appspot.com/10696033/diff/1003/lib/dom/scripts/systemhtml.py File lib/dom/scripts/systemhtml.py (right): https://chromiumcodereview.appspot.com/10696033/diff/1003/lib/dom/scripts/systemhtml.py#newcode807 lib/dom/scripts/systemhtml.py:807: self._system = system Maybe you should pass it, but ...
8 years, 5 months ago (2012-06-29 13:34:57 UTC) #5
podivilov
https://chromiumcodereview.appspot.com/10696033/diff/9001/lib/dom/scripts/systemhtml.py File lib/dom/scripts/systemhtml.py (right): https://chromiumcodereview.appspot.com/10696033/diff/9001/lib/dom/scripts/systemhtml.py#newcode810 lib/dom/scripts/systemhtml.py:810: self._backend = system._backend.InterfaceGenerator(self._interface) On 2012/06/29 13:34:57, antonmuhin wrote: > ...
8 years, 5 months ago (2012-06-29 13:59:41 UTC) #6
Anton Muhin
8 years, 5 months ago (2012-06-29 15:28:51 UTC) #7
lgtm

Powered by Google App Engine
This is Rietveld 408576698