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

48465 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 4bd1b240f5 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.
1999-12-07 22:05:52 +00:00
waldemar%netscape.com d94ccc85f2 Made semantics compiled on Allegro 1999-12-07 22:04:58 +00:00
rginda%netscape.com b749fbbf15 Adding check for null document. Prevents crash described in bug 20677.
r=brendan@mozilla.org
1999-12-07 22:04:52 +00:00
bienvenu%netscape.com 28bf4e3376 fix problem with extra .msf tacked on db names for imap r=mscott 1999-12-07 22:04:12 +00:00
blizzard%redhat.com 7cfde8d68e add a debugging window utility for gtk 1999-12-07 22:02:40 +00:00
varada%netscape.com 456a6094b7 fix for bug #5020 creating the proper cd output directory 1999-12-07 21:26:20 +00:00
cltbld%netscape.com d7f0f09a24 Changed old resrc dll to new res dll. checkin=warren, r=dp 1999-12-07 20:31:20 +00:00
rginda%netscape.com be9b6a6ff5 Should be working on all platforms again. 1999-12-07 20:00:27 +00:00
rginda%netscape.com 732e0e0a48 More windows dual-build tweaks (arg!) 1999-12-07 19:56:40 +00:00
rginda%netscape.com 899c82b382 More tweaks to sm engine selection
Updated documentation to reflect tweaks
1999-12-07 19:47:06 +00:00
rginda%netscape.com 04a2ecc7a8 * jsDriver.pl
Fix it to know about the two kinds of spidermonkey make on windows
  (Makefile.ref and js.mak)
