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

Issue 1923803002: Use InternalArrays from certain Intl code (Closed)

Created:
4 years, 7 months ago by Dan Ehrenberg
Modified:
4 years, 7 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Use InternalArrays from certain Intl code The ECMA 402 implementation previously pushed directly to real Arrays, which risks having observably incorrect behavior in the presence of monkey patching. This patch uses InternalArrays instead to avoid that hazard. R=jshin@chromium.org,yangguo@chromium.org BUG=chromium:604299 LOG=N Committed: https://crrev.com/4f374bbc94f7958b0be4e6a15743eebe7c6eecf6 Cr-Commit-Position: refs/heads/master@{#35949}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix test262 status #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -26 lines) Patch
M src/js/i18n.js View 5 chunks +13 lines, -14 lines 0 comments Download
M src/js/typedarray.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-crbug-604299.js View 1 chunk +3 lines, -9 lines 0 comments Download
M test/test262/test262.status View 1 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1923803002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1923803002/1
4 years, 7 months ago (2016-04-27 04:34:35 UTC) #2
Yang
https://codereview.chromium.org/1923803002/diff/1/src/js/i18n.js File src/js/i18n.js (right): https://codereview.chromium.org/1923803002/diff/1/src/js/i18n.js#newcode575 src/js/i18n.js:575: for (var i = 0; i < l; i++) ...
4 years, 7 months ago (2016-04-27 04:41:21 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_mac_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel_ng/builds/780) v8_mac_rel_ng_triggered on ...
4 years, 7 months ago (2016-04-27 04:48:26 UTC) #5
Dan Ehrenberg
https://codereview.chromium.org/1923803002/diff/1/src/js/i18n.js File src/js/i18n.js (right): https://codereview.chromium.org/1923803002/diff/1/src/js/i18n.js#newcode575 src/js/i18n.js:575: for (var i = 0; i < l; i++) ...
4 years, 7 months ago (2016-04-27 04:51:34 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1923803002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1923803002/20001
4 years, 7 months ago (2016-04-27 05:30:33 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-04-27 05:55:43 UTC) #10
jungshik at Google
Well, I guess I'm not yet qualified to review this CL :-) I'll use this ...
4 years, 7 months ago (2016-04-29 17:20:04 UTC) #11
Yang
On 2016/04/29 17:20:04, jshin (jungshik at google) wrote: > Well, I guess I'm not yet ...
4 years, 7 months ago (2016-05-02 10:24:16 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1923803002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1923803002/20001
4 years, 7 months ago (2016-05-02 17:55:06 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-02 18:18:47 UTC) #15
commit-bot: I haz the power
4 years, 7 months ago (2016-05-02 18:19:35 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/4f374bbc94f7958b0be4e6a15743eebe7c6eecf6
Cr-Commit-Position: refs/heads/master@{#35949}

Powered by Google App Engine
This is Rietveld 408576698