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

238 Коммитов

Автор SHA1 Сообщение Дата
raman%netscape.com 9bc6edecfa Provided API for JavaScript object of background download 1998-10-28 20:16:20 +00:00
cls%seawood.org c59be78dc1 Some updated to work with nglayout. Others sync'd to remove cruft. 1998-10-28 03:49:12 +00:00
waterson%netscape.com 447c6df83d Use PR_EXTERN() macros to ensure external linkage for timing functions. 1998-10-26 23:08:58 +00:00
scullin%netscape.com fe75b83cbd Do pluggable about pages. 1998-10-23 18:51:54 +00:00
valeski%netscape.com b3c94a2366 cleanup 1998-10-21 14:59:24 +00:00
valeski%netscape.com 66a4ed9db7 long shot at fixing the build. 1998-10-21 05:35:37 +00:00
cls%seawood.org ed2a7f5f65 Sync'd various Makefile.ins to their Makefile counterparts.
Removed nspr & nspr20 from REQUIRES.  Removed NSPR_LDFLAGS.
Changed LIBNSPR refs to NSPR_LIBS.
Removed leftover NSPR20 ifdefs.
1998-10-21 02:13:56 +00:00
valeski%netscape.com 4ed2480867 setting WIN32_LEAN_AND_MEAN as a compiler define for windows builds. 1998-10-20 23:17:58 +00:00
kipp%netscape.com b0b0b035c1 Work around build issue 1998-10-20 22:09:16 +00:00
valeski%netscape.com 1ebf1f404e getting netlib to build with WIN32_LEAN_AND_MEAN defined 1998-10-20 21:13:06 +00:00
cyeh%netscape.com ebe1df8201 Remove NSPR20 #ifdef's 1998-10-19 21:05:29 +00:00
cyeh%netscape.com 0687c45a07 remove NSPR20 #ifdef 1998-10-19 20:21:04 +00:00
valeski%netscape.com 321216b540 NET_ProcessNET() tabs to spaces (4) and general cleanup. removed an un-nesessary local variable and an unused if statement. 1998-10-19 20:15:54 +00:00
valeski%netscape.com 087ededa6b Reducing the number of times we rip through netlib timers. Thanks to Joe Keane (jgk@jgk.org). 1998-10-19 19:21:19 +00:00
rpotts%netscape.com 4ea07305b4 Make NET_PollSockets(...) thread-safe just like NET_ProcessNet(...)... 1998-10-16 22:17:21 +00:00
kipp%netscape.com 6836703ca8 Initialize some of the host-ent data in case windoze doesn't; this fixes a purify warning 1998-10-13 22:32:26 +00:00
valeski%netscape.com 370c7b13bf call me with questions 1998-10-13 21:15:04 +00:00
waterson%netscape.com 4b880ad382 Bug 328922. Added calls to PM_StartBinding() and PM_StopBinding() in NET_SetNewContext(). This ensures that a URL that gets moved is properly tracked by the progress managers. 1998-10-13 20:46:13 +00:00
waterson%netscape.com 9c5fa939f1 Updated Makefile.in for progress bar changes. 1998-10-13 02:43:56 +00:00
gagan%netscape.com 10d87c7a64 Renamed cachelib to cache for NuCache. 1998-10-12 23:25:24 +00:00
morse%netscape.com 53b41c6348 recognize -1 value for privacy_policy_url 1998-10-10 02:53:50 +00:00
morse%netscape.com d9571396f6 moved NET_GetTrustList from mkaccess.h to mkgeturl.h 1998-10-09 03:05:49 +00:00
mjudge%netscape.com d7cb048db8 changing MOZ_MAIL_COMPOSE to MOZ_ENDER_MIME 1998-10-09 02:50:41 +00:00
waterson%netscape.com b3aad14340 Touch down progress bar changes from PROGRESS_19981006_BRANCH. 1998-10-08 21:42:19 +00:00
mjudge%netscape.com 9bd6d4cd6b network changes for multipart related mime encoding with ender. gagan-ok 1998-10-06 22:12:52 +00:00
morse%netscape.com 618b648fb9 fix bugs with trust labels 1998-10-06 20:56:26 +00:00
gagan%netscape.com cd0d547eb4 Prefs changed. NuCache prefs handled there. 1998-10-05 21:41:01 +00:00
cmanske%netscape.com a591afb638 Rewrote NET_ParseUploadURL to use NET_ParseURL as much as possible for getting username and password from a URL. Reviewed/approved by valeski 1998-10-02 22:36:09 +00:00
morse%netscape.com df1a90ea33 fix single signon part of bug 300472 1998-10-02 04:54:27 +00:00
ramiro%netscape.com 586f305fcc Add support for DGUX. These are simple #ifdefs that dont affect any other
platforms.  Thanks to fraioli@dg-rtp.dg.com (Marc J. Fraioli) for providing
the patch.
1998-10-01 21:22:42 +00:00
norris%netscape.com 8647812478 Fix bug 326297: various security holes caused by lack of quoting around
displayed URLs.
1998-10-01 00:23:05 +00:00
valeski%netscape.com 7688955a84 removed NET_HostName() routine to cut down on size. 1998-09-29 22:52:46 +00:00
cyeh%netscape.com 007c8243a7 this file isn't used anymore and is very obsolete 1998-09-29 21:13:14 +00:00
cyeh%netscape.com 38486b6baf Remove old NSPR20 and MOCHA #ifdefs 1998-09-29 21:12:32 +00:00
valeski%netscape.com 0d4d2b0658 we're now respecting the "Proxy-Connection: close" header. we used to ignore it and eventually discover that the connection had closed. Now we close it when asked to by the proxy. 1998-09-29 20:50:20 +00:00
rpotts%netscape.com 0959ec3d2d changed the call to net_CallExitRoutine to net_CallExitRoutineProxy() so that if netlib is running in its own thread, the call can be dispatched to the correct thread... IF netlib is running in the mozilla thread, net_CallExitRoutine(...) is called directly. 1998-09-25 22:21:50 +00:00
mlm%netscape.com 4f9004db76 Branch landing: Multithreading in mozilla.
- Move JSCF_Execute to the mocha thread.
- Add JS_BeginRequest and JS_EndRequest for thread safety.
1998-09-25 22:10:49 +00:00
gagan%netscape.com 2b836dc799 Using NET_IsURLInCache instead of NET_IsURLInDiskCache and NET_IsURLInMemCache. 1998-09-23 06:06:18 +00:00
valeski%netscape.com d683bea0a8 added mkprefs.h to the makefile.in file. 1998-09-23 03:03:21 +00:00
valeski%netscape.com 376dc6bfe3 mozilla - added mkprefs.h to the builds and replaced "*" pref strings with #defines.
nglayout - added get & set methods for http proxies to nsINetService.
1998-09-22 22:41:27 +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
rpotts%netscape.com f18f85177c Move DNS initialization out to when Netlib is initialized. This ensures that the initialization takes place on the Netlib Thread. 1998-09-22 07:02:20 +00:00
raman%netscape.com 30ecf2e39d Create autoupdt directory if it doesn't exist 1998-09-22 04:15:00 +00:00
rpotts%netscape.com 05b902c803 enabled thread-safe code which was previously only used when JAVA was defined. 1998-09-19 06:57:29 +00:00
valeski%netscape.com 235357382b General memory repairs (leakage, freeing mismatched mem, umrs) 1998-09-16 07:17:34 +00:00
mcafee%netscape.com a5b934d83b Uninitialized variable compiler warnings on Linux 1998-09-16 04:59:00 +00:00
valeski%netscape.com d25ce9aeb9 Fixing build bustage. c++ comments in c file 1998-09-16 02:39:16 +00:00
valeski%netscape.com 8bc9f6b3e5 ? network/module/nsILoadAttribs.h
New nsIloadAttribs interface that defines the load attributes that are will be associated with a url.

