valeski%netscape.com
51a720bf2b
converting keyword protocol handler over to new module macros. r=dp. 23211
...
git-svn-id: svn://10.0.0.236/trunk@57138 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-08 00:58:05 +00:00
valeski%netscape.com
d954c5d6b5
fixing build bustage on unix
...
git-svn-id: svn://10.0.0.236/trunk@57133 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-08 00:36:47 +00:00
gordon%netscape.com
9236c88ad3
Fixing dns breakage of ftp. The async dns case wasn't resolving network addresses, only hostnames. r = Valeski.
...
git-svn-id: svn://10.0.0.236/trunk@57122 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 23:55:54 +00:00
waterson%netscape.com
bbf0bd0fc3
Be sure to zero WNDCLASS struct: failure to do so causes funkiness in non-debug builds. r=gordon.
...
git-svn-id: svn://10.0.0.236/trunk@57121 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 23:48:37 +00:00
gordon%netscape.com
d8b09ac792
Fixing bustage. Necko needs WIN32LEAN_AND_MEAN defined.
...
git-svn-id: svn://10.0.0.236/trunk@57071 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 04:13:26 +00:00
gordon%netscape.com
4519d24bc0
Implementation for ascyn dns lookups on Windows. Bug #10732 , r=Warren.
...
git-svn-id: svn://10.0.0.236/trunk@57066 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 02:44:41 +00:00
warren%netscape.com
8d722e525c
Cleanup
...
git-svn-id: svn://10.0.0.236/trunk@57058 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 02:06:57 +00:00
warren%netscape.com
98fd4bda6f
Took out RemoveChannel call (because res channels never get added to group). Fixed binding aborted case. r=rpotts
...
git-svn-id: svn://10.0.0.236/trunk@57057 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 02:06:33 +00:00
jdunn%netscape.com
7d4368fdcc
Move the Class definition for CacheInfo from the CPP file to the header.
...
While this is valid C++, the AIX 3.6 compiler doesn't like it.
r= warren
git-svn-id: svn://10.0.0.236/trunk@56988 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 20:50:59 +00:00
colin%theblakes.com
8e103e8b60
Add MOZ_COMPONENT_LIBS. r=jdunn
...
git-svn-id: svn://10.0.0.236/trunk@56952 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 11:06:54 +00:00
edburns%acm.org
1af32fc433
I know it's unorthodox to do a top level checkin like this, but I've got so many files
...
in so many different directories, that I think it's the best way.
I've pulled and clobber_all'd my tree and got
r=dp
on this checkin.
Here are the touched files:
M mozilla/embedding/browser/activex/src/control/MozillaBrowser.cpp
M mozilla/embedding/browser/activex/src/control/MozillaBrowser.h
M mozilla/js/src/xpconnect/shell/xpcshell.cpp
M mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp
M mozilla/xpcom/build/nsXPComInit.cpp
M mozilla/xpcom/components/nsComponentManager.cpp
M mozilla/xpcom/components/nsIServiceManager.h
M mozilla/xpcom/components/nsServiceManager.cpp
M mozilla/xpcom/io/nsSpecialSystemDirectory.cpp
M mozilla/xpcom/io/nsSpecialSystemDirectory.h
M mozilla/xpcom/tests/TestBuffers.cpp
M mozilla/xpcom/tests/TestPipes.cpp
M mozilla/xpcom/tests/TestShutdown.cpp
M mozilla/xpcom/tests/windows/TestHelloXPLoop.cpp
M mozilla/xpcom/tools/registry/regExport.cpp
M mozilla/xpcom/tools/registry/regxpcom.cpp
M mozilla/xpinstall/stub/xpistub.cpp
M mozilla/webshell/embed/ActiveX/MozillaBrowser.cpp
M mozilla/webshell/embed/ActiveX/MozillaBrowser.h
M mozilla/webshell/tests/viewer/nsMacMain.cpp
M mozilla/webshell/tests/viewer/nsPhMain.cpp
M mozilla/webshell/tests/viewer/nsWinMain.cpp
M mozilla/webshell/tests/viewer/unix/gtk/nsGtkMain.cpp
M mozilla/xpfe/appshell/src/nsFileLocations.cpp
M mozilla/xpfe/bootstrap/nsAppRunner.cpp
The heart of this checkin is a change in the signature and symantics
of NS_InitXPCOM.
The new signature is
extern NS_COM nsresult
NS_InitXPCOM(nsIServiceManager* *result, nsFileSpec* binDirectory);
I filed a bug for this problem:
b=23157
The original manifestation of this bug was in mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp It used the current process directory to find resources, which is not correct when the current process is not mozilla.exe.
I have added a new type to nsSpecialSystemDirectory, Moz_BinDirectory, and made nsResProtocolHandler use that value.
git-svn-id: svn://10.0.0.236/trunk@56916 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 01:05:13 +00:00
jdunn%netscape.com
e40f96a2d5
|T| requires an accessible default constructor (on some old compilers)
...
r= scc@netscape.com
git-svn-id: svn://10.0.0.236/trunk@56894 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 00:43:19 +00:00
valeski%netscape.com
e6b431b1d2
23039. r=rpotts. FTP wasn't closing the data connection after data transfer. This was causing it to hang, waiting for the command channel to unblock.
...
git-svn-id: svn://10.0.0.236/trunk@56886 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 00:29:48 +00:00
valeski%netscape.com
3253298c08
added files: mozilla/netwerk/base/public/nsISocketTransport.idl
...
git-svn-id: svn://10.0.0.236/trunk@56883 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 00:28:32 +00:00
warren%netscape.com
348140ee50
Fixed free problem with getenv. Fixed leak for beos case. r=mcafee
...
git-svn-id: svn://10.0.0.236/trunk@56874 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 00:21:17 +00:00
warren%netscape.com
68536d0c91
Changed comment.
...
git-svn-id: svn://10.0.0.236/trunk@56836 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 10:48:27 +00:00
warren%netscape.com
192b8f9ef5
Patch from Yasushi Shoji <yashi@yashi.com> (presumably for some unix variant).
...
git-svn-id: svn://10.0.0.236/trunk@56835 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 10:48:11 +00:00
warren%netscape.com
61186e7ccc
Cleaned up closing procedure.
...
git-svn-id: svn://10.0.0.236/trunk@56831 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 09:28:35 +00:00
warren%netscape.com
4b49861500
Added OnClose method to nsIPipeObserver (bug#23080)
...
git-svn-id: svn://10.0.0.236/trunk@56824 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 05:07:46 +00:00
rpotts%netscape.com
a06fb1cd85
added lost code due to merge conflicts...
...
git-svn-id: svn://10.0.0.236/trunk@56823 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 05:03:22 +00:00
rpotts%netscape.com
4e6c43eddf
register multipart/x-mixed-replace as a stream decoder (ie. to */*) not a stream converter.
...
git-svn-id: svn://10.0.0.236/trunk@56819 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 04:47:06 +00:00
warren%netscape.com
54630cf656
Added MAXPATHLEN decl
...
git-svn-id: svn://10.0.0.236/trunk@56815 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 04:15:45 +00:00
warren%netscape.com
b3b8530cfe
Fixed include.
...
git-svn-id: svn://10.0.0.236/trunk@56812 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 03:50:49 +00:00
warren%netscape.com
07caf91962
Made dns service fail if offline.
...
git-svn-id: svn://10.0.0.236/trunk@56811 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 03:50:00 +00:00
warren%netscape.com
8fd7bc290f
Made socket transport service fail if offline.
...
git-svn-id: svn://10.0.0.236/trunk@56810 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 03:48:27 +00:00
warren%netscape.com
9278b0c653
Made SetOffline(true) shutdown dns and socket trans.
...
git-svn-id: svn://10.0.0.236/trunk@56808 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 03:44:42 +00:00
warren%netscape.com
f7da3b4dcf
Added dns service shutdown method.
...
git-svn-id: svn://10.0.0.236/trunk@56807 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 03:44:00 +00:00
warren%netscape.com
7fffb4513c
Added rule so that resource://Resource/ maps to CurrentProcessDirectory.
...
git-svn-id: svn://10.0.0.236/trunk@56806 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 03:43:21 +00:00
morse%netscape.com
fd392898f3
add UniversalDialog, r=davidm
...
git-svn-id: svn://10.0.0.236/trunk@56804 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 03:17:11 +00:00
warren%netscape.com
bd8a34fe92
Removed obsolete necko util stuff. Can't remove the macbuild stuff yet because it's really building timers.
...
git-svn-id: svn://10.0.0.236/trunk@56802 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 03:02:43 +00:00
warren%netscape.com
4c588035a5
Added offline attribute.
...
git-svn-id: svn://10.0.0.236/trunk@56798 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 02:44:23 +00:00
rpotts%netscape.com
4e1497e3cf
Removed over aggressive assert when the loadgroup listener factory does not exist
...
git-svn-id: svn://10.0.0.236/trunk@56723 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-04 05:46:47 +00:00
dougt%netscape.com
fe80b0ef9b
Converting to use nsIModule macro. r=dp.
...
git-svn-id: svn://10.0.0.236/trunk@56689 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-03 23:37:30 +00:00
dougt%netscape.com
5d3d43dd39
Including nsCRT.h/nsIFileSpec directly. This prep work for the nsIFile landing.
...
git-svn-id: svn://10.0.0.236/trunk@56688 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-03 23:34:15 +00:00
dougt%netscape.com
c49a6f3d25
Converting to use nsIModule macro. r=dp, jud.
...
git-svn-id: svn://10.0.0.236/trunk@56687 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-03 23:32:11 +00:00
dougt%netscape.com
2983ce314a
Including nsFileSpec.h directly. prep for nsIFile landing.
...
git-svn-id: svn://10.0.0.236/trunk@56686 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-03 23:31:09 +00:00
dougt%netscape.com
01f90e9260
Including nsFileSpec.h directly. This prep work for the nsIFile landing.
...
git-svn-id: svn://10.0.0.236/trunk@56685 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-03 23:28:35 +00:00
dougt%netscape.com
93ec1f59af
Including nsCRT.h directly. This prep work for the nsIFile landing.
...
git-svn-id: svn://10.0.0.236/trunk@56684 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-03 23:27:52 +00:00
dougt%netscape.com
674a13e637
Converting to use nsIModule macro. r=dp,jud
...
git-svn-id: svn://10.0.0.236/trunk@56683 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-03 23:27:20 +00:00
dougt%netscape.com
af7326be79
Including nsString.h directly. It is included indirectly by nsFileSpec. This
...
prep work for the nsIFile landing.
git-svn-id: svn://10.0.0.236/trunk@56682 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-03 23:24:47 +00:00
dougt%netscape.com
3821e2369c
Converting to use nsIModule macro. r=jud.
...
git-svn-id: svn://10.0.0.236/trunk@56680 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-03 23:24:06 +00:00
dougt%netscape.com
6418d2a7e5
Including nsIAllocator.h directly.
...
git-svn-id: svn://10.0.0.236/trunk@56678 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-03 23:23:33 +00:00
dougt%netscape.com
99b79fce08
Including nsCRT.h directly. It is included indirectly by nsFileSpec. This
...
prep work for the nsIFile landing.
git-svn-id: svn://10.0.0.236/trunk@56677 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-03 23:22:46 +00:00
valeski%netscape.com
ddfd75d649
22534. r=gagan. We were leaking a single byte on non uname/pwd inclusive url's that required authentication, and we weren't over-writing the auth string when a auth realm wanted new credentials.
...
git-svn-id: svn://10.0.0.236/trunk@56610 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-29 21:55:18 +00:00
sspitzer%netscape.com
e457589684
fix warning
...
git-svn-id: svn://10.0.0.236/trunk@56589 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-29 00:23:43 +00:00
sspitzer%netscape.com
6ea685bfe7
fix warnings.
...
git-svn-id: svn://10.0.0.236/trunk@56588 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-29 00:20:10 +00:00
sspitzer%netscape.com
f7440a0d0d
fix warnings.
...
git-svn-id: svn://10.0.0.236/trunk@56570 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-28 19:37:29 +00:00
bryner%uiuc.edu
dcb9b00a03
Fix a compiler warning by reordering initializers. r=syd.
...
git-svn-id: svn://10.0.0.236/trunk@56548 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-24 22:11:18 +00:00
bryner%uiuc.edu
8349904d51
Fixing a compiler warning by reordering initializers. r=syd.
...
git-svn-id: svn://10.0.0.236/trunk@56547 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-24 22:06:48 +00:00
valeski%netscape.com
053041bee9
21789. r=gagan, a=don. The Extension() method for url's was returning everything after the *first* dot as the extension, rather than everything after the *last* dot. Now we return everything after the *last* dot as the extension
...
git-svn-id: svn://10.0.0.236/trunk@56527 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-24 03:10:24 +00:00