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

Issue 9113039: Add constructors for Float32Array and friends. (Closed)

Created:
8 years, 11 months ago by nweiz
Modified:
8 years, 11 months ago
Reviewers:
sra1, Jacob
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add constructors for Float32Array and friends. Fixes issue 560. TBR Committed: https://code.google.com/p/dart/source/detail?r=3582

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+571 lines, -581 lines) Patch
D client/html/generated/src/interface/Float32Array.dart View 1 chunk +0 lines, -14 lines 0 comments Download
D client/html/generated/src/interface/Float64Array.dart View 1 chunk +0 lines, -14 lines 0 comments Download
D client/html/generated/src/interface/Int16Array.dart View 1 chunk +0 lines, -14 lines 0 comments Download
D client/html/generated/src/interface/Int32Array.dart View 1 chunk +0 lines, -14 lines 0 comments Download
D client/html/generated/src/interface/Int8Array.dart View 1 chunk +0 lines, -14 lines 0 comments Download
D client/html/generated/src/interface/Uint16Array.dart View 1 chunk +0 lines, -14 lines 0 comments Download
D client/html/generated/src/interface/Uint32Array.dart View 1 chunk +0 lines, -14 lines 0 comments Download
D client/html/generated/src/interface/Uint8Array.dart View 1 chunk +0 lines, -14 lines 0 comments Download
D client/html/generated/src/wrapping/_Float32ArrayWrappingImplementation.dart View 1 chunk +0 lines, -19 lines 0 comments Download
D client/html/generated/src/wrapping/_Float64ArrayWrappingImplementation.dart View 1 chunk +0 lines, -19 lines 0 comments Download
D client/html/generated/src/wrapping/_Int16ArrayWrappingImplementation.dart View 1 chunk +0 lines, -19 lines 0 comments Download
D client/html/generated/src/wrapping/_Int32ArrayWrappingImplementation.dart View 1 chunk +0 lines, -19 lines 0 comments Download
D client/html/generated/src/wrapping/_Int8ArrayWrappingImplementation.dart View 1 chunk +0 lines, -19 lines 0 comments Download
D client/html/generated/src/wrapping/_Uint16ArrayWrappingImplementation.dart View 1 chunk +0 lines, -19 lines 0 comments Download
D client/html/generated/src/wrapping/_Uint32ArrayWrappingImplementation.dart View 1 chunk +0 lines, -19 lines 0 comments Download
D client/html/generated/src/wrapping/_Uint8ArrayWrappingImplementation.dart View 1 chunk +0 lines, -19 lines 0 comments Download
M client/html/html.dart View 5 chunks +8 lines, -8 lines 0 comments Download
M client/html/htmlimpl.dart View 5 chunks +8 lines, -8 lines 0 comments Download
M client/html/release/html.dart View 6 chunks +152 lines, -112 lines 0 comments Download
M client/html/release/htmlimpl.dart View 6 chunks +232 lines, -152 lines 0 comments Download
A + client/html/src/Float32Array.dart View 1 chunk +8 lines, -3 lines 0 comments Download
A + client/html/src/Float32ArrayWrappingImplementation.dart View 1 chunk +12 lines, -2 lines 0 comments Download
A client/html/src/Float64Array.dart View 1 chunk +19 lines, -0 lines 0 comments Download
A + client/html/src/Float64ArrayWrappingImplementation.dart View 1 chunk +12 lines, -2 lines 0 comments Download
A + client/html/src/Int16Array.dart View 1 chunk +8 lines, -3 lines 0 comments Download
A + client/html/src/Int16ArrayWrappingImplementation.dart View 1 chunk +12 lines, -2 lines 0 comments Download
A + client/html/src/Int32Array.dart View 1 chunk +8 lines, -3 lines 0 comments Download
A + client/html/src/Int32ArrayWrappingImplementation.dart View 1 chunk +12 lines, -2 lines 0 comments Download
A + client/html/src/Int8Array.dart View 1 chunk +8 lines, -3 lines 0 comments Download
A + client/html/src/Int8ArrayWrappingImplementation.dart View 1 chunk +12 lines, -2 lines 0 comments Download
A + client/html/src/Uint16Array.dart View 1 chunk +8 lines, -3 lines 0 comments Download
A + client/html/src/Uint16ArrayWrappingImplementation.dart View 1 chunk +12 lines, -2 lines 0 comments Download
A + client/html/src/Uint32Array.dart View 1 chunk +8 lines, -3 lines 0 comments Download
A + client/html/src/Uint32ArrayWrappingImplementation.dart View 1 chunk +12 lines, -2 lines 0 comments Download
A + client/html/src/Uint8Array.dart View 1 chunk +8 lines, -3 lines 0 comments Download
A + client/html/src/Uint8ArrayWrappingImplementation.dart View 1 chunk +12 lines, -2 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
nweiz
8 years, 11 months ago (2012-01-24 23:32:19 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698