summaryrefslogtreecommitdiffstats
path: root/third_party/hyphen
Commit message (Collapse)AuthorAgeFilesLines
* Remove hyphenation code from Chromium.tony@chromium.org2013-08-02135-73347/+0
| | | | | | | | | | | | | | The feature is being removed because it is incomplete and no one is working on it right now. TBR for third_party. BUG=107111 TBR=darin Review URL: https://chromiumcodereview.appspot.com/20860003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215327 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: apply a different hyphen patch.phajdan.jr@chromium.org2013-02-255-192/+53
| | | | | | | | | | This will make it possible to use system hyphen. BUG=176285 Review URL: https://codereview.chromium.org/12259025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184515 0039d316-1c4b-4281-b951-d872f2087c98
* Make hyphen compile on Win64jschuh@chromium.org2012-12-211-0/+4
| | | | | | | | BUG=166496 BUG=167187 Review URL: https://codereview.chromium.org/11636058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174467 0039d316-1c4b-4281-b951-d872f2087c98
* hyphen: Build hyphen target as static_library.tfarina@chromium.org2012-11-201-1/+1
| | | | | | | | | | BUG=111541 R=hbono@chromium.org Review URL: https://chromiumcodereview.appspot.com/11415043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168833 0039d316-1c4b-4281-b951-d872f2087c98
* Make 'License' field in third-party metadata requiredsteveblock@chromium.org2012-08-011-1/+2
| | | | | | | | | | | | | | | | This will simplify the addition of a tool to check licenses for the purpose of the Android WebView build. See also http://codereview.chromium.org/10827099 Also adds other missing fields to these README.chromium files as required by presubmit checks and fixes a regex used to enforce this. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10821103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149423 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a hy-phen-ator.hbono@chromium.org2012-07-176-8/+262
| | | | | | | | | | | This change adds a project file for the hyphen library and a Hyphenator class, which encapsulates the library. (This class is not integrated into Chrome, though.) BUG=47083 TEST=HyphenatorTest.HyphenateWords Review URL: https://chromiumcodereview.appspot.com/9545017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146964 0039d316-1c4b-4281-b951-d872f2087c98
* Add license text to files that were missing it in third_party/hyphen.rolandsteiner@chromium.org2011-10-035-265/+446
| | | | | | | | | BUG=98136 TEST=none (no code change) Review URL: http://codereview.chromium.org/8071019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103685 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaning up third_party readmes and adding a template for future use.cdn@chromium.org2011-03-161-1/+3
| | | | | | | | | | | The next step is a presubmit rule that will make people use the template. We are doing this so that we can better track dependancy versions. BUG=None TEST=N/A Review URL: http://codereview.chromium.org/6610030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78316 0039d316-1c4b-4281-b951-d872f2087c98
* Remove execute perms on .test files introduced in r64368nirnimesh@chromium.org2010-10-2921-0/+0
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/4197008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64373 0039d316-1c4b-4281-b951-d872f2087c98
* Add Hunspell 'Hyphen' hyphenation library.rolandsteiner@chromium.org2010-10-29133-0/+73044
BUG=60895 TEST=none Review URL: http://codereview.chromium.org/4143003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64368 0039d316-1c4b-4281-b951-d872f2087c98