Commit Graph

53979 Commits

Author SHA1 Message Date
rhp%netscape.com
44649e28d3 Fixes for Text - HTML converstion - r: rhp - externally contributed
git-svn-id: svn://10.0.0.236/trunk@55622 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:25:00 +00:00
wtc%netscape.com
9c9a6b4b15 Reworked how thread scanning is done, so thread objects can now be
safely allocated on the thread stack.  Moved the GC scanning code
into NSPR in a new file called prgcleak.c.  (Checkin for Patrick Beard.)
Modified files: primpl.h, prinit.c, prthinfo.c, pruthr.c.
Added file: prgcleak.c.


git-svn-id: svn://10.0.0.236/trunk@55621 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:23:48 +00:00
cata%netscape.com
1943eb7204 Charset menu items are taken from the Charset Manager. r=bobj
git-svn-id: svn://10.0.0.236/trunk@55620 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:23:47 +00:00
cata%netscape.com
f106ee6a5b Moving items from submenu to parent. r=bobj
git-svn-id: svn://10.0.0.236/trunk@55619 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:22:57 +00:00
tonyr%fbdesigns.com
1a846f0e84 Bug fixes for importing from NT
git-svn-id: svn://10.0.0.236/trunk@55618 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:22:34 +00:00
rhp%netscape.com
e3fe383557 Fixes for TXT - HTML Conversion - r: rhp (externally contributed)
git-svn-id: svn://10.0.0.236/trunk@55616 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:20:02 +00:00
fur%netscape.com
4ad31c92ef Add cache manager to list of installed components
git-svn-id: svn://10.0.0.236/trunk@55615 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:18:21 +00:00
rhp%netscape.com
76708977b8 Changes for mangled attachments - Bug #20956 - r: valeski
git-svn-id: svn://10.0.0.236/trunk@55614 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:17:41 +00:00
fur%netscape.com
5639bf7c12 Change name of cache lib from libnkcache.so to libnecko_cache.so, to be more consistent with other necko components
git-svn-id: svn://10.0.0.236/trunk@55613 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:16:58 +00:00
brendan%mozilla.org
d2ded9c6d9 - Rename "FunctionObject" or shorthands to "EventHandler" to make nsIScriptContext more scripting-language-neutral.
- Allow nsIScriptContext::BindEventHandler to take a null void* handler argument, to remove the binding by nullifying it (for hyatt's XML-driven-key-mapping work). 
- Try to GetCompiledEventHandler (and if we don't, and compile it, Put too) for the load event and other non-deferred (XUL window-level) event listeners. 
- Improve doc comments and whitespace.


git-svn-id: svn://10.0.0.236/trunk@55612 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:14:17 +00:00
jdunn%netscape.com
68ab808ffd r= evaughan@netscape.com
# 20933

HP was having problems with the GET_HEIGHT/GET_WIDTH macros being
on the left of the '=', so I created a SET_HEIGHT/SET_WIDTH macros.


git-svn-id: svn://10.0.0.236/trunk@55611 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:10:45 +00:00
alecf%netscape.com
5cfe68fe2e behave like one might expect in the case of passing null the nsCRT::strcmp when passing NULL
review & discussed with brendan, shaver


git-svn-id: svn://10.0.0.236/trunk@55610 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:10:31 +00:00
waldemar%netscape.com
0adbaf9a98 Added next-token-unit. Simplified grammar and removed boolean actions that indicate whether the next token can be a regexp. Added assertion that a * can't follow a division.
git-svn-id: svn://10.0.0.236/trunk@55609 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:09:10 +00:00
waldemar%netscape.com
0b8e72cc74 Added hash-table-entries
git-svn-id: svn://10.0.0.236/trunk@55604 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:07:04 +00:00
morse%netscape.com
a2bb22f4c2 fix bug 20946, memory leak in wallet code, r=buster
git-svn-id: svn://10.0.0.236/trunk@55603 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:06:47 +00:00
waldemar%netscape.com
d7ad1303c5 Fixed bug in forbidden terminalset calculations
git-svn-id: svn://10.0.0.236/trunk@55602 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:06:43 +00:00
sspitzer%netscape.com
f875003fef tweak fix for #15111 on last time. morse had the logic right the first time,
we need to subtract the # of seconds between 1970 and 1900 from the mac cookies,
not add.


git-svn-id: svn://10.0.0.236/trunk@55599 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:05:52 +00:00
waldemar%netscape.com
6611de1186 Made semantics compiled on Allegro
git-svn-id: svn://10.0.0.236/trunk@55598 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:04:58 +00:00
rginda%netscape.com
1d5ae86d11 Adding check for null document. Prevents crash described in bug 20677.
r=brendan@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@55596 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:04:52 +00:00
bienvenu%netscape.com
b6a95f1ac7 fix problem with extra .msf tacked on db names for imap r=mscott
git-svn-id: svn://10.0.0.236/trunk@55595 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:04:12 +00:00
blizzard%redhat.com
9878fd34ac add a debugging window utility for gtk
git-svn-id: svn://10.0.0.236/trunk@55594 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 22:02:40 +00:00
varada%netscape.com
13377b59e5 fix for bug #5020 creating the proper cd output directory
git-svn-id: svn://10.0.0.236/trunk@55593 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 21:26:20 +00:00
cltbld%netscape.com
73348f285b Changed old resrc dll to new res dll. checkin=warren, r=dp
git-svn-id: svn://10.0.0.236/trunk@55592 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 20:31:20 +00:00
rginda%netscape.com
04118508dc Should be working on all platforms again.
git-svn-id: svn://10.0.0.236/trunk@55591 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 20:00:27 +00:00
rginda%netscape.com
82331502dc More windows dual-build tweaks (arg!)
git-svn-id: svn://10.0.0.236/trunk@55590 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 19:56:40 +00:00
rginda%netscape.com
52856beb12 More tweaks to sm engine selection
Updated documentation to reflect tweaks


git-svn-id: svn://10.0.0.236/trunk@55589 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 19:47:06 +00:00
rginda%netscape.com
1622daf8ef * jsDriver.pl
Fix it to know about the two kinds of spidermonkey make on windows
  (Makefile.ref and js.mak)


git-svn-id: svn://10.0.0.236/trunk@55588 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 19:35:45 +00:00
scc%netscape.com
dba31d43b3 and there's another instance of the build-busting old cast still in the file
git-svn-id: svn://10.0.0.236/trunk@55585 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 15:51:21 +00:00
rhp%netscape.com
e23f78e0d1 Adding file to tree - NOT PART OF THE BUILD!
git-svn-id: svn://10.0.0.236/trunk@55584 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 15:29:20 +00:00
scc%netscape.com
d35ae0e781 Mis-spelled one of two instances of |NS_REINTERPRET_CAST|, in the same line yet. Damn :-(
git-svn-id: svn://10.0.0.236/trunk@55583 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 15:26:41 +00:00
scc%netscape.com
5344c3abe4 Attempting to fix build bustage. Looks like a compiler bug (since |TestObserver| isn't a base class of |nsISupports| in any way, at least the error message has got to be wrong).
git-svn-id: svn://10.0.0.236/trunk@55582 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 14:46:35 +00:00
scc%netscape.com
d82bf53dc0 Adding an alternate version of |CallQueryInterface| as an experiment on behalf of travis. This function is not yet called, and should not effect the build or the runtime. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@55581 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 14:09:29 +00:00
scc%netscape.com
fd67f20a6a Make observers support weak references. Bug #18682; r=dp.
git-svn-id: svn://10.0.0.236/trunk@55580 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 14:06:36 +00:00
Jerry.Kirk%Nexwarecorp.com
35f11dec0f Added an include to silence some warnings and added a call to munlockall().
r=kedl


git-svn-id: svn://10.0.0.236/trunk@55579 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 13:12:26 +00:00
Jerry.Kirk%Nexwarecorp.com
a1dd1bbd91 Added $(TK_LIBS) to EXTRA_LIBS for Neutrino because Timers require the
photon native library to be linked in to work properly.
r=rhp


git-svn-id: svn://10.0.0.236/trunk@55578 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 12:57:31 +00:00
rickg%netscape.com
9568c0a1e2 fixed bug in nsStr::Compare(); r=dveditz (who also found the bug)
git-svn-id: svn://10.0.0.236/trunk@55577 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 09:52:43 +00:00
fur%netscape.com
e2cc250b30 + Eliminated use of bool to accommodate non-ANSI C++ compilers.
(Thanks to tor@cs.brown.edu for the patch)
+ Eliminated compiler warnings


git-svn-id: svn://10.0.0.236/trunk@55576 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 09:49:55 +00:00
sspitzer%netscape.com
0109b97c9b fix for #20906. fix the twitchy button in the select profile dialog.
fix by=rgoodger@ihug.co.nz, r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@55574 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 09:12:59 +00:00
valeski%netscape.com
592665b4d9 r=rickg. replacing a char const w/ an int literal
git-svn-id: svn://10.0.0.236/trunk@55573 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 08:58:50 +00:00
fur%netscape.com
111e27ee79 Fixed incorrect calculation of content download time and profitability of caching a given URL. r:none
git-svn-id: svn://10.0.0.236/trunk@55572 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 08:51:03 +00:00
sspitzer%netscape.com
f8e3595435 ok, really fix #15111 this time. we need to add 70 years of seconds to a mac cookie, not subtract. also, we need the migrated cookie file to have '\n' line endings, or nsCookie.cpp will ignore it.
git-svn-id: svn://10.0.0.236/trunk@55571 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 08:50:50 +00:00
fur%netscape.com
2ae24d5c5f Increase default memory cache capacity to 1M from 100KB testing value
git-svn-id: svn://10.0.0.236/trunk@55570 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 08:49:42 +00:00
alecf%netscape.com
01769cf0b5 fix for #20647 (required to verify a PDT+ bug)
r=sspitzer
nsCRT::strcmp was returning 0 when you pass a PRUnichar* 0 null pointer


git-svn-id: svn://10.0.0.236/trunk@55569 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 08:48:52 +00:00
jfrancis%netscape.com
edba5add24 fix for 20457: deletion in editor pretty darn screwy. Lots of changes to improve this. Document modifying entry points in editor now go thru a standard sandwich, which allows tracking of what changed in the doc, which allows proper post-processing of what changed. Also, all deletions now go thru the rules code, if applicable. Also some bugs in tracking the changed document portion have been fixed. Finally selection setting after a delete is improved.
git-svn-id: svn://10.0.0.236/trunk@55568 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 08:30:19 +00:00
jband%netscape.com
4727d6ae47 fixing the last modified date - not part of the build
git-svn-id: svn://10.0.0.236/trunk@55567 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 08:23:01 +00:00
jband%netscape.com
43f3345a6b updating xptcall status - not part of the build
git-svn-id: svn://10.0.0.236/trunk@55566 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 08:21:31 +00:00
rickg%netscape.com
a0a4987a35 disabling residual style until I can find the hang that simon reported; r=none
git-svn-id: svn://10.0.0.236/trunk@55565 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 07:51:33 +00:00
fur%netscape.com
a793371759 Sun compiler requires nsCOMPtr types to be fully defined
git-svn-id: svn://10.0.0.236/trunk@55564 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 07:51:31 +00:00
sspitzer%netscape.com
3be34bfeff fix, and the turn on morse's fix for #15111. now cookies get migrated on the mac correctly.
git-svn-id: svn://10.0.0.236/trunk@55563 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 07:44:31 +00:00
sfraser%netscape.com
e232c6c064 #ifdef out a printf. r=none
git-svn-id: svn://10.0.0.236/trunk@55562 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 07:38:16 +00:00