cltbld%netscape.com
|
63e0d555bd
|
Changed old resrc dll to new res dll. checkin=warren, r=dp
|
1999-12-07 20:31:20 +00:00 |
|
rginda%netscape.com
|
f0d3d00dfb
|
Should be working on all platforms again.
|
1999-12-07 20:00:27 +00:00 |
|
rginda%netscape.com
|
9d9b8ecabf
|
More windows dual-build tweaks (arg!)
|
1999-12-07 19:56:40 +00:00 |
|
rginda%netscape.com
|
f4d35bb883
|
More tweaks to sm engine selection
Updated documentation to reflect tweaks
|
1999-12-07 19:47:06 +00:00 |
|
rginda%netscape.com
|
96f68f37e4
|
* 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
|
5418875579
|
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
|
957beb03fe
|
Adding file to tree - NOT PART OF THE BUILD!
|
1999-12-07 15:29:20 +00:00 |
|
scc%netscape.com
|
6241344e4a
|
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
|
a97b180b50
|
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
|
8c4ec2ebea
|
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
|
db5cd594e2
|
Make observers support weak references. Bug #18682; r=dp.
|
1999-12-07 14:06:36 +00:00 |
|
Jerry.Kirk%Nexwarecorp.com
|
1d6986a54c
|
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
|
19f6713e3f
|
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
|
a3187e2ff2
|
fixed bug in nsStr::Compare(); r=dveditz (who also found the bug)
|
1999-12-07 09:52:43 +00:00 |
|
fur%netscape.com
|
45bb9c5427
|
+ 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
|
736cf231a3
|
ignore the generated Makefiles
|
1999-12-07 09:31:05 +00:00 |
|
sspitzer%netscape.com
|
5755e8cdf6
|
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
|
2cf1b6fae4
|
r=rickg. replacing a char const w/ an int literal
|
1999-12-07 08:58:50 +00:00 |
|
fur%netscape.com
|
771d577a8e
|
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
|
0111534b4b
|
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
|
c9ad7f29ae
|
Increase default memory cache capacity to 1M from 100KB testing value
|
1999-12-07 08:49:42 +00:00 |
|
alecf%netscape.com
|
92c2c6a64e
|
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
|
167f9c0b74
|
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
|
1194158582
|
fixing the last modified date - not part of the build
|
1999-12-07 08:23:01 +00:00 |
|
jband%netscape.com
|
381a2e39c4
|
updating xptcall status - not part of the build
|
1999-12-07 08:21:31 +00:00 |
|
rickg%netscape.com
|
821bf72f0b
|
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
|
4bfc9b0810
|
Sun compiler requires nsCOMPtr types to be fully defined
|
1999-12-07 07:51:31 +00:00 |
|
sspitzer%netscape.com
|
3d203e8a07
|
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
|
81b90d3598
|
#ifdef out a printf. r=none
|
1999-12-07 07:38:16 +00:00 |
|
rickg%netscape.com
|
bd8e9acd7e
|
WIP on fixing <noscript> bug for real -- post dogfood. r=syd
|
1999-12-07 07:25:56 +00:00 |
|
sfraser%netscape.com
|
ef6b5d0398
|
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
|
ef7820f1cb
|
Bug #20698 --> unescape the url before figuring out the file path
|
1999-12-07 07:18:06 +00:00 |
|
jband%netscape.com
|
2eaaa4083b
|
adding member initializer to quiet Purify. r=waterson.
|
1999-12-07 07:17:44 +00:00 |
|
sfraser%netscape.com
|
fc159b3d8c
|
Add the cache projects to the build. r=fur.
|
1999-12-07 07:16:43 +00:00 |
|
mscott%netscape.com
|
99c1377e5d
|
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
|
6e38a72544
|
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
|
e4d7924c04
|
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
|
bb0b094ab5
|
Include definition of nsIStorageStream class to satisfy Sun compiler
|
1999-12-07 07:05:31 +00:00 |
|
rginda%netscape.com
|
ae6347dc49
|
-- 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
|
06d6ba655f
|
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
|
43c04c96a7
|
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
|
2988398b46
|
nsJARProtocol.cpp
|
1999-12-07 06:58:55 +00:00 |
|
rickg%netscape.com
|
bf13e88de7
|
fixed blockers: 19598 and 20624 with temp workaround; r=syd.
|
1999-12-07 06:48:56 +00:00 |
|
sfraser%netscape.com
|
1c1ea70b42
|
Add DBM to the project. r=fur
|
1999-12-07 06:48:22 +00:00 |
|
sfraser%netscape.com
|
11bbeee76c
|
First Checked In.
|
1999-12-07 06:43:19 +00:00 |
|
sfraser%netscape.com
|
5f8d12f8d4
|
File Removed.
|
1999-12-07 06:36:12 +00:00 |
|
rpotts%netscape.com
|
c41e03ef63
|
bug #20490 (r=valeski). Fixed problem where OnStopRequest was being fired (incorrectly) on 30x and 40x redirects...
|
1999-12-07 06:35:55 +00:00 |
|
sfraser%netscape.com
|
f63f0d0e73
|
Changing usage of nsCOMPtr on a non-interface pointer to raw addref-release. r=fur
|
1999-12-07 06:32:52 +00:00 |
|
sfraser%netscape.com
|
d7bec0c5bc
|
Some casts and a .get() so that it compiles on Mac. r=fur
|
1999-12-07 06:31:14 +00:00 |
|
sfraser%netscape.com
|
e72089e1d6
|
Fixes to build on Mac, where PRInt64 is a struct, and fix a typo. r=fur
|
1999-12-07 06:29:13 +00:00 |
|