Commit Graph
102 Commits
Author SHA1 Message Date
dmose@mozilla.org 34fd2555cf updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
rickg@netscape.com 2ec0174622 replaced call to deprecated nsString API 1999-07-26 00:47:36 +00:00
gagan@netscape.com 61e8109861 Replaced resource:// with resource:/ to be more compliant with our parsing rules. 1999-07-21 11:48:56 +00:00
radha@netscape.com 52982cdd29 Set XP_AppPlatform to the right platform name instead of a
generic "Unix". This checkin applies only to unix builds
1999-07-04 22:41:59 +00:00
law@netscape.com 8bf7761f1d Fix for bug #4930; calculate Win version properly 1999-07-01 23:09:17 +00:00
warren@netscape.com 1496c3eec1 Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
mcafee@netscape.com 3ae64ddb3a Changes for BeOS. 1999-06-28 08:12:44 +00:00
warren@netscape.com c56575d679 Renamed nsIURLGroup to nsILoadGroup in preparation for necko. 1999-06-25 02:17:37 +00:00
warren@netscape.com 753ac43fff Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
morse@netscape.com d9094d57a2 reimplement cookie viewer 1999-06-04 21:51:57 +00:00
akkana@netscape.com 284c5ea140 Fixing crash because of unprotected NULL ptr. - akkana & dp 1999-05-27 23:42:34 +00:00
danm@netscape.com 76f8053422 save search part of URL when munging and reconstructing 1999-05-27 20:34:42 +00:00
dp@netscape.com 6dc8a899c6 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
hyatt@netscape.com c65cef93bd Switching over to nsIEventQueues instead of PLEventQueues. 1999-05-04 23:31:26 +00:00
morse@netscape.com e51ff675d5 nsINetService.h 1999-04-21 03:52:05 +00:00
morse@netscape.com e8f1122cd1 re-enable single-signon for browser-generated forms 1999-04-17 04:35:48 +00:00
sfraser@netscape.com 6a58600581 Add assertion on null URL. 1999-04-13 01:21:51 +00:00
hyatt@netscape.com 26dada3afd Fixing build bustage. 1999-04-10 09:13:54 +00:00
rickg@netscape.com b54127ae94 update to use new nsString API 1999-04-05 08:36:51 +00:00
mcmullen@netscape.com e247e9cc89 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:41:58 +00:00
hyatt@netscape.com b7e7b13784 Landing changes to support chrome URLs in netlib. Approved by dp. 1999-04-02 19:05:52 +00:00
dp@netscape.com cbeb36f0f1 Unix Only:
XPCOM was being initialized from a static initializer in netlib.
    Removed the static inializer. This will get xpcom to be initialized
    after main() not before it.
1999-04-01 07:48:25 +00:00
ramiro@netscape.com 1ec34f6987 delete vs. delete[] vs. free fixes.
Thanks to "Bruce Mitchener, Jr." <bruce@cybersight.com for finding all these
and making patches.
1999-03-30 05:26:59 +00:00
hshaw@netscape.com 3d080edb96 Backout M3 Bug #1542 changes (to go on branch) mkgeturl.h mkgeturl.c nsNetService.cpp 1999-03-17 20:21:31 +00:00
hshaw@netscape.com 35bc1404f5 Timebomb workaround for static initialization of netlib, M3 Bug #1542 1999-03-17 19:25:22 +00:00
gagan@netscape.com 84cbfb4f23 Fix for 1742. There is a bigger bug hiding behind this one... its about file:// urls. It needs to be revisited later. 1999-03-16 07:45:16 +00:00
ramiro@netscape.com 03c45134fa Change MOZILLA_HOME to MOZILLA_FIVE_HOME so that we dont fight Communicator
4.x installations.
1999-03-11 20:00:57 +00:00
warren@netscape.com 35d5e6e062 nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
mscott@netscape.com b5f00b9f74 Add the ability to open a file based socket. (Part of the nsITransport) code.... 1999-02-11 02:59:53 +00:00
kipp@netscape.com 692b580e60 Removed some warnings; made the resource noise a one-shot 1999-02-11 02:53:38 +00:00
morse@netscape.com 4d13654759 removed single-signon dependency on lo_ele.h and MWContext 1999-02-05 22:05:59 +00:00
mscott@netscape.com 4fcf5ecf85 When interrupting a url, query for the nsINetlibURL interface and not the nsIProtocolConnection interface. The http url only supports the first interface and not the later. Both interfaces have the same method though...we could probably scrap nsIProtocolConnection.... 1999-02-05 01:12:41 +00:00
mscott@netscape.com ffc017c03d Add socket transport support to the nsINetService interface. 1999-01-28 01:57:30 +00:00
gagan@netscape.com e67a770622 Replaced default 4.05 with 5.0 for User agent string. 1999-01-27 04:28:34 +00:00
mcmullen@netscape.com 970f98181e Fixed some warnings.Added all the nucache files to the memory module project (as a group) so that NU_CACHE can be turned on with a flick of the wrist, made the modular memory library build with the NU_CACHE flag turned on, fixed build warnings and errors. The NU_CACHE flag is still OFF, because the database code doesn't exist for Macintosh or Unix :-( 1999-01-14 23:27:27 +00:00
rpotts@netscape.com a50ad2b4df Add some code that was lost from nsURL.cpp OpenStream(...). Use the nsIURLGroup if available to open the stream. This allows URL loads to be grouped together. 1999-01-14 06:12:36 +00:00
dougt@netscape.com 6cbaaf6d4b Added Byte-Range Support. 1999-01-09 01:16:40 +00:00
rpotts@netscape.com 07c7a7e25e Added some null ptr tests to net new EventQueueService code... 1999-01-07 07:06:59 +00:00
dougt@netscape.com f0589dd29a Exposing AreThereActiveConnections() from the nsNetServices class. This is
so that we can tell if netlib is busy without having to be compiled with it.
1999-01-05 21:11:42 +00:00
rpotts@netscape.com 5a0467187d use the new EventQueueService to obtain the event queue used for marshalling data over to the UI thread... 1999-01-05 09:51:28 +00:00
morse@netscape.com e87f0490ca fix mac bustage 1998-12-30 02:25:05 +00:00
morse@netscape.com d7fca78340 interfaces for routines need by privacy module 1998-12-30 00:20:46 +00:00
troy@netscape.com d8c1c7fbed Fixed memory leak in NS_MakeAbsoluteURL() 1998-12-29 01:22:57 +00:00
troy@netscape.com 1ae827401f Fixed memory leak in ToString() 1998-12-29 01:03:26 +00:00
warren@netscape.com 4aaec0bad1 Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
kipp@netscape.com 363301e443 Disabled the timebomb on the tip 1998-11-27 15:54:14 +00:00
joki@netscape.com ec03b110ac Send a reasonable value for the JS useragent on Windows. 1998-11-24 02:29:46 +00:00
cyeh@netscape.com aca01f6a31 activate timebomb for technology demonstration.
THIS NEEDS TO BE REMOVED LATER
1998-11-24 01:08:47 +00:00
mcmullen@netscape.com 8db7c6e0b2 Fixed some warnings. 1998-11-18 20:49:15 +00:00
morse@netscape.com 80e092d29a update for single signon 1998-11-18 04:38:13 +00:00