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

Issue 1819313002: [regexp, intl] Intl should not cause side effects to the RegExp object. (Closed)

Created:
4 years, 9 months ago by Yang
Modified:
4 years, 8 months ago
Reviewers:
Dan Ehrenberg
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

[regexp, intl] Intl should not cause side effects to the RegExp object. R=jochen@chromium.org BUG=v8:4361 LOG=N Committed: https://crrev.com/4c1d670e9817cd4f33eadc613108f54f82db91c5 Cr-Commit-Position: refs/heads/master@{#35099}

Patch Set 1 #

Patch Set 2 : test262 #

Patch Set 3 : fix #

Total comments: 4

Patch Set 4 : addressed comments #

Patch Set 5 : addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -58 lines) Patch
M src/js/i18n.js View 1 2 3 4 16 chunks +43 lines, -47 lines 0 comments Download
M src/js/regexp.js View 1 2 3 4 2 chunks +21 lines, -1 line 0 comments Download
A test/intl/regexp-assert.js View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download
A + test/intl/regexp-prepare.js View 1 2 3 4 1 chunk +1 line, -4 lines 0 comments Download
M test/intl/testcfg.py View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M test/test262/test262.status View 1 2 3 4 2 chunks +0 lines, -5 lines 0 comments Download

Messages

Total messages: 29 (10 generated)
Yang
4 years, 9 months ago (2016-03-22 09:50:02 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819313002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819313002/20001
4 years, 9 months ago (2016-03-22 10:00:19 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_mac_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel/builds/17440)
4 years, 9 months ago (2016-03-22 10:12:56 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819313002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819313002/40001
4 years, 9 months ago (2016-03-22 14:18:14 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-22 14:39:12 UTC) #9
Yang
On 2016/03/22 14:39:12, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
4 years, 9 months ago (2016-03-23 14:22:48 UTC) #10
Yang
Dan, could you take a look at this? Thanks.
4 years, 9 months ago (2016-03-23 14:26:51 UTC) #12
Dan Ehrenberg
Very glad to have this fix; a couple minor comments. https://codereview.chromium.org/1819313002/diff/40001/src/js/i18n.js File src/js/i18n.js (right): https://codereview.chromium.org/1819313002/diff/40001/src/js/i18n.js#newcode62 ...
4 years, 9 months ago (2016-03-23 15:55:41 UTC) #13
Dan Ehrenberg
lgtm Very glad to have this fix; a couple minor comments.
4 years, 9 months ago (2016-03-23 15:55:42 UTC) #14
Dan Ehrenberg
Very glad to have this fix; a couple minor comments.
4 years, 9 months ago (2016-03-23 15:55:43 UTC) #15
Yang
addressed comments
4 years, 9 months ago (2016-03-24 06:14:00 UTC) #16
Yang
https://codereview.chromium.org/1819313002/diff/40001/src/js/i18n.js File src/js/i18n.js (right): https://codereview.chromium.org/1819313002/diff/40001/src/js/i18n.js#newcode62 src/js/i18n.js:62: RegExpReplace = from.InternalRegExpReplace; On 2016/03/23 15:55:41, Dan Ehrenberg wrote: ...
4 years, 9 months ago (2016-03-24 06:14:13 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819313002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819313002/60001
4 years, 9 months ago (2016-03-24 06:14:27 UTC) #19
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-24 06:37:11 UTC) #21
Dan Ehrenberg
lgtm Looks great. Optional additional testing idea: Actually exec a RegExp that updates those properties, ...
4 years, 9 months ago (2016-03-24 07:10:39 UTC) #22
Yang
On 2016/03/24 07:10:39, Dan Ehrenberg wrote: > lgtm > > Looks great. Optional additional testing ...
4 years, 8 months ago (2016-03-29 11:34:21 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819313002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819313002/80001
4 years, 8 months ago (2016-03-29 11:34:33 UTC) #26
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 8 months ago (2016-03-29 11:55:39 UTC) #27
commit-bot: I haz the power
4 years, 8 months ago (2016-03-29 11:57:12 UTC) #29
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/4c1d670e9817cd4f33eadc613108f54f82db91c5
Cr-Commit-Position: refs/heads/master@{#35099}

Powered by Google App Engine
This is Rietveld 408576698