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

42 Коммитов

Автор SHA1 Сообщение Дата
cyeh%netscape.com 3c34f3063b removing obsolete files. use MANIFEST instead. 1998-10-05 18:42:02 +00:00
raman%netscape.com 0e8aa0e8f8 Checking in changes from hshaw. These changes are bug fixes from 4.5. Minor tweaks after the codereview by raman. 1998-09-30 18:07:26 +00:00
saari%netscape.com 0879f85bb3 MacOS only Modifications to StringLib. It now functions like the Unix version where we have all of the strings in a giant case statement instead of in resources. This is necessary for moving to Pro4 and reducing the number of resources in the Mac Navigator. 1998-09-25 14:45:53 +00:00
wtc%netscape.com 3b8cb781fb NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of
private NSPR headers (prosdep.h and primpl.h) from the Mozilla source.
The part of prosdep.h that is actually needed by Mozilla was extracted
and put in the new file mozilla/include/xp_path.h.
1998-09-22 16:59:57 +00:00
rjc%netscape.com 4464880a49 Moved autoupdt code out od MOZ_SMARTUPDATE. Changes from raman. Reviewed by rjc 1998-09-12 02:37:01 +00:00
valeski%netscape.com 4b57f4faf5 fixing compile warning 1998-09-10 00:08:33 +00:00
akkana%netscape.com 4fc52c0f58 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 9dacca8e6d Added a background/autoupdate pulling of URLs 1998-09-02 19:08:32 +00:00
cls%seawood.org 4f61ab80eb 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
valeski%netscape.com ecab01bad4 added net_xp_file.h to #include 1998-09-02 03:01:14 +00:00
valeski%netscape.com 9b318efd3d 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
ebina%netscape.com d4b5040fa1 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
cls%seawood.org 9c74df02ff Updates to autoconf files. 1998-08-26 04:04:57 +00:00
valeski%netscape.com 1d5bfd448d we're now respecting success/failure return values from PREF_Get* routines, for the most part. imap, pop, news weren't cleaned up (nor was nucache).
Default values are now used when PREFs are down.
1998-08-25 21:17:03 +00:00
jwz%mozilla.org d44ec6b836 All Unix versions of Mozilla link against libmime, so they should all
call MIME_RegisterConverters() to register the converter for documents
of type message/rfc822.

On Windows, that converter is currently only registered if SMART_MAIL is
defined.

On Mac, it's never registered at all.

Someone needs to consolidate all this.
1998-08-25 19:19:13 +00:00
cls%seawood.org 90d0af1408 AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
hshaw%netscape.com 4f527027e4 Fix build bustage, moral of the story, be very careful with macros which implicitly take & of your arguments 1998-08-18 02:54:13 +00:00
hshaw%netscape.com 2a728a51c2 Fix buffering problem and memory leak for gzip compressed content. Generic problem was causing assert failure on Windows only 1998-08-18 00:14:32 +00:00
jgellman%netscape.com f1d319ce75 got jwz's libmime changes building on windows 1998-08-11 21:24:29 +00:00
jwz%mozilla.org 6ce77c912a build and link against libmime (on Unix only, until I find some victims to
test things out on the other platforms.)
1998-08-09 03:53:14 +00:00
scullin%netscape.com 74620825fb Add cvmime back into nglayout build. Not hooked up, though. 1998-07-21 20:10:27 +00:00
spider b1fbda75ed Fix build bustage for routine not available in modular world 1998-06-25 08:52:31 +00:00
spider 7b08c23fa4 NORMANDY_DDAY merge... 1998-06-25 05:50:45 +00:00
spider 8f94f24ac8 Normandy Merge .... 1998-06-22 21:21:28 +00:00
dveditz 00d6097177 merging from SMARTUPDATE_BRANCH 1998-06-07 09:10:29 +00:00
scc c518b6d483 First Checked In. 1998-06-04 22:51:07 +00:00
scullin e0c2f1ee64 Remove cvview.c from the MODULAR_NETLIB build. 1998-06-04 14:51:26 +00:00
scullin f122c938a6 Landing modular netlib on UNIX 1998-06-02 00:23:17 +00:00
scullin 38d31c06b9 Start building mime type routines as separate library. 1998-06-01 18:29:28 +00:00
scullin 6828d6df9b Change XP_IS_ macros to NET_IS_ macros. 1998-05-29 23:04:49 +00:00
scullin 9b1599e358 Enable html coloring stream converter in modular netlib. 1998-05-27 01:28:29 +00:00
sfraser 8b60e1683b Addd some more export files 1998-05-27 00:53:11 +00:00
sfraser 061bb4d1e2 First Checked In. 1998-05-23 01:14:17 +00:00
scullin d4dcfbffd0 Landed raptor modular netlib stuff 1998-05-22 23:38:40 +00:00
montulli 692f7473da fix commercial build 1998-05-19 03:37:48 +00:00
scullin 78e9402534 Moving over from xp library to NSPR. Moved cvactive.h from include to
network/cnvts
1998-05-19 00:54:09 +00:00
sar f10fb0a051 add softupdt to list of includes 1998-05-13 19:39:53 +00:00
montulli 1d71052154 add <signal.h> 1998-05-12 02:28:20 +00:00
montulli 45f5c658fc add <signal.h> 1998-05-12 00:42:47 +00:00
montulli 095a5a8394 Add unix makefiles and make a few include file tweaks for unix compilation 1998-04-30 23:52:15 +00:00
montulli 2c0bbfc1c9 fix layout .> lay 1998-04-30 23:45:52 +00:00
montulli 29db749ae6 Add netlib in new location.
This is a (mostly) unmodified version of lib/libnet
broken up into functional areas
It should be binary compatible with the lib created by lib/libnet
but is now 10 libs.
The only substantial things changed in the version is the include files
1998-04-30 20:53:59 +00:00