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

Side by Side Diff: README.chromium

Issue 907333002: Apply an upstream patch for a resource leak in BiDi (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: Created 5 years, 10 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/bidi.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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 10. Apply the following patches for regex 235 10. Apply the following patches for regex
236 - patches/regex.patch (a combined patch of 3 revisions below) 236 - patches/regex.patch (a combined patch of 3 revisions below)
237 - upstream bugs (fixed in the upstream ToT) : 237 - upstream bugs (fixed in the upstream ToT) :
238 http://bugs.icu-project.org/trac/ticket/11370 (r36723:36724) 238 http://bugs.icu-project.org/trac/ticket/11370 (r36723:36724)
239 http://bugs.icu-project.org/trac/ticket/11369 (r36726:36727) 239 http://bugs.icu-project.org/trac/ticket/11369 (r36726:36727)
240 http://bugs.icu-project.org/trac/ticket/11371 (r36800:36801) 240 http://bugs.icu-project.org/trac/ticket/11371 (r36800:36801)
241 241
242 11. Fix a bug in locid (getBaseName is wrong). 242 11. Fix a bug in locid (getBaseName is wrong).
243 - patches/locid.patch 243 - patches/locid.patch
244 - upstream bug: http://bugs.icu-project.org/trac/ticket/11421 244 - upstream bug: http://bugs.icu-project.org/trac/ticket/11421
245
246 12. Fix a bug in BiDi
247 - patches/bidi.patch
248 - upstream bug: http://bugs.icu-project.org/trac/ticket/11177
OLDNEW
« no previous file with comments | « no previous file | patches/bidi.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698