? network/module/nsLoadAttribs.cpp
New nsIloadAttribs interface implementation.

M network/main/mkconect.c
Check for a new local ip address to use. If found PR_Bind() is called to bind the connecting socket to the new address.

M network/main/mkgeturl.c
Added logic to determine whether or not skip the proxy for the given url.
M network/main/mktcp.h
api change. Changed NET_BeginConnect() and NET_FinishConnect() function prototypes.

M network/module/MANIFEST
Added nsILoadAttribs.h to exports list

M network/module/Makefile
Added nsILoadAttribs.h to exports list and nsILoadAttribs.cpp to compile lists.

M network/module/makefile.win
Added nsILoadAttribs.h to exports list and nsILoadAttribs.cpp to compile lists.

M network/module/nsIURL.h
Added accessor methods to the url interface for nsILoadAttribs interface pointer.

M network/module/nsNetService.h
Added urlSetup method to class definition.

M network/module/nsNetService.cpp
Condensed url setup (from nsIURL properties to the actual url struct) into a helper routine. URL struct setup now transfers nsILoadAttributes over into the url struct.

M network/module/nsURL.cpp
Added nsILoadAttribs accessor method implementations to the url implementation.

M network/protocol/ftp/mkftp.c
api change. NET_*Connect().

M network/protocol/gopher/mkgopher.c
api change. NET_*Connect().

M network/protocol/http/mkhttp.c
api change. NET_*Connect().

M network/protocol/imap4/mkimap4.cpp
api change. NET_*Connect().

M network/protocol/nntp/mknews.c
api change. NET_*Connect().

M network/protocol/pop3/mkpop3.c
api change. NET_*Connect().

