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

Issue 11040059: Add interface_name and implementation_name to IDLTypeInfo class and use them instead of dart_type. (Closed)

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

Description

Add interface_name and implementation_name to IDLTypeInfo class and use them instead of dart_type. R=antonm@google.com Committed: https://code.google.com/p/dart/source/detail?r=13470

Patch Set 1 #

Total comments: 6

Patch Set 2 : . #

Patch Set 3 : Rename ImplementationClassName to ImplementationClassNameForInterfaceName. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -10 lines) Patch
M lib/html/dart2js/html_dart2js.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/html/dartium/html_dartium.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/html/scripts/generator.py View 1 2 4 chunks +24 lines, -3 lines 0 comments Download
M lib/html/scripts/systemhtml.py View 1 2 3 chunks +8 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
podivilov
8 years, 2 months ago (2012-10-05 15:11:15 UTC) #1
Anton Muhin
https://codereview.chromium.org/11040059/diff/1/lib/html/dart2js/html_dart2js.dart File lib/html/dart2js/html_dart2js.dart (right): https://codereview.chromium.org/11040059/diff/1/lib/html/dart2js/html_dart2js.dart#newcode23268 lib/html/dart2js/html_dart2js.dart:23268: +abstract class RadioNodeList implements NodeList { I believe we're ...
8 years, 2 months ago (2012-10-05 15:15:30 UTC) #2
podivilov
https://codereview.chromium.org/11040059/diff/1/lib/html/dart2js/html_dart2js.dart File lib/html/dart2js/html_dart2js.dart (right): https://codereview.chromium.org/11040059/diff/1/lib/html/dart2js/html_dart2js.dart#newcode23268 lib/html/dart2js/html_dart2js.dart:23268: +abstract class RadioNodeList implements NodeList { On 2012/10/05 15:15:31, ...
8 years, 2 months ago (2012-10-05 16:02:51 UTC) #3
Anton Muhin
https://codereview.chromium.org/11040059/diff/1/lib/html/scripts/generator.py File lib/html/scripts/generator.py (right): https://codereview.chromium.org/11040059/diff/1/lib/html/scripts/generator.py#newcode722 lib/html/scripts/generator.py:722: return ImplementationClassName(self._dart_interface_name) On 2012/10/05 16:02:51, podivilov wrote: > On ...
8 years, 2 months ago (2012-10-05 16:04:16 UTC) #4
podivilov1
PTAL https://codereview.chromium.org/11040059/diff/1/lib/html/scripts/generator.py File lib/html/scripts/generator.py (right): https://codereview.chromium.org/11040059/diff/1/lib/html/scripts/generator.py#newcode722 lib/html/scripts/generator.py:722: return ImplementationClassName(self._dart_interface_name) Renamed
8 years, 2 months ago (2012-10-05 17:31:43 UTC) #5
Anton Muhin
8 years, 2 months ago (2012-10-05 17:37:03 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698