Skip to content

Commit

Permalink
Roll third_party/icu from dda089a to 73e2473
Browse files Browse the repository at this point in the history
http://chromium.googlesource.com/chromium/deps/icu.git/+log/dda089a..73e2473

Two changes are in the range:

1. Timezone update to 2016i
2. Bign Endian support for MIPS

BUG=473288
TBR=mark@chromium.org
TEST=Try the following in d8 or Chrome's JS console:
> (new Date("12/04/2016 12:00Z")).toLocaleString("en", {timeZone:
"Europe/Saratov"})
"12/4/2016, 4:00:00 PM"
> (new Date("12/03/2016 12:00Z")).toLocaleString("en", {timeZone:
"Europe/Saratov"})
"12/3/2016, 3:00:00 PM"

Review-Url: https://codereview.chromium.org/2557743010
Cr-Commit-Position: refs/heads/master@{#437788}
  • Loading branch information
jungshik authored and Commit bot committed Dec 11, 2016
1 parent b2e34cf commit 64a8d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ deps = {
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',

'src/third_party/icu':
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'dda089a98a4f1512a62a68e8fc47a98aa6d2f963',
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '73e24736676b4b438270fda44e5b2c83b49fdd80',

'src/third_party/hunspell_dictionaries':
Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc6e7c25bf47cbfb466e0701fd2728b4a12e79d5',
Expand Down

0 comments on commit 64a8d3b

Please sign in to comment.