Fix the timezone detection on Windows with RDP.
This is to cherry-pick fixes from the upstream to fix the timezone detection issue when a remote Windows session is used. The detected timezone should be that of a remote machine Chrome is running on, but without this fix, it uses the timezone of machine where a RDP connection originates. Bugs: https://unicode-org.atlassian.net/browse/ICU-13842 https://unicode-org.atlassian.net/browse/ICU-13827 Fixes (included in the upstream ICU 63 release candidate) https://github.com/unicode-org/icu/pull/55 https://github.com/unicode-org/icu/pull/129 TBR=yangguo@chromium.org Bug: 854387 Test: Manual. See the bug Change-Id: Ic21e82987c1569e107d9b5e17bdc0d21e65fda3c Reviewed-on: https://chromium-review.googlesource.com/c/1270635 Reviewed-by:Jungshik Shin <jshin@chromium.org>
Showing
- README.chromium 12 additions, 0 deletionsREADME.chromium
- patches/wintz_detection.patch 537 additions, 0 deletionspatches/wintz_detection.patch
- source/common/putil.cpp 1 addition, 42 deletionssource/common/putil.cpp
- source/common/wintz.cpp 60 additions, 330 deletionssource/common/wintz.cpp
- source/common/wintz.h 2 additions, 4 deletionssource/common/wintz.h
Loading
Please register or sign in to comment