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

406 Коммитов

Автор SHA1 Сообщение Дата
gagan%netscape.com a333974915 Removed the silly useless parameter in NET_CleanUpCache. 1998-09-10 20:55:22 +00:00
gagan%netscape.com 349108add4 cvs to be blamed for a bad merge. Moving to void parameter on NET_CleanupCache. Was giving errors on Mac. 1998-09-10 20:54:41 +00:00
gagan%netscape.com a68dfaf6ec Remaining changes from Nu_Cache. Added nucacheproto.c/h. 1998-09-10 20:11:13 +00:00
gagan%netscape.com 6ac5b82560 Nu_cache leftover changes. 1998-09-10 20:00:57 +00:00
gagan%netscape.com 0c36334a81 nu_cache changes. 1998-09-10 19:58:35 +00:00
gagan%netscape.com 8eb9fd6fa9 remaining changes from nu_cache. 1998-09-10 19:57:12 +00:00
valeski%netscape.com 24d2cbf92b fixing build bustage. 1998-09-10 03:28:20 +00:00
valeski%netscape.com eb216ab0c2 The changes apply to MODULAR_NETLIB only
mozilla/module/nsINetFile.h
MODULAR_NETLIB only. Added the nsINetFile interface header.

mozilla/module/nsNetFile.cpp
MODULAR_NETLIB only. Added the nsINetFile interface implementation.

mozilla/module/nsNetFile.h
MODULAR_NETLIB only. Added the nsNetFile header.

mozilla/main/mkgeturl.c
MODULAR_NETLIB only. Added directory and file token initialization for new ns_net_file code.

mozilla/main/net_xp_file.h
MODULAR_NETLIB only. Added the new readline routine for ns_net_file.

mozilla/module/makefile.win
MODULAR_NETLIB only. Added the nsNetFile.cpp file to compilation list.

mozilla/module/nsNetService.cpp
MODULAR_NETLIB only. Added the static nsNetFile instance so it gets initailized.

