DescriptionRoll ICU to 291774
See https://codereview.chromium.org/497543003
fast/encoding/api/ascii-supersets.html has to be rebaselined because
now that Shift_JIS acts as an ASCII superset.
See https://codereview.chromium.org/513413003/
BUG=277062, 404445
TEST=Blink: fast/encoding/* all pass except for
fast/encoding/api/ascii-supersets.html that should fail by *passing*
the test for Shift_JIS, which is expected to fail. Blink layout tests needs
to be updated.
TEST=browser_tests --gtest_filter="*ncoding*"
TEST=In JS console, run the following to check if Europe/Moscow is
3 hrs ahead of UTC after Oct 26 and 4 hrs ahead before that and
if Asia/Kamchatka remains 12 hrs ahead of UTC.
nov1_2014_1500=new Date("11/01/2014 15:00Z")
nov1_2014_1500.toLocaleString("en", {timeZone: "Europe/Moscow"})
nov1_2014_1500.toLocaleString("en", {timeZone: "UTC"})
nov1_2014_1500.toLocaleString("en", {timeZone: "Asia/Kamchatka"})
oct24_2014_1500=new Date("10/24/2014 15:00Z")
oct24_2014_1500.toLocaleString("en", {timeZone: "Europe/Moscow"})
oct24_2014_1500.toLocaleString("en", {timeZone: "UTC"})
oct24_2014_1500.toLocaleString("en", {timeZone: "Asia/Kamchatka"})
TEST=net_unittest --gtest_filter="*ilenameUtil*"
TEST=base_unittests --gtest_filter="*Conv*"
TBR=jsbell@chromium.org, nkostylev@chromium.org
Committed: https://crrev.com/08560e0d4c6f016bd1a6bb05020a36cb50c523cc
Cr-Commit-Position: refs/heads/master@{#293034}
Patch Set 1 #Messages
Total messages: 7 (1 generated)
|