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

Issue 9950037: Fix factory dart:html typed array providers for dartium. (Closed)

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

Description

Fix factory dart:html typed array providers for dartium. Revert "Revert "Typed array constructors with optional buffer offset and length."" This reverts commit 70b6f43f35d3c022187cdb0ce4d516811a2a5dd1. BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=6071

Patch Set 1 #

Patch Set 2 : suppress html/TypedArrays tests in ie #

Unified diffs Side-by-side diffs Delta from patch set Stats (+659 lines, -202 lines) Patch
M client/tests/client/client.status View 1 2 chunks +7 lines, -1 line 0 comments Download
A client/tests/client/dom/TypedArrays2Test.dart View 1 chunk +78 lines, -0 lines 0 comments Download
A client/tests/client/html/TypedArrays1Test.dart View 1 chunk +43 lines, -0 lines 0 comments Download
A client/tests/client/html/TypedArrays2Test.dart View 1 chunk +78 lines, -0 lines 0 comments Download
M lib/dom/dom.dart View 9 chunks +9 lines, -9 lines 0 comments Download
M lib/dom/frog/dom_frog.dart View 11 chunks +90 lines, -28 lines 0 comments Download
M lib/dom/scripts/systemhtml.py View 1 chunk +2 lines, -1 line 0 comments Download
M lib/dom/scripts/systeminterface.py View 1 chunk +2 lines, -1 line 0 comments Download
M lib/dom/src/frog_FactoryProviders.dart View 1 chunk +0 lines, -51 lines 0 comments Download
A lib/dom/src/frog_TypedArrayFactoryProvider.dart View 1 chunk +113 lines, -0 lines 0 comments Download
M lib/dom/templates/dom/frog/frog_dom.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M lib/dom/templates/html/frog/html_frog.darttemplate View 1 chunk +1 line, -0 lines 0 comments Download
M lib/html/dartium/html_dartium.dart View 11 chunks +74 lines, -18 lines 0 comments Download
M lib/html/frog/html_frog.dart View 11 chunks +95 lines, -32 lines 0 comments Download
M lib/html/src/dartium_FactoryProviders.dart View 2 chunks +65 lines, -9 lines 0 comments Download
M lib/html/src/frog_FactoryProviders.dart View 2 chunks +1 line, -52 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698