mozilla/module/nsNetStubs.cpp
MODULAR_NETLIB only. Added NET_I_XP_FILE* versions of XP_FILE routines. These routines are compiled and used when NS_NET_FILE is defined.
1998-09-10 00:32:40 +00:00
valeski%netscape.com 9c061f1136 fixing compile warning 1998-09-10 00:08:33 +00:00
vidur%netscape.com e86eb9d216 Adjusted to change in signature for FE_SetRefreshURLTimer 1998-09-09 20:56:47 +00:00
pnunn%netscape.com 23327d8cb9 fix for #309770. Porting "RefreshURLTimer" fix from 4.06 to Moz. 1998-09-09 19:11:22 +00:00
gagan%netscape.com 1358f7ee83 Resetting cache_objects. 1998-09-09 02:19:30 +00:00
akkana%netscape.com 56e9b75334 Register type converters for mail compose. This makes "Send Page" work.
Approved by gagan.
1998-09-08 22:14:51 +00:00
raman%netscape.com 402336f936 Added building of autoupdt.c 1998-09-08 21:00:51 +00:00
kipp%netscape.com 3a5caa94af Stub out fe routine so that app will link 1998-09-05 20:13:34 +00:00
cls%seawood.org 94d0672b0c Updated. 1998-09-05 10:25:13 +00:00
akkana%netscape.com 9368d69852 Mailto landing (ifdef MOZ_MAIL_COMPOSE). Approved by valeski. 1998-09-04 18:59:53 +00:00
pierre%netscape.com 7f5dd88910 set resourceBase to the magic string "usr/local/netscape/bin/" 1998-09-03 06:19:13 +00:00
sar%netscape.com 4780c5206f Smartupdate landing. Added autoinstl to project. 1998-09-02 19:19:51 +00:00
raman%netscape.com c2f26441cf Added a background/autoupdate pulling of URLs 1998-09-02 19:08:32 +00:00
raman%netscape.com 94c71eea30 Added a background, autoupdate pulling of URLs 1998-09-02 19:08:00 +00:00
cls%seawood.org 52c74ded1d Tweaks to remove XFE dependencies from other parts of the tree. Approved by {gagan,malmer,ramiro}%netscape.com. 1998-09-02 07:02:04 +00:00
morse%netscape.com efc4421e7b enable trust labels for unix 1998-09-02 05:06:15 +00:00
valeski%netscape.com 7308624784 added net_xp_file.h to #include 1998-09-02 03:01:14 +00:00
mcafee%netscape.com 8c8b81fd84 Solaris wants EOF character, added comment for #endif. 1998-09-02 01:35:54 +00:00
valeski%netscape.com 827d7f1fe5 Adding layer of abstraction (via #defines) between netlib and file code (XP_File*). This will allow raptor to build with a different file implementation (nsINetFile) and no longer rely on XP_File*(). All XP_File*() routines were renamed to NET_XP_File*(). The #define to do the masking is mozilla/network/main/net_xp_file.h .
Aleks told me all I had to do in order to export net_xp_file.h on the mac was to include it in mozilla/network/main/manifest. I did that, so, if mac builds break in netlib, it's likely the exporting of the file isn't happening (I'm not sure of the state of manifest files anymore) and I don't have a mac. So if MAC BREAKS, please add the file to the mac project and check it in (thank you).

I'll be at 408.867.2701 or cell - 415.307.7101 tonight.
1998-09-02 01:00:42 +00:00
cls%seawood.org c764d0bf4e Sync'd Makefile.ins 1998-09-02 00:54:34 +00:00
rpotts%netscape.com 3ed30d363b Fixed return value from PerformNastyWindowsAsyncDNSHack(...) 1998-09-02 00:27:54 +00:00
pinkerton%netscape.com 42cd5b5865 turn on trust labels for mac. 1998-09-01 20:23:44 +00:00
pinkerton%netscape.com 1b6d31bd8f add mkaccess.h to dist 1998-09-01 20:22:23 +00:00
pinkerton%netscape.com daf1ee2a34 turn on trust labels on mac. 1998-09-01 20:21:19 +00:00
gagan%netscape.com 24a63a42a1 Changes from NuCache. Should'nt affect the build. 1998-09-01 20:00:07 +00:00
valeski%netscape.com b96d1b7784 xp_dir to pr_dir 1998-09-01 19:18:00 +00:00
valeski%netscape.com a858be150e adding net_xp_file.h to the list of exports 1998-09-01 18:59:17 +00:00
valeski%netscape.com 8c2a70ec0d this file adds a level of abstraction between netlib and xp_file routines. 1998-09-01 18:55:22 +00:00
ebina%netscape.com eb654c8114 Transfer encoded gzip streams were sent to this converter, but the
transfer-encoding was never removed from the URL structure, causing
infinite recursion.  This fixes that bug.
1998-08-31 16:31:12 +00:00
morse%netscape.com f65058fecc fix bustage on all platforms 1998-08-30 16:42:20 +00:00
morse%netscape.com 0c2ddd9225 still trying to fix up mac 1998-08-30 15:59:53 +00:00
morse%netscape.com eaccbb83f6 one more attempt to clean up mac build 1998-08-30 15:43:56 +00:00
morse%netscape.com 9762f635fc I give up, backing out trust labels 1998-08-30 08:49:56 +00:00
morse%netscape.com d8b702b5c4 giving up on mac for now, backing out some but not all of the changes 1998-08-30 07:09:27 +00:00
morse%netscape.com fbacae5a4b fix compile error 1998-08-30 06:01:22 +00:00
morse%netscape.com e96c77be7e *** empty log message *** 1998-08-30 05:54:08 +00:00
morse%netscape.com fac3e0ab83 attempt to fix bustage on the mac 1998-08-30 05:09:35 +00:00
morse%netscape.com 2b6d38fe3c added trust labels 1998-08-30 03:40:51 +00:00
morse%netscape.com a747f68910 mkaccess.h 1998-08-30 03:23:42 +00:00
morse%netscape.com fb6166a5c1 fixed background color on signon viewer 1998-08-30 03:22:40 +00:00
morse%netscape.com 2cb728f66f fix bug found by mjudge 1998-08-28 04:10:08 +00:00
thom%netscape.com 584891891e fixed heap corruption in mac version of the function mangleResourceIntoFileURL. This change ONLY effects macs 1998-08-28 01:33:14 +00:00
morse%netscape.com 296faca4df added apple keychain 1998-08-27 21:14:41 +00:00