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

146 Коммитов

Автор SHA1 Сообщение Дата
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
ftang%netscape.com f235206802 fix bug 23944. make range 0xE5-0xFC invalid frist byte of SJIS. code generate by perl script and reviewed by ftang 2000-02-04 00:38:39 +00:00
pinkerton%netscape.com cdc7e4500f fixing paths into MacOS Support folder. bug 25949 r=macdev. 2000-02-01 22:30:54 +00:00
mscott%netscape.com 96ecbd01d2 api sync for doc loader service
r=travis
2000-01-29 06:10:17 +00:00
dougt%netscape.com 0b0346079c Landing nsIFile. 2000-01-24 21:28:28 +00:00
pp%ludusdesign.com 698852a4f4 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
cls%seawood.org 4f34e05855 Removed redundant XPDIST from the build. Changed existing references to DIST.
Replaced all uses of $(DIST)/include with $(PUBLIC) except those looking for NSPR headers.
Removed extra instances of $(DIST)/include or $(PUBLIC) from INCLUDES as it's already there.
Override OS_LIBS when setting host variables for cross-compiling.
2000-01-11 05:13:01 +00:00
jdunn%netscape.com cb0c532e85 Fix base class specifiers, since be default if they aren't specified it is Private
# 23237
r= warren@netscape.com, ftang@netscape.com, jband@netscape.com
2000-01-11 01:45:34 +00:00
ftang%netscape.com a6e3d2f183 fix bug 17103. fix array boundary access problem when get character class array . r=cata a=choffmannnsCyrillic*.cpp 1999-12-22 07:47:01 +00:00
ftang%netscape.com 5516255d30 fix bug 18624. r=nhotta a=chofmann. remove ; after text/html; when we do attribute comparison 1999-12-22 07:44:31 +00:00
scc%netscape.com db5cd594e2 Make observers support weak references. Bug #18682; r=dp. 1999-12-07 14:06:36 +00:00
beard%netscape.com c9b19c6c0d bug #19474, r=ftang. fixes major memory leak of nsCharsetAlias2 object, which is (12) bytes but references a total of {52708} bytes. 1999-11-28 17:20:11 +00:00
warren%netscape.com 96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
ftang%netscape.com 2aad1e4273 change charset name for Big5 from BIG5 1999-11-19 01:15:10 +00:00
jdunn%netscape.com e871be6de2 Fixing all unresolved symbols on unix. The bug has the diff's
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
ftang%netscape.com 9883aa657e fix 17409. rewrite the Notify method to take care random order of HTTP-EQUIV or CONTENT. performance enhance the code. keep the old code in the #else of #if 1 statement for now. r=nhotta 1999-11-10 05:55:58 +00:00
dmose%mozilla.org 142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
dp%netscape.com 7a91a1a650 bug# 16742 Fixing delete on nsISupports Thanks for patch from <heikki@citec.fi>. r=dp 1999-10-23 06:15:31 +00:00
beard%netscape.com 9eae33066d changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
kipp%netscape.com 9508107483 nuked 1999-09-30 21:06:47 +00:00
kipp%netscape.com e1b87b4133 removed files: mozilla/intl/chardet/src/nsCharDetDll.cpp 1999-09-30 21:06:40 +00:00
kipp%netscape.com 3cfd8865ce added files: mozilla/intl/chardet/src/nsCharDetModule.cpp 1999-09-30 21:05:46 +00:00