warren%netscape.com
d8bbb844e6
Removed the nsICapabilities interface in favor of nsIInterfaceRequestor.
1999-11-18 07:36:41 +00:00
mscott%netscape.com
b99eb21d10
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
fe03d4b826
add uriloader to the packages file for the mac
1999-11-18 07:13:10 +00:00
mscott%netscape.com
4a5f494098
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
a946fdb170
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
f8d5d5c317
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
a3aa9628df
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
c00421c2be
Quell warning
1999-11-18 06:59:28 +00:00
mscott%netscape.com
432b07c459
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
9e6c7427aa
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
f01507e744
Make the uri loader a component.
1999-11-18 06:39:37 +00:00
mscott%netscape.com
a275feaa24
add uriloader to the unix installer
1999-11-18 06:22:52 +00:00
waterson%netscape.com
03700df161
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
1528469525
add uriloader to the windows install package.
1999-11-18 06:19:52 +00:00
fur%netscape.com
6d099d6300
Quash warnings
1999-11-18 06:19:51 +00:00
valeski%netscape.com
d3773b82a2
updated urltest.cpp to use the new Resolve code
1999-11-18 06:19:01 +00:00
mscott%netscape.com
5e34bd65cf
Add uriloader directory to the mac build.
1999-11-18 06:07:52 +00:00
waterson%netscape.com
e9ad6256cd
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
8acd709233
add uriloader directory
1999-11-18 06:05:16 +00:00
mscott%netscape.com
c4461eccbc
Make uriloader part of the build on Unix!!
...
*yeah*
1999-11-18 06:03:27 +00:00
mscott%netscape.com
6ad0c39b9f
Make uriloader part of the build on windows!!
...
*yeah*
1999-11-18 06:02:51 +00:00
mscott%netscape.com
6c789594a7
make this library 8.3 on windows.
...
(renamed to urildr)
1999-11-18 06:02:00 +00:00
waterson%netscape.com
aaf9e7f9c7
Clean up some timing printfs.
1999-11-18 05:47:51 +00:00
sfraser%netscape.com
415c3552fe
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
dbed08ff40
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
6a5a4287d0
fix for 18949. make seek do a flush to avoid corruption.
1999-11-18 05:16:42 +00:00
ssu%netscape.com
7df795cc49
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
d11ec8c6ae
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
719073de41
*** empty log message ***
1999-11-18 04:40:02 +00:00
putterman%netscape.com
a6b00e810f
Fixes various message count updating bugs. reviewed by bienvenu.
1999-11-18 04:31:01 +00:00
jband%netscape.com
4dbdf4a0ca
remove invalid assertion
1999-11-18 04:30:54 +00:00
rginda%netscape.com
92dcf9cfb2
Added ^c handler, beginnings of html output.
1999-11-18 04:14:00 +00:00
rbs%maths.uq.edu.au
3e51c1052c
Ensure all the control paths return value
1999-11-18 03:56:38 +00:00
fur%netscape.com
a12148872d
Quell warnings
1999-11-18 03:38:32 +00:00
waterson%netscape.com
73c9f9ded0
Be sure to close the file before moving it.
1999-11-18 03:38:24 +00:00
waterson%netscape.com
0eac4d81f7
Add chdir() so that it can be called from an alias.
1999-11-18 03:29:11 +00:00
nhotta%netscape.com
e2aece84bf
Change to pass an empty string to setlocale instead of NULL (which is illegal in Unix unlike windows). Bug
...
18338, r=tao.
1999-11-18 03:28:35 +00:00
nhotta%netscape.com
d53ae8d00e
In MIME encoder, put a check at the end of the loop if the source points to a null character then bump the
...
pointer. This fixes a problem when a separator is at the end of a header string. Bug 9762, r=cata.
1999-11-18 03:24:56 +00:00
mcafee%netscape.com
e1a1f4d558
Switching to PRBool, un-break Solaris WS build. r=slamm
1999-11-18 03:22:47 +00:00
blizzard%redhat.com
777df93afd
fix for modal dialogs. fixes bug #16310 . r=pavlov
1999-11-18 03:19:43 +00:00
jdunn%netscape.com
7a1cf0fd83
Only include SUPER_WIN includes if it is on. HPUX and AIX compilers fail
...
if they can't find the include file
1999-11-18 03:08:19 +00:00
briano%netscape.com
3f96f69d3c
Automated update
1999-11-18 03:00:19 +00:00
warren%netscape.com
6f53100289
Added nsIJARProtocolHandler.idl
1999-11-18 02:54:05 +00:00
jdunn%netscape.com
48495910ae
Change the linking option of -Bsymbolic to only happen on Components
...
(i.e the i18n code and NOT on anything that links in gtk
r=pepper@netscape.com
# 18129
1999-11-18 02:49:30 +00:00
wtc%netscape.com
ad892c46f7
Bugzilla bug #5358 : fixed build problem on Solaris/x86 under gcc by
...
removing the #ifdef stuff from os_SunOS_x86.s.
Modified files: pr/src/md/unix/Makefile,Makefile.in,objs.mk,os_SunOS_x86.s
1999-11-18 02:48:18 +00:00
rhp%netscape.com
a54e5586ba
Fix for memory allocation off by 1 error. No bug. r: rhp (submitted by Ben Bucksch <mozilla-news@bucksch.org>
1999-11-18 02:46:52 +00:00
hangas%netscape.com
4acdf71acb
Fixes for selection bug 19011 and sidebar resize bug 18742. r=ducarroz
1999-11-18 02:45:38 +00:00
pinkerton%netscape.com
879684e61d
Fix for bug #18998 . strip nulls off the end of unicode text strings. (r=danm).
1999-11-18 02:40:49 +00:00
bienvenu%netscape.com
829eb193d3
only send change notification for pending filtered messages if the count changed - performance tweak
1999-11-18 02:36:22 +00:00
brendan%mozilla.org
098299e271
Brutal JS script sharing (15146, r=waterson@netscape.com).
1999-11-18 02:25:33 +00:00