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

Side by Side Diff: third_party/icu/README.chromium

Issue 3598015: Fix the default timezone detection in ICU.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: ICU 1 Name: ICU
2 URL: http://site.icu-project.org/ 2 URL: http://site.icu-project.org/
3 3
4 This directory contains the source code of ICU 4.2.1 for C/C++ 4 This directory contains the source code of ICU 4.2.1 for C/C++
5 5
6 1. It was obtained with the following: 6 1. It was obtained with the following:
7 7
8 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-4-2-1 icu42 8 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-4-2-1 icu42
9 9
10 2. The following directories were removed because they're not used by Chromium 10 2. The following directories were removed because they're not used by Chromium
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 16. Merge the upstream change to get rid of a few compiler warnings 164 16. Merge the upstream change to get rid of a few compiler warnings
165 165
166 - patches/remove_warnings.patch 166 - patches/remove_warnings.patch
167 167
168 17. Merge the upstream change to get daylight saving time work correctly 168 17. Merge the upstream change to get daylight saving time work correctly
169 on Ubuntu where /usr/share/zoneinfo is a symlink to /etc/localtime. 169 on Ubuntu where /usr/share/zoneinfo is a symlink to /etc/localtime.
170 See http://bugs.icu-project.org/trac/ticket/7794 170 See http://bugs.icu-project.org/trac/ticket/7794
171 171
172 - patches/linuxtz2.patch 172 - patches/linuxtz2.patch
173 173
174 In addition, apply the following patch to take care of cases when
175 posix/Foo/Bar is the first match against localtime instead of Foo/Bar.
176 See http://bugs.icu-project.org/trac/ticket/8014
177
178 - patches/linuxtz3.patch
179
174 18. Use GetUserDefaultLCID() to determine the default OS locale on Windows. 180 18. Use GetUserDefaultLCID() to determine the default OS locale on Windows.
175 181
176 - patches/winlocale.patch 182 - patches/winlocale.patch
177 183
178 19. Merge the upstream patch to get the locale canonicalization work correctly f or C/POSIX 184 19. Merge the upstream patch to get the locale canonicalization work correctly f or C/POSIX
179 185
180 - patches/loccanon.patch 186 - patches/loccanon.patch
OLDNEW
« no previous file with comments | « no previous file | third_party/icu/patches/linuxtz3.patch » ('j') | third_party/icu/patches/linuxtz3.patch » ('J')

Powered by Google App Engine
This is Rietveld 408576698