| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Add missing case for MIPS in liblouis_nacl_wrapper_nacl.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=2275
TEST= Chromium buildbots
Review URL: https://codereview.chromium.org/197613002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256639 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sometimes, a contracted string results in more than twice the
size of the input being the result of back translation. This is especially
true for small strings (e.g. a single letter k translating to knowledgable).
This CL uses a similar approach as
https://codereview.chromium.org/124403002
expanding the allocated buffer, working around liblouis api quirks.
BUG=310285
R=dtseng@chromium.org
Review URL: https://codereview.chromium.org/183653002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254023 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=345453
TBR=dtseng@chromium.org, bradnelson@chromium.org,
Review URL: https://codereview.chromium.org/180393003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253667 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Previously NaCl targets were using _untrusted suffix which makes the
purpose of these targets hard to understand. This CL renames some targets in src/third_party.
Also removed toolsets field from modp_b64_nacl.gyp
Review URL: https://codereview.chromium.org/138673002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245176 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The liblouis wrapper used to allocate an output buffer that was twice as big
as the number of input characters. There are situations where this is
not enough. The new approach is to retry with a larger buffer up to
a certain limit.
R=dtseng@chromium.org
BUG=none
Review URL: https://codereview.chromium.org/124403002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243251 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
tree.
BUG=309130
TEST=run ChromeVox on Aura.
TBR=robliao
Review URL: https://codereview.chromium.org/100513003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239068 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reason: Breaks check_perms (Executable bits need updating) and runhooks (third_party/liblouis/liblouis_untrusted.gyp appears to be in the wrong location)
> Moves the ChromeVox extension into the Chrome source tree.
>
> BUG=309130
> TEST=run ChromeVox on Aura.
> R=dmazzoni@chromium.org, erg@chromium.org, thakis@chromium.org, zelidrag@chromium.org
>
> Review URL: https://codereview.chromium.org/27748003
TBR=dtseng@google.com
Review URL: https://codereview.chromium.org/105813003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238855 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=309130
TEST=run ChromeVox on Aura.
R=dmazzoni@chromium.org, erg@chromium.org, thakis@chromium.org, zelidrag@chromium.org
Review URL: https://codereview.chromium.org/27748003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238830 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TBR=plundblad@chromium.org
Review URL: https://codereview.chromium.org/103673002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238565 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tries to reland 237638 after fixing compiler warnings from a more recent compiler used on arm.
This cl ports the nacl wrapper to the chromium build system and adds local modifications from Chromevox to liblouis. The native library and braille tables are copied to the location in the resources output directory where chromevox can pick them up.
BUG=316353
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=237638
Review URL: https://codereview.chromium.org/67283007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238548 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Build liblouis_nacl using gyp.
>
> This cl ports the nacl wrapper to the chromium build system and adds local modifications from Chromevox to liblouis. The native library and braille tables are copied to the location in the resources output directory where chromevox can pick them up.
>
> BUG=316353
>
> Review URL: https://codereview.chromium.org/67283007
TBR=plundblad@chromium.org
Review URL: https://codereview.chromium.org/93783003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237670 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=plundblad@chromium.org,chrisgao@chromium.org
Review URL: https://codereview.chromium.org/93193002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237648 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This cl ports the nacl wrapper to the chromium build system and adds local modifications from Chromevox to liblouis. The native library and braille tables are copied to the location in the resources output directory where chromevox can pick them up.
BUG=316353
Review URL: https://codereview.chromium.org/67283007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237638 0039d316-1c4b-4281-b951-d872f2087c98
|
|
liblouis is a braille translation library that is used inside the
ChromeVox extension, where it is included as a native client binary.
This adjust the lincense check scripts for the headers used in this library.
BUG=303795,316353
Review URL: https://codereview.chromium.org/35683004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234051 0039d316-1c4b-4281-b951-d872f2087c98
|