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

389 Коммитов

Автор SHA1 Сообщение Дата
pierre%netscape.com 8e098f42ee set resourceBase to the magic string "usr/local/netscape/bin/" 1998-09-03 06:19:13 +00:00
sar%netscape.com ee43b7b27d Smartupdate landing. Added autoinstl to project. 1998-09-02 19:19:51 +00:00
raman%netscape.com 9dacca8e6d Added a background/autoupdate pulling of URLs 1998-09-02 19:08:32 +00:00
raman%netscape.com 2064a2efe0 Added a background, autoupdate pulling of URLs 1998-09-02 19:08:00 +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
morse%netscape.com f567de491e enable trust labels for unix 1998-09-02 05:06:15 +00:00
valeski%netscape.com ecab01bad4 added net_xp_file.h to #include 1998-09-02 03:01:14 +00:00
mcafee%netscape.com 61da5a1056 Solaris wants EOF character, added comment for #endif. 1998-09-02 01:35:54 +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
cls%seawood.org 876891e7ae Sync'd Makefile.ins 1998-09-02 00:54:34 +00:00
rpotts%netscape.com d28b236929 Fixed return value from PerformNastyWindowsAsyncDNSHack(...) 1998-09-02 00:27:54 +00:00
pinkerton%netscape.com b4e8c757f9 turn on trust labels for mac. 1998-09-01 20:23:44 +00:00
pinkerton%netscape.com 5f05f1e517 add mkaccess.h to dist 1998-09-01 20:22:23 +00:00
pinkerton%netscape.com 9a98b13993 turn on trust labels on mac. 1998-09-01 20:21:19 +00:00
gagan%netscape.com bfc860dee7 Changes from NuCache. Should'nt affect the build. 1998-09-01 20:00:07 +00:00
valeski%netscape.com 639327a58d xp_dir to pr_dir 1998-09-01 19:18:00 +00:00
valeski%netscape.com 58803750b3 adding net_xp_file.h to the list of exports 1998-09-01 18:59:17 +00:00
valeski%netscape.com aeb9ab9289 this file adds a level of abstraction between netlib and xp_file routines. 1998-09-01 18:55:22 +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
morse%netscape.com 5c63d8dbd6 fix bustage on all platforms 1998-08-30 16:42:20 +00:00
morse%netscape.com eab2280708 still trying to fix up mac 1998-08-30 15:59:53 +00:00
morse%netscape.com b0d93947b9 one more attempt to clean up mac build 1998-08-30 15:43:56 +00:00
morse%netscape.com d9ff6c6bf6 I give up, backing out trust labels 1998-08-30 08:49:56 +00:00
morse%netscape.com 418f7d91c5 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 1c965781ef fix compile error 1998-08-30 06:01:22 +00:00
morse%netscape.com b06bddbbbb *** empty log message *** 1998-08-30 05:54:08 +00:00
morse%netscape.com d2a2fc75c2 attempt to fix bustage on the mac 1998-08-30 05:09:35 +00:00
morse%netscape.com 3b138266dd added trust labels 1998-08-30 03:40:51 +00:00
morse%netscape.com fe82ff45c3 mkaccess.h 1998-08-30 03:23:42 +00:00
morse%netscape.com d3e2e3dffe fixed background color on signon viewer 1998-08-30 03:22:40 +00:00
morse%netscape.com 3ce1172cb5 fix bug found by mjudge 1998-08-28 04:10:08 +00:00
thom%netscape.com bec672263f 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 09cf1ace57 added apple keychain 1998-08-27 21:14:41 +00:00
gagan%netscape.com 6ba394a95f Merge from NuCache_BRANCH. Will not affect the build process. 1998-08-26 18:35:28 +00:00
gagan%netscape.com fdf9df89ee Test checkin to verify merge. Not in build process. 1998-08-26 18:31:05 +00:00
cls%seawood.org 9c74df02ff Updates to autoconf files. 1998-08-26 04:04:57 +00:00
valeski%netscape.com 0390246b80 removed some macros (for debugging ease). Changed the XP_OpenDir and an XP dir status routine to PR_* to get local file system directory listings working in Raptor. 1998-08-25 23:33:28 +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
rpotts%netscape.com 36e1bfa687 Evil fix for deadlock during synchronous http url loads... 1998-08-25 05:51:40 +00:00
thom%netscape.com defaa3615a fixed mac compile error in the initialization code 1998-08-25 00:04:27 +00:00
rpotts%netscape.com 86ed65ac06 NGLayout only... Added a synchronous command line option for testing synchronous URL fetching. 1998-08-24 20:46:44 +00:00
waterson%netscape.com 7f71dd8c3c Fixed bad read references noticed by Jud with Quantify. 1998-08-23 22:15:21 +00:00
morse%netscape.com d32a637c2b added routines for composer publishing 1998-08-23 15:19:19 +00:00
morse%netscape.com c1b5ad7dc2 fix up multi-user logic for single singon 1998-08-22 02:46:49 +00:00
rpotts%netscape.com 858096eece Added support to shut down netlib and the nsINetService instance... 1998-08-22 00:12:54 +00:00
valeski%netscape.com 4252cbd65f fixing UMR (unitialized memory read) error in netlib timer tracing. 1998-08-21 07:01:22 +00:00
morse%netscape.com 44e0cdcd2c fix problem caused by dereferencing null pointer 1998-08-21 01:53:08 +00:00
vidur%netscape.com 49655aa9d6 Fixed build bustage. 1998-08-20 23:07:31 +00:00
vidur%netscape.com 6f24009862 Added nsIConnectionInfo interface. Temporarily special-cased javascript: URLs in URL parsing. 1998-08-20 22:28:09 +00:00