Commit Graph

34704 Commits

Author SHA1 Message Date
rjc%netscape.com
5e018d9859 Cleanup. Use GetValueConst() more, allow returning IE favorites URLs (on Mac), fix memory leak. 1999-07-22 22:58:22 +00:00
hyatt%netscape.com
daac4ceb51 Fixing a security violation in GetContentWebShell. When no shell was found, it
was returning the chrome shell.  It should just return nsnull instead.
1999-07-22 22:48:23 +00:00
rhp%netscape.com
77a9713381 closure of window fix 1999-07-22 22:46:32 +00:00
nisheeth%netscape.com
a14ff6dcb2 Fix for bug 10028. We handle mixed case mailto urls properly now. 1999-07-22 22:34:28 +00:00
harishd%netscape.com
d833e5817d Tweaked my previous checkin in fixing
bug# 7548.  Changed Sanitize() method to
SanitizeKey().
1999-07-22 22:30:13 +00:00
ftang%netscape.com
1d82e83a36 temp fix for bug 8899 by move cp1252 verfier to different positions and do not include it for the string based detector interface until we come out a better version. Also add STATE TRACE code which condictional compiled 1999-07-22 22:30:04 +00:00
jband%netscape.com
a091a7130d adding a mising '$' in the open vms only part 1999-07-22 22:24:59 +00:00
rhp%netscape.com
505b98d70d Change for fixing FCC operations 1999-07-22 22:21:27 +00:00
slamm%netscape.com
3005c15488 Grab more data. 1999-07-22 22:17:28 +00:00
ftang%netscape.com
4d01c906b4 fix 10230 and remove UCS2BE and UCS2LE from the string based detector 1999-07-22 22:17:00 +00:00
zuperdee%penguinpowered.com
44779d54be Attempting to fix the SunOS 5.5.1 Motif build bustage. NOT PART OF MAIN BUILD. 1999-07-22 22:16:09 +00:00
racham%netscape.com
b80b6ac8d9 Added xpidl interfaces to profile services 1999-07-22 22:12:26 +00:00
rjc%netscape.com
e581724190 For a given node, try asking the grap for the URL before falling back to using the node's ID. They might be different. REALLY! 1999-07-22 22:11:21 +00:00
racham%netscape.com
495d2575d3 Adding a new interface to enable JS reflection for Netcenter work 1999-07-22 22:09:46 +00:00
racham%netscape.com
fe074d1114 Adding a new interface to enable JS reflection for Netcenter work and fixed some memory problems 1999-07-22 22:06:18 +00:00
waterson%netscape.com
911c81f859 Fix missing cast in XPC case. 1999-07-22 21:57:29 +00:00
waterson%netscape.com
b4aa5891e1 Drag along MSVC++ 5.x by not building this directory. 1999-07-22 21:56:18 +00:00
andreas.otte%primus-online.de
7614fb74cc adding the new streamconv makefiles 1999-07-22 21:39:04 +00:00
andreas.otte%primus-online.de
cbc124a0a4 some ignorance 1999-07-22 21:38:22 +00:00
rhp%netscape.com
61ac19e993 Fix for send later operations 1999-07-22 21:35:58 +00:00
chuang%netscape.com
9dcee4f2d2 Fix Remove new feature attribute 1999-07-22 21:34:41 +00:00
sspitzer%netscape.com
0e4f0c1ce2 fix assertion on post. remove crufty code. 1999-07-22 21:33:49 +00:00
sdagley%netscape.com
de3923f9cd Fix bug #3537. Replaced call of Delay() with WaitNextEvent() so that we'll yield to other processes if we're in some long wait for i/o. 1999-07-22 21:28:34 +00:00
sdagley%netscape.com
3cfdb06e48 Change to address bug #10334 and improve startup time on Mac. Use sync i/o for reads of less than 2K. 1999-07-22 21:26:33 +00:00
valeski%netscape.com
7c9e239166 stream converter graph construction now happens when a direct path is not accessible, and is built up by enumerating stream converter subkeys from the registry 1999-07-22 21:24:58 +00:00
bienvenu%netscape.com
b564f818c7 protect against 0 or negative thread child count 1999-07-22 21:24:57 +00:00
gagan%netscape.com
ac23409abc Replaced nsStandardUrl with nsStdURL. 1999-07-22 21:19:15 +00:00
rpotts%netscape.com
4b7899d242 Added code in the destructor to free any pages that had been allocated... 1999-07-22 21:17:57 +00:00
gagan%netscape.com
e37d05ffaa Necko only changes for the setting relative path. 1999-07-22 21:17:11 +00:00
gagan%netscape.com
b44058b222 Changes for the standard URL parsing. Added SetRelativePath. Cleaned up the deletions (all thru nsCRT now) Added functionality for Query and Ref portions of the Path. Added DirFile function to nsIURL to allow just Directory and the Filename. Misc. cleanups as well. 1999-07-22 21:14:51 +00:00
scc%netscape.com
2a0eda4e69 Allow explicit disabling of |...TEST_DONTQUERY_CASES| and |...DEBUG_PTR_TYPES| on the command-line for problematic compilers like QNX et al. This allows me to fix the QNX build, and provide an answer to some people compiling with the Sun Workshop. 1999-07-22 21:09:49 +00:00
scc%netscape.com
d698edddcf temporarily commenting out unused placement |new| till I can figure out how to make it compile on SunOS 1999-07-22 20:10:19 +00:00
mscott%netscape.com
0e4d1c20f7 Necko only: Change the library name to mimetype instead of mime. we were overwriting a mailnews library which had the same name. 1999-07-22 20:09:22 +00:00
mscott%netscape.com
99170f793f Necko only: change the name of the mime type dll to be mimetype.dll instead of mime.dll. mime.dll was over-writing
the mailnews mime.dll.
1999-07-22 20:05:33 +00:00
scc%netscape.com
89652d3a1f switching back to the stricter declaration of |nsDerivedSafe<T>::operator=()|. Since I removed |nsISupportsArray::operator=()|, all should be well. I left the old declaration in but commented out, just in case. I hope I don't have to conditionalize this wth an autoconf test. I've built this (with the help of several other people including mjudge, waqar, slamm, et al) on as many other platforms as I could. This declaration is intended to stop people from declaring an |operator=()| in their (XP)COM interface classes. 1999-07-22 20:03:42 +00:00
terry%mozilla.org
4016da6ca2 Make sure to recreate the database files from scratch every time. It used to merge old entries in with the stuff we recalculate. 1999-07-22 19:58:11 +00:00
akkana%netscape.com
eeefe7ebd2 Fix selection bustage from yesterday 1999-07-22 19:42:21 +00:00
ramiro%netscape.com
0b23e40576 Removed un needed stubs. 1999-07-22 19:21:19 +00:00
valeski%netscape.com
81f815e9aa adding stream converter code 1999-07-22 19:11:33 +00:00
tao%netscape.com
40f2c7b9c9 Shut debug printf. 1999-07-22 19:10:02 +00:00
slamm%netscape.com
5d3bfdbafd Last checking not needed. 1999-07-22 18:48:39 +00:00
selmer%netscape.com
2308122b1b Adding contents of customizable shell directory 1999-07-22 18:48:17 +00:00
pollmann%netscape.com
eaecd3f441 Bug 10301: Check base target for image maps 1999-07-22 18:47:23 +00:00
hangas%netscape.com
3d73155c02 Added editor.css so that editor toolbar would have the right appearance. 1999-07-22 18:45:13 +00:00
ramiro%netscape.com
e716714dda Add missing $(TIMER_LIBS) 1999-07-22 18:44:27 +00:00
ramiro%netscape.com
42b9b84f44 Remove stubs which are not needed anymore. 1999-07-22 18:38:55 +00:00
hangas%netscape.com
d0c9f6b3ab Adjusted Account Setup window so that it would display on the screen. 1999-07-22 18:38:40 +00:00
mscott%netscape.com
c2ab2b2d05 I added this file to the MailNews_Necko_BRANCH and am reflecting the addition here in the tip. It isn't built
by any makefiles except those on the necko branch.
1999-07-22 18:37:42 +00:00
pollmann%netscape.com
ba36807db2 Bug 5403: Release services properly 1999-07-22 18:32:49 +00:00
scc%netscape.com
8d681a0998 use shared allocator 1999-07-22 18:23:02 +00:00