Commit Graph

38 Commits

Author SHA1 Message Date
seawood%netscape.com
6da36f8962 Update .cvsignore to ignore generated Makefiles.
Bug #131909 r=pavlov a=asa
2002-03-26 15:42:05 +00:00
shanjian%netscape.com
3c54b457a8 #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
59892aa65e 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
834182b3ba #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
d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
seawood%netscape.com
e56e20b1dc 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
45bfbf0658 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
af646e6f1f 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
b564bb181b 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
7a8f056a0b #109913 universal charset detector improvement: use positive approach
r=yokoyama, sr=brendan
2001-12-03 23:33:12 +00:00
seawood%netscape.com
012b7434ff 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
38cfda40b2 #111340 Autodetect All detect SJIS as Greek
r=yokoyama, sr=brendan
2001-11-28 00:25:14 +00:00
seawood%netscape.com
7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
nhotta%netscape.com
8a2febc0e5 First Checked In. 2001-10-15 22:36:40 +00:00
nhotta%netscape.com
4d87fe30e6 Adding a new project "universalchardet", bug 91304, r=ftang, sr=sfraser. 2001-10-15 22:29:34 +00:00
shanjian%netscape.com
50e8bc3294 #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
0af4a7bda8 Recheckin documentation about universal detector. Now it is OK to make it public. 2001-10-12 19:58:21 +00:00
gerv%gerv.net
05abd17648 License changes, take 2. Bug 98089. mozilla/extensions/. 2001-09-25 23:31:24 +00:00
gerv%gerv.net
1856815ff1 Oops. 2001-09-20 00:02:59 +00:00
scc%mozilla.org
102170b2a0 bug #98089: ripped new license 2001-09-19 20:09:47 +00:00
jaggernaut%netscape.com
d1a7bfa843 One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
dc40187223 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
e580b45f37 Add REQUIRES to many modules for win32 support, bug 98372 r=cls 2001-09-12 21:32:10 +00:00
shanjian%netscape.com
b9423a07f4 #90581 Cyrillic is not autodetected by nsIStringCharsetDetector
r= roy, sr=waterson
2001-09-07 22:28:38 +00:00
yokoyama%netscape.com
356f6385b8 bug 91193
Makefile.win change. Correcting dll name
/r=ftang;/sr=waterson
2001-09-06 22:06:55 +00:00
dbaron%fas.harvard.edu
113ad642ae 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 2001-08-21 01:48:11 +00:00
dbaron%fas.harvard.edu
590f49ab9d Add autoconf |Makefile.in|s. r=cls b=75924 2001-08-18 01:08:54 +00:00
shanjian%netscape.com
3b5ac1141b #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
2001-08-02 00:06:30 +00:00
shanjian%netscape.com
20a797cb3e #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
2001-08-02 00:02:59 +00:00
shanjian%netscape.com
8df548c57b #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
2001-08-01 23:59:18 +00:00
shanjian%netscape.com
30ec665d66 #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
2001-08-01 23:53:21 +00:00
shanjian%netscape.com
9f0ef21434 Refer bugscape 7195, same change here. 2001-07-18 01:19:26 +00:00
shanjian%netscape.com
0fa88bba45 Universal charset detector in birdview. 2001-07-17 23:29:53 +00:00
shanjian%netscape.com
3570e5b622 This file will need to be replaced. 2001-07-17 23:29:06 +00:00
shanjian%netscape.com
14816ad93d Documentation: universal charset detector in birdview. 2001-07-13 23:10:52 +00:00
shanjian%netscape.com
35dec22ffd This file will be removed. Html will follow shortly. 2001-07-13 23:09:06 +00:00
shanjian%netscape.com
360df58709 This is a document explaining the code in birdview. 2001-07-13 05:08:11 +00:00
yokoyama%netscape.com
9b886d3dda Bug : 33337 - Universal Charset Autodetection
Adding universal charset files to extension folder.
/r=shanjian, /r=ftang
2001-07-05 20:16:20 +00:00