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

Side by Side Diff: third_party/liblouis/README.chromium

Issue 579623003: Upgrade liblouis to 2.6.0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Simplify whitelist Created 6 years, 3 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 | « third_party/liblouis/LICENSE ('k') | third_party/liblouis/liblouis_nacl.gyp » ('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: Braille Translation Library 1 Name: Braille Translation Library
2 Short Name: liblouis 2 Short Name: liblouis
3 URL: http://liblouis.googlecode.com/svn/tags/liblouis_2_5_1 3 URL: https://github.com/liblouis/liblouis
4 Version: 2.5.1 4 Version: 2.6.0
5 License: LGPL3 5 License: LGPL3 and GPL3
6 License Android Compatible: No
6 License File: LICENSE 7 License File: LICENSE
7 Security Critical: yes 8 Security Critical: yes
8 9
9 Description: 10 Description:
10 Liblouis is an open-source braille translator and back-translator. It 11 Liblouis is an open-source braille translator and back-translator. It
11 features support for computer and literary braille, and supports 12 features support for computer and literary braille, and supports
12 contracted and uncontracted translation for many languages. 13 contracted and uncontracted translation for many languages.
13 14
14 libloius is used in a native client binary in ChromeVox and not linked into 15 libloius is used in a native client binary in ChromeVox and not linked into
15 Chrome itself. 16 Chrome itself.
16 17
17 Local Modifications: 18 Local Modifications:
18 19
19 * Add manually created liblouis.h. 20 * Add manually created liblouis.h with compiler warning fix.
20 * On Android: log to logcat. 21 * Add minimal config.h.
21 * Fix backtranslation to not output unicode braille patterns
22 (svn r838)
23 * Fix 3 letters in Danish 8 dot braille table, reverting part of svn r238.
24 * Fix out-of-bounds array access (code removed by upstream).
25 * Fix compiler warnings (part of svn r856).
26 * Add tables.json a list of tables with metadata. 22 * Add tables.json a list of tables with metadata.
27 * Add a wrapper to expose the library in native client. 23 * Add a wrapper to expose the library in native client.
OLDNEW
« no previous file with comments | « third_party/liblouis/LICENSE ('k') | third_party/liblouis/liblouis_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698