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
shanjian%netscape.com
a9e63d3e88
#111340 Autodetect All detect SJIS as Greek
...
r=yokoyama, sr=brendan
2005-11-02 16:57:16 +00:00
bryner%brianryner.com
122ae7c0a1
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2005-11-02 16:57:15 +00:00
jgmyers%netscape.com
7492ceea39
fix uninitialized member: bug 222182 r=sli0262 sr=blizzard
2005-11-02 16:57:14 +00:00
shanjian%netscape.com
1d7aec1f3f
#115114 autodetect universal detects french as Central European (ISO-8859-2)
...
remove 2 hungarian probers.
r=ftang, sr=scc
2005-11-02 16:57:13 +00:00
jaggernaut%netscape.com
26dd9bfdc0
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2005-11-02 16:57:12 +00:00
shanjian%netscape.com
7865e8737b
#171813 Universal auto detector doesn't work well on sohu news page
...
adjust the detecting parameter.
r=ftang, sr=jst
2005-11-02 16:57:11 +00:00
dbaron%dbaron.org
7fe85f79e4
Fix build warnings by using character literals. b=183354 r=smontagu sr=bzbarsky
2005-11-02 16:57:10 +00:00
yokoyama%netscape.com
62aa3e64d8
162894
...
Universal Auto Detector regression fix.
/r=yokoyama, shanjian, /sr=jst, /a=asa
2005-11-02 16:57:09 +00:00
cbiesinger%web.de
1e9ed24ea4
183354 patch by alexey@optus.net (Alexey Chernyak) r=ftang sr=blizzard Make Universal Charset Autodetector recognise UTF by BOM
2005-11-02 16:57:08 +00:00
dbaron%dbaron.org
4e743c8c39
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2005-11-02 16:57:07 +00:00
shanjian%netscape.com
d142af8049
#162894 Extend universal detector's coverage to include iso-8859-1
...
Added latin1 prober.
r=smontagu, sr=jst, a=asa
2005-11-02 16:57:06 +00:00
dougt%netscape.com
44921bc550
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2005-11-02 16:57:05 +00:00
shanjian%netscape.com
5831a47cad
#92806 need to support GB18030 in universal detector
...
replace state machine for gb18030 with the new one, which has been tested
in PSM detector.
r=ftang, sr=scc,
2005-11-02 16:57:04 +00:00
shanjian%netscape.com
cf2986f7a8
#122081 Universalchardet leaks memory
...
The fix for the nsCharSetProber class declaration, plus fix for
nsUniversalDetector methods, which may cause another leak when the object is
reused after Reset().
Patch proposed by Takayuki Tamura
r=shanjian, sr/a=brendan
2005-11-02 16:57:03 +00:00
shanjian%netscape.com
0ee918bf32
#109913 universal charset detector improvement: use positive approach
...
r=yokoyama, sr=brendan
2005-11-02 16:57:02 +00:00
shanjian%netscape.com
317373c28a
#119377 NS crashes if use universal Charset detector on in frame
...
Added some range verification when calculating order.
r=nhotta, sr=brendan
2005-11-02 16:57:01 +00:00
alecf%netscape.com
54942a89c9
argh, also patch universal char det
...
similar to patch by bzbarsky@mit.edu that I had in my tree
fixes extensions bustage
2005-11-02 16:57:00 +00:00
shanjian%netscape.com
ca90824950
#180988 ���������������������������������������� in text causes universal AD to display in Big5
...
count every char for total.
yokoyama: review+
bzbarsky: superreview+
2005-11-02 16:56:59 +00:00
timeless%mozdev.org
c11846f789
Bug 207057 Division by zero in UCDET.DLL
...
r=smontagu sr=rbs
2005-11-02 16:56:58 +00:00
shanjian%netscape.com
0ca4f2bb17
#100377 Auto-detect All detects yahoo-japan page as a wrong charset that save by Composer
...
r=yokoyama, sr=brendan
2005-11-02 16:56:57 +00:00
dbaron%fas.harvard.edu
ce9e54c27d
Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag
2005-11-02 16:56:56 +00:00
sfraser%netscape.com
005e8067c6
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2005-11-02 16:56:55 +00:00
gerv%gerv.net
48f29d76f4
License changes, take 2. Bug 98089. mozilla/extensions/.
2005-11-02 16:56:54 +00:00
gerv%gerv.net
4950639406
Oops.
2005-11-02 16:56:53 +00:00
scc%mozilla.org
8e68ae89d6
bug #98089 : ripped new license
2005-11-02 16:56:52 +00:00
shanjian%netscape.com
839cc1678e
#33337 Universal Charset Autodetection for mozilla tree
...
The code is almost the same as in commercial tree, 3rd party detector is removed, and name has been changed by roy.
r=shanjian/ftang sr=blizzard
2005-11-02 16:56:51 +00:00
shanjian%netscape.com
8083521d2e
#92806 need to support GB18030 in universal detector
...
r= ftang sr=blizzard@mozilla.org
This fix also added some comment for:
#33337 Universal Charset Autodetection for mozilla tree
The code is almost the same as in commercial tree, 3rd party detector is removed, and name has been changed by roy.
r=shanjian/ftang sr=blizzard
2005-11-02 16:56:50 +00:00
shanjian%netscape.com
701bb6e3eb
Refer bugscape 7195, same change here.
2005-11-02 16:56:49 +00:00
shanjian%netscape.com
0a1b131d26
#90581 Cyrillic is not autodetected by nsIStringCharsetDetector
...
r= roy, sr=waterson
2005-11-02 16:56:48 +00:00
dbaron%fas.harvard.edu
b2b355b902
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797
2005-11-02 16:56:47 +00:00
shanjian%netscape.com
0cf57786be
#92807 universal detector does not work with mail/news
...
r=ftang@netscape.com sr=blizzard@mozilla.org
This fix also added some comment for:
#33337 Universal Charset Autodetection for mozilla tree
The code is almost the same as in commercial tree, 3rd party detector is removed, and name has been changed by roy.
r=shanjian/ftang sr=blizzard
2005-11-02 16:56:46 +00:00
shanjian%netscape.com
8542b6b8ce
#92339 Universal Auto Chardetector doesn't work.
...
(This is yokoyama@netscape.com 's bug. )
r= shanjian sr=blizzard@mozilla.org
his fix also added some comment for:
#33337 Universal Charset Autodetection for mozilla tree
The code is almost the same as in commercial tree, 3rd party detector is removed, and name has been changed by roy.
r=shanjian/ftang sr=blizzard
2005-11-02 16:56:45 +00:00
yokoyama%netscape.com
d06f469c52
Bug : 33337 - Universal Charset Autodetection
...
Adding universal charset files to extension folder.
/r=shanjian, /r=ftang
2005-11-02 16:56:44 +00:00
mozilla.mano%sent.com
50b7d7d7f7
Bug 304951 - error in chardet's Hebrew language model. patch from Shy Shalom <shoosh20012001@hotmail.com>, r=smontagu, sr=roc.
2005-08-26 19:09:41 +00:00
timeless%mozdev.org
71c038ceda
Bug 86999 - Hebrew support for Universal (All) Autodetect
...
fixing debug output typo
patch by shoosh20012001@hotmail.com r=smontagu sr=roc a=asa
2005-08-09 19:43:46 +00:00
timeless%mozdev.org
e3b901f0fc
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-08-09 04:50:07 +00:00
bsmedberg%covad.net
44c4cbce10
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-04 18:38:19 +00:00
darin%meer.net
96c79cea45
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
2004-11-01 18:50:36 +00:00
jshin%mailaps.org
be6203502f
separate xpcom wrapper and charset detectors : patch by shanjian with some updates by me (r=smontagu, sr=alecf)
2004-08-03 01:50:37 +00:00
timeless%mozdev.org
deb1a2db69
Bug 228542 Divide by zero bug in Universal charset detecter
...
patch by vladimir@lukianov.name r=smontagu sr=roc
2004-06-24 11:53:10 +00:00
timeless%mozdev.org
27cb8450cd
Bug 228545 Bug "FilterWith..." in universal charset detector
...
patch by vladimir@lukianov.name r=smontagu sr=roc
2004-06-24 11:49:08 +00:00
timeless%mozdev.org
14ed3630a3
Bug 248307 lack of {} in mozilla\extensions\universalchardet\src\nsEUCJPProber.cpp:80
...
patch by vladimir@lukianov.name r=roc sr=roc
2004-06-23 19:54:02 +00:00
timeless%mozdev.org
2676b2e9a9
Bug 225994 DRefTool analysis for universalchardet files
...
r=smontagu sr=roc
2004-04-25 11:08:44 +00:00
gerv%gerv.net
4d3385092d
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:14:17 +00:00
tor%cs.brown.edu
b46544f169
Bug 208314 - remove use of iostreams to allow building with compilers
...
that don't support classic C++ iostreams (ex: MSVC++ .net 2003).
r=timeless, sr=dbaron
2004-02-07 02:41:10 +00:00
bsmedberg%covad.net
1f4ab81acd
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 13:37:00 +00:00
bsmedberg%covad.net
f0bfff2628
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 01:22:31 +00:00
jgmyers%speakeasy.net
d86c95a835
Accept halfwidth katakana in iso-2022-jp: bug 172393 r=ftang sr=roc
2004-01-03 21:45:21 +00:00
jgmyers%netscape.com
6515601588
fix uninitialized member: bug 222182 r=sli0262 sr=blizzard
2003-10-30 23:44:06 +00:00
bryner%brianryner.com
352e645b90
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-07 22:05:34 +00:00
cls%seawood.org
c08e99a287
Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules.
2003-08-16 00:42:35 +00:00
jaggernaut%netscape.com
f008bc2bad
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2003-07-20 07:47:59 +00:00
seawood%netscape.com
6934dc37a9
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:12:33 +00:00
timeless%mozdev.org
f9a4cf6135
Bug 207057 Division by zero in UCDET.DLL
...
r=smontagu sr=rbs
2003-05-29 23:42:12 +00:00
bzbarsky%mit.edu
b66c174d33
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
2003-04-12 03:14:30 +00:00
dbaron%dbaron.org
652be5653f
Fix build warnings by using character literals. b=183354 r=smontagu sr=bzbarsky
2003-04-09 21:13:23 +00:00
cbiesinger%web.de
f2d010de35
183354 patch by alexey@optus.net (Alexey Chernyak) r=ftang sr=blizzard Make Universal Charset Autodetector recognise UTF by BOM
2003-04-08 19:54:42 +00:00
seawood%netscape.com
de59dbee4b
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
dbaron%dbaron.org
963a794bbc
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 20:32:55 +00:00
shanjian%netscape.com
6d6011f14a
#171813 Universal auto detector doesn't work well on sohu news page
...
adjust the detecting parameter.
r=ftang, sr=jst
2002-11-26 20:56:08 +00:00
shanjian%netscape.com
8ee9132ab2
#180988 ���������������������������������������� in text causes universal AD to display in Big5
...
count every char for total.
yokoyama: review+
bzbarsky: superreview+
2002-11-26 20:03:30 +00:00
seawood%netscape.com
d1bef3cbe0
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
yokoyama%netscape.com
2fff7fb98c
162894
...
Universal Auto Detector regression fix.
/r=yokoyama, shanjian, /sr=jst, /a=asa
2002-09-11 01:58:29 +00:00
nhotta%netscape.com
bd4f8b0e44
Adding nsLatin1Prober.cpp to the project to fix the Mac build problem.
2002-09-09 21:21:47 +00:00
shanjian%netscape.com
1bde5a9a67
#162894 Extend universal detector's coverage to include iso-8859-1
...
Added latin1 prober.
r=smontagu, sr=jst, a=asa
2002-09-09 19:43:40 +00:00
dougt%netscape.com
c5e8f896cd
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
bryner%netscape.com
7359b7f9de
Ignore UniversalChardetTest binary.
2002-08-23 10:28:28 +00:00
seawood%netscape.com
8ae6c40f5d
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
seawood%netscape.com
fdafe18afe
Remove unused defines:
...
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG
Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner
_IMPL_NS_VIEW
Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
2002-08-07 06:08:00 +00:00
alecf%netscape.com
10a38d1860
argh, also patch universal char det
...
similar to patch by bzbarsky@mit.edu that I had in my tree
fixes extensions bustage
2002-07-09 01:10:42 +00:00
shanjian%netscape.com
5d6a1dd903
#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
2002-04-24 19:57:02 +00:00
shanjian%netscape.com
bed3923036
#92806 need to support GB18030 in universal detector
...
replace state machine for gb18030 with the new one, which has been tested
in PSM detector.
r=ftang, sr=scc,
2002-04-24 19:54:58 +00:00
shanjian%netscape.com
14b78cd3fc
#115114 autodetect universal detects french as Central European (ISO-8859-2)
...
remove 2 hungarian probers.
r=ftang, sr=scc
2002-04-18 22:15:08 +00:00
seawood%netscape.com
1878215f91
BeOS needs unistd.h for read() and friends.
...
Fixing tinderbox bustage.
2002-04-11 04:50:36 +00:00
seawood%netscape.com
0d6dbd8157
Update .cvsignore to ignore generated Makefiles.
...
Bug #131909 r=pavlov a=asa
2002-03-26 15:42:05 +00:00
shanjian%netscape.com
9a9d4bc844
#122081 Universalchardet leaks memory
...
The fix for the nsCharSetProber class declaration, plus fix for
nsUniversalDetector methods, which may cause another leak when the object is
reused after Reset().
Patch proposed by Takayuki Tamura
r=shanjian, sr/a=brendan
2002-02-21 23:16:51 +00:00
dbaron%fas.harvard.edu
d376f6e5e2
Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag
2002-02-16 16:18:13 +00:00
shanjian%netscape.com
7784e799ce
#119377 NS crashes if use universal Charset detector on in frame
...
Added some range verification when calculating order.
r=nhotta, sr=brendan
2002-02-15 00:38:23 +00:00
sfraser%netscape.com
d285f8f560
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
seawood%netscape.com
fa5df5e54c
Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
...
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
seawood%netscape.com
874c54280c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
ccarlen%netscape.com
de865879b2
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:45:45 +00:00
ccarlen%netscape.com
1b00c70ee8
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:20:58 +00:00
shanjian%netscape.com
8b13f63bc4
#109913 universal charset detector improvement: use positive approach
...
r=yokoyama, sr=brendan
2001-12-03 23:33:12 +00:00
seawood%netscape.com
0395200af1
Disable universalchardet tests when DISABLE_TESTS is set.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #111528 r=cls
2001-12-01 18:49:06 +00:00
shanjian%netscape.com
6f301dbe89
#111340 Autodetect All detect SJIS as Greek
...
r=yokoyama, sr=brendan
2001-11-28 00:25:14 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
nhotta%netscape.com
a29f2b1bb2
First Checked In.
2001-10-15 22:36:40 +00:00
nhotta%netscape.com
371722cc60
Adding a new project "universalchardet", bug 91304, r=ftang, sr=sfraser.
2001-10-15 22:29:34 +00:00
shanjian%netscape.com
760026c9b5
#100377 Auto-detect All detects yahoo-japan page as a wrong charset that save by Composer
...
r=yokoyama, sr=brendan
2001-10-12 21:00:39 +00:00
shanjian%netscape.com
209b6c59c8
Recheckin documentation about universal detector. Now it is OK to make it public.
2001-10-12 19:58:21 +00:00
gerv%gerv.net
8edf26bcee
License changes, take 2. Bug 98089. mozilla/extensions/.
2001-09-25 23:31:24 +00:00
gerv%gerv.net
2a80f3fea9
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
63e86dc84f
bug #98089 : ripped new license
2001-09-19 20:09:47 +00:00
jaggernaut%netscape.com
e25262c61f
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
3826eb9902
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
alecf%netscape.com
187d526fcd
Add REQUIRES to many modules for win32 support, bug 98372 r=cls
2001-09-12 21:32:10 +00:00