Commit c786ed3
committed
deps: V8: cherry-pick 90be99fab31c
Original commit message:
[intl] Revert date formatting behavior change from ICU 72
Replace U+202F with U+0020 after formatting date. This lets websites
continue to work without any changes.
This matches Firefox behavior, according to
https://bugzilla.mozilla.org/show_bug.cgi?id=1806042#c17.
Bug: chromium:1414292, chromium:1401829, chromium:1392814
Change-Id: I7c2b58414d0890f8705e737f903403dc54e5fe57
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4237675
Commit-Queue: Adam Klein <adamk@chromium.org>
Reviewed-by: Shu-yu Guo <syg@chromium.org>
Cr-Commit-Position: refs/heads/main@{#85757}
Refs: v8/v8@90be99f
PR-URL: #46646
Refs: #46123
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>1 parent a38de61 commit c786ed3Copy full SHA for c786ed3
File tree
Expand file treeCollapse file tree
7 files changed
+32
-7
lines changedOpen diff view settings
Filter options
- deps/v8
- src/objects
- test
- mjsunit
- regress
- test262
- test/parallel
Expand file treeCollapse file tree
7 files changed
+32
-7
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
| 39 | + |
40 | 40 | |
41 | 41 | |
42 | 42 | |
|
Collapse file
deps/v8/src/objects/js-date-time-format.cc
Copy file name to clipboardExpand all lines: deps/v8/src/objects/js-date-time-format.cc+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1395 | 1395 | |
1396 | 1396 | |
1397 | 1397 | |
| 1398 | + |
| 1399 | + |
| 1400 | + |
| 1401 | + |
| 1402 | + |
1398 | 1403 | |
1399 | 1404 | |
1400 | 1405 | |
|
Collapse file
deps/v8/test/mjsunit/mjsunit.status
Copy file name to clipboardExpand all lines: deps/v8/test/mjsunit/mjsunit.status+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
464 | 464 | |
465 | 465 | |
466 | 466 | |
| 467 | + |
| 468 | + |
| 469 | + |
467 | 470 | |
468 | 471 | |
469 | 472 | |
|
Collapse file
deps/v8/test/mjsunit/regress/regress-crbug-1414292.js
Copy file name to clipboard+17Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
Collapse file
deps/v8/test/test262/test262.status
Copy file name to clipboardExpand all lines: deps/v8/test/test262/test262.status+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
669 | 669 | |
670 | 670 | |
671 | 671 | |
| 672 | + |
| 673 | + |
| 674 | + |
| 675 | + |
672 | 676 | |
673 | 677 | |
674 | 678 | |
|
Collapse file
test/parallel/test-icu-env.js
Copy file name to clipboardExpand all lines: test/parallel/test-icu-env.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
122 | 122 | |
123 | 123 | |
124 | 124 | |
125 | | - |
| 125 | + |
126 | 126 | |
127 | 127 | |
128 | 128 | |
|
Collapse file
+1-5Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
97 | 97 | |
98 | 98 | |
99 | 99 | |
100 | | - |
101 | | - |
102 | | - |
103 | | - |
104 | | - |
| 100 | + |
105 | 101 | |
106 | 102 | |
107 | 103 | |
|
0 commit comments