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

Issue 10834271: Support typed arrays constructor templates. (Closed)

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

Description

Support typed arrays constructor templates. TBR=podivilov@chromium.org Committed: https://code.google.com/p/dart/source/detail?r=10501

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -14 lines) Patch
M lib/dom/scripts/systemnative.py View 2 chunks +27 lines, -2 lines 2 comments Download
M tests/html/html.status View 1 chunk +0 lines, -12 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Anton Muhin
8 years, 4 months ago (2012-08-10 12:54:43 UTC) #1
Anton Muhin
I'd appreciate a proper review.
8 years, 4 months ago (2012-08-10 12:55:10 UTC) #2
podivilov
lgtm https://chromiumcodereview.appspot.com/10834271/diff/1/lib/dom/scripts/systemnative.py File lib/dom/scripts/systemnative.py (right): https://chromiumcodereview.appspot.com/10834271/diff/1/lib/dom/scripts/systemnative.py#newcode296 lib/dom/scripts/systemnative.py:296: ATTRIBUTES_OF_CONSTRUCTABLE = set([ Please move to the top ...
8 years, 4 months ago (2012-08-21 12:36:27 UTC) #3
Anton Muhin
8 years, 4 months ago (2012-08-21 18:15:55 UTC) #4
https://chromiumcodereview.appspot.com/10834271/diff/1/lib/dom/scripts/system...
File lib/dom/scripts/systemnative.py (right):

https://chromiumcodereview.appspot.com/10834271/diff/1/lib/dom/scripts/system...
lib/dom/scripts/systemnative.py:296: ATTRIBUTES_OF_CONSTRUCTABLE = set([
On 2012/08/21 12:36:27, podivilov wrote:
> Please move to the top of the file.

I am somewhat concerned with moving it far away from the only usage.  Maybe
instead move into the method itself?

Powered by Google App Engine
This is Rietveld 408576698