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

Side by Side Diff: README.chromium

Issue 2499493002: Cherry pick 2 more patches from the upstream (Closed)
Patch Set: Created 4 years, 1 month 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/greek_upper.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: 58.1 3 Version: 58.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 58.1 for C/C++. 8 This directory contains the source code of ICU 58.1 for C/C++.
9 9
10 A. How to update ICU 10 A. How to update ICU
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 the icu data file or icudt.dll 251 the icu data file or icudt.dll
252 252
253 5. Add back UTF-32 converters temporarily even when 253 5. Add back UTF-32 converters temporarily even when
254 UCONFIG_ONLY_HTML_CONVERSION is defined until UTF-32 is 254 UCONFIG_ONLY_HTML_CONVERSION is defined until UTF-32 is
255 removed from Blink. See 255 removed from Blink. See
256 http://www.icu-project.org/trac/ticket/11296 and 256 http://www.icu-project.org/trac/ticket/11296 and
257 http://crbug.com/417850 257 http://crbug.com/417850
258 258
259 - patches/utf32.patch 259 - patches/utf32.patch
260 260
261 6. Fix two bugs found in 58.1 that will fixed in 58.1 maintenance release 261 6. Fix four bugs found in 58.1 that will fixed in 58.1 maintenance release
262 262
263 upstream bugs: 263 upstream bugs:
264 http://www.icu-project.org/trac/ticket/12825 (scriptset) 264 http://www.icu-project.org/trac/ticket/12825 (scriptset)
265 http://www.icu-project.org/trac/ticket/12815 (uspoof)
265 http://www.icu-project.org/trac/ticket/12822 (without std::string on Win) 266 http://www.icu-project.org/trac/ticket/12822 (without std::string on Win)
267 http://www.icu-project.org/trac/ticket/12832 (greek_upper)
266 268
267 - patches/scriptset.patch 269 - patches/scriptset.patch
270 - patches/uspoof.patch
268 - patches/digilist.patch 271 - patches/digilist.patch
272 - patches/greek_upper.patch
OLDNEW
« no previous file with comments | « no previous file | patches/greek_upper.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698