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

Issue 2587703002: [intl] Avoid modifying options bag from constructor (Closed)

Created:
4 years ago by Dan Ehrenberg
Modified:
4 years ago
Reviewers:
Yang
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[intl] Avoid modifying options bag from constructor Previously, the Intl.DateTimeFormat constructor and other related paths had a bug where the options bag passed in would be modified in place. This patch makes V8's Intl implementation follow the specification's logic to avoid such a modification. BUG=v8:4219 Review-Url: https://codereview.chromium.org/2587703002 Cr-Commit-Position: refs/heads/master@{#41826} Committed: https://chromium.googlesource.com/v8/v8/+/48a36c7df71c767d2635d0b2d08ed5c93c862a86

Patch Set 1 #

Patch Set 2 : New bytecode expectations #

Patch Set 3 : Fix test expectations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -7 lines) Patch
M src/bootstrapper.cc View 1 2 chunks +5 lines, -2 lines 0 comments Download
M src/contexts.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/js/i18n.js View 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/CallRuntime.golden View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/interpreter/bytecode_expectations/SuperCallAndSpread.golden View 1 1 chunk +3 lines, -3 lines 0 comments Download
A test/intl/date-format/unmodified-options.js View 1 chunk +17 lines, -0 lines 0 comments Download
M test/mjsunit/regress/regress-builtinbust-7.js View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (16 generated)
Dan Ehrenberg
4 years ago (2016-12-18 06:04:19 UTC) #4
Yang
On 2016/12/18 06:04:19, Dan Ehrenberg wrote: lgtm.
4 years ago (2016-12-19 12:00:05 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2587703002/40001
4 years ago (2016-12-19 21:06:46 UTC) #17
commit-bot: I haz the power
4 years ago (2016-12-19 21:36:23 UTC) #20
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/48a36c7df71c767d2635d0b2d08ed5c93c8...

Powered by Google App Engine
This is Rietveld 408576698