M network/protocol/smtp/mksmtp.c
api change. NET_*Connect().
1998-09-16 00:35:32 +00:00
raman%netscape.com f49eb6d2b2 Added some more preferences for AutoUpdate 1998-09-13 02:02:51 +00:00
rjc%netscape.com 2083b19aff Exported autoupdt.h to dist area. 1998-09-12 02:54:33 +00:00
rjc%netscape.com ac638a9651 Control the autoupdate via prefereneces. Changes from raman. Reviewed by rjc 1998-09-12 02:37:24 +00:00
morse%netscape.com 5b9d478efe fix mac bustage 1998-09-10 23:02:23 +00:00
morse%netscape.com 82d0f7f157 remove 'remember this decision' from signon nag box 1998-09-10 21:27:13 +00:00
gagan%netscape.com a333974915 Removed the silly useless parameter in NET_CleanUpCache. 1998-09-10 20:55:22 +00:00
gagan%netscape.com 8eb9fd6fa9 remaining changes from nu_cache. 1998-09-10 19:57:12 +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
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
raman%netscape.com 402336f936 Added building of autoupdt.c 1998-09-08 21:00:51 +00:00
akkana%netscape.com 9368d69852 Mailto landing (ifdef MOZ_MAIL_COMPOSE). Approved by valeski. 1998-09-04 18:59:53 +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
morse%netscape.com efc4421e7b enable trust labels for unix 1998-09-02 05:06:15 +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
pinkerton%netscape.com 42cd5b5865 turn on trust labels for mac. 1998-09-01 20:23:44 +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
morse%netscape.com 9762f635fc I give up, backing out trust labels 1998-08-30 08:49:56 +00:00
morse%netscape.com 2b6d38fe3c added trust labels 1998-08-30 03:40:51 +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
morse%netscape.com 296faca4df added apple keychain 1998-08-27 21:14:41 +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
waterson%netscape.com 9a022988f6 Fixed bad read references noticed by Jud with Quantify. 1998-08-23 22:15:21 +00:00
morse%netscape.com dad55125bf added routines for composer publishing 1998-08-23 15:19:19 +00:00
morse%netscape.com f84ba1b8e7 fix up multi-user logic for single singon 1998-08-22 02:46:49 +00:00
valeski%netscape.com 5478e948ce fixing UMR (unitialized memory read) error in netlib timer tracing. 1998-08-21 07:01:22 +00:00
morse%netscape.com 8ec22be133 fix problem caused by dereferencing null pointer 1998-08-21 01:53:08 +00:00
vidur%netscape.com 1c697055ef Exported NET_StreamBuilder and NET_RegisterProtocolImplementation for modular netlib 1998-08-20 22:27:20 +00:00
morse%netscape.com e8e5b9fcdf remove lock from SI_LogNewURL to assure it won't deadlock 1998-08-20 02:31:57 +00:00
cls%seawood.org 84f1cedcbb AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
morse%netscape.com d1fd46a481 make it compile with rhapsody compiler 1998-08-18 19:40:55 +00:00
mcafee%netscape.com d5b2c0b1ad Break up some logic so the Rhapsody compiler can handle it. 1998-08-18 08:06:12 +00:00
morse%netscape.com c56800ee15 restore reference to MK_SIGNON_SELECTUSER, Linux bustage is a dependency-build problem 1998-08-16 22:57:02 +00:00
morse%netscape.com 6cfa0fd74f removed MK_SIGNON_SELECTUSER until I determine why it broke Linux dep build on Gromit 1998-08-16 21:12:53 +00:00
morse%netscape.com 3d9da085c0 fixed problems when there are multiple usernames for the same form 1998-08-16 19:41:16 +00:00
morse%netscape.com 2f3c9fe548 fixed bug in sigon viewer 1998-08-15 15:40:46 +00:00
morse%netscape.com b58ee92ed8 fix problems in signon viewer 1998-08-15 01:18:40 +00:00
sdagley%netscape.com e314e40037 Add MacFE stubs for FE_CheckConfirm and FE_SelectDialog for morse's privacy code. danm acquired the appropriate permissions from the module owners for the XP spammage. 1998-08-13 22:17:51 +00:00
toshok%netscape.com 479b020a61 Fix non windows build - FE_CheckConfirm needs to have the same number of arguments in both the XP_WIN/not XPWIN cases. 1998-08-12 22:59:36 +00:00
danm%netscape.com f144820e06 XP_WIN versions of the privacy FE dialogs 1998-08-12 21:46:09 +00:00
saari%netscape.com 976bf283da Mac only I/O buffer size increases Eliminating speed bottlenecks. 1998-08-12 21:30:26 +00:00
morse%netscape.com 6103357322 improved signon viewer 1998-08-12 04:03:33 +00:00
morse%netscape.com 39cd6accbe fixed bug involving freeing of memory that was never allocated, reviewed by Pinkerton 1998-08-10 20:36:41 +00:00
waterson%netscape.com 6d039fd88b Added some info to the begin-session timing trace. 1998-08-09 20:32:48 +00:00
waterson%netscape.com 17dec56a44 Modified timing macros to include MWContext parameter. 1998-08-09 20:32:30 +00:00