Граф коммитов

162 Коммитов

Автор SHA1 Сообщение Дата
Ms2ger@gmail.com dd24338917 Bug 548073 - Tabs in extensions/universalchardet/tests/CharsetDetectionTests.js. r=smontagu 2010-03-06 16:36:05 +01:00
Simon Montagu d5c40b34b0 Set a minimum threshold even for the detector's preferred language. Bug 547487, r=emk 2010-02-23 01:46:15 -08:00
Jonathan Griffin 5018bc11f9 Bug 542660. Move universalchardet tests that use XPConnect to mochi-chrome. r=smontagu 2010-02-03 13:35:15 -08:00
Mitchell Field 02e66e18b9 Bug 514665 - fix stupid module name differences on windows. r=ted 2009-09-25 18:41:16 +02:00
Benjamin Smedberg 28fb767bd1 Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted 2009-08-25 08:59:31 -07:00
timeless@mozdev.org b4666bc5b2 Bug 493781 Fixing warning in universalchardet array subscript has type 'char'
r=smontagu
2009-06-27 18:42:50 -07:00
Hiroyuki Ikezoe 963151cb88 Bug 488426 - enable TIS-620 detector; r=smontagu 2009-06-24 13:12:36 +09:00
Hiroyuki Ikezoe b8aa0fa4b1 Bug 482558. Remove obsolete test. r=smontagu 2009-05-18 10:27:40 +12:00
L. David Baron bd3965a189 Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer 2009-05-06 13:46:04 -07:00
Simon Montagu f7583f2006 Fix some issues found with valgrind. Bug 479759 and bug 481692. r=Masatoshi Kimura <VYV03354@nifty.ne.jp> 2009-03-10 23:12:52 +02:00
Zeev Tarantov b209e983ae Make data tables in extensions/universalchardet const. Bug 482227, r=smontagu 2009-03-09 17:20:32 +02:00
Masatoshi Kimura 5e32d7bd31 Bug 470635 - Remove unused state machines 2008-12-27 19:02:48 +01:00
Masatoshi Kimura bfab5cf2f0 Bug 335531 - Correct misuse of UTF-16BE, UTF-16LE, UTF-32BE, and UTF-32LE charset labels; r=smontagu sr=dbaron 2008-12-06 11:08:26 -08:00
Daniel Holbert 31b72193f5 Backed out changeset 78d662c2c878 (Bug 335531) on suspicion of causing mochitest failures in test_bug399284.html on linux & windows unittest boxes. 2008-12-05 11:52:01 -08:00
Masatoshi Kimura 1992e6113a Bug 335531 - Correct misuse of "UTF-16BE", "UTF-16LE", "UTF-32BE", and "UTF-32LE" charset labels; r=smontagu sr=dbaron 2008-12-05 18:31:00 +01:00
Phil Ringnalda 5ac69655c0 Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg 2008-11-03 19:46:28 -08:00
Simon Montagu 41fd4e2c2d Don't require a minimum data threshold for encodings that correspond to the selected language. Bug 431054, r=Masatoshi Kimura (:emk) <VYV03354@nifty.ne.jp> 2008-10-30 10:57:25 -07:00
Neil Rashbrook 0a0dd59c94 Remove <CR>s (to fix cross-compilation bustage) rs=bsmedberg,gavin,roc,smontagu b=372802 2008-09-20 20:45:25 +01:00
Ted Mielczarek f4576958c6 bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg 2008-09-09 13:59:11 -04:00
Simon Montagu d0da8dbf3c Unit test for bug 9357 (Autodetection of EUC-KR) 2008-06-22 01:28:42 -07:00
smontagu@smontagu.org e385ad9886 Mochitests for charset autodetection 2008-04-21 03:50:45 -07:00
smontagu@smontagu.org 172a74a781 Use universal charset detector with filters instead of the old language-specific parallel state machines. Bug 426271, r+sr=dbaron, b=vladimir 2008-04-08 23:36:22 -07:00
smontagu@smontagu.org 3ad46c110f Remove unnecessary and obsolete code. Bug 424916, r+sr=dbaron, a=damons 2008-03-25 13:19:34 -07:00
benjamin@smedbergs.us 0ab7558e7b Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
smontagu%smontagu.org 61cc087900 Mochitests for charset autodetection 2008-04-21 10:50:45 +00:00
smontagu%smontagu.org 83b665a10f Use universal charset detector with filters instead of the old language-specific parallel state machines. Bug 426271, r+sr=dbaron, b=vladimir 2008-04-09 06:36:23 +00:00
smontagu%smontagu.org 09292718e0 Remove unnecessary and obsolete code. Bug 424916, r+sr=dbaron, a=damons 2008-03-25 20:19:34 +00:00
benjamin%smedbergs.us 3fb4912f5d Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 14:22:04 +00:00
timeless%mozdev.org e02e3e3319 Bug 106386 Correct misspellings in source code
also changing line to reference sequences since you don't count 'apple', you
count 'apples'.
r=glennrp@gmail.com, bclary@bclary.com rs=brendan
2006-11-01 23:04:06 +00:00
smontagu%smontagu.org 0dc20af420 Add a minimum data threshold to CharDistributionAnalysis::GetConfidence() to reduce false positives. Bug 306272, r=jshin, sr=rbs 2006-08-08 10:35:30 +00:00
timeless%mozdev.org b71940493b Bug 328009 UniversalChardetTest.cpp(65) : warning C4800: 'const PRBool' : forcing value to bool 'true' or 'false' (performance warning)
r=smontagu sr=bz
2006-03-21 06:35:45 +00:00
benjamin%smedbergs.us c502e7b20c Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-02-14 18:13:49 +00:00
bsmedberg%covad.net 59723c929d Bug 320553 - integrate universalchardet into libxul, r=bryner 2005-12-16 20:55:44 +00:00
jgmyers%speakeasy.net 7bb5ce9515 Bug 313211: improve universalchardet test harness r=somntagu 2005-11-02 19:43:32 +00:00
jgmyers%speakeasy.net e54a21bf83 Bug 177505: Misidentified iso-8859-1 text as GB18030 r=smontagu sr=roc 2005-11-02 19:41:13 +00:00
jgmyers%speakeasy.net 75b3596ecd Bug 313199: separate out build of universalchardet xpcom wrapper r=benjamin moa=smontagu 2005-11-02 19:38:32 +00:00
bsmedberg%covad.net f8f020c3ab Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2005-11-02 16:57:30 +00:00
timeless%mozdev.org ae974435da Bug 86999 - Hebrew support for Universal (All) Autodetect
fixing debug output typo
patch by shoosh20012001@hotmail.com r=smontagu sr=roc a=asa
2005-11-02 16:57:29 +00:00
mozilla.mano%sent.com 44f6fdfb60 Bug 304951 - error in chardet's Hebrew language model. patch from Shy Shalom <shoosh20012001@hotmail.com>, r=smontagu, sr=roc. 2005-11-02 16:57:28 +00:00
timeless%mozdev.org e5833469b6 Bug 86999 Hebrew support for Universal (All) Autodetect
patch by shoosh20012001@hotmail.com r=smontagu r=timeless sr=roc a=asa
HebrewProber written by shoosh20012001@hotmail.com
LangHebrewModel written by smontagu
some data compiled by xslf@xslf.com
2005-11-02 16:57:27 +00:00
jshin%mailaps.org 13dce91281 separate xpcom wrapper and charset detectors : patch by shanjian with some updates by me (r=smontagu, sr=alecf) 2005-11-02 16:57:26 +00:00
timeless%mozdev.org ac7450d8d6 Bug 228545 Bug "FilterWith..." in universal charset detector
patch by vladimir@lukianov.name r=smontagu sr=roc
2005-11-02 16:57:25 +00:00
timeless%mozdev.org 2d562717cf Bug 248307 lack of {} in mozilla\extensions\universalchardet\src\nsEUCJPProber.cpp:80
patch by vladimir@lukianov.name r=roc sr=roc
2005-11-02 16:57:24 +00:00
timeless%mozdev.org 5603ddd0d5 Bug 225994 DRefTool analysis for universalchardet files
r=smontagu sr=roc
2005-11-02 16:57:23 +00:00
timeless%mozdev.org c1b1e63200 Bug 228542 Divide by zero bug in Universal charset detecter
patch by vladimir@lukianov.name r=smontagu sr=roc
2005-11-02 16:57:22 +00:00
gerv%gerv.net bdd976d8a5 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-11-02 16:57:21 +00:00
jgmyers%speakeasy.net 16dd3bd1ec Accept halfwidth katakana in iso-2022-jp: bug 172393 r=ftang sr=roc 2005-11-02 16:57:19 +00:00
bzbarsky%mit.edu a611a692bc Make frequence tables in universal charset decoder const to move them into the
readonly segment.  Bug 201361, patch by ataylor@its.to (Andrew Taylor),
r=smontagu, sr=alecf
2005-11-02 16:57:18 +00:00
shanjian%netscape.com 211b62b274 #92806 need to support GB18030 in universal detector
replace gb18030 state machine with the new one, which has been tested in
PSM detector.
r=ftang, sr=scc
2005-11-02 16:57:17 +00:00