mscott%netscape.com
c1b0bb80c9
Bug 57347 --> add a null ptr check to prevent a crash.
...
patch contributed by waterson
r=brendan
sr=mscott
2000-12-18 21:46:35 +00:00
rpotts%netscape.com
289298c3f5
bug #46866 . Added a read-only DOMWindow attribute to nsIWebProgress.
2000-12-14 23:26:35 +00:00
mscott%netscape.com
8fec37d6f4
Bug #60069 --> checking this patch in for Sergey Lunegov (lsv@sparc.spb.su)
...
make sure the mime action is initialized with the right action.
sr=mscott
2000-11-22 19:48:49 +00:00
cls%seawood.org
8bd122b3d5
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
mscott%netscape.com
dc8472a2ea
Bug #58774 --> salt the temp file name we generate when downloading external content
...
r=sspitzer,
sr=alecf
2000-11-02 01:27:12 +00:00
mscott%netscape.com
7db4db62e3
Bug #56938 --> get the document channel from the docloader
...
and force any Refresh urls back through the original window
context that initiated the helper app download. This solves
the problem where the user clicks on a link to download
content (either to disk or to a helper app) and that document
contains both a redirect for the actual content and a REFRESH
header which is used to point at a page the content provider
wants to see after the download is complete.
sr=rpotts, r=sspizter
2000-11-01 08:06:19 +00:00
mscott%netscape.com
a82d2ce063
Bug #56938 --> add a method for retrieving the doc loader's
...
document channel.
r=sspitzer, sr=rpotts
2000-11-01 08:04:49 +00:00
warren%netscape.com
4189314fdb
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
4e1ac5ce9d
Removed extra 0 arg
2000-10-27 23:21:30 +00:00
warren%netscape.com
6e35f97e31
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
mscott%netscape.com
e90a0debb8
Bug #56934 --> properly determine the status for on end document load. We used to
...
use the status of the last request processed in loading the document to determine
success or failure. That's incorrect. Instead, test to see if the load group is being
canceled. If it is, use that as the status for the entire document. Otherwise, ignore
the status for the last request and instead use the status for the main document
(the default load channel).
sr=rpotts, r=sspitzer
2000-10-26 06:34:20 +00:00
mscott%netscape.com
17ebf73108
Bug #57207 --> When we bring up the progress dialog, if we've already received a on stop request,
...
then go ahead and make the progress dialog go away again. r=sspitzer, sr=alecf
2000-10-24 22:18:56 +00:00
pollmann%netscape.com
54e2b01df6
Bug 13871: Frameset spoofing - cleanup unneeded DOM interface. r=jst, sr=vidur
2000-10-24 04:35:25 +00:00
mscott%netscape.com
4cbc13be6b
Bug #35956 , 57619 --> be sure to disable auto conversion if we are handling the content
...
via an external app. sr=rpotts, r=gagan
2000-10-23 04:31:07 +00:00
pollmann%netscape.com
87208694ab
Bug 13871: Prevent frameset spoofing r=mstoltz, sr=mscott, a=rpotts
2000-10-19 10:25:49 +00:00
mscott%netscape.com
daddb42477
Bug #47636 --> add methods to convert back and forth between a nsIDocShellLoadTypeInfo
...
and a docshell load tye. Unify nsIURILoadCommand and nsIDocShellLoadType enums so they
can be treated as the same type. This allows the uriloader to pass the correct load info
from the docshell that originates the load over to the docshell that actually
ends up loading the url.
r=radha, sr=rpotts
2000-10-11 23:14:38 +00:00
mscott%netscape.com
0effc12573
Bug #55628 --> MoveTo won't delete the file if it already exists. When moving the temp
...
file to the user specified location, delete the specified location if it currently exists.
r=sspitzer, sr=alecf
2000-10-10 05:20:09 +00:00
mscott%netscape.com
c3d1154218
Bug #54009 --> fix crash when literal is null. This can happen because of
...
some bad debugging code that was left in mimetypes.rdf for pdf back in beta2
for now, return an error. This will make use ignore this entry in the data source
when performing mime lookups....which is good 'cause that will have a side
effect of making application/pdf content work again.
r=sspitzer, a=alecf
2000-10-06 00:58:05 +00:00
mscott%netscape.com
f052842093
Bug #51018 , 44176, 47203 implement load group retargeting and stand alone progress window
...
after we show the helper app dialog. So progress and load information is
now retargeted to a stand alone window instead of re-using the underlying
browser / mail window...In order to do this, the external app handler needed to implement nsIURIContentListener.
sr=r=rpotts
2000-10-04 06:54:47 +00:00
mscott%netscape.com
06d01e3ae1
Bug #47203 --> force more code to use the helper app dialog.
...
sr=alecf,rpotts
2000-10-04 06:53:52 +00:00
valeski%netscape.com
152e6f96ad
whoops, that's supposed to be a 32bit int
2000-09-27 20:25:15 +00:00
valeski%netscape.com
aa32088cec
r=brendan,a=brendan. 54127. This change cleans up a leak when we run out of memory, and reduces allocation of the file extension buffer by 2x. it also dumps the count to a local variable to do away w/ memory ambiguity using a pointer to elementCount
2000-09-27 19:50:59 +00:00
mkaply%us.ibm.com
78e3c55173
OS/2 VACPP Tinderbox bustage
...
Need cast for VisualAge. Don't ask me why.
2000-09-15 14:46:01 +00:00
mscott%netscape.com
f7cee768a0
Bug #43556 --> forgot to migrate over the default VMS file extensions from the old mime service
...
r=sspitzer
2000-09-15 06:28:44 +00:00
mscott%netscape.com
b9be33fc54
Bug #43556 --> implement nsIMIMEService using the windows registry to look
...
up information about content we don't know about.
2000-09-15 06:08:11 +00:00
mscott%netscape.com
d6f8b10a4f
Bug #43556 --> implement nsIMIMEService
...
honor the http content disposition header if present.
r=valeski
2000-09-15 06:07:58 +00:00
mscott%netscape.com
4744cb1ded
Bug #43556 --> merging nsIMIMEService and making it use OS specific
information.
r=valeski
2000-09-15 06:06:58 +00:00
mscott%netscape.com
8be23a0597
Bug #43556 --> merging nsIMIMEService and making it use OS specific
information.
r=pchen
2000-09-15 06:06:19 +00:00
dougt%netscape.com
c3c864a472
+ Added OnSecurityChange() to nsIWebProgressListener interface.
...
+ Added dummy function to all users of nsIWebProgressListener
+ Added new security event sink.
+ Hooked up new event sink to docloader and friends.
+ Fixed memory leaks and crashes in nsSecureBrowserImpl.
+ Added AlertPrompt to nsIPrompt Interface.
+ Enabling xpcom test on unix.
Fixes bug 46872. r=valeski/rpotts
2000-09-14 22:56:56 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
scc%mozilla.org
aad057da72
if you want a character pointer, you're going to have to |.get()| it
2000-09-13 07:55:09 +00:00
mscott%netscape.com
6b93a6ece4
Bug #43556 --> register our nsIMIMEService implementation with a progid.
...
r=valeski
2000-09-08 00:17:34 +00:00
mscott%netscape.com
199d3b2276
Bug #43556 --> Implement nsIMIMEService. For now, forward the calls to the old implementation in necko.
...
r=valeski
2000-09-08 00:12:51 +00:00
mscott%netscape.com
17328f1b71
Bug #47799 --> push prompt for file name over to ucth handler code so we don't bring
...
UI up from the uriloader. This allows us to properly use a string bundle
for text in the dialog. this is prep work for the real fix for this bug.
r=law
2000-09-06 22:21:06 +00:00
pchen%netscape.com
fe14eae1b1
First Checked In.
2000-09-06 21:14:03 +00:00
pchen%netscape.com
bd8427342c
bug #43585 , r=sfraser, protect header from multiple inclusions
2000-09-06 21:13:35 +00:00
pchen%netscape.com
f57fd9a67f
bug #43585 , r=sfraser, call new nsIInternetConfigService to help with helper app stuff
2000-09-06 21:12:53 +00:00
pchen%netscape.com
69462f77bc
bug #43585 , r=sfraser, set mac file type and creator in SetupTempFile() and also use new NS_MAC_DEFAULT_DOWNLOAD_DIR as opposed to desktop dir
2000-09-06 21:12:11 +00:00
sfraser%netscape.com
e12ee16abf
Fix bugs 51368 and 51372 -- use InternetConfig.h from Universal Headers, renaming the IC SDK folder so that CodeWarrior does not search within it. r=pchen
2000-09-06 00:09:04 +00:00
scc%mozilla.org
1a36c11fc4
fixing code that relies on implicit string construction
2000-09-02 23:59:08 +00:00
mscott%netscape.com
71c9706151
Fix unix breakge by using .get()
2000-09-01 23:07:57 +00:00
mscott%netscape.com
566891d436
Bug #47365 --> set the retargeting URL flag when we are retargeting to another window
...
r=radha
2000-09-01 22:28:37 +00:00
mscott%netscape.com
19bab062a6
Bug #50427 --> comment out our OnRedirect implementation. It was causing nasty side effects
...
because we aren't told if the main document url is getting redirected or if a part (like an
image) is getting redirected. This caused the urlbar to get incorrectly updated.
r=sspitzer
2000-09-01 22:26:32 +00:00
mscott%netscape.com
a7bcf386d5
conrad's directory service change broke helper app support 'cause we don't find the mimetypes.rdf file anymore.
...
minor tweak to fix that
r=sspitzer
2000-09-01 05:58:42 +00:00
vidur%netscape.com
4a41eee18d
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
locka%iol.ie
c52f68cce4
API changes for embedding. b=46847, r=dougt, a=valeski
2000-08-25 18:39:46 +00:00
mscott%netscape.com
044a5c69ef
Bug #27048 --> implement nsIHTTPEventSink
...
r=valeski
2000-08-25 01:32:40 +00:00
rpotts%netscape.com
485ab5e6ec
bug #39381 . The last channel in a document was not firing a request done notification - only a document done...
2000-08-24 00:08:15 +00:00
ccarlen%netscape.com
2682a4eb1a
Convert use of nsIFileLocator to nsIDirectoryService
r=mscott
2000-08-22 00:53:37 +00:00
scc%mozilla.org
a74bc9539d
fixing code that relied on implicit string construction
2000-08-20 06:59:07 +00:00
scc%mozilla.org
9df83275c6
fixing code that relied on implicit string construction
2000-08-19 20:01:04 +00:00
conrad%ingress.com
008b9ba5fb
Changed from using strings for nsIDirectoryService props to using macro names defined in nsDirectoryServiceDefs.h
r=valeski
2000-08-11 20:31:57 +00:00
heikki%netscape.com
caf2b9c19a
Fixed bug 41772, if XLink target was XML file it never opened it in new window. r=jst.
2000-08-10 20:18:49 +00:00
mscott%netscape.com
0581e3797c
Bug #48078 , 48081 --> bring up save to disk dialog right away from the helper app dialog instead of
...
waiting till the download is finished.
properly implement Cancel so we stop the download and clean up the temp file.
r=alecf
2000-08-10 01:49:06 +00:00
warren%netscape.com
7ac7233df8
Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz
2000-07-25 05:45:56 +00:00
valeski%netscape.com
6d2541f0dd
39797. r=mscott. MAC was sending back an empty string as the mime type down in the MIMEService, now we return an error in the mime service if we confront this, and that causes HTTP to produce a default type
2000-07-21 23:52:36 +00:00
valeski%netscape.com
15f12b146e
45723. r=rpotts. webshell-docshell consolodation changes.
2000-07-18 23:37:53 +00:00
mscott%netscape.com
4016cc43ef
Bug #43583 --> bring up the save as dialog from the backend instead of from the front end.
...
r=alecf
2000-07-13 06:26:25 +00:00
mscott%netscape.com
62fc55beca
Bug #43583 --> set the application description field on the mime info object based on a registry setting if we are getting the
...
information from the windows registry. This is later used by the helper app dialog. Correctly implement different
behaviors for mime info action types of useSystemDefault vs. useHelperApp
r=alecf
2000-07-13 06:25:53 +00:00
mscott%netscape.com
a0a48516e6
Bug #43583 --> throw the switch for the helper app dialog. Start invoking the helper app dialog and bring it
...
up whenever the user trys to launch a helper app. This was submitted by bill law. r=mscott
also, use the file name in the url as the basis for the temporary file name.
r=alecf
2000-07-12 06:09:02 +00:00
mscott%netscape.com
969f8f237f
Bug #43583 --> Add a separate boolean for asking the user before handling content using an external application.
...
r=alecf
2000-07-11 23:15:49 +00:00
mscott%netscape.com
29c963948b
Bug #43583 --> new state for using system default. Add a separate boolean
...
for asking the user before handling.
r=alecf
2000-07-11 23:11:59 +00:00
mscott%netscape.com
0def74371f
Bug #43583 --> pass the window context into the helper app launcher which will in turn be used by
...
the helper app dialog to get at a dom window.
r=alecf
2000-07-10 21:21:10 +00:00
cls%seawood.org
b741036a4e
Remove hacks that fixed tmp vpath screwups.
2000-07-08 09:39:16 +00:00
mscott%netscape.com
70881362b5
Bug #44082 --> fail if we couldn't find mimeTypes.rdf during the data source init phase.
...
patch from jst
r=mscott
2000-07-07 21:44:11 +00:00
mkaply%us.ibm.com
77a2cb931e
r=mkaply, a=brendan
...
Tinderbox break - need os2 changes for uriloader - I am just taking the UNIX for now - hope it builds
2000-07-07 14:14:32 +00:00
mscott%netscape.com
a7f1423f02
Bug #41707 , #43652 --> JS urls aren't working. We need to check for the correct return value and don't propogate
...
the on start request in that case.
r=alecf
2000-07-07 02:23:19 +00:00
mscott%netscape.com
779afd9441
Bug #43583 --> updates for helper app launching to work with the dialog.
2000-07-07 01:48:57 +00:00
mscott%netscape.com
376364f94b
Bug #43583 --> re-organizing how we launch helper apps to work with the helper app dialog.
...
r=alecf
2000-07-07 01:48:17 +00:00
mscott%netscape.com
d4124c9ef0
Bug #43583 --> re-organizing how we launch helper apps to work with the helper app dialog.
...
Add nsIExternalAppLauncher interface which is used by the helper app dialog.
r=alecf
2000-07-07 01:48:05 +00:00
mscott%netscape.com
7622ea0561
Bug #43887 --> fix build bustage on WIN2K platform. Not beta2 plussed yet but it's fixing build breakage.
...
r=sspitzer
2000-06-30 06:03:43 +00:00
mscott%netscape.com
c73b717316
Bug #43887 --> fix build bustage on Win2K. This bug wasn't nsbeta2 plussed yet but it's build breakage fix!!
...
r=sspitzer
2000-06-30 06:02:27 +00:00
mkaply%us.ibm.com
d60892d2e4
#40177
...
r=leaf, a=brendan
OS/2 bringup - This really should be a semicolon for OS/2
2000-06-27 22:24:54 +00:00
dougt%netscape.com
272cb0629a
Check for null. If a NS_EXTERNALHELPERAPPSERVICE_PROGID was not found,
...
crash would occur.
2000-06-27 21:43:17 +00:00
mkaply%us.ibm.com
04c091467c
r=cls, a=cls
...
Broken objdir stuff
2000-06-26 20:18:21 +00:00
mkaply%us.ibm.com
46e03d4978
#40177
...
r=cls, a=brendan
OS/2 bring up - Forgot OSDIR to specify location of cpp file
2000-06-26 14:46:18 +00:00
mkaply%us.ibm.com
3aba503cd9
# 40177
...
r = mkaply, a = brendan
OS/2 bring-up - Versions of these files for OS/2
2000-06-25 22:42:16 +00:00
mkaply%us.ibm.com
136659e265
# 40177
...
r = cls, a = brendan
OS/2 bring-up - Change so this builds on OS/2
2000-06-25 22:39:51 +00:00
dougt%netscape.com
2d52b66af0
fixing bustage.
2000-06-24 02:10:17 +00:00
dougt%netscape.com
e8c46f44f7
Adjusting user of makeUnique. a=brendan@mozilla.org
2000-06-24 01:55:40 +00:00
mscott%netscape.com
592f7be6bc
Gee wizz...i didn't check in the progid registration for the external helper app service last night.
...
Bug #38374 , 30157, 10802
r=sspitzer
2000-06-24 01:14:52 +00:00
mscott%netscape.com
d4026a4a82
Bug #38374 --> make sure the temp file we are saving the file to is unqiue by calling make unique.
...
This call will be replaced by createUnique once that gets checked in. I also need to fix the temp file
name I use as well.
r=sspitzer
2000-06-23 06:42:14 +00:00
mscott%netscape.com
1e9f6530d8
Bug #38374 , 30157, 10802 --> turn on launching of helper applications to handle content types we don't know how to handle!!
...
turn on the ability to launch urls using OS default protocol handlers.
uri loader modifications to make open attachment possible.
r=sspitzer
2000-06-23 04:43:28 +00:00
sspitzer%netscape.com
827690808e
get launching of external apps working on the mac.
also, on the mac only, dump the temp file to the desktop.
r=mscott #38374 .
2000-06-23 04:43:13 +00:00
sspitzer%netscape.com
c338f7497b
fix for #43548 , and possibly #43392 .
if internet config tells us the string is of zero length, set the
out string to null. r=mscott
2000-06-23 01:08:53 +00:00
sspitzer%netscape.com
9f785ded81
work for bug #38374 helperApps.rdf is now mimeTypes.rdf. use the file locator to get the mimeTypes file. fix the unix implementation of nsOSHelperAppService.cpp to go to the base class to determine what application to launch. r=mscott
2000-06-22 22:17:25 +00:00
sspitzer%netscape.com
49504e1c38
work for bug #38374
...
helperApps.rdf is now mimeTypes.rdf.
use the file locator to get the mimeTypes file.
fix the unix implementation of nsOSHelperAppService.cpp
to go to the base class to determine what application to launch.
r=mscott
2000-06-22 22:14:53 +00:00
cls%seawood.org
bb8001372c
*sigh*. VPATH is seeing the old .o in unix for the non-objdir builds that recently ran so we need to remove it.
2000-06-22 09:23:09 +00:00
mscott%netscape.com
18b34da75a
maybe this wasn't the breakage...I was just backing out the makefile too quickly. linux went greeen
...
before this change went in the build.
2000-06-22 08:53:11 +00:00
mscott%netscape.com
e7af8caeca
backing out dauphin's fix for my objdir breakage as it seems to break non-objdir linux builds.
2000-06-22 08:46:18 +00:00
cls%seawood.org
767e44dc81
Fixed objdir bustage. r=bryner
2000-06-22 07:52:35 +00:00
mscott%netscape.com
88db05f56d
add new files to mac project
2000-06-22 06:39:49 +00:00
mscott%netscape.com
366f44ad16
add new files to idl project.
2000-06-22 06:39:33 +00:00
mscott%netscape.com
aad4ef3320
Start linking with exthandler static lib.
...
r=sspitzer
2000-06-22 06:26:05 +00:00
mscott%netscape.com
ff2df5d569
Throw the switch and start building exthandler on unix. Not actually called by anything yet.
...
Bug #38374 and #30157
r=sspitzer
2000-06-22 06:25:45 +00:00
mscott%netscape.com
90694f1c89
Add nsHelperAppRDF.h to the build.
...
r=sspitzer
2000-06-22 06:24:50 +00:00
mscott%netscape.com
cb81484ab9
Throw the switch and start building the exthandler directory on windows. None of this code being called yet.
...
this if for Bug #38374 and #30157 (launch external applications and launch using default protocol handlers)
r=sspitzer
2000-06-22 06:24:01 +00:00
mscott%netscape.com
6feac4ec7e
not part of the build!!!
fixes to get this buildling on the mac
2000-06-22 06:04:23 +00:00
mscott%netscape.com
d2ef96a443
not part of the build!!!
fixes to get this building on the mac.
2000-06-22 06:04:06 +00:00
mscott%netscape.com
4a53ab62b7
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
oops i reall don't want this file...take it back.
2000-06-22 05:06:02 +00:00
mscott%netscape.com
675f71bbef
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
add manifest file for the mac
2000-06-22 04:59:45 +00:00
mscott%netscape.com
de9b11e15f
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
More mac file updates.
2000-06-22 04:41:36 +00:00
mscott%netscape.com
5599dd9bfc
Bug #38374 --> fix refcounting problem on the application field
...
r=sspitzer
2000-06-21 20:38:52 +00:00
mscott%netscape.com
21f219f440
Bug #38374 --> NOT PART OF THE BUILD YET!!!!
...
more unix updates for helper application support
2000-06-21 08:37:32 +00:00
mscott%netscape.com
c16dd33462
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
unix updates
2000-06-21 08:34:58 +00:00
mscott%netscape.com
e15fa3df8e
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
export our rdf vocabulary header file.
2000-06-21 08:29:47 +00:00
mscott%netscape.com
c53e3f9859
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
Landing of the RDF data source which keeps track of all the user specified mime type information.
Landing implementation of user over ride information when determining what helper app to run. now we'll
check the information stored in the data source first. If we don't ahve any over-ride information, then
fall back to the OS defaults.
2000-06-21 08:29:13 +00:00
mscott%netscape.com
7db93f5a1e
Bug #38374 --> add application and user preferred handle action to mime info.
...
I'm going to be storing this information in the helper app code.
r=valeski
2000-06-21 06:34:43 +00:00
mscott%netscape.com
7b35b6b849
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD!!!!!!!!!)
...
code review will come when this is done and gets turned on.
RDF header file which defines our vocabulary for the mime mapping data source.
2000-06-21 05:27:29 +00:00
beard%netscape.com
5cca8adbe7
bug #42100 , Carbon compatibility. r=gordon, saari, pinkerton, sfraser
2000-06-20 23:10:06 +00:00
sspitzer%netscape.com
73ddfbbf1b
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD) r=mscott
2000-06-20 20:43:54 +00:00
mscott%netscape.com
8b4d5958c8
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
Unix stub files for the OS helper app service implementation.
a=granrose
2000-06-20 18:22:47 +00:00
rpotts%netscape.com
6053291afd
Fixed memofy leak of StdURLs introduced by the last checkin...
2000-06-20 05:14:42 +00:00
mscott%netscape.com
b910bded4a
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
adding manifest files for the mac build
2000-06-20 01:02:32 +00:00
jdunn%netscape.com
d113a74b58
adding newline, required by HPUX
2000-06-19 13:03:52 +00:00
rpotts%netscape.com
49c54755fc
Reworked the nsIWebProgress interfaces and implementation...
2000-06-19 05:54:37 +00:00
mscott%netscape.com
7438c28d5d
Bug #30157 --> add the ability to launch urls using OS default protocol handlers. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
part of the mac internet config stuff.
2000-06-18 22:48:43 +00:00
mscott%netscape.com
3b848d2cf2
Bug #30157 --> add the ability to launch urls using OS default protocol handlers. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
Add the ability to launch urls using a OS specified protocol handler for windows. Implement nsIExternalProtocolService.
2000-06-18 22:08:32 +00:00
mscott%netscape.com
8ce9199393
Bug #30157 --> add the ability to launch urls using OS default protocol handlers. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
add nsIExternalProtocolService support to the base class.
2000-06-18 22:07:54 +00:00
mscott%netscape.com
44c5271f18
Bug #30157 --> add the ability to launch urls using OS default protocol handlers. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
this file is now obselete and has been replaced with nsCExternalHandler.idl.
2000-06-18 22:07:00 +00:00
mscott%netscape.com
d4158eb83d
Bug #30157 --> add the ability to launch urls using OS default protocol handlers. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
export nsCExternalHandlerService.idl
2000-06-18 22:05:53 +00:00
mscott%netscape.com
0ac3616576
Bug #30157 --> add the ability to launch urls using OS default protocol handlers. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
New file. This file replaces nsCExternalHelperApp.idl. It includes both protocol and helper app service progid information.
2000-06-18 22:05:25 +00:00
mscott%netscape.com
fbaaa22895
Bug #30157 --> add the ability to launch urls using OS default protocol handlers. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
Initial interface for interacting with an OS specific external protocol handler.
2000-06-18 22:04:28 +00:00
mscott%netscape.com
8742fb7bae
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
Mac specific implementation of the helper app service. Note: this is incomplete...I have added FIX ME comments
in all the places where we need Mac specific information for interacting with internet config.
2000-06-18 19:54:37 +00:00
mscott%netscape.com
294934553a
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
Use the 4.x windows registry information in an effort to figure out the correct file extension
for a particular content type. This is necessary because we need the file extension to figure out
which helper app to use, not the content type.
Pass the file extension to be associated with this content type to the external content handler when
we create it.
2000-06-18 01:14:23 +00:00
mscott%netscape.com
033d002228
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
Pass in the file extension (determined by the content type) that we want to use when generating the name
of the temp file for saving the data for the helper application.
2000-06-18 01:13:04 +00:00
mscott%netscape.com
adb222feb1
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
Add external application implementation.
Add windows registry sniffying code to find the right external helper application for a given file extension.
Add windows registry code for launching the application.
2000-06-17 23:06:23 +00:00
mscott%netscape.com
0397d16a80
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
Add support for nsPIExternalAppLauncher. Call back to the OS app service to launch the app once we are done
saving the file to a temp file.
2000-06-17 23:04:53 +00:00
mscott%netscape.com
a49f7b7be2
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
Add a private interface to be shared between the os specific helper app service and the external app handler
for launching an app.
2000-06-17 23:03:24 +00:00
mscott%netscape.com
6a1489732e
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
properly implement saving the data to a temp file.
2000-06-17 19:53:44 +00:00
mscott%netscape.com
0c5b76fe97
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
fix some method signature problems.
2000-06-17 03:02:08 +00:00
mscott%netscape.com
2465ee7f3f
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
Add code to actually store the incoming data into a temp file.
2000-06-17 02:34:44 +00:00
mscott%netscape.com
2408a62e64
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
initialize an external app handler with an nsIFile which represents the app.
2000-06-17 02:34:24 +00:00
mscott%netscape.com
8e93dbd8cb
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
2000-06-17 00:06:26 +00:00
mscott%netscape.com
f51d776b01
Bug #38374 --> foundation for helper app architecture.
...
Not part of the build yet. review will come when this is ready to go.
2000-06-16 21:35:13 +00:00
mscott%netscape.com
ceefda9021
Bug #38374 --> foundation for helper app architecture. Windows specific implementation of the
...
helper app service.
Not part of the build yet. review will come when this is ready to go.
2000-06-16 21:34:35 +00:00
mscott%netscape.com
dd5ce2dd58
Bug #40116 --> check to see if the channel was canceled before
...
propogating calls to the content listener...
r=valeski
2000-06-16 21:21:04 +00:00
warren%netscape.com
958ed96edd
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
rpotts%netscape.com
62822b5dda
bug #29178 . Do not show a blank document when a HTTP server returns a status 204 - No Content
2000-05-25 05:12:58 +00:00
sfraser%netscape.com
4c714fca1f
Fix access paths for faster opening
2000-05-17 06:13:58 +00:00
pollmann%netscape.com
01e6f26d4b
Bug 32898: Fix crash when targetting new window. r=rpotts
2000-05-11 01:33:25 +00:00
ruslan%netscape.com
3ed8b3dc94
Prevent infinite loop in OnStop in case when Cancel is issued
2000-05-10 02:05:54 +00:00
rpotts%netscape.com
cc7abfb7ba
Removed nsLoadCookie and made nsDocLoader implement nsIInterfaceRequestor directly...
2000-05-07 02:01:10 +00:00
mscott%netscape.com
38900201f3
add thread safey addref and release macros to docloader.
2000-05-04 21:34:50 +00:00
davidm%netscape.com
c05d968c8d
First Checked In.
2000-05-03 02:51:51 +00:00
mccabe%netscape.com
b46e6e7a8c
change several IDL parameters to be unsigned, to work better with length_is, size_is. Preperatory to requiring unsigned in xpidl, fixing 13413
2000-04-28 10:51:52 +00:00
pavlov%netscape.com
03d4675682
string api changes r=scc
2000-04-25 05:40:45 +00:00
mscott%netscape.com
3fa3bc107a
need to fake a onprogress change for the parent
...
docloader...Fix viewer crash by returning aChannel instead of the
doc channel.
2000-04-25 01:45:37 +00:00
tbogard%aol.net
8ad0294517
Added new flag for a timed out net connection.
2000-04-24 05:03:49 +00:00
cls%seawood.org
33edc21c9c
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00