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

Issue 23093027: Uint8ClampedList no longer inherits from Uint8List (Closed)

Created:
7 years, 3 months ago by Cutch
Modified:
7 years, 3 months ago
Reviewers:
siva, sra1
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Uint8ClampedList no longer inherits from Uint8List R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=27326

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -2 lines) Patch
M sdk/lib/typed_data/dart2js/typed_data_dart2js.dart View 1 2 3 4 2 chunks +12 lines, -1 line 0 comments Download
M sdk/lib/typed_data/typed_data.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/lib.status View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A tests/lib/typed_data/typed_data_hierarchy_int64_test.dart View 1 1 chunk +29 lines, -0 lines 0 comments Download
A tests/lib/typed_data/typed_data_hierarchy_test.dart View 1 1 chunk +52 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Cutch
7 years, 3 months ago (2013-08-26 08:05:30 UTC) #1
sra1
What is the motivation for this change? It is likely to break some programs. We ...
7 years, 3 months ago (2013-08-26 12:08:25 UTC) #2
Cutch
On 2013/08/26 12:08:25, sra1 wrote: > What is the motivation for this change? It is ...
7 years, 3 months ago (2013-08-26 12:12:06 UTC) #3
siva
I am fine with this API change, in fact this is how it was when ...
7 years, 3 months ago (2013-08-27 00:16:10 UTC) #4
sra1
On 2013/08/26 12:12:06, Cutch wrote: > On 2013/08/26 12:08:25, sra1 wrote: > > What is ...
7 years, 3 months ago (2013-08-27 02:02:25 UTC) #5
Cutch
PTAL
7 years, 3 months ago (2013-08-28 14:43:17 UTC) #6
sra1
https://chromiumcodereview.appspot.com/23093027/diff/9001/sdk/lib/typed_data/dart2js/typed_data_dart2js.dart File sdk/lib/typed_data/dart2js/typed_data_dart2js.dart (right): https://chromiumcodereview.appspot.com/23093027/diff/9001/sdk/lib/typed_data/dart2js/typed_data_dart2js.dart#newcode622 sdk/lib/typed_data/dart2js/typed_data_dart2js.dart:622: _Uint8ListSubclass() { Remove constructor. Native classes can't have generative ...
7 years, 3 months ago (2013-08-30 22:12:16 UTC) #7
Cutch
https://chromiumcodereview.appspot.com/23093027/diff/9001/sdk/lib/typed_data/dart2js/typed_data_dart2js.dart File sdk/lib/typed_data/dart2js/typed_data_dart2js.dart (right): https://chromiumcodereview.appspot.com/23093027/diff/9001/sdk/lib/typed_data/dart2js/typed_data_dart2js.dart#newcode622 sdk/lib/typed_data/dart2js/typed_data_dart2js.dart:622: _Uint8ListSubclass() { On 2013/08/30 22:12:16, sra1 wrote: > Remove ...
7 years, 3 months ago (2013-09-08 15:43:10 UTC) #8
siva
lgtm
7 years, 3 months ago (2013-09-09 15:51:40 UTC) #9
Cutch
Committed patchset #5 manually as r27326 (presubmit successful).
7 years, 3 months ago (2013-09-10 09:45:12 UTC) #10
Cutch
sra1: please advise how to properly structure the dart2js code: ../../sdk/lib/typed_data/dart2js/typed_data_dart2js.dart:664:1: Error: Cannot find constructor ...
7 years, 3 months ago (2013-09-10 09:59:59 UTC) #11
Cutch
7 years, 3 months ago (2013-09-10 10:06:35 UTC) #12
Message was sent while issue was closed.
On 2013/09/10 09:59:59, Cutch wrote:
> sra1: please advise how to properly structure the dart2js code:
> 
> ../../sdk/lib/typed_data/dart2js/typed_data_dart2js.dart:664:1: Error: Cannot
> find constructor "".
> class _Uint8ListSubclass extends Uint8List native "Bogus Uint8List subclass" {
>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Uncaught Error: Bad state: Failed to create mirror system.
> Stack Trace:
> #0      analyze.<anonymous closure>
>
(file:///mnt/data/b/build/slave/new_analyzer-linux-release/build/dart/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart:234:7)
> #1      _ThenFuture._zonedSendValue (dart:async/future_impl.dart:353:24)

New CL: https://codereview.chromium.org/23464052/

Powered by Google App Engine
This is Rietveld 408576698