tbogard%aol.net
fc1c23671b
Fixing Necko build bustage.
1999-07-22 03:33:49 +00:00
tbogard%aol.net
8f76874619
Looks like I missed a header for the nsCStringKey -> nsStringKey change.
1999-07-22 02:47:39 +00:00
tbogard%aol.net
8fced9fa19
Changed nsCStringKey to nsStringKey. This new key now has the ability to hash on PRUnichar* strings as well as char* strings.
1999-07-22 02:11:04 +00:00
gagan%netscape.com
14c1cb2c49
Replaced resource:// with resource:/ to be more compliant with our parsing rules.
1999-07-21 11:48:56 +00:00
warren%netscape.com
ab34582f5b
Added encode flags.
1999-07-21 07:05:12 +00:00
warren%netscape.com
568cf0dedf
Working on NS_NewPostDataStream -- doesn't work yet though.
1999-07-21 05:53:25 +00:00
mscott%netscape.com
824bad82e8
we were always returning text/html as the content type for any page using the http channel!!!! this was preventing us from
...
properly loading rdf files from the web (particularly the tinderbox page for the flash panel). Only use the default
dummy type if we weren't able to extract a legitimate content type from the header.
1999-07-20 22:44:24 +00:00
valeski%netscape.com
7126bb1563
added notification progids
1999-07-20 21:54:40 +00:00
valeski%netscape.com
3373348387
using more appropriate notification progids
1999-07-20 20:44:02 +00:00
mscott%netscape.com
ff5d0893fc
Necko only!!! Fix build breakage for clobber builds by removing reference to nsIHTTPHandler.h
...
which is no longer being exported.
1999-07-20 18:46:34 +00:00
warren%netscape.com
1dd4c2627a
Fixed query/ref problem.
1999-07-20 08:46:35 +00:00
warren%netscape.com
bf8423a769
Changed around load group insertion/removal to happen on mozilla thread.
1999-07-20 08:46:33 +00:00
warren%netscape.com
ffe7345c94
Started adding encode stream for necko posting.
1999-07-20 08:45:41 +00:00
warren%netscape.com
5cf0a4cadd
Added BeOS fix.
1999-07-19 18:42:44 +00:00
rickg%netscape.com
23b232d248
switch to faster string search API
1999-07-19 03:29:56 +00:00
mcafee%netscape.com
552ee1b1fa
Removing unnecessary includes of xp_core.h and xp_str.h to help BeOS compile. Patch provided by warren.
1999-07-17 06:50:57 +00:00
mcafee%netscape.com
2d83f3faab
More error checking for nsFTPChannel::Init()
1999-07-17 03:02:22 +00:00
mscott%netscape.com
e5bf603535
bulletproofing some code. it's possible for the loadgroup to be null.
1999-07-17 02:06:47 +00:00
warren%netscape.com
134fa48807
Backed out Gagan's nsStdURL changes.
1999-07-17 01:32:48 +00:00
mscott%netscape.com
8d979a472e
Add support for honoring the offset parameter on AsynchRead by seeking to the offset position in the file before
...
reading.
1999-07-16 23:29:12 +00:00
jdunn%netscape.com
3a1390d2ca
include nsILoadGroup.h before it is referenced by nsCOMPtr
1999-07-16 22:20:24 +00:00
jdunn%netscape.com
471abae47d
declare nsINetModRegEntry public (it is assumed private if not specified)
1999-07-16 22:19:38 +00:00
valeski%netscape.com
4ee45defd5
mime map api change
1999-07-16 22:00:11 +00:00
valeski%netscape.com
998b3f60b0
changed mime map service to use nsHashtabel
1999-07-16 21:56:54 +00:00
warren%netscape.com
84bd74a4fd
Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome).
1999-07-16 11:14:36 +00:00
rpotts%netscape.com
888168a292
Very simple implementation of 301/302 HTTP redirects...
1999-07-16 09:54:20 +00:00
gagan%netscape.com
7703e6769b
Removed obsolete files.
1999-07-16 02:33:44 +00:00
gagan%netscape.com
a552a0dd21
Switching to nsStdURL from nsStandardUrl.
1999-07-16 02:32:47 +00:00
gagan%netscape.com
d2e34e9cd9
Included the test for resource: protocol that was breaking apprunner.
1999-07-16 02:31:07 +00:00
gagan%netscape.com
b778e933c4
Changed status from nsresult to PRUint32.
1999-07-16 00:40:06 +00:00
gagan%netscape.com
7da5059cdb
Changed const char* to char* for GetStatus calls.
1999-07-16 00:32:50 +00:00
gagan%netscape.com
e15fd6bba9
Added HTTP Status to printout.
1999-07-15 22:57:50 +00:00
gagan%netscape.com
3abf7c6edb
Fixed some broken status headers. Added Host: header by default. This was otherwise breaking (as in unsuccessful HTTP) for some sites that use virtual hosts and depend upon the Host: header.
1999-07-15 22:57:04 +00:00
mscott%netscape.com
071a440dcf
Necko only! not part of the build. back out gordon's change to fix the windows build until he has a chance to take a
...
look at it.
1999-07-15 17:57:22 +00:00
warren%netscape.com
da524b4bb1
Removed. Replaced with file: protocol stuff.
1999-07-15 17:45:08 +00:00
gordon%netscape.com
1d7d8aa49d
Necko-only change. Changed fragment name from NETLIB_DLL to NETWORK_DLL, because the NetwerkUtil library uses NETLIB_DLL for compatibility.
1999-07-15 01:23:38 +00:00
gordon%netscape.com
bbd1faf6ec
Necko only change. Updated preferences for NetworkModular[Debug].shlb doppleganger targets.
1999-07-15 01:14:50 +00:00
gordon%netscape.com
1a36563125
Export NS_NewUnicharStreamLoader since this file is part of a shared library for now.
1999-07-14 21:21:37 +00:00
gordon%netscape.com
dd0bc02b8f
Export functions since this is built as a shared library for now.
1999-07-14 21:20:38 +00:00
mscott%netscape.com
1cb1a8dec5
Register "eml" file extension as text/message (rfc822)
1999-07-14 04:08:41 +00:00
valeski%netscape.com
e234ad9dc3
adding warning comment
1999-07-13 23:39:31 +00:00
valeski%netscape.com
13c7dd7213
added image mime types to hardcoded area
1999-07-13 23:37:11 +00:00
rpotts%netscape.com
fa8e9138bc
random changes... NECOK only
1999-07-13 20:43:49 +00:00
rpotts%netscape.com
07d24e787b
Added support for GetQuery(). NECKO only.
1999-07-13 20:43:22 +00:00
rpotts%netscape.com
500486a5d0
Added the query string (if any) to the GET request... NECKO only.
1999-07-13 20:42:36 +00:00
gagan%netscape.com
d4bf35fcb7
Fixes for the libcookie.so problem (thanks to Andreas for the patch) and then some additional fixes for warnings and such.
1999-07-13 02:37:08 +00:00
waterson%netscape.com
bd562847fc
Fix necko build bustage. NECKO BUILD ONLY.
1999-07-13 00:15:56 +00:00
mscott%netscape.com
5ef626fbe1
Fix linux build by using the get() method on a nsCOMPtr to extract the raw ptr before comparing it to another
...
raw ptr. Also changed the variable name: lock to remove linux warnings.
(NOt part of the build! Necko only)
1999-07-12 18:33:33 +00:00
mscott%netscape.com
0790b1e673
Fix linux warning..remove comma at the end of the enum.
1999-07-12 18:32:18 +00:00
rpotts%netscape.com
0b02395d5e
Added a -sync flag for testing sync streams with the socket transport...
1999-07-12 06:22:39 +00:00