shanjian%netscape.com
6adad46381
#104518 CharDetNativeTest is not necessary
...
r=nhotta, sr=alecf
2001-10-16 14:23:44 +00:00
alecf%netscape.com
511a787492
convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser
2001-10-13 00:16:32 +00:00
alecf%netscape.com
6a7a6b4425
adding back dom for win32 bustage
2001-10-02 01:36:06 +00:00
alecf%netscape.com
07ce8ea6c9
huh, add back DOM on unix to fix requires bustage
2001-10-02 01:35:28 +00:00
alecf%netscape.com
8406185ae8
get rid of some dumb dependencies for bug 102290 r=jag, sr=darinf
2001-10-02 01:05:42 +00:00
yokoyama%netscape.com
11e6381048
Bug 102041
...
Don't use the return error code from mAlias->Equals()
/r=ftang/harishd; /sr=shaver; /ptd=jaime
2001-10-01 20:53:56 +00:00
jaggernaut%netscape.com
fdc4078bc4
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
harishd%netscape.com
99bd737981
96364 - Register html tag observers directly to parser service rather than nsObserverService. Doing so, reduces a lot of overhead. Also, the observers are now notified via sink. This eliminates the need for parser bundle.
...
r=dp,shanjian,sfraser, sr=rpotts.
2001-09-28 23:08:17 +00:00
alecf%netscape.com
856a576117
oops, this was supposed to go in yesterday as a part of bug 200214, r=jag, sr=sfraser
2001-09-28 23:00:09 +00:00
alecf%netscape.com
2060b904db
beginning of bug 100214 - eliminate encoding-insensitive nsCRT::str*cmp uses by properly converting to unicode. r=jag, sr=sfraser
2001-09-26 20:26:14 +00:00
alecf%netscape.com
ca1e0f0d4d
bug 101761 - clean up embed components so we can better understand REQUIRES r=cls
2001-09-26 20:17:35 +00:00
shanjian%netscape.com
f2df4bdfd6
#8664 Debug messages in terminal window on Linux Japanese build.
...
r=bstell sr=waterson
2001-09-26 02:38:34 +00:00
gerv%gerv.net
e61b2be88e
License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1).
2001-09-26 00:40:45 +00:00
shanjian%netscape.com
a62e4f129a
#99666 page is displayed as blank in certain situation
...
r=harishd, sr=rpotts
2001-09-21 02:38:37 +00:00
gerv%gerv.net
2a80f3fea9
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
da68f3ed78
bug #98089 : ripped new license
2001-09-19 22:39:41 +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
906d61bca8
additional changes per cls for bug 98371 (REQUIRES support on Win32)
2001-09-17 19:14:31 +00:00
alecf%netscape.com
cf9912aa80
Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)
2001-09-17 19:06:35 +00:00
jaggernaut%netscape.com
e055a4a2a4
Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.
2001-09-12 12:48:23 +00:00
alecf%netscape.com
8b23f45a94
add REQUIRES support to intl
...
b=98371 r=cls
2001-09-10 20:03:25 +00:00
dbaron%fas.harvard.edu
e5077ef0df
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag sr=alecf b=45797
2001-09-10 19:54:27 +00:00
harishd%netscape.com
29f2f618b6
96440 - Before reloading the document with the new charset we should completely shutoff the current load. nsMetaCharsetObserver::Notify() does indeed result in calling stopDocumentLoad() however it failed to ( accidently ) propagate the appropriate error message back to the parser. r=ftang,sr=kin,a=dbaron.
2001-08-27 23:22:52 +00:00
dbaron%fas.harvard.edu
716f9f4695
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
shanjian%netscape.com
fd693b417c
#93269 Charset meta tag is ignored on view page source window when auto-detector is on
...
r= harishd sr=blizzard
2001-08-10 18:08:55 +00:00
loadrunner%betak.net
b1eec4ec07
bug 91696, Meta tag does not work, r=shanjian , sr=vidur
2001-08-10 02:15:41 +00:00
shanjian%netscape.com
b862d555d2
#90581 Cyrillic is not autodetected by nsIStringCharsetDetector
...
r=nhotta sr=waterson
2001-08-07 19:08:00 +00:00
jaggernaut%netscape.com
c14d9c09a1
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
jaggernaut%netscape.com
4d73a251ab
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00
dbaron%fas.harvard.edu
bf82abfd11
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +00:00
jaggernaut%netscape.com
03ab87e4a1
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
...
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.
nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
waterson%netscape.com
0877b1a573
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2001-06-20 20:21:49 +00:00
yokoyama%netscape.com
dddbe5bf68
bug 81486: Mac Romanian and cns plan 7 unicode converters do not work
...
Correcting typo errors for class names
r=ftang sr/a=blizzard
2001-06-06 00:45:48 +00:00
jst%netscape.com
f72e19a2c3
scc checking in from jst's account. bug #75220 : sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
2001-05-19 11:27:30 +00:00
shanjian%netscape.com
8984f235d3
#60908 changing character-coding-->auto-detect appears to leak memory
...
r=ftang sr=be
Replaced owning com prt with raw ptr (weak ref).
2001-05-17 18:24:27 +00:00
bstell%netscape.com
36ff841a3f
bug 79607, r=ftang, sr=vidur
...
for the embedding API: add get/set charset
2001-05-17 02:09:12 +00:00
sfraser%netscape.com
444a1b1862
Checking in for bstell: added nsIDocCharset, bug 79608
2001-05-17 02:07:12 +00:00
bstell%netscape.com
3fc0f030b2
bug 79608, r=ftang, sr=vidur
...
for Embedding API: add get/set charset
2001-05-17 01:48:41 +00:00
bstell%netscape.com
a731a58e8d
bug 79608, r=ftang, sr=vidur
...
for Embedding API add get/set charset
2001-05-17 01:46:22 +00:00
shanjian%netscape.com
10c3f265e6
#78483 this Shift-JIS page is treated as UTF-16
...
r = yokoyama, sr=brendan
2001-05-15 03:58:56 +00:00
darin%netscape.com
c18fe7ef56
Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann
2001-05-11 21:05:08 +00:00
nhotta%netscape.com
56d4039b09
Changed nsMetaCharsetObserver to support support <meta charset="xxx">, bug 72847, r=ftang, sr=blizzard.
2001-05-11 00:29:11 +00:00
mkaply%us.ibm.com
ff89e68b7b
senna REQUIRES bustage from Bidi
2001-05-10 11:52:24 +00:00
shanjian%netscape.com
13d5169e6a
#59882 several byte range should not be excluded from SJIS state machine
...
r = naoki, ftang sr=waterson
Those range are legal in MAC's definition.
2001-05-09 04:39:04 +00:00
waterson%netscape.com
91f3c0c4ec
Bug 77209. Get rid of unused module instance counting in order to eliminate duplicate global symbols. r=erik, sr=shaver
2001-05-06 02:27:33 +00:00
kandrot%netscape.com
d5bd552195
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2001-05-05 05:33:37 +00:00
cls%seawood.org
25c6dc1c7e
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
yokoyama%netscape.com
56ce25f6f3
Fix for 76152: /r=bstell; /sr=brendan
2001-04-22 22:45:30 +00:00
disttsc%bart.nl
e707c3a68e
Fix senna bustage (MOZ_TRACK_MODULE_DEPS)
2001-04-14 01:42:54 +00:00
yokoyama%netscape.com
2ab7b9f9d0
Partial fix for 66020: /r=valeski; /sr=alecf
2001-04-14 00:31:09 +00:00
yokoyama%netscape.com
4ca69b6fb0
Fix for 67576; /r=valeski; /sr=brendan@mozilla.org
2001-04-12 02:06:02 +00:00
shaver%mozilla.org
e2dc3d6d88
75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
...
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
dprice%netscape.com
3e31ab9946
65845 - new order files
2001-04-05 06:02:32 +00:00
nhotta%netscape.com
4c369699f9
Changed to use strncmp instead of strcmp for Content-Type value comparison, bug 74573, r=ftang, sr=erik.
2001-04-04 03:34:57 +00:00
rickg%netscape.com
c1ce80ae83
preloader update. r=peterl, sr=attinasi
2001-04-03 22:58:59 +00:00
cls%seawood.org
3fe2580502
Start adding gfx2 headers to REQUIRES
2001-03-30 10:27:42 +00:00
dprice%netscape.com
1b42d68e45
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
dprice%netscape.com
5184a7104b
# 65845 sr=waterson, new order files will greatly reduce the number of link warnings.
2001-02-27 04:38:19 +00:00
disttsc%bart.nl
744785129a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
nhotta%netscape.com
4695b5608c
Changed to ignore invalid META charset for certain unicode charsets, bug 56626, r=ftang, sr=erik.
2001-02-14 00:04:06 +00:00
dprice%netscape.com
fc5a7ddbf1
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
bryner%uiuc.edu
6862b07fb9
Removing dead .toc files. Not part of build. a=sfraser.
2001-01-03 01:32:06 +00:00
harishd%netscape.com
e7225d1dc7
62754 - Fix meta charset that was getting ignored.
...
63234 - Fix up an infinite looping caused by embedded null chars.
r=ftang
sr=vidur
2000-12-21 20:46:00 +00:00
vidur%netscape.com
01bf191f42
Change to token and parser node interfaces in conjunction with less copying in the parser. r=harishd,heikki sr=jst
2000-12-12 21:58:13 +00:00
dbaron%fas.harvard.edu
7d7af52c16
Fix bustage. Missed one change from |GetUnicode| to |get|.
2000-12-09 04:35:24 +00:00
dbaron%fas.harvard.edu
8b5dbb1a2c
Replace static nsAutoStrings with nsLiteralStrings to avoid static construction, and fix a build warning while I'm here. b=61957 r=erik@netscape.com sr=waterson@netscape.com
2000-12-09 04:15:25 +00:00
cls%seawood.org
8bd122b3d5
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
d0ce44ff08
#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
b29a82daa0
#45797 - fix consumers of NS_IMPL_ISUPPORTS
...
r=dveditz a=self
2000-11-17 08:06:12 +00:00
sfraser%netscape.com
8ec902b5e9
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
34dc58df87
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
3e1aa03c89
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
808b2fd407
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
1bff7726b2
27006 - FIXED a potential leak r=pollmann sr=vidur
2000-11-02 03:02:17 +00:00
harishd%netscape.com
7c66338f99
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
4189314fdb
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
6e35f97e31
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
a50c703817
fix bug 50864. remove umr r=nhotta
2000-09-14 23:10:06 +00:00
rayw%netscape.com
6cc70ebd6c
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
37e45003fe
Changed to get a webshell service through docshell, bug 50806, r=harishd.
2000-08-31 00:36:54 +00:00
nhotta%netscape.com
7e899f887d
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
09379e43dc
fix 49553. r=mjudge. replace ToNewCString/delete pair with NS_ConvertUCS2toUTF8
2000-08-21 23:51:59 +00:00
scc%mozilla.org
07f3d5397f
fixing code that relied on implicit string construction
2000-08-19 21:10:07 +00:00
ftang%netscape.com
10cfb1358f
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
e6fcb678dd
Fix for bug #37543 , a=ftang, r=nhotta.
2000-08-05 00:07:03 +00:00
cls%seawood.org
e1e6c5760f
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
cata%netscape.com
b00f7aa828
Turning on charset override by default. r=nhotta a=ftang bug #41620 .
2000-06-22 00:41:02 +00:00
harishd%netscape.com
776f0bd024
Get the parser bundle through a normal COM interface.
2000-05-22 21:33:12 +00:00
cata%netscape.com
793219dc38
Preventing possible more bustage...
2000-05-17 07:35:17 +00:00
cata%netscape.com
6de68e65eb
Adding new component to the build.
2000-05-17 05:15:16 +00:00
cata%netscape.com
907566fe4d
added files: mozilla/intl/chardet/src/nsDocumentCharsetInfo.cpp
2000-05-17 05:14:42 +00:00
cata%netscape.com
a2b6483cc6
Adding new component into the tree.
2000-05-17 05:10:35 +00:00
cata%netscape.com
eac7679207
Interface updated with new methods and macros.
2000-05-17 05:08:39 +00:00
ftang%netscape.com
357c7042e2
add perl tools which generate character frequency map and statistics files
2000-05-16 23:03:14 +00:00
ftang%netscape.com
9c0d215f10
Change the score back to based on both the first and second byte.
2000-05-16 22:56:39 +00:00
ftang%netscape.com
10ed7b66ae
iimprove charset detectors to use statistic model
2000-05-16 22:50:16 +00:00
harishd%netscape.com
e309a0cee6
Observer base querys for nsIWebShellServices through the parser bundle...
...
r=nisheeth
2000-05-14 19:25:13 +00:00
ftang%netscape.com
47801f4f31
fix 22980. Ignore ucs2in the end of the first block.
2000-05-03 02:05:35 +00:00
ftang%netscape.com
27a0392a29
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
69c0418dcb
Replacing PRUnichar* with nsDeque.
...
r=ftang
2000-04-04 23:58:26 +00:00
cls%seawood.org
57978e5c23
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
c201180d3e
making string conversions explicit
2000-04-03 05:35:37 +00:00
scc%netscape.com
a9bd15797a
small changes to clients of string converting APIs
2000-03-26 08:19:48 +00:00
rickg%netscape.com
b099bf6209
changed observer to use correct topic name based on mimetype
2000-03-25 03:33:24 +00:00
cata%netscape.com
427d14539d
Adding new interface to the build.
2000-03-25 00:10:47 +00:00
ftang%netscape.com
979a0eb034
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
9ce04af810
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
574b4eddae
Remove unused parameter.
2000-03-15 09:49:50 +00:00
tbogard%aol.net
870fe5cf13
Removed unneeded parameter.
2000-03-15 09:39:20 +00:00
ftang%netscape.com
e3ba3d571a
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
bbfe27364b
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
7c95d866a5
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
b63a6438b1
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
e728f20fd7
closing the file used by the registry service is evil
2000-02-13 17:32:19 +00:00
tonyr%fbdesigns.com
0010574da9
Removed call to registry->Close()
2000-02-11 22:41:45 +00:00
scc%netscape.com
5e041e830f
Pro5 update
2000-02-07 23:06:04 +00:00
ftang%netscape.com
28f9b6aad9
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
4a31a39203
fixing paths into MacOS Support folder. bug 25949 r=macdev.
2000-02-01 22:30:54 +00:00
mscott%netscape.com
ca2565684f
api sync for doc loader service
...
r=travis
2000-01-29 06:10:17 +00:00
dougt%netscape.com
fd69a2f423
Landing nsIFile.
2000-01-24 21:28:28 +00:00
pp%ludusdesign.com
13efd9e8c6
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
9f3b874745
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
157f231d1d
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
946e98926a
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
de13a3f34b
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
f4ad22b9d9
Make observers support weak references. Bug #18682 ; r=dp.
1999-12-07 14:06:36 +00:00
beard%netscape.com
e7245bec84
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
4ab4ee4d4e
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
ftang%netscape.com
0818b31afe
change charset name for Big5 from BIG5
1999-11-19 01:15:10 +00:00
jdunn%netscape.com
d70d78c6bf
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
690f6bff3b
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
8535dda53e
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
563fe84567
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
b547c2ffb0
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
0ba7bbfc19
nuked
1999-09-30 21:06:47 +00:00
kipp%netscape.com
182bf337d3
removed files: mozilla/intl/chardet/src/nsCharDetDll.cpp
1999-09-30 21:06:40 +00:00
kipp%netscape.com
59e1949423
added files: mozilla/intl/chardet/src/nsCharDetModule.cpp
1999-09-30 21:05:46 +00:00
kipp%netscape.com
1a5d525fd3
Convert over to module from factory
1999-09-30 21:02:41 +00:00
shaver%netscape.com
5f79eabd13
missed one nsIRegistry::Key usage
1999-09-29 03:17:56 +00:00
kipp%netscape.com
779b5d68c4
new
1999-09-28 22:58:23 +00:00
warren%netscape.com
017be78c96
Cleaned up, using NS_WITH_SERVICE
1999-09-26 10:05:06 +00:00
ftang%netscape.com
8029a58bff
fix bug 14802, reviewed by harishd
1999-09-24 21:50:48 +00:00
ftang%netscape.com
6363368feb
fix spelling error
1999-09-23 05:01:09 +00:00
ftang%netscape.com
200dae8918
add registratoin information
1999-09-22 03:21:58 +00:00
ftang%netscape.com
8714720398
fix bug 5974 by passing parser command to nsWebShell
1999-09-16 14:15:15 +00:00
nhotta%netscape.com
ec53f4ad8c
Bug 13844, turned off non line based detectors.
1999-09-15 19:31:46 +00:00
briano%netscape.com
903d52c236
General cleanup.
1999-09-11 03:07:11 +00:00
ftang%netscape.com
257b693f86
1. change to UTF-16BE/LE name, 2. fix problem in nsPSMDetector 3.add addtional debugging infor to DetectCharset
1999-09-10 18:59:48 +00:00
cata%netscape.com
8197c9839b
Fixing build warnings. Step 2: switch to use new method from the interface.
1999-09-01 22:50:50 +00:00