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

519 Коммитов

Автор SHA1 Сообщение Дата
cmanske%netscape.com e1cafa1e8a 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
cmanske%netscape.com a15fafa838 Added callback to tell Composer when username is entered when uploading. Fixed bug getting username, password for this dialog. Approved/reviewed by valeski 1998-10-02 22:19:06 +00:00
morse%netscape.com 9ab3b31cc3 fix single signon part of bug 300472 1998-10-02 04:54:27 +00:00
rpotts%netscape.com 88b0709451 Added a Clone(...) method. 1998-10-01 21:37:32 +00:00
rpotts%netscape.com f01146e101 Added nsIURLGroup interface... 1998-10-01 21:36:57 +00:00
ramiro%netscape.com 2ae132f998 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
pierre%netscape.com 3bcedd80f9 Raptor only. Display images on Mac. 1998-10-01 19:17:51 +00:00
norris%netscape.com c4ff5817c7 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 3fed126c5c HTTP header building optimization. reduced dependency on PL_strlen. 1998-09-30 21:45:18 +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
valeski%netscape.com 8f04daf396 fixed crasher. whoever did the mass removal of nspr20 #defines removed a necessary routine. 1998-09-29 23:36:58 +00:00
valeski%netscape.com df72b6c60c removed NET_HostName() routine to cut down on size. 1998-09-29 22:52:46 +00:00
valeski%netscape.com e1ea248022 Added get/set methods to nsINetService interface for http request version manipulation. You can specify whether or not you want 1.1 or 1.0. 1998-09-29 22:43:32 +00:00
valeski%netscape.com 395b172fad initializing line_buffer in build_http_request. added ability to set different http request versions and some optimizations. 1998-09-29 22:40:53 +00:00
gagan%netscape.com 6fe3be08f0 NuCache wasn't building on Unix. Fixed. 1998-09-29 22:36:06 +00:00
gagan%netscape.com b8295994bd Wrong version went in. Correcting. 1998-09-29 21:30:00 +00:00
gagan%netscape.com 1b2202fade Inlined pref accessor/modifiers. 1998-09-29 21:18:53 +00:00
cyeh%netscape.com 69402f3d88 this file isn't used anymore and is very obsolete 1998-09-29 21:13:14 +00:00
cyeh%netscape.com e1f5036fd7 Remove old NSPR20 and MOCHA #ifdefs 1998-09-29 21:12:32 +00:00
cyeh%netscape.com f22017eec7 Remove old NSPR20 #ifdefs 1998-09-29 21:02:23 +00:00
valeski%netscape.com 9389ae8e5d 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
pinkerton%netscape.com 7c640d6f80 Updated projects for Pro4. Turned off mod-date caching for depend builds. Using InterfacesStubs wrapper where appropriate for Carbon. 1998-09-29 17:11:00 +00:00
valeski%netscape.com 94f39f30df Raptor only. Fix crasher. 1998-09-28 20:47:49 +00:00
gagan%netscape.com a1d6318713 Prefs changes. 1998-09-28 20:42:58 +00:00
gagan%netscape.com d2b35dc2fd Assertion added. 1998-09-28 20:34:28 +00:00
gagan%netscape.com 20f293ccaa Cache Prefs changes. All cache prefs are now read directly by NuCache. 1998-09-28 20:32:40 +00:00
gagan%netscape.com 4aa53cc5f7 Prefs changes. All cache preferences are now read directly by NuCache. 1998-09-28 20:30:54 +00:00
morse%netscape.com 25940c1113 fix bug 325820 1998-09-26 21:46:15 +00:00
rpotts%netscape.com 6270225eaf Fix build bustage of MODULAR_NETLIB... 1998-09-25 23:08:21 +00:00
rpotts%netscape.com 94db3871fe Added reference counting to modular netlib Contexts... 1998-09-25 22:24:32 +00:00
rpotts%netscape.com 77a8f2e17a Added a proxy routine for net_CallexitRoutine(...) so it would be called on the correct thread at the proper time... 1998-09-25 22:24:09 +00:00
rpotts%netscape.com 0ffc658c65 moved the define of NETLIB_THREAD out into config/config.mak 1998-09-25 22:22:32 +00:00
rpotts%netscape.com dcf1e5fda2 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 72900d7998 Branch landing: Multithreading libmocha in mozilla.
- Add context parameter to LM_LockJS and friends.
1998-09-25 22:12:33 +00:00
mlm%netscape.com 71c0ede983 Branch landing: Multithreading libmocha in mozilla.
- Move jscookie.h to include directory.
- Add JS_BeginRequest and JS_EndRequest for thread safety.
1998-09-25 22:11:47 +00:00
mlm%netscape.com 31c6026df6 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
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
akkana%netscape.com 1d2cdca4b7 Remove rosetta references from mail compose code 1998-09-24 21:46:32 +00:00
valeski%netscape.com 32d48c575b NGLayout only. Setting the default dirs for NS_NET_FILE to be rooted in the current working directory rather than hardcoded. 1998-09-23 23:29:25 +00:00
gagan%netscape.com 00b92ed9af Using NET_IsURLInCache instead of NET_IsURLInDiskCache and NET_IsURLInMemCache. 1998-09-23 06:06:18 +00:00
gagan%netscape.com 98077f46c3 Added NET_IsURLInCache function. 1998-09-23 06:03:45 +00:00
gagan%netscape.com 98a842e382 Correct check for memory objects. 1998-09-23 06:03:27 +00:00
gagan%netscape.com 2caac3cc76 Added NET_IsURLInCache function. This replaces most cases of NET_IsURLInMemCache || NET_IsURLInDiskCache. 1998-09-23 06:03:03 +00:00
gagan%netscape.com 38e28cb4df Misc. changes. 1998-09-23 06:01:07 +00:00
gagan%netscape.com f070ffbe6b Removed m_Flag, replaced with state variable. 1998-09-23 06:00:45 +00:00
gagan%netscape.com fd12fe1bde Disk access for streams to file. 1998-09-23 06:00:13 +00:00
gagan%netscape.com 886d33dab9 Cache Object's state functions. 1998-09-23 05:59:04 +00:00
gagan%netscape.com d5ca21e2df PRFileDesc instead of XP_file*. 1998-09-23 05:58:03 +00:00
gagan%netscape.com bf4df60363 Added State accessor functions. 1998-09-23 05:57:06 +00:00
valeski%netscape.com 97161ec776 added mkprefs.h to the makefile.in file. 1998-09-23 03:03:21 +00:00