tbogard%aol.net
d66ec61663
Renamed nsIWebBrowserApp with nsIWebBrowserChrome. Added some additional methods and more fully specified the ones that were there. Changed the interfaces to forward declare referenced interfaces rather than including them all. Added topLevelWindow to nsIWebBrowser. Provided implementation for these changes.
1999-11-18 09:17:07 +00:00
mscott%netscape.com
4738e98dbc
Fix solaris breakage.
1999-11-18 09:15:20 +00:00
waterson%netscape.com
3377b72480
Finish #ifdef-ing MOZ_THREADSAFE_RDF. Appears an unused PRLock will
...
assert when being destroyed?!?
1999-11-18 09:06:50 +00:00
mscott%netscape.com
fd3dd747da
uri dispatching tweak...doContent shouldn't explictly check for message/rfc822
...
r=sspitzer
1999-11-18 08:59:53 +00:00
mscott%netscape.com
4569b85f36
Bug #14928 register our x-application-mailto content handler
...
register mailto url protocol
r=sspitzer
1999-11-18 08:39:40 +00:00
mscott%netscape.com
4cc0b685eb
add mailto url cid and progid
...
r=sspitzer
1999-11-18 08:39:17 +00:00
mscott%netscape.com
33bb1a8a10
Bug #14928 --> for url dispatching of mailto urls:
...
add NewChannel, NewURI support for mailto urls.
added nsMailtoChannel which is a light weight channel
implementation for mailto urls
r=sspitzer
1999-11-18 08:38:50 +00:00
mscott%netscape.com
6163cde285
add nsMailtoUrl implementation which is different from
...
a smtp url. Simplified logic for smtp url.
r=sspitzer
1999-11-18 08:38:12 +00:00
mscott%netscape.com
c9b68ca6fc
Bug #14928 --> implement open compose window for a uri
...
r=sspitzer
1999-11-18 08:37:34 +00:00
mscott%netscape.com
1f4bc2c530
Bug #14928 --> added nsIMailtoUrl interface and reduced the functionality
...
of nsISmtpUrl which was acting as both mailto and smtp
r=sspitzer
1999-11-18 08:37:06 +00:00
mscott%netscape.com
87e0b8cc20
Bug #14928 --> add method for opening a compose window given a mailto url.
...
this is needed for url dispatching.
r=sspitzer
1999-11-18 08:36:39 +00:00
mscott%netscape.com
364f36c2ae
remove some obsolete files
1999-11-18 08:15:39 +00:00
mscott%netscape.com
ab03db9585
Remove some obsolete idl files from the unix build.
1999-11-18 08:13:15 +00:00
mscott%netscape.com
25621eedb1
Bug #14928 --> uri dispatching intial landing. when a mail window comes up, we need to register ourselves
...
with the uri loader.
The mail window is also a nsIURIContentListener. Implement this interface such that doContent requests
are forwarded to the webshell for our message.
r=sspitzer
1999-11-18 07:47:52 +00:00
warren%netscape.com
74fa30fbd8
Removed nsICapabilities in favor of nsIInterfaceRequestor.
1999-11-18 07:44:14 +00:00
warren%netscape.com
59ef7fadbf
Removed the nsICapabilities interface in favor of nsIInterfaceRequestor.
1999-11-18 07:36:41 +00:00
mscott%netscape.com
f249767486
Bug #14928 --> inital uri dispatching landing. the app instance is a uri content listener. implement
...
that interface. Register the content listener with the uri loader when we are created and again when
we go away. Forward doContent calls on nsIURIContentListener to the webshell where we want content displayed.
r=travis
1999-11-18 07:19:39 +00:00
mscott%netscape.com
ff9ff8e2ff
add uriloader to the packages file for the mac
1999-11-18 07:13:10 +00:00
mscott%netscape.com
48c40aade9
Bug #14928 --> phase one of uri dispatching landing. IF uri dispatching is turned on,
...
invoke the uri loader instead of opening the document ourselves.
Various changes for uri dispatching....
r=travis
1999-11-18 07:07:33 +00:00
mscott%netscape.com
1e3db6851b
Bug #14928 --> phase one of uri dispatching landing. webshell is a nsIURIContentListener.
...
r=travis.
1999-11-18 07:06:39 +00:00
mscott%netscape.com
e911d3f3df
Bug #14928 --> phase one of uri dispatching landing. add ability to get/set content listener parent on the webshell
...
r=travis
1999-11-18 07:06:07 +00:00
mscott%netscape.com
65c51b2064
Bug #14928 --> phase one of uri dispatching landing. add ability for doc loader to load
...
an opened channel
r=travis
1999-11-18 07:05:47 +00:00
fur%netscape.com
7f80e52967
Quell warning
1999-11-18 06:59:28 +00:00
mscott%netscape.com
1809e0d6ea
Add a debug menu item for turning on / turning off url dispatching
...
r=travis
1999-11-18 06:58:22 +00:00
mscott%netscape.com
6d1bce96d4
add labels for uri dispatching menu item which is in the debug window
...
r=travis
1999-11-18 06:57:36 +00:00
mscott%netscape.com
1dd074ba5d
Make the uri loader a component.
1999-11-18 06:39:37 +00:00
mscott%netscape.com
536b1c7b85
add uriloader to the unix installer
1999-11-18 06:22:52 +00:00
waterson%netscape.com
a0127275fd
Bug 9246. Give bookmark URLs the tough love they need. Fix changing a bookmark's URL, fix setting a bookmark's URL when one wasn't set before. Prohibit removal of a bookmark's URL. r=rjc.
1999-11-18 06:21:09 +00:00
mscott%netscape.com
80be7d7323
add uriloader to the windows install package.
1999-11-18 06:19:52 +00:00
fur%netscape.com
f75142159d
Quash warnings
1999-11-18 06:19:51 +00:00
valeski%netscape.com
6e90418e7e
updated urltest.cpp to use the new Resolve code
1999-11-18 06:19:01 +00:00
mscott%netscape.com
5560a6abd0
Add uriloader directory to the mac build.
1999-11-18 06:07:52 +00:00
waterson%netscape.com
aaba2b75a1
Be sure to waitpid() after killing the process so as not to leave zombies around.
1999-11-18 06:06:28 +00:00
mscott%netscape.com
7455ff72f8
add uriloader directory
1999-11-18 06:05:16 +00:00
mscott%netscape.com
bc8ecae023
Make uriloader part of the build on Unix!!
...
*yeah*
1999-11-18 06:03:27 +00:00
mscott%netscape.com
7a18e7e39c
Make uriloader part of the build on windows!!
...
*yeah*
1999-11-18 06:02:51 +00:00
mscott%netscape.com
bd05feb4cf
make this library 8.3 on windows.
...
(renamed to urildr)
1999-11-18 06:02:00 +00:00
waterson%netscape.com
3c3b7dbdca
Clean up some timing printfs.
1999-11-18 05:47:51 +00:00
sfraser%netscape.com
52048a286b
Fix for 19170 -- yield to NSPR threads in our main event loop, to service the necko thread more promptly. r=sdagley
1999-11-18 05:26:59 +00:00
wtc%netscape.com
a5fe62a812
Minor improvements. In objs.mk fixed the problem that pthreads_user.c
...
is added to CSRCS twice if USE_AUTOCONF is not defined.
Modified files: pr/src/md/unix/Makefile,Makefile.in,objs.mk
1999-11-18 05:26:06 +00:00
dougt%netscape.com
3f746f503d
fix for 18949. make seek do a flush to avoid corruption.
1999-11-18 05:16:42 +00:00
ssu%netscape.com
cfb86f582c
overloaded the abortInstall() function for the Install object to take a
...
numerical parameter. It now allows the script writer to specify
an abort value, instead of the default one.
r=sgehani
1999-11-18 05:08:11 +00:00
rbs%maths.uq.edu.au
398a37cb3d
Fine-tuning of the placement of the sqrt symbol and Patch of Mike Shaver to make the code compile on Linux
1999-11-18 04:51:56 +00:00
kvisco%ziplink.net
b60b0cf5ad
*** empty log message ***
1999-11-18 04:40:02 +00:00
putterman%netscape.com
0b1644bae6
Fixes various message count updating bugs. reviewed by bienvenu.
1999-11-18 04:31:01 +00:00
jband%netscape.com
eac24add27
remove invalid assertion
1999-11-18 04:30:54 +00:00
rginda%netscape.com
e3135f057e
Added ^c handler, beginnings of html output.
1999-11-18 04:14:00 +00:00
rbs%maths.uq.edu.au
e21954fcca
Ensure all the control paths return value
1999-11-18 03:56:38 +00:00
fur%netscape.com
c28060f30a
Quell warnings
1999-11-18 03:38:32 +00:00
waterson%netscape.com
71da41f221
Be sure to close the file before moving it.
1999-11-18 03:38:24 +00:00