cls%seawood.org
66a18fcbbf
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
shanjian%netscape.com
23f30f74ca
#59666 , Occurances of uninitialized variables being used before being set.
...
r = nhotta, sr=erik
2000-11-17 18:13:52 +00:00
alecf%netscape.com
b12bf93a66
#45797 - fix consumers of NS_IMPL_ISUPPORTS
...
r=dveditz a=self
2000-11-17 08:06:12 +00:00
sfraser%netscape.com
cf76432e43
Adding chardet IDL project for bug 46200, "nsBrowserInstance must die!". For jag, r=erk, sr=sfraser
2000-11-16 21:35:01 +00:00
disttsc%bart.nl
d85375778a
Convert nsIDocumentCharsetInfo to IDL so we can get rid of more bits of nsBrowse
...
rInstance. bug=46200, r=erik@netscape.com , r=smfr, a=alecf.
2000-11-16 21:33:34 +00:00
harishd%netscape.com
37cb5ac9d4
58842 - Forgot to remove this..since atom is now nsCOMPtr.
...
r=pollmann
sr=vidur.
2000-11-02 22:03:10 +00:00
harishd%netscape.com
4499be637c
58842 - Fixing nsIAtom Leakage introduced by checkin to bug 27006.
...
r=pollmann
sr=vidur
2000-11-02 22:00:04 +00:00
harishd%netscape.com
8cf1ce1bec
27006 - FIXED a potential leak r=pollmann sr=vidur
2000-11-02 03:02:17 +00:00
harishd%netscape.com
42fcdba367
27006 - Don't reload documents with POST form data.
...
r=rpotts,pollmann
sr=vidur
2000-11-01 20:25:33 +00:00
warren%netscape.com
cd56c0575b
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
9a6d92a433
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
ftang%netscape.com
5e13bf880f
fix bug 50864. remove umr r=nhotta
2000-09-14 23:10:06 +00:00
rayw%netscape.com
0257791053
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
nhotta%netscape.com
1b70a607ed
Changed to get a webshell service through docshell, bug 50806, r=harishd.
2000-08-31 00:36:54 +00:00
nhotta%netscape.com
47ec3c7fc3
Added a method to reset some states for a string detector, check in for ftang, bug 49411, r=nhotta.
2000-08-28 22:33:15 +00:00
ftang%netscape.com
b9f6c59605
fix 49553. r=mjudge. replace ToNewCString/delete pair with NS_ConvertUCS2toUTF8
2000-08-21 23:51:59 +00:00
scc%mozilla.org
20b8f119b0
fixing code that relied on implicit string construction
2000-08-19 21:10:07 +00:00
ftang%netscape.com
d49b74c04f
improve cjk detector by reduce the threshold and do no consider Big5 in the
...
statistic model .
2000-08-05 20:57:02 +00:00
cata%netscape.com
b8880f180c
Fix for bug #37543 , a=ftang, r=nhotta.
2000-08-05 00:07:03 +00:00
cls%seawood.org
1f3b6d75ab
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
cata%netscape.com
37563f3008
Turning on charset override by default. r=nhotta a=ftang bug #41620 .
2000-06-22 00:41:02 +00:00
harishd%netscape.com
9366dbc29d
Get the parser bundle through a normal COM interface.
2000-05-22 21:33:12 +00:00
cata%netscape.com
4a72c151a2
Preventing possible more bustage...
2000-05-17 07:35:17 +00:00
cata%netscape.com
5bd25979fc
Adding new component to the build.
2000-05-17 05:15:16 +00:00
cata%netscape.com
577a9faa15
added files: mozilla/intl/chardet/src/nsDocumentCharsetInfo.cpp
2000-05-17 05:14:42 +00:00
cata%netscape.com
c4b653ffdb
Adding new component into the tree.
2000-05-17 05:10:35 +00:00
cata%netscape.com
b8e2f21951
Interface updated with new methods and macros.
2000-05-17 05:08:39 +00:00
ftang%netscape.com
037ecf3dd9
add perl tools which generate character frequency map and statistics files
2000-05-16 23:03:14 +00:00
ftang%netscape.com
8416bbb187
Change the score back to based on both the first and second byte.
2000-05-16 22:56:39 +00:00
ftang%netscape.com
5b06c25934
iimprove charset detectors to use statistic model
2000-05-16 22:50:16 +00:00
harishd%netscape.com
b8026efba2
Observer base querys for nsIWebShellServices through the parser bundle...
...
r=nisheeth
2000-05-14 19:25:13 +00:00
ftang%netscape.com
c53f63ed06
fix 22980. Ignore ucs2in the end of the first block.
2000-05-03 02:05:35 +00:00
ftang%netscape.com
9e09ad2f78
fix 38821. Rename the detector name so it won't offend people. r=bobj
2000-04-05 00:14:52 +00:00
harishd%netscape.com
ae0818c54c
Replacing PRUnichar* with nsDeque.
...
r=ftang
2000-04-04 23:58:26 +00:00
cls%seawood.org
f6740baa20
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2000-04-04 04:46:38 +00:00
scc%netscape.com
3dfcdc8d37
making string conversions explicit
2000-04-03 05:35:37 +00:00
scc%netscape.com
dc583b4b31
small changes to clients of string converting APIs
2000-03-26 08:19:48 +00:00
rickg%netscape.com
b8b4b190a1
changed observer to use correct topic name based on mimetype
2000-03-25 03:33:24 +00:00
cata%netscape.com
383a02c1ba
Adding new interface to the build.
2000-03-25 00:10:47 +00:00
ftang%netscape.com
8e1d13ceca
change the interface and pass nsISupport* for document instead of PRInt32 so we won't drop
...
data on 64-bits machine. r=harishd
2000-03-23 00:53:53 +00:00
ftang%netscape.com
3add6e13f0
change observer interfaces. Temp move the casting code of PRInt32 into these class untill
...
we change the docloader interface. r=harishd
2000-03-22 21:02:40 +00:00
tbogard%aol.net
0746f44006
Remove unused parameter.
2000-03-15 09:49:50 +00:00
tbogard%aol.net
363a3cf6e5
Removed unneeded parameter.
2000-03-15 09:39:20 +00:00
ftang%netscape.com
d0496b361a
fix 23920. r=erik. Start the loop from 0 instead of 1. do not report result if we got no NON ascii data.
2000-03-14 09:36:51 +00:00
bryner%uiuc.edu
6985354db4
Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
...
building in the tests directories. Should not affect the build at all if
you do not have this environment variable. r=leaf.
2000-02-25 04:12:40 +00:00
ftang%netscape.com
189f468495
fix 22203. r=cata/jbetak do not call the reload but set the parser charset directly if auto detect happen in the first block.
2000-02-15 09:15:18 +00:00
dveditz%netscape.com
9172024f8e
New wstring nsIRegistry interface, bug 23859;
...
new version registry name for mozilla, bug 10533;
log now created by install wizards too, bug 26309;
downloaded file cleanup moved into manager, bug 24249;
scaffolding for bug 12817 and 12361 (conditional autoreg)
2000-02-15 01:32:12 +00:00
dveditz%netscape.com
41d2b2b563
closing the file used by the registry service is evil
2000-02-13 17:32:19 +00:00
tonyr%fbdesigns.com
5f179b5ae6
Removed call to registry->Close()
2000-02-11 22:41:45 +00:00
scc%netscape.com
73802d6f2e
Pro5 update
2000-02-07 23:06:04 +00:00