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

Side by Side Diff: README.chromium

Issue 1233663005: Cherry-pick a upstream patch for a data loading bug (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: rebased Created 5 years, 5 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/dataload.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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 a. Use Japanese rules for all locales because Japanese tailoring only 43 a. Use Japanese rules for all locales because Japanese tailoring only
44 affects Japanese specific characters. 44 affects Japanese specific characters.
45 See http://unicode.org/cldr/trac/ticket/3974 45 See http://unicode.org/cldr/trac/ticket/3974
46 b. Minor changes in CL, OP and IS definitions to handle 'comma-variants' 46 b. Minor changes in CL, OP and IS definitions to handle 'comma-variants'
47 more consistenly. 47 more consistenly.
48 See http://unicode.org/cldr/trac/ticket/6557 48 See http://unicode.org/cldr/trac/ticket/6557
49 c. Fix line breaking for Chinese characters and quotation marks 49 c. Fix line breaking for Chinese characters and quotation marks
50 See http://unicode.org/cldr/trac/ticket/4200 and 50 See http://unicode.org/cldr/trac/ticket/4200 and
51 http://crbug.com/39779 51 http://crbug.com/39779
52 52
53
54 - Add a new file brklocal.mk (copied from brkfiles.mk) with line_ja.txt 53 - Add a new file brklocal.mk (copied from brkfiles.mk) with line_ja.txt
55 and word_POSIX.txt dropped from the build list. 54 and word_POSIX.txt dropped from the build list.
56 55
57 - Apply patches/khmer-dictbe.patch and put in a smaller Khmer dictionary 56 - Apply patches/khmer-dictbe.patch and put in a smaller Khmer dictionary
58 (source/data/brkitr/khmerdict.txt) obtained from 57 (source/data/brkitr/khmerdict.txt) obtained from
59 http://bugs.icu-project.org/trac/ticket/9451 58 http://bugs.icu-project.org/trac/ticket/9451
60 59
61 - Add several common Chinese words that were dropped previously to 60 - Add several common Chinese words that were dropped previously to
62 source/data/cjdict/brkitr/cjdict.txt 61 source/data/cjdict/brkitr/cjdict.txt
63 patch: patches/cjdict.patch 62 patch: patches/cjdict.patch
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 - patches/ucnv_refcount.patch 299 - patches/ucnv_refcount.patch
301 - upstream change: 300 - upstream change:
302 http://bugs.icu-project.org/trac/ticket/11601 301 http://bugs.icu-project.org/trac/ticket/11601
303 302
304 18. Apply patches/infinite-recursion.patch , corresponds to upstream r36672 303 18. Apply patches/infinite-recursion.patch , corresponds to upstream r36672
305 304
306 19. Fix a data race in umutex 305 19. Fix a data race in umutex
307 - patches/mutex.patch 306 - patches/mutex.patch
308 - upstream bug (fixed in ToT and will be included in 56) 307 - upstream bug (fixed in ToT and will be included in 56)
309 http://bugs.icu-project.org/trac/ticket/11599 308 http://bugs.icu-project.org/trac/ticket/11599
309
310 20. Cherry-pick an upstream patch for a data loading bug.
311 - patches/dataload.patch
312 - upstream change (fixed in ToT and will be included in 56)
313 http://bugs.icu-project.org/trac/changeset/37670
OLDNEW
« no previous file with comments | « no previous file | patches/dataload.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698