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

Side by Side Diff: README.chromium

Issue 1058353002: Fix the tz detection code. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: add upstream bug ref Created 5 years, 8 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
« no previous file with comments | « no previous file | patches/tzdetect2.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: icu 1 Name: icu
2 URL: http://site.icu-project.org/ 2 URL: http://site.icu-project.org/
3 Version: 54.1 3 Version: 54.1
4 License: MIT 4 License: MIT
5 Security Critical: yes 5 Security Critical: yes
6 6
7 Description: 7 Description:
8 This directory contains the source code of ICU 54.1 for C/C++. 8 This directory contains the source code of ICU 54.1 for C/C++.
9 9
10 10
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 13. Fix a data race in cmemory 269 13. Fix a data race in cmemory
270 - patches/cmemory.patch 270 - patches/cmemory.patch
271 - upstream bug (fixed in the upstream 55 RC) 271 - upstream bug (fixed in the upstream 55 RC)
272 http://www.icu-project.org/trac/ticket/11538 272 http://www.icu-project.org/trac/ticket/11538
273 273
274 14. Fix a bug found by 'stack' (static analysis tool) 274 14. Fix a bug found by 'stack' (static analysis tool)
275 - patches/uloc.patch 275 - patches/uloc.patch
276 - upstream bug 276 - upstream bug
277 http://www.icu-project.org/trac/ticket/11602 277 http://www.icu-project.org/trac/ticket/11602
278 278
279 15. Cherry-pick an upstream patch to add an API to detect the host timezone 279 15. Add a timezone detection API
280 - patches/tzdetect.patch 280 - patches/tzdetect.patch (applied in the upstream 55)
281 - upstream bug (fixed in the upstream 55 RC) 281 - patches/tzdetect2.patch
282 - upstream bugs
282 http://bugs.icu-project.org/trac/ticket/11358 283 http://bugs.icu-project.org/trac/ticket/11358
284 http://bugs.icu-project.org/trac/ticket/11623
285
286
OLDNEW
« no previous file with comments | « no previous file | patches/tzdetect2.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698