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

76 Коммитов

Автор SHA1 Сообщение Дата
mcmullen%netscape.com e1563a454c Since I changed prefapi.h to use prtypes instead of the obsolete XP_ things, I have to change calls to match. 1999-04-02 20:51:22 +00:00
rhp%netscape.com 5bf13f8ef7 Necessary changes to pass in the URL to the GetMimeOutput() function 1999-04-01 00:58:47 +00:00
dougt%netscape.com 3f7f8513c0 removing softupdt refereces. Approved by dp. 1999-03-30 14:33:08 +00:00
gagan%netscape.com 4e6f62a933 N2 landing... everybody run! duck! hide...! It really should be ok. 1999-03-25 00:22:56 +00:00
briano%netscape.com ae6e485be5 Switched back to building both shared and static libs by default. 1999-03-23 04:26:03 +00:00
gagan%netscape.com eb600dec9d Made non-virtual destructors virtual. Thanks Bruce@cybersight.com 1999-03-21 09:31:31 +00:00
ebina%netscape.com ccbcd41b1d Fix bug #773
Apply patch to not infinite loop if Chunking in STRIP_CRLF
state, and no LF is provided.
1999-03-12 19:45:24 +00:00
ebina%netscape.com 29dcbefef2 Bruce Mitchener's memory leak fixes. 1999-03-11 20:39:39 +00:00
warren%netscape.com 4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
ebina%netscape.com a487e4171d Changes to make the Mac not complain so much. 1999-03-09 00:04:34 +00:00
ebina%netscape.com b54ab92f6e Add the stream name (URL string) to the nsINetPluginInstance
interface in the Initialize method.
1999-03-08 21:57:35 +00:00
mcmullen%netscape.com 9798175c73 Removed the offset parameter from the base stream interfaces. Implemented string streams. 1999-03-05 22:53:56 +00:00
alecf%netscape.com 188a3c6d82 fix HPUX bustage - nspr.h is still giving problems 1999-02-27 04:18:55 +00:00
ebina%netscape.com 0c566cee12 Remove the magic files from the MANIFEST 1999-02-18 18:45:55 +00:00
ebina%netscape.com 62c1c93e76 The magic stuff is gone. The real stuff is in XPCOM/repository now. 1999-02-18 18:42:35 +00:00
ebina%netscape.com 4e60464b22 Remove the "magic" hack because we now have the real thing
in XPCOM/repository
1999-02-18 17:09:48 +00:00
ebina%netscape.com 3aade9514b Clean up an nsnull comparison. 1999-02-18 17:02:49 +00:00
ebina%netscape.com da728abcb6 Update the MANIFEST file for the new headers that get exported. 1999-02-17 15:03:04 +00:00
ebina%netscape.com ef240c0be5 Build the new plugin converter files on linux. 1999-02-17 14:57:34 +00:00
leaf%mozilla.org bbe230df12 Adding makefile.win changes for eric bina. we'll try using camelot to add
the mac project file support.
1999-02-17 06:55:48 +00:00
ebina%netscape.com fb60273d51 Use PR_TRUE and PR_FALSE instead of True and False. 1999-02-17 01:27:10 +00:00
ebina%netscape.com 8edf5cd965 First round of file additions to support pluggable converters 1999-02-12 19:45:25 +00:00
dougt%netscape.com 9155f3ec53 Removing AutoUpdate from Netlib. 1998-12-30 19:09:39 +00:00
brade%netscape.com e39db8a885 add prototype for NET_FindProxyInJSC to reduce compiler warnings on Macintosh. 1998-12-30 16:00:01 +00:00
shaver%netscape.com af51904fec resprinkle NO_STATIC_LIB, but spare libpng so that viewer is cool. Also, repair some viewer/apprunner link foibles 1998-12-18 02:55:23 +00:00
donm%netscape.com 37804b7a40 backing out Shaver's changes. -donm 1998-12-16 00:49:36 +00:00
shaver%netscape.com 0161071aef Make apprunner link dynamically.
Sprinkle Makefile.ins with NO_STATIC_LIB to speed the build and reduce the disk
requirements.
1998-12-15 22:17:14 +00:00
ramiro%netscape.com e2b921bf3c Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
cyeh%netscape.com 65038e9551 Removing static makefiles as a part of the transition to Autoconf. I have taken great
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.

If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com.
1998-11-21 00:34:32 +00:00
rpotts%netscape.com 75e5ccea4e fix bug #1112. For MODULAR_NETLIB never null out the fe_data field of the URL Struct... 1998-11-05 05:37:58 +00:00
raman%netscape.com 613fec7b55 Added an include for autoupdt.h 1998-10-28 20:17:25 +00:00
cls%seawood.org 5db72cde51 Moved zlib from REQUIRES to a ifndef MOZ_NATIVE_ZLIB endif block. 1998-10-22 03:59:53 +00:00
pierre%netscape.com f9060926e2 fix mozilla build: for some reason, the XP strings (yep, allxpstr.h) are declared and allocated in that file. 1998-10-06 05:01:55 +00:00
pierre%netscape.com 87764930d1 fix 1000s of link warnings in Mac Raptor / some XP stubs were hiding actual functions 1998-10-06 03:00:28 +00:00
cyeh%netscape.com f31dc000c8 removing obsolete files. use MANIFEST instead. 1998-10-05 18:42:02 +00:00
raman%netscape.com 22aa496d52 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 e024b28c9e 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 96a6a02078 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 fe5ec96fd6 Moved autoupdt code out od MOZ_SMARTUPDATE. Changes from raman. Reviewed by rjc 1998-09-12 02:37:01 +00:00
valeski%netscape.com 9c061f1136 fixing compile warning 1998-09-10 00:08:33 +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 c2f26441cf Added a background/autoupdate pulling of URLs 1998-09-02 19:08:32 +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
valeski%netscape.com 7308624784 added net_xp_file.h to #include 1998-09-02 03:01:14 +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
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
cls%seawood.org 9020b80c52 Updates to autoconf files. 1998-08-26 04:04:57 +00:00
valeski%netscape.com 6e76b6cca3 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 d87d1e35f3 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 84f1cedcbb AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00