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

Issue 13811054: Update code generator for dartium dart:html with typeddata. (Closed)

Created:
7 years, 8 months ago by Mads Ager (google)
Modified:
7 years, 8 months ago
Reviewers:
vsm, Anton Muhin
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Update code generator for dartium dart:html with typeddata. R=antonm@google.com, vsm@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=21790

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comments and add failing test to status #

Total comments: 7

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -113 lines) Patch
M tests/html/html.status View 1 1 chunk +4 lines, -0 lines 0 comments Download
M tools/dom/idl/dart/dart.idl View 1 1 chunk +19 lines, -1 line 0 comments Download
M tools/dom/scripts/generator.py View 1 2 4 chunks +58 lines, -22 lines 0 comments Download
M tools/dom/scripts/htmldartgenerator.py View 1 chunk +0 lines, -19 lines 0 comments Download
M tools/dom/src/dartium_FactoryProviders.dart View 1 chunk +0 lines, -68 lines 0 comments Download
M tools/dom/templates/html/dartium/html_dartium.darttemplate View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/dartium/web_audio_dartium.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/dartium/web_gl_dartium.darttemplate View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Mads Ager (google)
Does the [Custom] declaration in dart.idl that I'm introducing here have any influence on dart2js ...
7 years, 8 months ago (2013-04-18 11:28:42 UTC) #1
Anton Muhin
There should be more to clean up, but we may wait. LGTM https://codereview.chromium.org/13811054/diff/1/tools/dom/idl/dart/dart.idl File tools/dom/idl/dart/dart.idl ...
7 years, 8 months ago (2013-04-18 16:13:40 UTC) #2
vsm
LGTM. The custom idl shouldn't affect dart2js gen.
7 years, 8 months ago (2013-04-18 16:18:27 UTC) #3
Mads Ager (google)
Had to change this to match Vijay's latest patch. The code generator now generates the ...
7 years, 8 months ago (2013-04-19 11:15:24 UTC) #4
Anton Muhin
https://codereview.chromium.org/13811054/diff/6001/tools/dom/scripts/generator.py File tools/dom/scripts/generator.py (right): https://codereview.chromium.org/13811054/diff/6001/tools/dom/scripts/generator.py#newcode1341 tools/dom/scripts/generator.py:1341: conversion_cast = 'static_cast<ArrayBufferView*>(%s)' % value do you need this ...
7 years, 8 months ago (2013-04-19 11:37:53 UTC) #5
Mads Ager (google)
https://codereview.chromium.org/13811054/diff/6001/tools/dom/scripts/generator.py File tools/dom/scripts/generator.py (right): https://codereview.chromium.org/13811054/diff/6001/tools/dom/scripts/generator.py#newcode1341 tools/dom/scripts/generator.py:1341: conversion_cast = 'static_cast<ArrayBufferView*>(%s)' % value On 2013/04/19 11:37:53, Anton ...
7 years, 8 months ago (2013-04-19 12:05:41 UTC) #6
Anton Muhin
Still LGTM https://codereview.chromium.org/13811054/diff/6001/tools/dom/scripts/generator.py File tools/dom/scripts/generator.py (right): https://codereview.chromium.org/13811054/diff/6001/tools/dom/scripts/generator.py#newcode1354 tools/dom/scripts/generator.py:1354: return [] Adding includes might be more ...
7 years, 8 months ago (2013-04-19 12:57:43 UTC) #7
Mads Ager (google)
7 years, 8 months ago (2013-04-22 08:24:51 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r21790 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698