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

Side by Side Diff: README.chromium

Issue 1816843002: Remove a static initializer in region.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: Created 4 years, 9 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/remove_si.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: 56.1 3 Version: 56.1
4 License: MIT 4 License: MIT
5 Security Critical: yes 5 Security Critical: yes
6 6
7 ***NOTE*** 7 ***NOTE***
8 ICU is being updated to 56.1 pending one last adjustment on the Chromium-side. 8 ICU is being updated to 56.1 pending one last adjustment on the Chromium-side.
9 If you have an urgent fix to apply to ICU 54.1 used for branches, 9 If you have an urgent fix to apply to ICU 54.1 used for branches,
10 file a bug and contact jshin@chromium.org. 10 file a bug and contact jshin@chromium.org.
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 Put ICU_DATA_ENTRY_POINT(icudtXX_dat) in common when we use 276 Put ICU_DATA_ENTRY_POINT(icudtXX_dat) in common when we use
277 the icu data file or icudt.dll 277 the icu data file or icudt.dll
278 278
279 6. Apply a timezone detection API fix 279 6. Apply a timezone detection API fix
280 - patches/tzdetect.patch 280 - patches/tzdetect.patch
281 - upstream bugs 281 - upstream bugs
282 http://bugs.icu-project.org/trac/ticket/11623 282 http://bugs.icu-project.org/trac/ticket/11623
283 283
284 7. Fix 'bad cast' found in Transliterator with a cfi build 284 7. Fix 'bad cast' found in Transliterator with a cfi build
285 - patches/xlit_badcast.patch 285 - patches/xlit_badcast.patch
286 - upstream bug (yet to be resolved) 286 - upstream bug (fixed in the upstream. Will be in 57 release)
287 http://bugs.icu-project.org/trac/ticket/11937 287 http://bugs.icu-project.org/trac/ticket/11937
288 288
289 8. Add back UTF-32 converters temporarily even when 289 8. Add back UTF-32 converters temporarily even when
290 UCONFIG_ONLY_HTML_CONVERSION is defined until UTF-32 is 290 UCONFIG_ONLY_HTML_CONVERSION is defined until UTF-32 is
291 removed from Blink. See 291 removed from Blink. See
292 http://www.icu-project.org/trac/ticket/11296 and 292 http://www.icu-project.org/trac/ticket/11296 and
293 http://crbug.com/417850 293 http://crbug.com/417850
294 294
295 - patches/utf32.patch 295 - patches/utf32.patch
296 296
297 9. Fix a UText bug found in uregex_open fuzzer. 297 9. Fix a UText bug found in uregex_open fuzzer.
298 - patches/utext.patch 298 - patches/utext.patch
299 - upstream bug (fixed in trunk in Jan, 2016. Will be in 57 release) 299 - upstream bug (fixed in trunk in Jan, 2016. Will be in 57 release)
300 http://bugs.icu-project.org/trac/ticket/12130 300 http://bugs.icu-project.org/trac/ticket/12130
301 301
302 10. Fix a bug in regex compiler. 302 10. Fix a bug in regex compiler.
303 - patches/regexcmp.patch 303 - patches/regexcmp.patch
304 - upstream bug 304 - upstream bug (fixed in the upstream. Will be in 57 release)
305 http://bugs.icu-project.org/trac/ticket/12138 305 http://bugs.icu-project.org/trac/ticket/12138
306 306
307 11. Remove an unnecessary static initializer
308 - patches/remove_si.patch
309 - upstream bug
310 http://bugs.icu-project.org/trac/ticket/12408
OLDNEW
« no previous file with comments | « no previous file | patches/remove_si.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698