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

215 Коммитов

Автор SHA1 Сообщение Дата
guha%netscape.com 6b558d9170 Fix for bug reported by Mr. Hickman 1998-07-16 18:22:23 +00:00
gagan%netscape.com 32f5863c06 Fix for bug #300506 and #300207. Incompatible cache formats between gromit and mozilla were causing the crash/asserts. Cleaning your cache before using this should fix everything. 1998-07-16 03:33:34 +00:00
guha%netscape.com 316cf197a2 Fix bug in related links 1998-07-16 00:10:48 +00:00
guha%netscape.com 3ddba08d73 Remove duplicates from related links 1998-07-15 23:39:14 +00:00
rpotts%netscape.com 14a8c49f35 Added nsIURL argument to the nsIStreamListener interface 1998-07-15 22:38:01 +00:00
jevering a46743fe6e Related links stuff.. Guha's related links code stolen from 4.5 and
spanked seriously.. then jammed into netlib.  Nice huh?
1998-07-15 18:44:26 +00:00
radha 6991f6ff53 Fix for Gromit SF1 in bug # 123826. COde reviewed by Judson Valeski.
Type of change:
--------------
Set the timer to call NET_ProcessNet() after a request for network access
is made. See bug report for more details.
1998-07-14 23:40:16 +00:00
kipp 7436c02a75 Hack around url parsing bug; urls that start with / are not absolute even if they contain a colon 1998-07-14 15:24:32 +00:00
scullin 874bc1a1d1 Fix UNIX link problems. 1998-07-14 00:57:49 +00:00
scullin 7e77c0ace3 Fix nglayout UNIX build? 1998-07-14 00:17:00 +00:00
scullin 235eb54976 Fix build? 1998-07-14 00:13:49 +00:00
scullin 7821802134 Re-enable normal netlib stream handling. Caching and chunking should
work now.
1998-07-13 23:43:13 +00:00
scullin 76fa011e7e Re-add mkstream to nglayout build, give a default value to memory
cache pref if defaults aren't loaded.
Approved, reviewed by ltabb.
1998-07-13 23:41:21 +00:00
dfm e7eca84836 Added single signon code. THIS IS NOT YET PART OF THE BUILD.
Fixing sync problem with PRIVACY_BRANCH. Approved by don.
1998-07-09 03:25:30 +00:00
morse e8e558a3f2 fix bug 159169, reviewed by rpotts & valeski 1998-07-09 00:37:11 +00:00
rpotts 163d764007 Cause the netlib load to fail if OnStartBinding(...) returns an error. 1998-07-03 06:15:06 +00:00
ricardob 822715ede7 fix for free moz in unix 1998-07-02 23:50:34 +00:00
ricardob e712ffc980 fix for free moz in unix 1998-07-02 23:42:42 +00:00
pierre 3dadfa5d02 Fixing MOZ_MEDIUM: ifdef'd XP_MAC the "#include" added yesterday. 1998-07-02 23:05:50 +00:00
ricardob 446ac9779e put back include string, instead of glyph 1998-07-02 22:47:25 +00:00
ricardob 8414f53c49 changes for free mozilla and fix builds (also in mknews.c) 1998-07-02 22:43:34 +00:00
ricardob 472f1ccc4f changes for free mozilla 1998-07-02 22:42:36 +00:00
atotic 913d917e78 Fixed mac build bustage 1998-07-02 22:34:46 +00:00
donm 93ce907d6f Approved by: Don Melton. Let's fix this bustage! 1998-07-02 20:03:09 +00:00
sar c717c1cefa adding needed include paths, removing bad export headers 1998-07-02 20:03:03 +00:00
rpotts c476bb79bf Initialized the file extension to content-type mappings to allow netlib to determine the content-type of a file based on its extension... 1998-07-02 19:44:56 +00:00
vidur d9483e4d15 Fixed casting problems on Linux 1998-07-02 17:46:15 +00:00
donm c844356295 Approved by: Don Melton build bustage fixage. 1998-07-02 17:26:07 +00:00
sar 7e2c5add76 add needed headers for mail/news. approved by don. 1998-07-02 17:25:37 +00:00
sar 0f0c14a683 wrapping mkcertld.h in ifdef MOZ_SECURITY to fix some breakage. approved by don. suggested by ricardob. corresponding fix in makefiles will come along soon. 1998-07-02 17:24:35 +00:00
donm e9f7daaaf4 approved by: Don Melton fixing build bustage. 1998-07-02 17:05:05 +00:00
pierre 18c4af70b6 For some reason, the file previously checked-in was corrupted. 1998-07-02 10:40:54 +00:00
pierre 499afd426f First Checked In. 1998-07-02 10:20:18 +00:00
pierre a51d50d8d7 Fixing MOZ_MEDIUM: created two "mailnews" targets 1998-07-02 10:19:25 +00:00
pierre 0e2c6bd9f5 Mac MOZ_DARK 1998-07-02 02:38:19 +00:00
vidur 2ed99ee418 Fixed casting problems on Linux 1998-07-02 01:10:21 +00:00
vidur b091a85533 Added nsINetContainerApplication interface and a way to get the user agent, etc. from the containing application 1998-07-01 23:56:20 +00:00
valeski 5f7c91d4d1 fixed cookies reset by server bug. 241770, approved by don 1998-07-01 22:36:44 +00:00
valeski 3dbbfcebff fixed netlib debug trace messages, approved by don 1998-07-01 21:07:28 +00:00
rpotts c2ed0c04eb Fixed up IID for nsIStreamListener 1998-07-01 11:24:10 +00:00
rpotts 701127bf7e Split the nsIStreamListner interface into nsIStreamObserver and nsIStreamListener 1998-07-01 11:23:17 +00:00
rpotts cea04c5729 Changed sprintf(...) to PR_snprintf(...) 1998-07-01 11:22:25 +00:00
gagan f948c5f9ca Fixes the great netlib initialization problem. NET_FinishInitNetLib was
never being called. Moved some stuff from NET_InitNetlib to this function.
See bug #231596 for details. Rev. by stever/valeski.
1998-06-30 23:48:14 +00:00
kipp 0c5e719917 Fixed memory overwrite bug 1998-06-30 23:37:35 +00:00
gagan b6c80693f9 Fix for bug #226203. Setup Prefs was not being called. 1998-06-30 01:11:22 +00:00
valeski d83039be07 152993 approved by don, rev'd by Lou. fixes (debug builds only) a random crasher when posting data. 1998-06-29 22:29:52 +00:00
atotic 51b908a5f3 NetworkModular changes 1998-06-27 01:18:08 +00:00
atotic b1d0ea8e0f MODULAR_NETLIB fixes for netlib 1998-06-27 00:16:36 +00:00
atotic 969901b61b MODULAR_NETLIB fixes for theMac 1998-06-27 00:14:34 +00:00
atotic b4d61d4291 Moved MacBinSupport to network from the main client project 1998-06-26 23:20:56 +00:00