1999-12-07 19:35:45 +00:00
scc%netscape.com dcb83db555 and there's another instance of the build-busting old cast still in the file 1999-12-07 15:51:21 +00:00
rhp%netscape.com 410da10ef5 Adding file to tree - NOT PART OF THE BUILD! 1999-12-07 15:29:20 +00:00
scc%netscape.com f09c92f156 Mis-spelled one of two instances of |NS_REINTERPRET_CAST|, in the same line yet. Damn :-( 1999-12-07 15:26:41 +00:00
scc%netscape.com 5f863e8cec 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). 1999-12-07 14:46:35 +00:00
scc%netscape.com ccc2279daa 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 1999-12-07 14:09:29 +00:00
scc%netscape.com f4ad22b9d9 Make observers support weak references. Bug #18682; r=dp. 1999-12-07 14:06:36 +00:00
Jerry.Kirk%Nexwarecorp.com b62de0a844 Added an include to silence some warnings and added a call to munlockall().
r=kedl
1999-12-07 13:12:26 +00:00
Jerry.Kirk%Nexwarecorp.com 5f4320924d Added $(TK_LIBS) to EXTRA_LIBS for Neutrino because Timers require the
photon native library to be linked in to work properly.
r=rhp
1999-12-07 12:57:31 +00:00
rickg%netscape.com bd5cf510a4 fixed bug in nsStr::Compare(); r=dveditz (who also found the bug) 1999-12-07 09:52:43 +00:00
fur%netscape.com 7b5b0743a4 + Eliminated use of bool to accommodate non-ANSI C++ compilers.
(Thanks to tor@cs.brown.edu for the patch)
+ Eliminated compiler warnings
1999-12-07 09:49:55 +00:00
sspitzer%netscape.com 1e1a2e5425 ignore the generated Makefiles 1999-12-07 09:31:05 +00:00
sspitzer%netscape.com 6195684281 fix for #20906. fix the twitchy button in the select profile dialog.
fix by=rgoodger@ihug.co.nz, r=sspitzer
1999-12-07 09:12:59 +00:00
valeski%netscape.com 0107d78aaa r=rickg. replacing a char const w/ an int literal 1999-12-07 08:58:50 +00:00
fur%netscape.com 1f6740ac81 Fixed incorrect calculation of content download time and profitability of caching a given URL. r:none 1999-12-07 08:51:03 +00:00
sspitzer%netscape.com 846d57367c 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. 1999-12-07 08:50:50 +00:00
fur%netscape.com 58c613ec8e Increase default memory cache capacity to 1M from 100KB testing value 1999-12-07 08:49:42 +00:00
alecf%netscape.com db22dd38a9 fix for #20647 (required to verify a PDT+ bug)
r=sspitzer
nsCRT::strcmp was returning 0 when you pass a PRUnichar* 0 null pointer
1999-12-07 08:48:52 +00:00
jfrancis%netscape.com 6b9ca53f07 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. 1999-12-07 08:30:19 +00:00
jband%netscape.com fa7bde4f94 fixing the last modified date - not part of the build 1999-12-07 08:23:01 +00:00
jband%netscape.com e26b5aa6d3 updating xptcall status - not part of the build 1999-12-07 08:21:31 +00:00
rickg%netscape.com 139cc5a7c9 disabling residual style until I can find the hang that simon reported; r=none 1999-12-07 07:51:33 +00:00
fur%netscape.com 573f768929 Sun compiler requires nsCOMPtr types to be fully defined 1999-12-07 07:51:31 +00:00
sspitzer%netscape.com d22cb56e6f fix, and the turn on morse's fix for #15111. now cookies get migrated on the mac correctly. 1999-12-07 07:44:31 +00:00
sfraser%netscape.com 7a09644a3d #ifdef out a printf. r=none 1999-12-07 07:38:16 +00:00
rickg%netscape.com 78c5d8cb44 WIP on fixing <noscript> bug for real -- post dogfood. r=syd 1999-12-07 07:25:56 +00:00
sfraser%netscape.com 10e1f95da8 Make sure that all warnings just printf on Mac, and don't dump you into MacsBug. r=pinkerton 1999-12-07 07:21:30 +00:00
mscott%netscape.com 9bfd0fc4f4 Bug #20698 --> unescape the url before figuring out the file path 1999-12-07 07:18:06 +00:00
jband%netscape.com f1479fc184 adding member initializer to quiet Purify. r=waterson. 1999-12-07 07:17:44 +00:00
sfraser%netscape.com 8be35c0506 Add the cache projects to the build. r=fur. 1999-12-07 07:16:43 +00:00
mscott%netscape.com 86e0e4b749 Bug # 20698 --> make image consumer a content listener and load image urls through the uri loader
instead of trying to load them ourselves.
r=travis.
1999-12-07 07:15:42 +00:00
mscott%netscape.com 19498045c0 Bug #20698 --> add new uri load command for loading in the background.
When creating the channel, if the uri load command is viewBackground then set the load flag
on the channel appropriately.
1999-12-07 07:14:40 +00:00
waterson%netscape.com 39f28cb85b Bug 20712. Get the presshell from the *content* area, not the enclosing browser window. 1999-12-07 07:07:14 +00:00
fur%netscape.com 4cffd9c95d Include definition of nsIStorageStream class to satisfy Sun compiler 1999-12-07 07:05:31 +00:00
rginda%netscape.com f0309f778c -- CHATZILLA CHANGES ONLY --
* index.html
  Updated sll.js changes, added link to the m.o chatzilla page.

* test3-handlers.js, test3-static.js
  Added input-history stuff.
1999-12-07 07:04:22 +00:00
valeski%netscape.com d009686a61 20956. r=rpotts. necko no longer assumes any MIME type. we send out application/x-unknown-content-type internal MIME type if we don't *know* what the type is. It's now truly up to the app to figure out what to do 1999-12-07 07:00:47 +00:00
valeski%netscape.com 85ee74a4d7 20956. r=rpotts. necko no longer assumes any MIME type. we send out application/x-unknown-content-type internal MIME type if we don't *know* what the type is. It's now truly up to the app to figure out what to do" 1999-12-07 06:59:25 +00:00
valeski%netscape.com c361fb197f nsJARProtocol.cpp 1999-12-07 06:58:55 +00:00
rickg%netscape.com ebbe7f1919 fixed blockers: 19598 and 20624 with temp workaround; r=syd. 1999-12-07 06:48:56 +00:00
sfraser%netscape.com 3e2a88e435 Add DBM to the project. r=fur 1999-12-07 06:48:22 +00:00